agentserver

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

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) Run

func (s *AgentGrpcServer) Run(ctx context.Context) error

func (*AgentGrpcServer) Stream

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,
) *AgentServer

New returns a new instance of a flightctl server.

func (*AgentServer) Run

func (s *AgentServer) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL