Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SqlDataSource ¶
func (SqlDataSource) QueryRunner ¶
func (ds SqlDataSource) QueryRunner(querySql string, args ...interface{}) (int, []interface{}, error)
func (SqlDataSource) QueryToStruct ¶
func (ds SqlDataSource) QueryToStruct(querySql string, target interface{}, args ...interface{}) (int, interface{}, error)
Click to show internal directories.
Click to hide internal directories.