initial commit lets start to have some fun
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package schema
|
||||
|
||||
type Project struct {
|
||||
ProjectName string `json:"projectName"`
|
||||
Platform string `json:"platfrom"`
|
||||
GenerateType int `json:"generateType"`
|
||||
Information Information `json:"information"`
|
||||
Devices []*Device `json:"devices"`
|
||||
}
|
||||
Reference in New Issue
Block a user