updated code
This commit is contained in:
@@ -17,6 +17,7 @@ type ServerInfo struct {
|
||||
Image ImageInfo
|
||||
On bool
|
||||
Nickname string
|
||||
Ports []Port
|
||||
}
|
||||
|
||||
type FileBrowserInfo struct {
|
||||
@@ -24,3 +25,12 @@ type FileBrowserInfo struct {
|
||||
OwnerId string
|
||||
ConnectedTo ServerInfo
|
||||
}
|
||||
|
||||
type ServerData struct {
|
||||
Id string
|
||||
OwnerId string
|
||||
Image string
|
||||
VolumeId string
|
||||
Nickname string
|
||||
UserPermissions map[string]Permission
|
||||
}
|
||||
|
Reference in New Issue
Block a user