backend

package module
v0.0.0-...-6245078 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Constants
}
var (
	Cfg *Config
)

type Constants

type Constants struct {
	HTTPPort    uint64
	LogLevel    string
	PowHost     string
	PowGrpcHost string
	Postgres    struct {
		Type     string
		Host     string
		Port     uint16
		User     string
		Password string
		Database string
	}
	JWT struct {
		SigningKey string
	}
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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