Get gets the Codec with the given name.
(string)
| 210 | type readOnlyCodecs interface { |
| 211 | // Get gets the Codec with the given name. |
| 212 | Get(string) Codec |
| 213 | // Protobuf gets the user-supplied protobuf codec, falling back to the default |
| 214 | // implementation if necessary. |
| 215 | // |
no outgoing calls