ipld-eth-server/vendor/github.com/ipfs/go-ipfs-config/ipns.go

9 lines
108 B
Go

package config
type Ipns struct {
RepublishPeriod string
RecordLifetime string
ResolveCacheSize int
}