config

package
v0.0.0-...-9901557 Latest Latest
Warning

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

Go to latest
Published: May 21, 2021 License: Apache-2.0 Imports: 3 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 {
	AppPort int `envconfig:"data_maker_app_port" default:"8082"`

	RedisPort     int    `envconfig:"redis_port" default:"6379"`
	RedisHost     string `envconfig:"redis_host" default:"127.0.0.1"`
	RedisPoolSize int    `envconfig:"redis_pool_size" default:"10"`
}

func Init

func Init() *Config

Jump to

Keyboard shortcuts

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