ConfigID returns the dyncfg wire protocol ID for a config.
(cfg C)
| 46 | |
| 47 | // ConfigID returns the dyncfg wire protocol ID for a config. |
| 48 | ConfigID(cfg C) string |
| 49 | } |
| 50 | |
| 51 | // CodedError allows callbacks to override the default response code. |
no outgoing calls