Versions in this module Expand all Collapse all v0 v0.0.3 Apr 25, 2018 v0.0.2 Apr 19, 2018 Changes in this version + const BOSH_IP + const BindType + const ERROR_DENIED + const ERROR_IN_USE + const ERROR_NOT_AVAIL + const ERROR_UNKNOWN + const GOROUTER_IP + const UninstallType + type BindCommand struct + Addr *net.TCPAddr + func UnmarshalBindCommand(conn io.Reader) (*BindCommand, error) + func (b *BindCommand) Execute(conn *net.UnixConn) error + type Command interface + Execute func(*net.UnixConn) error + func UnmarshalCommand(conn io.Reader) (Command, error) + type Launchd interface + RemoveDaemon func(spec launchd.DaemonSpec) error + type UnimplementedCommand struct + Instruction uint8 + func (u *UnimplementedCommand) Execute(conn *net.UnixConn) error + type UninstallCommand struct + Launchd Launchd + func (u *UninstallCommand) Execute(conn *net.UnixConn) error