Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SQLOperation ¶
type SQLOperationArgs ¶
type SQLOperationArgs struct {
// Query corresponds to the addres `server.db.statement`
Query string
// Driver corresponds to the addres `server.db.system`
Driver string
}
func (SQLOperationArgs) IsArgOf ¶
func (SQLOperationArgs) IsArgOf(*SQLOperation)
type SQLOperationRes ¶
type SQLOperationRes struct{}
func (SQLOperationRes) IsResultOf ¶
func (SQLOperationRes) IsResultOf(*SQLOperation)
Click to show internal directories.
Click to hide internal directories.