Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecord ¶
type Task ¶
type Task struct { ID primitive.ObjectID `json:"id" bson:"_id,omitempty"` Title string `json:"title" bson:"title"` EventRecord *EventRecord `json:"eventRecord" bson:"eventRecord"` }
type TaskRepository ¶
type User ¶
type User struct { ID primitive.ObjectID `json:"id" bson:"_id,omitempty"` Email string `json:"email" bson:"email"` Password string `json:"password" bson:"password"` EventRecord *EventRecord `json:"eventRecord" bson:"eventRecord"` }
type UserPresenter ¶
Click to show internal directories.
Click to hide internal directories.