Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerBootstrap ¶
func ContainerExec ¶
Exec create a container to run function
Types ¶
type FunctionInstance ¶
type FunctionInstance struct { Type int Name string ID string API struct { DBcache shared.DatabaseCacheInterface DBpersistent shared.DatabasePersistentInterface Controller shared.ControllerInterface Network shared.NetworkInterface } }
func (*FunctionInstance) Exec ¶
func (fn *FunctionInstance) Exec(data string) (*schema.RuntimeOutput, error)
func (*FunctionInstance) Init ¶
func (fn *FunctionInstance) Init() error
Click to show internal directories.
Click to hide internal directories.