Documentation
¶
Index ¶
Constants ¶
View Source
const ClientNameKey = "client-name"
View Source
const SessionIDKey = "session-id"
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
}
Click to show internal directories.
Click to hide internal directories.