Files
sonr/gen/vault/Ipfs.pkl.go
T

11 lines
222 B
Go
Raw Normal View History

2024-09-07 18:12:58 -04:00
// Code generated from Pkl module `vault`. DO NOT EDIT.
package vault
type Ipfs struct {
ResolverUrl string `pkl:"resolverUrl"`
IpfsMountPath string `pkl:"ipfsMountPath"`
IpnsMountPath string `pkl:"ipnsMountPath"`
}