go-ipfs-config: make publish more configurable and add test for repub

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2015-09-30 11:03:44 -07:00
parent 4f6eb40056
commit a28d610d80

View File

@ -2,4 +2,5 @@ package config
type Ipns struct {
RepublishPeriod string
RecordLifetime string
}