Setting
func(item *model.SettingItem) error
| 32 | |
| 33 | // Setting |
| 34 | type SettingItemHook func(item *model.SettingItem) error |
| 35 | |
| 36 | var settingItemHooks = map[string]SettingItemHook{ |
| 37 | conf.VideoTypes: func(item *model.SettingItem) error { |
nothing calls this directly
no outgoing calls
no test coverage detected