Documentation ¶
Index ¶
- func PlatformDownload(ctx context.Context, req *rpc.PlatformDownloadRequest, ...) (*rpc.PlatformDownloadResponse, error)
- func PlatformInstall(ctx context.Context, req *rpc.PlatformInstallRequest, ...) (*rpc.PlatformInstallResponse, error)
- func PlatformList(req *rpc.PlatformListRequest) (*rpc.PlatformListResponse, error)
- func PlatformSearch(req *rpc.PlatformSearchRequest) (*rpc.PlatformSearchResponse, error)
- func PlatformUninstall(ctx context.Context, req *rpc.PlatformUninstallRequest, ...) (*rpc.PlatformUninstallResponse, error)
- func PlatformUpgrade(ctx context.Context, req *rpc.PlatformUpgradeRequest, ...) (*rpc.PlatformUpgradeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlatformDownload ¶
func PlatformDownload(ctx context.Context, req *rpc.PlatformDownloadRequest, downloadCB rpc.DownloadProgressCB) (*rpc.PlatformDownloadResponse, error)
PlatformDownload FIXMEDOC
func PlatformInstall ¶
func PlatformInstall(ctx context.Context, req *rpc.PlatformInstallRequest, downloadCB rpc.DownloadProgressCB, taskCB rpc.TaskProgressCB) (*rpc.PlatformInstallResponse, error)
PlatformInstall FIXMEDOC
func PlatformList ¶ added in v0.0.4
func PlatformList(req *rpc.PlatformListRequest) (*rpc.PlatformListResponse, error)
PlatformList returns a list of installed platforms, optionally filtered by those requiring an update.
func PlatformSearch ¶
func PlatformSearch(req *rpc.PlatformSearchRequest) (*rpc.PlatformSearchResponse, error)
PlatformSearch FIXMEDOC
func PlatformUninstall ¶
func PlatformUninstall(ctx context.Context, req *rpc.PlatformUninstallRequest, taskCB rpc.TaskProgressCB) (*rpc.PlatformUninstallResponse, error)
PlatformUninstall FIXMEDOC
func PlatformUpgrade ¶
func PlatformUpgrade(ctx context.Context, req *rpc.PlatformUpgradeRequest, downloadCB rpc.DownloadProgressCB, taskCB rpc.TaskProgressCB) (*rpc.PlatformUpgradeResponse, error)
PlatformUpgrade FIXMEDOC
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.