MCPcopy
hub / github.com/IceWhaleTech/CasaOS / SettingItemHook

FuncType SettingItemHook

internal/op/hook.go:34–34  ·  view source on GitHub ↗

Setting

func(item *model.SettingItem) error

Source from the content-addressed store, hash-verified

32
33// Setting
34type SettingItemHook func(item *model.SettingItem) error
35
36var settingItemHooks = map[string]SettingItemHook{
37 conf.VideoTypes: func(item *model.SettingItem) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected