config

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VersionDate = "0001-01-01 00:00:00"
	Version     = "dev"
	Hash        = "COMMIT ID"
)

Functions

func VersionString

func VersionString() string

Types

type Config

type Config struct {
	HttpPort     int    `yaml:"http_port"`
	DBConnString string `yaml:"db_conn_string,omitempty"`
}

конфигурация приложения, подразумевается yaml-формат

func DefaultConfig

func DefaultConfig() *Config

DefaultConfig возвращает конфигурацию по умолчанию. будет использоваться в случае когда config.yaml не найден

func New

func New() (*Config, error)

Jump to

Keyboard shortcuts

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