final project structure
This commit is contained in:
5
wagfarm-api/generic/model.go
Normal file
5
wagfarm-api/generic/model.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package generic
|
||||
|
||||
type Model interface {
|
||||
GetID() uint
|
||||
}
|
||||
Reference in New Issue
Block a user