(ctx *gin.Context, input *system_dto.InputSetting)
| 19 | type ISettingController interface { |
| 20 | Get(ctx *gin.Context) (*system_dto.Setting, error) |
| 21 | Set(ctx *gin.Context, input *system_dto.InputSetting) error |
| 22 | } |
| 23 | |
| 24 | type IInitController interface { |
no outgoing calls
no test coverage detected