mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00
6 lines
84 B
Go
6 lines
84 B
Go
package config
|
|
|
|
type Provider struct {
|
|
Strategy string // Which keys to announce
|
|
}
|