kubo/repo/config/ipns.go
Jeromy e5512b4115 make publish more configurable and add test for repub
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-30 11:03:44 -07:00

7 lines
85 B
Go

package config
type Ipns struct {
RepublishPeriod string
RecordLifetime string
}