conf

package
v0.0.0-...-a5e1bbd Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CONF *conf

Functions

This section is empty.

Types

type OSSConf

type OSSConf struct {
	Bucket    string `json:"bucket"`
	Region    string `json:"region"`
	Url       string `json:"url"`
	SecretID  string `json:"secret_id"`
	SecretKey string `json:"secret_key"`
}

type PgSQLConfig

type PgSQLConfig struct {
	Host     string `json:"host"`
	User     string `json:"user"`
	Password string `json:"password"`
	DbName   string `json:"db_name"`
	Port     int    `json:"port"`
}

Jump to

Keyboard shortcuts

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