MCPcopy
hub / github.com/mxpv/podsync / KeyProvider

Interface KeyProvider

pkg/feed/key.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type KeyProvider interface {
10 Get() string
11}
12
13func NewKeyProvider(keys []string) (KeyProvider, error) {
14 switch len(keys) {

Callers 8

TestNewFixedKeyFunction · 0.65
TestNewRotatedKeysFunction · 0.65
queryChannelMethod · 0.65
queryGroupMethod · 0.65
queryUserMethod · 0.65
parseYoutubeURLFunction · 0.65
setObjMethod · 0.65
getObjMethod · 0.65

Implementers 2

FixedKeyProviderpkg/feed/key.go
RotatedKeyProviderpkg/feed/key.go

Calls

no outgoing calls

Tested by

no test coverage detected