package
0.33.0
Repository: https://github.com/palantir/go-githubapp.git
Documentation: pkg.go.dev

# Functions

NewLoader creates a Loader that loads configuration from paths.
WithOwnerDefault sets the owner repository and paths to check when a repository does not define its own configuration.
WithRemoteRefParser sets the parser for encoded RemoteRefs.
YAMLRemoteRefParser parses b as a YAML-encoded RemoteRef.

# Structs

Config contains unparsed configuration data and metadata about where it was found.
Loader loads configuration for repositories.
RemoteRef identifies a configuration file in a different repository.

# Type aliases

No description provided by the author
RemoteRefParser attempts to parse a RemoteRef from bytes.