Versions in this module Expand all Collapse all v0 v0.2.0 Nov 28, 2016 Changes in this version + func ReadIoMessageWithConn(conn net.Conn) (*hyper.TtyMessage, error) + func SendIoMessageWithConn(conn net.Conn, ttyMsg *hyper.TtyMessage) error v0.1.0 Nov 22, 2016 Changes in this version + const Ack + const DestroyPod + const Error + const ExecCmd + const FinishCmd + const FinishPod + const GetPod + const KillContainer + const NewContainer + const Next + const OnlineCPUMem + const Ping + const ReadFile + const Ready + const RestartContainer + const SetupInterface + const SetupRoute + const StartPod + const Version + const WinSize + const WriteFile + func FormatMessage(payload interface{}) ([]byte, error) + type Hyperstart struct + func NewHyperstart(ctlSerial, ioSerial, sockType string) *Hyperstart + func (h *Hyperstart) CloseSockets() error + func (h *Hyperstart) IsStarted() bool + func (h *Hyperstart) OpenSockets() error + func (h *Hyperstart) ReadIoMessage() (*hyper.TtyMessage, error) + func (h *Hyperstart) SendCtlMessage(cmd string, data []byte) (*hyper.DecodedMessage, error) + func (h *Hyperstart) SendIoMessage(seq uint64, data []byte) error + func (h *Hyperstart) SetDeadline(t time.Time) error + func (h *Hyperstart) WaitForReady() error