MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Get

Method Get

stores/setting/store.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

17
18type ISettingStore interface {
19 Get(ctx context.Context, name string) (*Setting, error)
20 Set(ctx context.Context, name string, value string, operator string) error
21 All(ctx context.Context) ([]*Setting, error)
22}

Callers 5

RemoteFilterMethod · 0.65
setScopesMethod · 0.65
OptionsMethod · 0.65
FilterLabelMethod · 0.65
FilterGetFunction · 0.65

Implementers 2

imlSettingStorestores/setting/store.go
imlSettingServiceservice/setting/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected