Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResultTotal ¶
type ResultTotal struct { Results []*Result `json:"results,omitempty"` Err string `json:"err,omitempty"` }
func ExecuteBatch ¶
func ExecuteBatch(commands []string) (ResultTotal, error)
func (*ResultTotal) Append ¶
func (t *ResultTotal) Append(result Result)
Click to show internal directories.
Click to hide internal directories.