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

Method Set

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

Source from the content-addressed store, hash-verified

10type ISettingService interface {
11 Get(ctx context.Context, name string) (value string, has bool)
12 Set(ctx context.Context, name string, value string, operator string) error
13 All(ctx context.Context) (map[string]string, error)
14}
15

Callers 4

AddPrefixInAllMethod · 0.65
SetTrendCacheMethod · 0.65
SetMessageTrendMethod · 0.65
SetMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected