https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 38117db6fcd76f38d9183f597739fd5be81c893f authored by Piotr Galar on 04 October 2022, 09:40:41 UTC
Merge pull request #9306 from ipfs/release-v0.16.0
Tip revision: 38117db
provider.go
package config

type Provider struct {
	Strategy string // Which keys to announce
}
back to top