config

package
v0.0.0-...-b520b71 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init()

Types

type Config

type Config struct {
	ApiPort  string
	Database Database
}

func Get

func Get() *Config

type Database

type Database struct {
	DbConnection string
	Mysql        Mysql
}

type Mysql

type Mysql struct {
	Host     string
	Database string
	User     string
	Password string
	Port     string
}

Jump to

Keyboard shortcuts

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