Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("entry not found")
)
Functions ¶
This section is empty.
Types ¶
type Transistor ¶
type Transistor interface { // Block functions Collect(r io.StreamReader) error Emit(w io.StreamWriter) error Apply(w io.StreamWriter, cg *types.Change) error Stop(w io.StreamWriter) error Command(ctx context.Context, args []string) (<-chan string, error) }
A core is a builder and also a CLI engine
Click to show internal directories.
Click to hide internal directories.