config

package
v0.0.0-...-0d633f8 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2023 License: GPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigType

type ConfigType struct {
	DBConfig    DBConfigType
	ServicePort string
	GithubLink  string
}
var Config *ConfigType

func New

func New() *ConfigType

New returns a new Config struct

type DBConfigType

type DBConfigType struct {
	DbType                 string
	DbHost                 string
	DbPort                 string
	DbName                 string
	DbUser                 string
	DbPass                 string
	DbSslMode              string
	DbSchema               string
	DbUpdateIfOtherVersion bool
}

Jump to

Keyboard shortcuts

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