Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartGrpcServer ¶
func StartGrpcServer(params *GrpcServerParams) (*grpc.Server, error)
Types ¶
type GrpcServerParams ¶
type GrpcServerParams struct { Logger *zap.Logger ListenPort int ScaleFactor *atomic.Float64 StrategyStore sst.SamplingStrategyTree TraceGraph tg.TraceGraph OperationStore store.OperationStore Evaluator evaluator.Evaluator GossipSeed gossip.Seed }
Click to show internal directories.
Click to hide internal directories.