Documentation ¶
Overview ¶
Package sync provides a middleware to defer execution until a condition is fulfilled
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMiddleware ¶
Execution Synchronizer
func NewSyncMiddleware ¶
func NewSyncMiddleware() SyncMiddleware
func (SyncMiddleware) Apply ¶
func (syncMiddleware SyncMiddleware) Apply( run *pipeline.Run, next func(*pipeline.Run), executionContext *middleware.ExecutionContext, )
func (SyncMiddleware) String ¶
func (syncMiddleware SyncMiddleware) String() string
type SyncMiddlewareArguments ¶
Click to show internal directories.
Click to hide internal directories.