Documentation
¶
Index ¶
Constants ¶
View Source
const SocketAddr = "/tmp/baxs.sock"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { Stop *StopInput `json:",omitempty"` Start *StartInput `json:",omitempty"` Op Op }
type StartInput ¶ added in v0.2.1
type StartInput struct {
Names []string
}
Click to show internal directories.
Click to hide internal directories.