package
0.59.2
Repository: https://github.com/smithy-security/smithy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
NewLoader takes as an argumet a directory containing some configuration, a path or a URI and the expected file name that we want to fetch.

# Variables

ErrBadTargetFile is returned when the target file is not a hint for a file but a directory.
ErrInvalidURL is returns when the URL of the remote file is not a URL with an HTTPS scheme.
ErrUnsuccessfulRequest is returned when the.

# Interfaces

Loader is an interface implemented by a struct that can resolve a path or a URI and return the contents as a byte slice.