configs

package
v0.0.0-...-40fc3ee Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: Apache-2.0 Imports: 1 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 {
	UserServiceURL      string `envconfig:"USER_SERVICE_URL"`
	ProfileServiceURL   string `envconfig:"PROFILE_SERVICE_URL"`
	RedisServiceURL     string `envconfig:"REDIS_SERVICE_URL"`
	TaskServiceURL      string `envconfig:"TASK_SERVICE_URL"`
	PostServiceURL      string `envconfig:"POST_SERVICE_URL"`
	SpaceServiceURL     string `envconfig:"SPACE_SERVICE_URL"`
	GeographyServiceURL string `envconfig:"GEOGRAPHY_SERVICE_URL"`
	GoalServiceURL      string `envconfig:"GOAL_SERVICE_URL"`
	MatchServiceURL     string `envconfig:"MATCH_SERVICE_URL"`
	GroupServiceURL     string `envconfig:"GROUP_SERVICE_URL"`
	Server              struct {
		Port         string        `envconfig:"SERVER_PORT"`
		ReadTimeout  time.Duration `envconfig:"READ_TIMEOUT"`
		WriteTimeout time.Duration `envconfig:"WRITE_TIMEOUT"`
		IdleTimeout  time.Duration `envconfig:"IDLE_TIMEOUT"`
	}
}

Config ...

Jump to

Keyboard shortcuts

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