package mpp type User struct { Uid string `json:"_id"` Name string `json:"name"` Color string `json:"color"` } type Participant struct { User Id string `json:"id"` }