dub-registry ~master (2022-03-03T15:35:30.9161692)
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
;
@
optional
BsonObjectID
logo
;
@
optional
string
documentationURL
;
@
optional
float
textScore
;
}
Members
Variables
_id
BsonObjectID
_id
;
Undocumented in source.
categories
string
[]
categories
;
Undocumented in source.
documentationURL
string
documentationURL
;
Undocumented in source.
errors
string
[]
errors
;
Undocumented in source.
logo
BsonObjectID
logo
;
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.
textScore
float
textScore
;
Undocumented in source.
updateCounter
long
updateCounter
;
Undocumented in source.
versions
DbPackageVersion
[]
versions
;
Undocumented in source.
Meta
Source
See Implementation
dubregistry
dbcontroller
aliases
DbDownloadStats
DbRepoStats
classes
DbController
RecordNotFound
functions
vcmp
structs
DbDownloadStatsT
DbPackage
DbPackageDownload
DbPackageFile
DbPackageStats
DbPackageVersion
DbRepoStatsT
DbRepository
DbStatDistributions