https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 675f8bddc18baf473f728af5ea8701cb79f97854 authored by Piotr Galar on 30 January 2023, 13:19:42 UTC
Merge pull request #9611 from ipfs/release-v0.18.1
Tip revision: 675f8bd
provider.go
package config

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