So far so good
This commit is contained in:
6
pkg/models/interface.go
Normal file
6
pkg/models/interface.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
// SQLNamer interface for types that can provide a normalized sql name
|
||||
type SQLNamer interface {
|
||||
SQLName() string
|
||||
}
|
||||
Reference in New Issue
Block a user