package
Version:
v1.5.9
Opens a new window with list of versions in this module.
Published: Nov 4, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler func(ctx wfContext.Context, v *value.Value, act types.Action) error
Handler is provider's processing method.
type Providers interface {
GetHandler(provider, name string) (Handler, bool)
Register(provider string, m map[string]Handler)
}
Providers is provider discover interface.
func NewProviders() Providers
NewProviders will create provider discover.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.