Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface {
// Exec executes a query on the given transaction.
Exec(*sql.Tx, streams.Message) error
}
Executor represents a SQL query executor.
Click to show internal directories.
Click to hide internal directories.