Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Space ¶
type Space struct {
ID bson.ObjectId `json:"id" bson:"_id,omitempty"`
Creator bson.ObjectId `json:"author" bson:"author,omitempty"`
Managers []bson.ObjectId `json:"managers" bson:"managers,omitempty"`
Topic string `json:"topic" bson:"topic,omitempty"`
Details string `json:"details" bson:"details,omitempty"`
Description string `json:"description" bson:"description,omitempty"`
Type string `json:"type" bson:"type,omitempty"`
Tags []string `json:"tags" bson:"tags,omitempty"`
Date time.Time `json:"timestamp" bson:"timestamp,omitempty"`
Followers []bson.ObjectId `json:"followers" bson:"followers,omitempty"`
}
Space ...
Click to show internal directories.
Click to hide internal directories.