RestApiv2/internal/bd/scanerTable/scanTable.go

6 lines
64 B
Go
Raw Normal View History

2023-02-23 18:58:34 +03:00
package scanertable
type Scanertable interface {
Scan() any
}