These methods all encode and store a single Go value.
()
| 48 | type Encoder interface { |
| 49 | // These methods all encode and store a single Go value. |
| 50 | EncodeNil() |
| 51 | EncodeBool(bool) |
| 52 | EncodeString(string) |
| 53 | EncodeInt(int64) |
no outgoing calls
no test coverage detected