package model type SessionIdentifier struct { ClientID string `bson:"clientId" json:"clientId"` DeviceID string `bson:"deviceId" json:"deviceId"` }