config

package
v0.0.0-...-2f8202d Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySqlConfig

type MySqlConfig struct {
	Database               string `default:"deepflow" yaml:"database"`
	Host                   string `default:"mysql" yaml:"host"`
	Port                   uint32 `default:"30130" yaml:"port"`
	UserName               string `default:"root" yaml:"user-name"`
	UserPassword           string `default:"deepflow" yaml:"user-password"`
	TimeOut                uint32 `default:"30" yaml:"timeout"`
	DropDatabaseEnabled    bool   `default:"false" yaml:"drop-database-enabled"`
	AutoIncrementIncrement uint32 `default:"1" yaml:"auto_increment_increment"`
	ResultSetMax           uint32 `default:"100000" yaml:"result_set_max"`
}

Jump to

Keyboard shortcuts

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