# Functions
No description provided by the author
Create returns Fetcher instance by repo scheme Scheme file:// returns FileFetcher Scheme https:// returns GitFetcher Scheme local:// returns Local mount fetcher git repo with basic auth and token - https://{user}:{pass}@github.com/s7techlab/{repo}.git git repo with token - https://{token}@github.com/s7techlab/{repo}.git Returns non-fetcher for unrecognized scheme.
Fetch repo from file path , git repo file - file://path/to/repo git repo with basic auth and token - https://{user}:{pass}@github.com/s7techlab/{repo}.git git repo with token - https://{token}@github.com/s7techlab/{repo}.git.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author