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