config

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 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 ClientConfig

type ClientConfig struct {
	// HostURL peer service host
	HostURL string
	// Timeout request timeout
	Timeout time.Duration
	// SlowRequestDuration slow request timeout
	SlowRequestDuration time.Duration
	// EnableDebug trace request details
	EnableDebug bool
	// Key client key
	Key string
	// Secret signature secret
	Secret string
}

ClientConfig http client config

type ServerConfig

type ServerConfig struct {
	// Addr server addr, like :8080 or 127.0.0.1:8080
	Addr string
	// Timeout request timeout
	Timeout time.Duration
	// Mode server mode: release or debug
	Mode string
	// SlowRequestDuration slow request timeout
	SlowRequestDuration time.Duration
	// WatchConfig whether watch config file changes
	WatchConfig bool
}

ServerConfig http server config

func DefaultServerConfig

func DefaultServerConfig() *ServerConfig

DefaultServerConfig default server configs, for start http server out of box

Jump to

Keyboard shortcuts

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