Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentGrpcServer ¶
type AgentGrpcServer struct {
pb.UnimplementedRouterServiceServer
// contains filtered or unexported fields
}
func NewAgentGrpcServer ¶
func NewAgentGrpcServer( log logrus.FieldLogger, cfg *config.Config, tlsConfig *tls.Config, ) *AgentGrpcServer
New returns a new instance of a flightctl server.
func (*AgentGrpcServer) Stream ¶
func (s *AgentGrpcServer) Stream(stream pb.RouterService_StreamServer) error
type AgentServer ¶
type AgentServer struct {
// contains filtered or unexported fields
}
func New ¶
func New( log logrus.FieldLogger, cfg *config.Config, store store.Store, ca *crypto.CA, listener net.Listener, metrics *instrumentation.ApiMetrics, ) *AgentServer
New returns a new instance of a flightctl server.
Click to show internal directories.
Click to hide internal directories.