config

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB

Functions

func ConnectDB

func ConnectDB(config DBConfig) (*gorm.DB, error)

func LoadEnv added in v1.0.4

func LoadEnv() map[string]string

Types

type DBConfig

type DBConfig struct {
	DbUser    string
	DbPass    string
	DbName    string
	DbHost    string
	DbPort    string
	DbCharset string
	DbDriver  string
}

Jump to

Keyboard shortcuts

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