MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / License

Struct License

bitmap/pb.pb.go:1254–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254type 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
1261func (m *License) Reset() { *m = License{} }
1262func (m *License) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected