Documentation
¶
Overview ¶
Package agenttransfer is a thin caching layer over remote.Backend.UploadAgent. The backend does the actual upload; this package just memoises the resolved remote path so multiple callers (path-stub enumeration, broker startup) don't repeat the work.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transferer ¶
type Transferer struct {
// contains filtered or unexported fields
}
Transferer caches the resolved remote agent path so repeated callers of Ensure share one upload.
Click to show internal directories.
Click to hide internal directories.