processors

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// DefaultTimeoutSeconds is the default number of time out seconds.
	DefaultTimeoutSeconds = 30

	// DefaultExpirationSeconds is the default seconds of profiler endpoint expires.
	DefaultExpirationSeconds = 7200
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Processor

type Processor interface {
	// Context carries values across API boundaries.
	context.Context
	// Logger represents the ability to log messages.
	logr.Logger
	// Handler handles http requests.
	Handler(http.ResponseWriter, *http.Request)
}

Processor manages http requests for processing diagnoses.

Directories

Path Synopsis
collector
log
recover

Jump to

Keyboard shortcuts

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