Type represents the type of a value encoded by Encode{Null,NotNull,Varint,Uvarint,Float,Bytes}. go:generate stringer -type=Type
| 1245 | // Encode{Null,NotNull,Varint,Uvarint,Float,Bytes}. |
| 1246 | //go:generate stringer -type=Type |
| 1247 | type Type int |
| 1248 | |
| 1249 | // Type values. |
| 1250 | // TODO(dan, arjun): Make this into a proto enum. |
no outgoing calls
no test coverage detected