Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERROR_IN_USE = uint8(48) ERROR_NOT_AVAIL = uint8(49) ERROR_DENIED = uint8(71) ERROR_UNKNOWN = uint8(66) )
View Source
const BOSH_IP = "10.245.0.2"
View Source
const BindType = uint8(6)
View Source
const GOROUTER_IP = "10.144.0.34"
View Source
const UninstallType = uint8(1)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindCommand ¶
func UnmarshalBindCommand ¶
func UnmarshalBindCommand(conn io.Reader) (*BindCommand, error)
type Launchd ¶
type Launchd interface {
RemoveDaemon(spec launchd.DaemonSpec) error
}
type UnimplementedCommand ¶
type UnimplementedCommand struct {
Instruction uint8
}
type UninstallCommand ¶
type UninstallCommand struct {
Launchd Launchd
}
Click to show internal directories.
Click to hide internal directories.