niki/pkg/database/mysql/scanner.go

6 lines
67 B
Go

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