Documentation
¶
Overview ¶
Package extension provides run-time registries that allow Fluxor to work with user-defined Go types (for example custom action inputs or outputs).
The registries are normally modified through the public APIs under the root fluxor package, therefore most applications do not need to import this package directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupService ¶
Types ¶
type Actions ¶
type Actions struct {
// contains filtered or unexported fields
}
Actions provides action service
func NewActions ¶
NewActions creates a new action service
type DataTypeIniter ¶
type DataTypeIniter interface {
InitTypes(types *Types)
}
Click to show internal directories.
Click to hide internal directories.