row.go 74 B

123456789
  1. package common
  2. import (
  3. "database/sql"
  4. )
  5. type Row struct {
  6. *sql.Row
  7. }