Documentation ¶
Index ¶
- type DB
- type Handler
- func (h *Handler) ChangePriority(ctx context.Context, r *stoold.ChangePriorityRequest) (*stoold.ChangePriorityResponse, error)
- func (h *Handler) CheckForUpdates(ctx context.Context, r *stoold.CheckForUpdatesRequest) (*stoold.CheckForUpdatesResponse, error)
- func (h *Handler) GetApp(ctx context.Context, r *stoold.GetAppRequest) (*stoold.GetAppResponse, error)
- func (h *Handler) GetApps(ctx context.Context, r *stoold.GetAppsRequest) (*stoold.GetAppsResponse, error)
- func (h *Handler) GetBranches(ctx context.Context, r *stoold.GetBranchesRequest) (*stoold.GetBranchesResponse, error)
- func (h *Handler) GetTasks(ctx context.Context, r *stoold.GetTasksRequest) (*stoold.GetTasksResponse, error)
- func (h *Handler) InstallApp(ctx context.Context, r *stoold.InstallAppRequest) (*stoold.InstallAppResponse, error)
- func (h *Handler) InstallInfo(ctx context.Context, r *stoold.InstallInfoRequest) (*stoold.InstallInfoResponse, error)
- func (h *Handler) Launch(ctx context.Context, r *stoold.LaunchRequest) (*stoold.LaunchResponse, error)
- func (h *Handler) Pause(ctx context.Context, r *stoold.PauseRequest) (*stoold.PauseResponse, error)
- func (h *Handler) RecoverTasks(ctx context.Context, r *stoold.RecoverTasksRequest) (*stoold.RecoverTasksResponse, error)
- func (h *Handler) Resume(ctx context.Context, r *stoold.ResumeRequest) (*stoold.ResumeResponse, error)
- func (h *Handler) SetAutoUpdate(ctx context.Context, r *stoold.SetAutoUpdateRequest) (*stoold.SetAutoUpdateResponse, error)
- func (h *Handler) Subscribe(r *stoold.SubscribeRequest, stream stoold.StoolDaemon_SubscribeServer) error
- func (h *Handler) SwitchBranch(ctx context.Context, r *stoold.SwitchBranchRequest) (*stoold.SwitchBranchResponse, error)
- func (h *Handler) UninstallApp(ctx context.Context, r *stoold.UninstallAppRequest) (*stoold.UninstallAppResponse, error)
- func (h *Handler) UpdateApp(ctx context.Context, r *stoold.UpdateAppRequest) (*stoold.UpdateAppResponse, error)
- func (h *Handler) VerifyApp(ctx context.Context, r *stoold.VerifyAppRequest) (*stoold.VerifyAppResponse, error)
- type Listener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) ChangePriority ¶
func (h *Handler) ChangePriority(ctx context.Context, r *stoold.ChangePriorityRequest) (*stoold.ChangePriorityResponse, error)
func (*Handler) CheckForUpdates ¶
func (h *Handler) CheckForUpdates(ctx context.Context, r *stoold.CheckForUpdatesRequest) (*stoold.CheckForUpdatesResponse, error)
func (*Handler) GetApp ¶
func (h *Handler) GetApp(ctx context.Context, r *stoold.GetAppRequest) (*stoold.GetAppResponse, error)
func (*Handler) GetApps ¶
func (h *Handler) GetApps(ctx context.Context, r *stoold.GetAppsRequest) (*stoold.GetAppsResponse, error)
func (*Handler) GetBranches ¶
func (h *Handler) GetBranches(ctx context.Context, r *stoold.GetBranchesRequest) (*stoold.GetBranchesResponse, error)
func (*Handler) GetTasks ¶
func (h *Handler) GetTasks(ctx context.Context, r *stoold.GetTasksRequest) (*stoold.GetTasksResponse, error)
func (*Handler) InstallApp ¶
func (h *Handler) InstallApp(ctx context.Context, r *stoold.InstallAppRequest) (*stoold.InstallAppResponse, error)
func (*Handler) InstallInfo ¶
func (h *Handler) InstallInfo(ctx context.Context, r *stoold.InstallInfoRequest) (*stoold.InstallInfoResponse, error)
func (*Handler) Launch ¶
func (h *Handler) Launch(ctx context.Context, r *stoold.LaunchRequest) (*stoold.LaunchResponse, error)
func (*Handler) Pause ¶
func (h *Handler) Pause(ctx context.Context, r *stoold.PauseRequest) (*stoold.PauseResponse, error)
func (*Handler) RecoverTasks ¶
func (h *Handler) RecoverTasks(ctx context.Context, r *stoold.RecoverTasksRequest) (*stoold.RecoverTasksResponse, error)
func (*Handler) Resume ¶
func (h *Handler) Resume(ctx context.Context, r *stoold.ResumeRequest) (*stoold.ResumeResponse, error)
func (*Handler) SetAutoUpdate ¶
func (h *Handler) SetAutoUpdate(ctx context.Context, r *stoold.SetAutoUpdateRequest) (*stoold.SetAutoUpdateResponse, error)
func (*Handler) Subscribe ¶
func (h *Handler) Subscribe(r *stoold.SubscribeRequest, stream stoold.StoolDaemon_SubscribeServer) error
func (*Handler) SwitchBranch ¶
func (h *Handler) SwitchBranch(ctx context.Context, r *stoold.SwitchBranchRequest) (*stoold.SwitchBranchResponse, error)
func (*Handler) UninstallApp ¶
func (h *Handler) UninstallApp(ctx context.Context, r *stoold.UninstallAppRequest) (*stoold.UninstallAppResponse, error)
func (*Handler) UpdateApp ¶
func (h *Handler) UpdateApp(ctx context.Context, r *stoold.UpdateAppRequest) (*stoold.UpdateAppResponse, error)
func (*Handler) VerifyApp ¶
func (h *Handler) VerifyApp(ctx context.Context, r *stoold.VerifyAppRequest) (*stoold.VerifyAppResponse, error)
Click to show internal directories.
Click to hide internal directories.