# Functions
ArtifactoryJAR resolves protobufs from JAR files in Artifactory.
Combine a set of resolvers, trying each in turn.
Local tries to resolve imports locally.
Remote resolves imports from their source repositories.
# Structs
ArtifactoryConfig defines how to talk to Artifactory and where to download artifacts from.
ArtifactoryRepositoryConfig is the config for a single repository within Artifactory.
RemoteConfig contains the configuration for Remote().
Repo defines a source repository and where to retrieve protos from it.
# Interfaces
NamedReadCloser gives an io.ReadCloser an identity.
# Type aliases
A Resolver can resolve proto imports to source.