Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ResetAllDeployments ¶
NOTE: Add new job trigger functions here
type ErrorHandler ¶
type ErrorHandler struct {
// contains filtered or unexported fields
}
func (*ErrorHandler) HandleError ¶
func (h *ErrorHandler) HandleError(ctx context.Context, job *rivertype.JobRow, err error) *river.ErrorHandlerResult
func (*ErrorHandler) HandlePanic ¶
func (h *ErrorHandler) HandlePanic(ctx context.Context, job *rivertype.JobRow, panicVal any, trace string) *river.ErrorHandlerResult
type ResetAllDeploymentsArgs ¶
type ResetAllDeploymentsArgs struct{}
func (ResetAllDeploymentsArgs) Kind ¶
func (ResetAllDeploymentsArgs) Kind() string
type ResetAllDeploymentsWorker ¶
type ResetAllDeploymentsWorker struct { river.WorkerDefaults[ResetAllDeploymentsArgs] // contains filtered or unexported fields }
func (*ResetAllDeploymentsWorker) Work ¶
func (w *ResetAllDeploymentsWorker) Work(ctx context.Context, job *river.Job[ResetAllDeploymentsArgs]) error
type ValidateDeploymentsArgs ¶
type ValidateDeploymentsArgs struct{}
func (ValidateDeploymentsArgs) Kind ¶
func (ValidateDeploymentsArgs) Kind() string
type ValidateDeploymentsWorker ¶
type ValidateDeploymentsWorker struct { river.WorkerDefaults[ValidateDeploymentsArgs] // contains filtered or unexported fields }
func (*ValidateDeploymentsWorker) Work ¶
func (w *ValidateDeploymentsWorker) Work(ctx context.Context, job *river.Job[ValidateDeploymentsArgs]) error
Click to show internal directories.
Click to hide internal directories.