https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 895963b95a0d0a26a38b6f0220c17ce2203c8b19 authored by Henrique Dias on 03 July 2023, 11:31:17 UTC
Merge pull request #10008 from ipfs/merge-release-v0.21.0
Tip revision: 895963b
provider.go
package config

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