dub-registry v1.3.0 (2015-04-16T19:46:47Z)
Home
Dub
Repo
DbPackage
dubregistry
dbcontroller
Undocumented in source.
struct
DbPackage {
BsonObjectID
_id
;
BsonObjectID
owner
;
string
name
;
Json
repository
;
DbPackageVersion
[]
versions
;
string
[]
errors
;
string
[]
categories
;
string
[]
searchTerms
;
}
Members
Variables
_id
BsonObjectID
_id
;
Undocumented in source.
categories
string
[]
categories
;
Undocumented in source.
errors
string
[]
errors
;
Undocumented in source.
name
string
name
;
Undocumented in source.
owner
BsonObjectID
owner
;
Undocumented in source.
repository
Json
repository
;
Undocumented in source.
searchTerms
string
[]
searchTerms
;
Undocumented in source.
versions
DbPackageVersion
[]
versions
;
Undocumented in source.
Meta
Source
See Implementation
dubregistry
dbcontroller
classes
DbController
functions
vcmp
structs
DbDownloadStats
DbPackage
DbPackageDownload
DbPackageVersion