niki/pkg/database/postgres/scanner.go

6 lines
70 B
Go

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