package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Nov 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Type uint16
Content []byte
}
type Operation interface {
Operate(direct int8, input interface{}, output interface{}) (bool, error)
}
操作接口
type Transform interface {
AddOp(opType int8, params []interface{}) bool
Execute(direct int8, input interface{}, output interface{}) error
Reset()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.