| 4166 | } |
| 4167 | |
| 4168 | type AssignedIds struct { |
| 4169 | StartId uint64 `protobuf:"varint,1,opt,name=startId,proto3" json:"startId,omitempty"` |
| 4170 | EndId uint64 `protobuf:"varint,2,opt,name=endId,proto3" json:"endId,omitempty"` |
| 4171 | // The following is used for read only transactions. |
| 4172 | ReadOnly uint64 `protobuf:"varint,5,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"` |
| 4173 | } |
| 4174 | |
| 4175 | func (m *AssignedIds) Reset() { *m = AssignedIds{} } |
| 4176 | func (m *AssignedIds) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected