Do is expected to apply any necessary changes to the config in place
(*ghConfig.Config)
| 99 | PostVersion() string |
| 100 | // Do is expected to apply any necessary changes to the config in place |
| 101 | Do(*ghConfig.Config) error |
| 102 | } |
| 103 | |
| 104 | // TokenType is the kind of credential a token is, and its value is the prefix |
no outgoing calls