mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-02-18 14:26:08 +00:00
Initial Spec done. More work to do. Need to bring in Argitek designs
This commit is contained in:
9
pkg/resolvespec/interfaces.go
Normal file
9
pkg/resolvespec/interfaces.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package resolvespec
|
||||
|
||||
type GormTableNameInterface interface {
|
||||
TableName() string
|
||||
}
|
||||
|
||||
type GormTableSchemaInterface interface {
|
||||
TableSchema() string
|
||||
}
|
||||
Reference in New Issue
Block a user