Update 'types/lib.go'
This commit is contained in:
parent
42df57854b
commit
5ee19adae4
@ -66,6 +66,7 @@ type Service struct {
|
||||
Pid int `json:"pid" yaml:"-"`
|
||||
Hostname string `json:"hostname" yaml:"hostname"`
|
||||
Gui bool `json:"gui" yaml:"gui"`
|
||||
Public bool `json:"public" yaml:"public"`
|
||||
}
|
||||
|
||||
type Runtime struct {
|
||||
@ -106,6 +107,7 @@ type ReplayDescriptor struct {
|
||||
Hostname string `json:"hostname" yaml:"hostname"`
|
||||
Ipcid string `json:"ipcid"`
|
||||
Gui bool `json:"gui" yaml:"gui"`
|
||||
Public bool `json:"public" yaml:"public"`
|
||||
Link string `json:"link" yaml:"link"` //This prop allows redirect of repos
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user