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