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

Struct imlSettingModule

module/system/iml.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type imlSettingModule struct {
24 settingService setting.ISettingService `autowired:""`
25 transaction store.ITransaction `autowired:""`
26}
27
28func (i *imlSettingModule) Get(ctx context.Context) *system_dto.Setting {
29 v, err := i.settingService.All(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected