View Source RemotePersistentTerm.Fetcher behaviour (RemotePersistentTerm v0.2.3)
A generic behaviour for a Fetcher module which is responsible for checking the latest version available in the remote source and downloading it.
Link to this section Summary
Callbacks
Check the current version of the remote term. Useed to avoid downloading the same term multiple times.
Download the term from the remote source.
Initialize the implementation specific state of the Fetcher.
Link to this section Types
Link to this section Callbacks
Check the current version of the remote term. Useed to avoid downloading the same term multiple times.
Download the term from the remote source.
Initialize the implementation specific state of the Fetcher.