Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExec = errors.New("Execute command")
View Source
var ProtocolVersion [3]int = [3]int{0, 26, 0}
Functions ¶
Types ¶
type GlobalOptions ¶
type GlobalOptions struct {
// contains filtered or unexported fields
}
type Response ¶
type Response struct { Ok bool `json:"ok"` Data ResponseData `json:"data,omitempty"` Error string `json:"error,omitempty"` Traceback string `json:"tb,omitempty"` }
type ResponseData ¶
type ResponseData struct {
// contains filtered or unexported fields
}
func (*ResponseData) UnmarshalJSON ¶
func (self *ResponseData) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.