Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryExecuted ¶
type QueryExecuted struct {
Sql string
Bindings []interface{}
Connection string
Time time.Duration
Error error
}
func (*QueryExecuted) Event ¶
func (this *QueryExecuted) Event() string
func (*QueryExecuted) Sync ¶
func (this *QueryExecuted) Sync() bool
Click to show internal directories.
Click to hide internal directories.