configuration

package
v0.4.46 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrpcConfig

type GrpcConfig struct {
	Port                       int `validate:"required"`
	KeepaliveParams            keepalive.ServerParameters
	KeepaliveEnforcementPolicy keepalive.EnforcementPolicy
	Tls                        TlsConfig
}

type GrpcPoolConfig added in v0.3.63

type GrpcPoolConfig struct {
	InitialConnections int
	Capacity           int
}

type TlsConfig added in v0.3.80

type TlsConfig struct {
	Enabled  bool
	KeyPath  string
	CertPath string
}

Jump to

Keyboard shortcuts

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