MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Get

Method Get

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

Source from the content-addressed store, hash-verified

9
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}

Callers 1

GetMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected