https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 4ec73491804c862328823b8c64796b6957c6d2bc authored by Gus Eggert on 09 March 2023, 14:27:25 UTC
test: generate human-readable Go Test report
Tip revision: 4ec7349
ipns.go
package config

type Ipns struct {
	RepublishPeriod string
	RecordLifetime  string

	ResolveCacheSize int

	// Enable namesys pubsub (--enable-namesys-pubsub)
	UsePubsub Flag `json:",omitempty"`
}
back to top