Move store item into schema package
Signed-off-by: Amir Karimi <a.karimi.k@gmail.com>
This commit is contained in:
13
schema/store_item.go
Normal file
13
schema/store_item.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package schema
|
||||
|
||||
// StoreItem represents an item of store
|
||||
type StoreItem struct {
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Image string `json:"image"`
|
||||
Name string `json:"name"`
|
||||
Fprocess string `json:"fprocess"`
|
||||
Network string `json:"network"`
|
||||
RepoURL string `json:"repo_url"`
|
||||
Environment map[string]string `json:"environment"`
|
||||
}
|
||||
Reference in New Issue
Block a user