| 1252 | } |
| 1253 | |
| 1254 | type License struct { |
| 1255 | User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` |
| 1256 | MaxNodes uint64 `protobuf:"varint,2,opt,name=maxNodes,proto3" json:"maxNodes,omitempty"` |
| 1257 | ExpiryTs int64 `protobuf:"varint,3,opt,name=expiryTs,proto3" json:"expiryTs,omitempty"` |
| 1258 | Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"` |
| 1259 | } |
| 1260 | |
| 1261 | func (m *License) Reset() { *m = License{} } |
| 1262 | func (m *License) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected