Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
Sync(
ctx context.Context,
destDir string,
prevLock *lockfile.LockEntry,
opts SyncOptions,
) (*SyncResult, error)
Close() error
}
Source defines a documentation source that can be synced.
type SyncOptions ¶
SyncOptions controls behavior for source sync operations.
Click to show internal directories.
Click to hide internal directories.