init
This commit is contained in:
11
internal/foundry/models/release.go
Normal file
11
internal/foundry/models/release.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type Release struct {
|
||||
Generation int `json:"generation"`
|
||||
Channel string `json:"channel"`
|
||||
Suffix string `json:"suffix"`
|
||||
Build int `json:"build"`
|
||||
Node_version int `json:"node_version"`
|
||||
Time int64 `json:"time"`
|
||||
flags struct{} `json:"-"`
|
||||
}
|
||||
Reference in New Issue
Block a user