Name returns the name of the Codec implementation. The returned string will be used as part of content type in transmission. The result must be static; the result cannot change between calls.
()
| 111 | // will be used as part of content type in transmission. The result must be |
| 112 | // static; the result cannot change between calls. |
| 113 | Name() string |
| 114 | } |
| 115 | |
| 116 | var registeredCodecs = make(map[string]any) |
no outgoing calls