please upgrade the proto package DataType is the type for a DataItem.
| 34 | |
| 35 | // DataType is the type for a DataItem. |
| 36 | type DataType int32 |
| 37 | |
| 38 | const ( |
| 39 | DataType_BYTES DataType = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected