Added more data to message info

This commit is contained in:
2024-05-15 21:54:30 +03:00
parent 4bffae63b7
commit 3c08208a60
2 changed files with 100 additions and 56 deletions

View File

@@ -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
}