Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue schedules Worker invocations. Multiple queue requests are coalesced when made in quick succession.
type ValueWorkspace ¶
type ValueWorkspaces ¶
type ValueWorkspaces struct {
Workspaces []ValueWorkspace `json:"workspaces"`
}
type WorkerFunc ¶
type WorkerFunc func(ctx context.Context, vwss ValueWorkspaces) error
func CmdWorker ¶
func CmdWorker(command string) WorkerFunc
func (WorkerFunc) Work ¶
func (wf WorkerFunc) Work(ctx context.Context, vwss ValueWorkspaces) error
Click to show internal directories.
Click to hide internal directories.