final project structure
This commit is contained in:
9
wagfarm-api/asset/machine/model.go
Normal file
9
wagfarm-api/asset/machine/model.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package machine
|
||||
|
||||
import (
|
||||
"wagfarm-api/asset/base"
|
||||
)
|
||||
|
||||
type Machine struct {
|
||||
base.Resource
|
||||
}
|
||||
Reference in New Issue
Block a user