mysql

package
v0.0.0-...-5d2a08f Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MysqlStoreConfig

type MysqlStoreConfig struct {
	MysqlDsn           string        `json:"mysql_dsn"`
	MaxOpenConnections int           `json:"max_open_connections"`
	MaxIdleConnections int           `json:"max_idle_connections"`
	MaxLifeTime        time.Duration `json:"max_life_time"`
	MaxIdleTime        time.Duration `json:"max_idle_time"`
}

Jump to

Keyboard shortcuts

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