beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
Repository
beangle
micdn
asset
repository
Undocumented in source.
class
Repository {
const
string
base
;
this
(string base);
string
[]
get
(string uri);
static
string
[]
resolve
(string uri);
static
Repository
build
(Config config);
}
Constructors
this
this
(string base)
Undocumented in source.
Members
Functions
get
string
[]
get
(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
build
Repository
build
(Config config)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
string
[]
resolve
(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
string
base
;
Undocumented in source.
Meta
Source
See Implementation
beangle
micdn
asset
repository
classes
Repository