Documentation
¶
Overview ¶
Package abn contains the implementation of the A/B/n service (via gRPC)
Index ¶
Constants ¶
View Source
const (
// MetricsDirEnv is the environment variable identifying the directory with metrics storage
MetricsDirEnv = "METRICS_DIR"
)
Variables ¶
View Source
var (
// MetricsClient is the metrics client
MetricsClient storage.Interface
)
Functions ¶
func LaunchGRPCServer ¶
func LaunchGRPCServer(opts []grpc.ServerOption, stopCh <-chan struct{}) error
LaunchGRPCServer starts gRPC server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.