manager

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager is gateway manager

func NewGatewayManager

func NewGatewayManager(c *config.EdgeGatewayConfig) *Manager

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server is gateway server

func NewServer

func NewServer(ip net.IP, port int, opts *ServerOptions) (*Server, error)

NewServer new server and run

func (*Server) Stop

func (srv *Server) Stop()

Stop stop

type ServerOptions

type ServerOptions struct {
	// ingress
	Exposed        bool
	GwName         string
	Namespace      string
	Hosts          []string
	Protocol       string
	CredentialName string
	MinVersion     uint16
	MaxVersion     uint16
	CipherSuites   []uint16
}

ServerOptions options

Jump to

Keyboard shortcuts

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