Documentation ¶ Index ¶ type Server func NewServer(ctx context.Context, cfg *config.Bridge) (*Server, error) func (s *Server) ObserveMetrics(ctx context.Context, observer otelapi.Observer) error func (s *Server) Run(ctx context.Context, failureSink chan<- error) func (s *Server) Stop(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(ctx context.Context, cfg *config.Bridge) (*Server, error) func (*Server) ObserveMetrics ¶ func (s *Server) ObserveMetrics(ctx context.Context, observer otelapi.Observer) error func (*Server) Run ¶ func (s *Server) Run(ctx context.Context, failureSink chan<- error) func (*Server) Stop ¶ func (s *Server) Stop(ctx context.Context) Source Files ¶ View all Source files events.goevents_bridge.goevents_connectivity.goevents_partner.goevents_tunnel_interface.goevents_tunnel_probe.gohandlers.gometrics.gopolling.goprobing.goreapply.goserver.go Click to show internal directories. Click to hide internal directories.