MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Set

Method Set

controller/system/iml.go:216–218  ·  view source on GitHub ↗
(ctx *gin.Context, input *system_dto.InputSetting)

Source from the content-addressed store, hash-verified

214}
215
216func (i *imlSettingController) Set(ctx *gin.Context, input *system_dto.InputSetting) error {
217 return i.settingModule.Set(ctx, input)
218}
219
220type imlInitController struct {
221 teamModule team.ITeamModule `autowired:""`

Callers

nothing calls this directly

Calls 1

SetMethod · 0.65

Tested by

no test coverage detected