mdbc/tabler.go

6 lines
60 B
Go
Raw Normal View History

2023-06-22 15:14:51 +00:00
package mdbc
type tabler interface {
TableName() string
}