mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
9 lines
108 B
Go
9 lines
108 B
Go
package config
|
|
|
|
type Ipns struct {
|
|
RepublishPeriod string
|
|
RecordLifetime string
|
|
|
|
ResolveCacheSize int
|
|
}
|