MCPcopy
hub / github.com/Tencent/WeKnora / Set

Method Set

cli/internal/secrets/secrets.go:31–31  ·  view source on GitHub ↗
(profile, key, value string)

Source from the content-addressed store, hash-verified

29type Store interface {
30 Get(profile, key string) (string, error)
31 Set(profile, key, value string) error
32 Delete(profile, key string) error
33 Ref(profile, key string) string
34}

Callers 15

FilterKnowledgeMethod · 0.65
SearchTenantsMethod · 0.65
SearchOrganizationsMethod · 0.65
SearchUsersForInviteMethod · 0.65
GetSuggestedQuestionsMethod · 0.65
doRequestMethod · 0.65
applyAuthHeadersMethod · 0.65
RefreshAndPersistFunction · 0.65
RoundTripMethod · 0.65

Implementers 3

FileStorecli/internal/secrets/secrets.go
MemStorecli/internal/secrets/secrets.go
KeyringStorecli/internal/secrets/keyring.go

Calls

no outgoing calls