mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
9 lines
108 B
Go
9 lines
108 B
Go
package config
|
|
|
|
type Ipns struct {
|
|
RepublishPeriod string
|
|
RecordLifetime string
|
|
|
|
ResolveCacheSize int
|
|
}
|