Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var New base.ProviderInitFunc = func(store base.IStore) (base.IProvider, error) { prov := &Provider{ store: store, Logger: store.GetLogger(), } return prov, nil }
New var
Functions ¶
func ActionValidator ¶
Types ¶
type Provider ¶
Provider struct
func (*Provider) DumpPrivateVars ¶
DumpPrivateVars func
func (*Provider) HandleAction ¶
func (p *Provider) HandleAction(actx base.IActionContext) (*base.ActionOutput, error)
HandleAction func
func (*Provider) OnActionErrorHook ¶
OnActionErrorHook func
Click to show internal directories.
Click to hide internal directories.