Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
KeyProvider
interface
{
10
Get() string
11
}
12
13
func
NewKeyProvider(keys []string) (KeyProvider, error) {
14
switch
len(keys) {
Callers
8
TestNewFixedKey
Function · 0.65
TestNewRotatedKeys
Function · 0.65
queryChannel
Method · 0.65
queryGroup
Method · 0.65
queryUser
Method · 0.65
parseYoutubeURL
Function · 0.65
setObj
Method · 0.65
getObj
Method · 0.65
Implementers
2
FixedKeyProvider
pkg/feed/key.go
RotatedKeyProvider
pkg/feed/key.go
Calls
no outgoing calls
Tested by
no test coverage detected