Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Common ¶ added in v0.7.0
type Common struct {
// Type of message being passed
Type string `json:"type"`
}
Common is the normal data for messages passed on the console socket.
type Response ¶
type Response struct {
Common
// Message is a phrase describing the response.
Message string `json:"message,omitempty"`
}
Response is the normal data for response messages.
type TerminalRequest ¶
type TerminalRequest struct {
Common
// Container ID for the container whose pseudoterminal master is being set.
Container string `json:"container"`
}
TerminalRequest is the normal data for messages passing a pseudoterminal master.
Click to show internal directories.
Click to hide internal directories.