LocalConfig give access to the repository scoped configuration
()
| 47 | type RepoConfig interface { |
| 48 | // LocalConfig give access to the repository scoped configuration |
| 49 | LocalConfig() Config |
| 50 | |
| 51 | // GlobalConfig give access to the global scoped configuration |
| 52 | GlobalConfig() Config |
no outgoing calls
no test coverage detected