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

Method Set

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

Source from the content-addressed store, hash-verified

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}
23type imlSettingStore struct {

Callers 3

RegisterRemoteFilterMethod · 0.65
RegisterFilterMethod · 0.65
setScopesMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected