Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TheCheckUpdateServiceImpl ¶
type TheCheckUpdateServiceImpl struct {
markup.Component `id:"CheckUpdateService"`
PackagesURL string `inject:"${wpm.check-update.url}"`
AboutService service.AboutService `inject:"#AboutService"`
SettingService service.SettingService `inject:"#SettingService"`
// contains filtered or unexported fields
}
TheCheckUpdateServiceImpl ...
func (*TheCheckUpdateServiceImpl) Check ¶
func (inst *TheCheckUpdateServiceImpl) Check(ctx context.Context, o *vo.AboutCheckUpdate) error
Check ...
func (*TheCheckUpdateServiceImpl) Ignore ¶
func (inst *TheCheckUpdateServiceImpl) Ignore(ctx context.Context, o *vo.AboutCheckUpdate) error
Ignore ...
Click to show internal directories.
Click to hide internal directories.