Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type M ¶
type M struct { ID bson.ObjectId `bson:"_id,omitempty" json:"id"` UserID bson.ObjectId `bson:"user_id,omitempty" json:"user_id"` Event string `bson:"event,omitempty" event:"related"` RelatedID bson.ObjectId `bson:"related_id,omitempty" json:"related_id,omitempty"` List []bson.ObjectId `bson:"list,omitempty" json:"list,omitempty"` Created time.Time `bson:"created_at" json:"created_at"` }
M stands for activity model.
Click to show internal directories.
Click to hide internal directories.