shad-go/lectures/07-sql/sqlx/structscan.go

6 lines
153 B
Go
Raw Normal View History

2020-04-08 19:20:23 +00:00
func StructScan(rows rowsi, dest interface{}) error
func (r *Rows) StructScan(dest interface{}) error
func (r *Row) StructScan(dest interface{}) error