shad-go/lectures/07-sql/sqlx/structscan.go
2020-04-08 22:20:23 +03:00

5 lines
153 B
Go

func StructScan(rows rowsi, dest interface{}) error
func (r *Rows) StructScan(dest interface{}) error
func (r *Row) StructScan(dest interface{}) error