db

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init added in v1.0.2

func Init() error

func NewDB

func NewDB(vv ...interface{}) *gorm.DB

Types

type Config

type Config struct {
	Host string `envconfig:"POSTGRES_HOST"`
	User string `envconfig:"POSTGRES_USER"`
	Pass string `envconfig:"POSTGRES_PASSWORD"`
	Name string `envconfig:"POSTGRES_DB"`
	Port int    `envconfig:"POSTGRES_PORT"`
}

Jump to

Keyboard shortcuts

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