Documentation
¶
Index ¶
- Constants
- type Implementor
- func (implementor Implementor) Interface(verbs []ast.IntPrimitiveExpression, arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
- func (implementor Implementor) Pull() ast.NativeFunctionReturn
- func (implementor Implementor) Push(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
- func (implementor Implementor) Read(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
- func (implementor Implementor) Write(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
Constants ¶
View Source
const ( UtilPush = iota + 1000000 UtilPull UtilRead UtilWrite UtilOut UtilFile UtilDone UtilIn UtilSize UtilUnknown )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementor ¶
type Implementor struct {
Name string `json:"name"`
}
func (Implementor) Interface ¶
func (implementor Implementor) Interface(verbs []ast.IntPrimitiveExpression, arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
func (Implementor) Pull ¶
func (implementor Implementor) Pull() ast.NativeFunctionReturn
func (Implementor) Push ¶
func (implementor Implementor) Push(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
func (Implementor) Read ¶
func (implementor Implementor) Read(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
func (Implementor) Write ¶
func (implementor Implementor) Write(arguments []ast.IntPrimitiveExpression) ast.NativeFunctionReturn
Click to show internal directories.
Click to hide internal directories.