package
0.1.3
Repository: https://github.com/skeptycal/ghapi.git
Documentation: pkg.go.dev

# Functions

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
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config is used to cache configuration values throughout a session to reduce response times.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ConfigScope is the configuration scope used to specify the configuration file location Config file location --global use global config file (default) --system use system config file --local use repository config file The following options are not implemented: --worktree use per-worktree config file -f, --file <file> use given config file --blob <blob-id> read config from given blob object Reference: https://git-scm.com/docs/git-config#FILES.