Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheProvider ¶
type CacheProvider struct {
markup.Component ` id:"PresetCache" class:"wpm-cache-provider"`
AC application.Context `inject:"context"`
CS service.CacheService `inject:"#CacheService"`
HTC service.HTTPClientExService `inject:"#HTTPClientExService"`
ListFileName string `inject:"${wpm.presets.list-file-name}"`
}
CacheProvider ... for Presets
func (*CacheProvider) ListProviderRegistrations ¶
func (inst *CacheProvider) ListProviderRegistrations() []*caches.ProviderRegistration
ListProviderRegistrations ...
type ImpPresetService ¶
type ImpPresetService struct {
markup.Component `id:"PresetService"`
Cache Cache `inject:"#PresetCache"`
}
ImpPresetService ...
func (*ImpPresetService) GetPresets ¶
func (inst *ImpPresetService) GetPresets() (*vo.Online, error)
GetPresets ...
Click to show internal directories.
Click to hide internal directories.