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

Struct imlSettingService

service/setting/iml.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type imlSettingService struct {
21 store setting.ISettingStore `autowired:""`
22}
23
24func (i *imlSettingService) All(ctx context.Context) (map[string]string, error) {
25 list, err := i.store.All(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected