Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Queue ¶
type Queue interface { Enqueue(ctx context.Context, codebaseID, viewID, workspaceID string, paths []string, action snapshots.Action) error Start(ctx context.Context) error }
func New ¶
func New( logger *zap.Logger, queue queue.Queue, snapshotter snapshotter.Snapshotter, ) Queue
func NewSync ¶
func NewSync(snapshotter snapshotter.Snapshotter) Queue
Click to show internal directories.
Click to hide internal directories.