|
|
@ -65,13 +65,13 @@ type DataTurn struct { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type DataSession struct { |
|
|
|
type DataSession struct { |
|
|
|
Type string |
|
|
|
|
|
|
|
Id string |
|
|
|
Id string |
|
|
|
Userid string `json:"Userid,omitempty"` |
|
|
|
Type string `json:",omitempty"` |
|
|
|
Ua string `json:"Ua,omitempty"` |
|
|
|
Userid string `json:",omitempty"` |
|
|
|
Token string `json:"Token,omitempty"` |
|
|
|
Ua string `json:",omitempty"` |
|
|
|
Version string `json:"Version,omitempty"` |
|
|
|
Token string `json:",omitempty"` |
|
|
|
Rev uint64 `json:"Rev,omitempty"` |
|
|
|
Version string `json:",omitempty"` |
|
|
|
|
|
|
|
Rev uint64 `json:",omitempty"` |
|
|
|
Status interface{} |
|
|
|
Status interface{} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -157,12 +157,13 @@ type DataOutgoing struct { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type DataSessions struct { |
|
|
|
type DataSessions struct { |
|
|
|
Type string |
|
|
|
Type string |
|
|
|
Users []*DataSession |
|
|
|
Users []*DataSession |
|
|
|
Id string `json:",omitempty"` |
|
|
|
Id string `json:",omitempty"` |
|
|
|
Token string `json:",omitempty"` |
|
|
|
Token string `json:",omitempty"` |
|
|
|
Index uint64 `json:",omitempty"` |
|
|
|
TokenType string `json:",omitempty"` |
|
|
|
Batch uint64 `json:",omitempty"` |
|
|
|
Index uint64 `json:",omitempty"` |
|
|
|
|
|
|
|
Batch uint64 `json:",omitempty"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type DataConference struct { |
|
|
|
type DataConference struct { |
|
|
|