kubo/config/reprovider.go
Łukasz Magiera 92d7259c68 go-ipfs-config: Reprovider strategies
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-08-13 00:02:23 +02:00

7 lines
169 B
Go

package config
type Reprovider struct {
Interval string // Time period to reprovide locally stored objects to the network
Strategy string // Which keys to announce
}