Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRequest ¶
func (GetRequest) Do ¶
func (g GetRequest) Do() (*GetResponse, error)
type GetResponse ¶
type GetResponse struct {
Release string `json:"release"`
RepoID string `json:"repoid"`
Version string `json:"version"`
Console GetResponseConsole `json:"console,omitempty"`
}
type GetResponseConsole ¶
type GetResponseConsole string
const ( GetResponseConsoleApplet GetResponseConsole = "applet" GetResponseConsoleVV GetResponseConsole = "vv" GetResponseConsoleHTML5 GetResponseConsole = "html5" GetResponseConsoleXtermJS GetResponseConsole = "xtermjs" )
Click to show internal directories.
Click to hide internal directories.