1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00
Files
kubo/config/provider.go

6 lines
84 B
Go

package config
type Provider struct {
Strategy string // Which keys to announce
}