data

package
v0.0.0-...-9e99f9c Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = viper.New()

Config - global config for the app

View Source
var (
	// PG is a global session for psql (once initiated by dbConnect)
	PG *sqlx.DB
)

Functions

This section is empty.

Types

type Thing

type Thing struct {
	Name    string `json:"Name" db:"full_name"`
	Address bool   `json:"addr" db:"address"`
	Phone   string `json:"phone" db:"phone_number"`
}

Jump to

Keyboard shortcuts

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