https://github.com/ipfs/go-ipfs
Raw File
Tip revision: fb80af5180ec9e1d9700b7dafb1a79ec9fef2c66 authored by galargh on 21 March 2023, 14:26:07 UTC
fix: ensure unique job names across all GHA workflows
Tip revision: fb80af5
provider.go
package config

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