mid prog
This commit is contained in:
+5
-4
@@ -19,10 +19,11 @@ type User struct {
|
||||
}
|
||||
|
||||
type Connection struct {
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
With uint32 `json:"-"`
|
||||
IsFromUser bool `json:"isFromUser"`
|
||||
IsAccepted bool `json:"isAccepted"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
Id uint32 `json:"id"`
|
||||
RequestorId uint32 `json:"requestorId"`
|
||||
RecipientId uint32 `json:"recipientId"`
|
||||
MessagesBuf
|
||||
}
|
||||
|
||||
type Group struct {
|
||||
|
||||
Reference in New Issue
Block a user