config

package
v0.0.0-...-591a77f Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2019 License: MIT Imports: 2 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 {
	AppName  string `envconfig:"app_name"`
	AppQuote string `envconfig:"app_quote"`
	GrpcHost string `envconfig:"grpc_host"`
	GrpcPort string `envconfig:"grpc_port"`
	LogLevel string `envconfig:"log_level"`
	Version  string `envconfig:"version"`
}

Config add your desired environment variable here

var C Config

C ...

Jump to

Keyboard shortcuts

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