config

package
v0.0.0-...-30f5d3c Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPConfig

type HTTPConfig struct {
	Address         string `env:"ADDR" long:"address" default:":8080" required:"false" description:"HTTP address to listen to"`
	LogResponseBody bool   `env:"LOG_RESPONSE_BODY" long:"log-response-body" description:"Log HTTP response body"`
}

type LogConfig

type LogConfig struct {
	CallerInfo  bool `env:"CALLER_INFO" short:"c" long:"caller-info" required:"false" description:"Show caller information"`
	JSONLogging bool `env:"JSON_LOGGING" short:"j" long:"json" description:"Print every log entry as a JSON object"`
}

Jump to

Keyboard shortcuts

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