Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSyncInProgress = errors.New("sync already in progress")
ErrSyncInProgress is returned by SyncNow when a drain is already running. It signals that the call did no work (issued no request), so callers can treat it as a no-op rather than a real sync attempt.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.