mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 18:28:08 +08:00
7 lines
85 B
Go
7 lines
85 B
Go
package config
|
|
|
|
type Ipns struct {
|
|
RepublishPeriod string
|
|
RecordLifetime string
|
|
}
|