Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Topic ¶
type Topic struct {
ID bson.ObjectId `json:"topicID" bson:"_id"`
Title string `json:"title" bson:"title"`
Description string `json:"description" bson:"description"`
Votes int `json:"votes" bson:"votes"`
When time.Time `json:"when" bson:"when"`
}
Topic is a struct defining an Open Space topic
Click to show internal directories.
Click to hide internal directories.