beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
Context
beangle
micdn
asset
config
Undocumented in source.
class
Context {
string
base
;
Provider
[]
providers
;
this
(string base);
void
addProvider
(Provider p);
string
toXml
(string indent);
}
Constructors
this
this
(string base)
Undocumented in source.
Members
Functions
addProvider
void
addProvider
(Provider p)
Undocumented in source. Be warned that the author may not have intended to support it.
toXml
string
toXml
(string indent)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
string
base
;
Undocumented in source.
providers
Provider
[]
providers
;
Undocumented in source.
Meta
Source
See Implementation
beangle
micdn
asset
config
classes
Config
Context
DirProvider
GavJarProvider
ZipProvider
interfaces
Provider
structs
Repo