security

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionApplicationProtocol

type ConnectionApplicationProtocol interface {
	GetConnectionApplicationProtocol() (string, error)
}

type Engine

type Engine interface {
	GetTLSConfig(...Option) *tls.Config
	GetClientConn(net.Conn, ...Option) (net.Conn, error)
}

type Option

type Option interface {
	// contains filtered or unexported methods
}

type OptionWithALPN

type OptionWithALPN struct {
	ALPNs []string
}

type OptionWithDestination

type OptionWithDestination struct {
	Dest net1.Destination
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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