|
virtual std::optional< std::pair< std::string, std::string > > | accessHeaderFromToken (const std::string &token) const =0 |
|
std::optional< Input > | inputFromURL (const fetchers::Settings &settings, const ParsedURL &url, bool requireTree) const override |
|
StringSet | allowedAttrs () const override |
|
std::optional< Input > | inputFromAttrs (const fetchers::Settings &settings, const Attrs &attrs) const override |
|
ParsedURL | toURL (const Input &input) const override |
|
Input | applyOverrides (const Input &_input, std::optional< std::string > ref, std::optional< Hash > rev) const override |
|
std::optional< std::string > | getAccessToken (const fetchers::Settings &settings, const std::string &host) const |
|
Headers | makeHeadersWithAuthTokens (const fetchers::Settings &settings, const std::string &host) const |
|
virtual RefInfo | getRevFromRef (nix::ref< Store > store, const Input &input) const =0 |
|
virtual DownloadUrl | getDownloadUrl (const Input &input) const =0 |
|
std::pair< Input, TarballInfo > | downloadArchive (ref< Store > store, Input input) const |
|
std::pair< ref< SourceAccessor >, Input > | getAccessor (ref< Store > store, const Input &_input) const override |
|
bool | isLocked (const Input &input) const override |
|
std::optional< ExperimentalFeature > | experimentalFeature () const override |
|
std::optional< std::string > | getFingerprint (ref< Store > store, const Input &input) const override |
|
virtual std::string_view | schemeName () const =0 |
|
virtual void | clone (const Input &input, const Path &destDir) const |
|
virtual std::optional< std::filesystem::path > | getSourcePath (const Input &input) const |
|
virtual void | putFile (const Input &input, const CanonPath &path, std::string_view contents, std::optional< std::string > commitMsg) const |
|
virtual bool | isDirect (const Input &input) const |
|
virtual std::optional< std::string > | isRelative (const Input &input) const |
|