(ctx context.Context, h *twirp.ClientHooks, err twirp.Error)
| 1083 | } |
| 1084 | |
| 1085 | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twirp.Error) { |
| 1086 | if h == nil || h.Error == nil { |
| 1087 | return |
| 1088 | } |
| 1089 | h.Error(ctx, err) |
| 1090 | } |
| 1091 | |
| 1092 | var twirpFileDescriptor0 = []byte{ |
| 1093 | // 353 bytes of a gzipped FileDescriptorProto |
no test coverage detected