Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(ac GenericAction, input interface{}) error
Types ¶
type GenericAction ¶
type GenericAction interface { Name() string Description() string Type() string Init() error Handler() func(interface{}) error }
func New ¶
func New(path string) (GenericAction, error)
type RestAction ¶
Click to show internal directories.
Click to hide internal directories.