Documentation
¶
Overview ¶
Package upload handles uploading local changes to the backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface {
// contains filtered or unexported methods
}
Event is the interface for all upload events. Handlers can define their own event types that implement this interface.
type RecoveredEvent ¶
RecoveredEvent is emitted when upload recovers from a stalled state.
type StalledEvent ¶
StalledEvent is emitted when upload is blocked on a failing entry.
type SyncingEvent ¶
type SyncingEvent struct {
ProcessedCount int
}
SyncingEvent is emitted when entries are being processed.
type TokenRefresher ¶
TokenRefresher provides access tokens for authentication.
Click to show internal directories.
Click to hide internal directories.