config

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Debug       bool // debug mode
	Gopprof     bool // start pprof
	GopprofAddr int  // the pprof server http port
	AdminPort   int  // admin server http port and used for health check

	AgentMessageBufferSize int  // agent message buffer size
	AgentHeartBeatTimeout  int  // agent heartbeat timeout, second
	AgentHeartBeatLog      bool // show the agent heartbeat log

	SendMessageLog    bool // show the send message log
	ReceiveMessageLog bool // show the receive message log

	StaredCallback func() // just for testing
}

func NewConfig

func NewConfig(file ...string) *Config

func NewDefaultConfig

func NewDefaultConfig() *Config

Jump to

Keyboard shortcuts

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