Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { Start() (*bytes.Buffer, error) Terminate() NotifyOfChanges() *bytes.Buffer IsSubprocessRunning() bool }
Command is an object that wraps the logic of running a task in Bazel and manipulating it.
func DefaultCommand ¶
DefaultCommand is the normal mode of interacting with iBazel. If you start a server in this mode and notify of changes the server will be killed and restarted.
Click to show internal directories.
Click to hide internal directories.