()
| 92 | } |
| 93 | |
| 94 | func init() { |
| 95 | errbase.RegisterWrapperEncoder(errbase.GetTypeKey((*withHTTPCode)(nil)), encodeWithHTTPCode) |
| 96 | errbase.RegisterWrapperDecoder(errbase.GetTypeKey((*withHTTPCode)(nil)), decodeWithHTTPCode) |
| 97 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…