interfaces

package
v0.0.0-...-1db91e1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IConfig

type IConfig interface {
	GetListenAddress() string
	GetListenPort() uint16
	GetInetFamily() string
	GetPathToPKCS12() string
	GetPKCS12Password() string
}

IConfig is an interface for configuration

type ICrypto

type ICrypto interface {
	GetPrivateKey() (crypto.PrivateKey, x509.Certificate)
}

IConfig is an interface for configuration

Jump to

Keyboard shortcuts

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