dub-registry v2.2.0 (2017-09-04T14:20:42Z)
Home
Dub
Repo
DbPackage
dubregistry
dbcontroller
Undocumented in source.
struct
DbPackage {
BsonObjectID
_id
;
BsonObjectID
owner
;
string
name
;
DbRepository
repository
;
DbPackageVersion
[]
versions
;
DbPackageStats
stats
;
string
[]
errors
;
string
[]
categories
;
long
updateCounter
;
}
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
DbRepository
repository
;
Undocumented in source.
stats
DbPackageStats
stats
;
Undocumented in source.
updateCounter
long
updateCounter
;
Undocumented in source.
versions
DbPackageVersion
[]
versions
;
Undocumented in source.
Meta
Source
See Implementation
dubregistry
dbcontroller
classes
DbController
RecordNotFound
functions
vcmp
structs
DbDownloadStats
DbPackage
DbPackageDownload
DbPackageStats
DbPackageVersion
DbRepoStats
DbRepository