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

Struct FacetParams

bitmap/pb.pb.go:2961–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2959}
2960
2961type FacetParams struct {
2962 AllKeys bool `protobuf:"varint,1,opt,name=all_keys,json=allKeys,proto3" json:"all_keys,omitempty"`
2963 Param []*FacetParam `protobuf:"bytes,2,rep,name=param,proto3" json:"param,omitempty"`
2964}
2965
2966func (m *FacetParams) Reset() { *m = FacetParams{} }
2967func (m *FacetParams) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected