Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBroadcaster ¶
type FakeBroadcaster struct { }
func (FakeBroadcaster) Send ¶
func (broadcaster FakeBroadcaster) Send(message *model.UserFirebaseNotification)
type Mention ¶
type Mention struct { Id bson.ObjectId `bson:"_id,omitempty" json:"id,omitempty"` UserId bson.ObjectId `bson:"user_id" json:"user_id"` // Mentioned FromId bson.ObjectId `bson:"from_id" json:"from_id"` Related string `bson:"related" json:"related"` RelatedId bson.ObjectId `bson:"related_id" json:"related_id"` Created time.Time `bson:"created_at" json:"created_at"` Updated time.Time `bson:"updated_at" json:"updated_at"` }
type MentionParseObject ¶
type NotificationsModule ¶
type NotificationsModule struct { Errors *exceptions.ExceptionsModule `inject:""` User *user.Module `inject:""` }
Click to show internal directories.
Click to hide internal directories.