Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentInstallingApps ¶
func GetCurrentInstallingApps() []model.InstalledApp
func ReloadTask ¶
func ReloadTask() error
func RunInstallApp ¶
func RunInstallApp(v model.InstalledApp)
func ScheduleRefreshApps ¶
func ScheduleRefreshApps() error
Types ¶
type Task ¶
type Task struct {
InstallingApps sync.Map
InstallAppQueue chan model.InstalledApp
InvalidAccounts map[string]bool
// contains filtered or unexported fields
}
func (*Task) RunSchedule ¶
func (*Task) StartInstallApp ¶
func (t *Task) StartInstallApp(v model.InstalledApp)
Click to show internal directories.
Click to hide internal directories.