Documentation
¶
Index ¶
- func CheckAfcService(ctx context.Context, id string) error
- func DeleteApp(id uint) (bool, error)
- func GetApp(id uint) (*model.InstalledApp, error)
- func GetAppList() ([]model.InstalledApp, error)
- func GetEnableAppList() ([]model.InstalledApp, error)
- func GetServiceStatus() []model.ServiceStatus
- func GetValidName(name string) string
- func HandleInstallMessage(c *websocket.Conn)
- func HandlePairMessage(c *websocket.Conn)
- func MountDeveloperDiskImage(ctx context.Context, id string) error
- func SaveApp(app model.InstalledApp) (*model.InstalledApp, error)
- func SetLanguage(lang string)
- func UpdateAppRefreshResult(app model.InstalledApp) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppList ¶
func GetAppList() ([]model.InstalledApp, error)
func GetEnableAppList ¶
func GetEnableAppList() ([]model.InstalledApp, error)
func GetServiceStatus ¶
func GetServiceStatus() []model.ServiceStatus
func GetValidName ¶
func HandleInstallMessage ¶ added in v0.2.1
func HandlePairMessage ¶ added in v0.2.1
func SaveApp ¶
func SaveApp(app model.InstalledApp) (*model.InstalledApp, error)
func SetLanguage ¶
func SetLanguage(lang string)
func UpdateAppRefreshResult ¶
func UpdateAppRefreshResult(app model.InstalledApp) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.