//
pkg.gl
Category
github.com/google/agi
gapis
api
commandGenerator
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
2
Dependents
0
Files
46 SLOC
#
Functions
NewLinearCommandGenerator
NewLinearCommandGenerator generates a command generator that takes a list of cmds and returns them in order when GetNextCommand is called.
#
Interfaces
CommandGenerator
CommandGenerator is the interface to get commands from an arbitrary source.