6 lines
60 B
Go
6 lines
60 B
Go
|
package mdbc
|
||
|
|
||
|
type tabler interface {
|
||
|
TableName() string
|
||
|
}
|