(ctx context.Context, input *system_dto.InputSetting)
| 16 | type ISettingModule interface { |
| 17 | Get(ctx context.Context) *system_dto.Setting |
| 18 | Set(ctx context.Context, input *system_dto.InputSetting) error |
| 19 | } |
| 20 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected