Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type CommandRequest ¶
type CommandRequest struct {
Command string `json:"cmd"`
}
type JSSessionRequest ¶
type JSSessionRequest struct {
Command string `json:"cmd"`
}
type JSSessionResponse ¶
type JSSessionResponse struct {
Error string `json:"error"`
}
type RestAPI ¶
type RestAPI struct { session.SessionModule // contains filtered or unexported fields }
func NewRestAPI ¶
func (*RestAPI) Description ¶
Click to show internal directories.
Click to hide internal directories.