| 4098 | } |
| 4099 | |
| 4100 | type Num struct { |
| 4101 | Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
| 4102 | ReadOnly bool `protobuf:"varint,2,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"` |
| 4103 | Forwarded bool `protobuf:"varint,3,opt,name=forwarded,proto3" json:"forwarded,omitempty"` |
| 4104 | Type NumLeaseType `protobuf:"varint,4,opt,name=type,proto3,enum=pb.NumLeaseType" json:"type,omitempty"` |
| 4105 | } |
| 4106 | |
| 4107 | func (m *Num) Reset() { *m = Num{} } |
| 4108 | func (m *Num) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected