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

Struct imlSettingController

controller/system/iml.go:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206)
207
208type imlSettingController struct {
209 settingModule system.ISettingModule `autowired:""`
210}
211
212func (i *imlSettingController) Get(ctx *gin.Context) (*system_dto.Setting, error) {
213 return i.settingModule.Get(ctx), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected