()
| 32 | // Config is an interface that exists as pulling the actual config package would cause a cyclical dependency. |
| 33 | type Config interface { |
| 34 | AuthFilePath() string |
| 35 | } |
| 36 | |
| 37 | // Init handles all initialization needs in this package. |
no outgoing calls
no test coverage detected