Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Map1BeginnerPool is a pool name. Map1BeginnerPool = "map1beginner" // Map1AdvancedPool is pool name. Map1AdvancedPool = "map1advanced" // Map2BeginnerPool is pool name. Map2BeginnerPool = "map2beginner" // Map2AdvancedPool is pool name. Map2AdvancedPool = "map2advanced" // DoubleArgMMR is an index used to test DoubleRangeFilter. DoubleArgMMR = "attribute.mmr" // DoubleArgLevel is an index used to test DoubleRangeFilter. DoubleArgLevel = "attribute.level" // DoubleArgDefense is an index used to test DoubleRangeFilter. DoubleArgDefense = "attribute.defense" // ModeDemo is an index used to test BoolEqualsFilter ModeDemo = "mode.demo" // Role is an index used to test StringEqualsFilter Role = "char" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OM ¶
type OM interface { // MustFrontendGRPC returns a gRPC client to frontend server. MustFrontendGRPC() pb.FrontendServiceClient // MustBackendGRPC returns a gRPC client to backend server. MustBackendGRPC() pb.BackendServiceClient // MustQueryServiceGRPC returns a gRPC client to query server. MustQueryServiceGRPC() pb.QueryServiceClient // HealthCheck probes the cluster for readiness. HealthCheck() error // MustMmfConfigGRPC returns a grpc match function config for backend server. MustMmfConfigGRPC() *pb.FunctionConfig // MustMmfConfigHTTP returns a http match function config for backend server. MustMmfConfigHTTP() *pb.FunctionConfig // Context provides a context to call remote methods. Context() context.Context // contains filtered or unexported methods }
OM is the interface for communicating with Open Match.
Click to show internal directories.
Click to hide internal directories.