Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const CloseStdinReq = "close-stdin"
    CloseStdinMsg
      View Source
      
  const ContainersReq = "container-ids"
    ContainersMsg
      View Source
      
  
    const PingMsg = "Ping"
    
      View Source
      
  const PingReq = "ping"
    PingMsg
      View Source
      
  const SignalReq = "signal"
    SignalMsg
      View Source
      
  
    const UnblockMsg = "Unblock"
    
      View Source
      
  
    const UnblockReq = "unblock"
    
      View Source
      
  const VersionReq = "version"
    VersionMsg
      View Source
      
  const WindowChangeReq = "window-change"
    WindowChangeMsg the RFC4254 struct
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ContainersMsg ¶
type ContainersMsg struct {
	IDs []string
}
    func (*ContainersMsg) Marshal ¶
func (s *ContainersMsg) Marshal() []byte
func (*ContainersMsg) RequestType ¶
func (s *ContainersMsg) RequestType() string
func (*ContainersMsg) Unmarshal ¶
func (s *ContainersMsg) Unmarshal(payload []byte) error
type Message ¶
type SignalMsg ¶
type VersionMsg ¶
type VersionMsg struct {
	Version uint32
}
    func (*VersionMsg) Marshal ¶
func (s *VersionMsg) Marshal() []byte
func (*VersionMsg) RequestType ¶
func (s *VersionMsg) RequestType() string
func (*VersionMsg) Unmarshal ¶
func (s *VersionMsg) Unmarshal(payload []byte) error
type WindowChangeMsg ¶
func (*WindowChangeMsg) Marshal ¶
func (wc *WindowChangeMsg) Marshal() []byte
func (*WindowChangeMsg) RequestType ¶
func (wc *WindowChangeMsg) RequestType() string
func (*WindowChangeMsg) Unmarshal ¶
func (wc *WindowChangeMsg) Unmarshal(payload []byte) error
      
      Source Files
      ¶
    
- messages.go
 
 Click to show internal directories. 
   Click to hide internal directories.