config

package
v0.12.7 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 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 Endpoint

type Endpoint struct {
	Port           int
	ReadTimeoutMs  int           `json:",omitempty" yaml:",omitempty"`
	WriteTimeoutMs int           `json:",omitempty" yaml:",omitempty"`
	WriteTimeout   time.Duration `json:",omitempty" yaml:",omitempty"`
	MaxHeaderBytes int           `json:",omitempty" yaml:",omitempty"`

	// HTTP data buffer pool - used when reading a payload, for saving memory
	PoolMaxSize int `json:",omitempty" yaml:",omitempty"`
	BufferSize  int `json:",omitempty" yaml:",omitempty"`

	MaxEvaluatorWaitMs      int           `json:",omitempty" yaml:",omitempty"`
	MaxEvaluatorWait        time.Duration `json:",omitempty" yaml:",omitempty"`
	MaxEvaluatorConcurrency int64         `json:",omitempty" yaml:",omitempty"`
}

Endpoint represents an endpoint

func (*Endpoint) Init

func (e *Endpoint) Init()

Init init applied default settings

Jump to

Keyboard shortcuts

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