package
Version:
v0.0.0-...-d5de3f3
Opens a new window with list of versions in this module.
Published: Jul 28, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
WalkCommand will walk the encoded command and yield the operations. ErrBreak
may be returned to stop execution.
type Command struct {
Operations []Operation
}
Command represents a list of operations.
func (*Command) Decode ¶
Decode will decode the command.
func (*Command) Encode ¶
Encode will encode the command.
Operation represents an encoded instruction.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.