config

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2020 License: MIT 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 {
	Endpoint string `default:"0.0.0.0:3000"`
	Database struct {
		Driver string `default:"mysql"`
		DSN    string `default:"test:test@tcp(127.0.0.1:3306)/test?charset=utf8mb4&parseTime=True"`
	}
	ServiceDiscovery struct {
		Endpoint string `default:"127.0.0.1:2379"`
	} `envconfig:"SERVICE_DISCOVERY"`
	Log struct {
		Out   string `default:"stdout"`
		Level string `default:"info"`
	}
}

Config は設定に関する定義です。

Jump to

Keyboard shortcuts

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