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

Method Get

controller/system/iml.go:212–214  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

210}
211
212func (i *imlSettingController) Get(ctx *gin.Context) (*system_dto.Setting, error) {
213 return i.settingModule.Get(ctx), nil
214}
215
216func (i *imlSettingController) Set(ctx *gin.Context, input *system_dto.InputSetting) error {
217 return i.settingModule.Set(ctx, input)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected