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

Struct imlSettingStore

stores/setting/store.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 All(ctx context.Context) ([]*Setting, error)
22}
23type imlSettingStore struct {
24 store.Store[Setting]
25}
26
27func (i *imlSettingStore) All(ctx context.Context) ([]*Setting, error) {
28 return i.Store.List(ctx, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected