Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { Id bson.ObjectId `bson:"_id,omitempty" json:"id"` Related string `bson:"related" json:"related"` RelatedId bson.ObjectId `bson:"related_id" json:"related_id"` Path string `bson:"path" json:"path"` Meta interface{} `bson:"meta" json:"meta"` Created time.Time `bson:"created_at" json:"created_at"` }
Click to show internal directories.
Click to hide internal directories.