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

Struct FixedKeyProvider

pkg/feed/key.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type FixedKeyProvider struct {
25 key string
26}
27
28func NewFixedKey(key string) (KeyProvider, error) {
29 if key == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected