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

Method Get

pkg/feed/key.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 9

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

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestNewFixedKeyFunction · 0.52
TestNewRotatedKeysFunction · 0.52