Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { ID primitive.ObjectID `json:"id" bson:"_id"` Task string `json:"task" bson:"task"` Answer string `json:"answer" bson:"answer"` Help string `json:"help" bson:"help"` Solution string `json:"solution" bson:"solution"` Tag Tag `json:"tag" bson:"tag"` CreatedAt time.Time `json:"createdAt" bson:"createdAt"` UpdatedAt *time.Time `json:"updatedAt,omitempty" bson:"updatedAt,omitempty"` DeletedAt *time.Time `json:"deletedAt,omitempty" bson:"deletedAt,omitempty"` }
type Template ¶
type Template struct { ID primitive.ObjectID `json:"id" bson:"_id"` Name string `json:"name" bson:"name"` Author string `json:"author" bson:"author"` Layout Layout `json:"layout" bson:"layout"` CreatedAt time.Time `json:"createdAt" bson:"createdAt"` UpdatedAt *time.Time `json:"updatedAt,omitempty" bson:"updatedAt,omitempty"` DeletedAt *time.Time `json:"deletedAt,omitempty" bson:"deletedAt,omitempty"` }
Click to show internal directories.
Click to hide internal directories.