config

package
v0.0.0-...-4cdb3b7 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package config @Description:

Package config @Description:

Index

Constants

This section is empty.

Variables

View Source
var Config conf

Config 项目配置

Functions

This section is empty.

Types

type Mysql

type Mysql struct {
	Address     string `yaml:"address"`
	Port        int    `yaml:"port"`
	DBName      string `yaml:"dbname"`
	Username    string `yaml:"username"`
	Password    string `yaml:"password"`
	MaxConn     int    `yaml:"max_conn"`
	MaxIdleConn int    `yaml:"max_idle_conn"`
	Timeout     string `yaml:"timeout"`
}

type OA

type OA struct {
	Port int `yaml:"port"`
}

Jump to

Keyboard shortcuts

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