forked from ebhomengo/niki
1
0
Fork 0
niki/repository/mysql/scanner.go

6 lines
67 B
Go
Raw Permalink Normal View History

package mysql
type Scanner interface {
Scan(dest ...any) error
}