https://github.com/ipfs/go-ipfs
Raw File
Tip revision: bd06ef73d898a6e19569f080c44b97fa1927d3c8 authored by Henrique Dias on 03 November 2023, 13:51:01 UTC
chore: update version
Tip revision: bd06ef7
provider.go
package config

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