Documentation
¶
Overview ¶
Package server implements the transport-specific logic for the configstream component.
Index ¶
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
}
Server implements the transport-specific logic for the configstream component.
func NewServer ¶
func NewServer(cfg config.Component, comp configstream.Component) *Server
NewServer creates a new Server.
func (*Server) StreamConfigEvents ¶
func (s *Server) StreamConfigEvents(req *pb.ConfigStreamRequest, stream pb.AgentSecure_StreamConfigEventsServer) error
StreamConfigEvents handles the gRPC streaming logic.
Click to show internal directories.
Click to hide internal directories.