config

package
v0.0.0-...-cbc0f95 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BaseConf = base_config.Config{}
View Source
var MainConf = Config{
	Home: HomeConfig{
		Api: base_config.AppConfig{
			Name:                        "HomeApi",
			NodeServiceDownTimeDuration: 60,
		},
		Controller: HomeControllerConfig{
			AppConfig: base_config.AppConfig{
				Name: "HomeController",
			},
			SyncRegionServiceTimeout: 10,
		},
	},
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Authproxy authproxy_config.AuthproxyConfig
	Home      HomeConfig
}

type HomeConfig

type HomeConfig struct {
	Api        base_config.AppConfig
	Controller HomeControllerConfig
}

type HomeControllerConfig

type HomeControllerConfig struct {
	base_config.AppConfig
	SyncRegionServiceTimeout int
}

Jump to

Keyboard shortcuts

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