Added more data to message info
This commit is contained in:
@@ -12,12 +12,13 @@ type ImageInfo struct {
|
||||
}
|
||||
|
||||
type ServerInfo struct {
|
||||
Id string
|
||||
OwnerId string
|
||||
Image ImageInfo
|
||||
On bool
|
||||
Nickname string
|
||||
Ports []Port
|
||||
Id string
|
||||
OwnerId string
|
||||
DefaultCommand string
|
||||
Image ImageInfo
|
||||
On bool
|
||||
Nickname string
|
||||
Ports []Port
|
||||
}
|
||||
|
||||
type FileBrowserInfo struct {
|
||||
@@ -33,4 +34,6 @@ type ServerData struct {
|
||||
VolumeId string
|
||||
Nickname string
|
||||
UserPermissions map[string]Permission
|
||||
DefaultCommand string
|
||||
DefaultPorts []Port
|
||||
}
|
||||
|
Reference in New Issue
Block a user