This commit is contained in:
Jakob Borg 2015-03-09 21:21:20 +01:00
parent 9f1a72ec88
commit cd0cce4195

View File

@ -83,8 +83,8 @@ type ResponseMessage struct {
} }
type ClusterConfigMessage struct { type ClusterConfigMessage struct {
ClientName string // max:64 ClientName string // max:64
ClientVersion string // max:64 ClientVersion string // max:64
Folders []Folder Folders []Folder
Options []Option // max:64 Options []Option // max:64
} }