Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionData ¶
type FunctionManager ¶
type FunctionManager struct {
// contains filtered or unexported fields
}
func NewFunctionManager ¶
func (*FunctionManager) Delete ¶
func (f *FunctionManager) Delete(name string) error
func (*FunctionManager) Disconnect ¶
func (f *FunctionManager) Disconnect()
func (*FunctionManager) Get ¶
func (f *FunctionManager) Get(name string) (*FunctionData, error)
func (*FunctionManager) Insert ¶
func (f *FunctionManager) Insert(fd FunctionData) error
Click to show internal directories.
Click to hide internal directories.