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