Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SQLOperation ¶ added in v1.69.0
type SQLOperationArgs ¶ added in v1.69.0
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 ¶ added in v1.69.0
func (SQLOperationArgs) IsArgOf(*SQLOperation)
type SQLOperationRes ¶ added in v1.69.0
type SQLOperationRes struct{}
func (SQLOperationRes) IsResultOf ¶ added in v1.69.0
func (SQLOperationRes) IsResultOf(*SQLOperation)
Click to show internal directories.
Click to hide internal directories.