()
| 190 | } |
| 191 | |
| 192 | func (e unsupportedProtocolVersionError) Error() string { |
| 193 | return fmt.Sprintf("unsupported protocol version: %q", e.version) |
| 194 | } |
| 195 | |
| 196 | // ClientSessionOptions is reserved for future use. |
| 197 | type ClientSessionOptions struct { |
no outgoing calls