config

package
v0.0.0-...-f5d3b75 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppSettings

type AppSettings struct {
	Name string

	Version string
	Debug   bool
}

type DatabaseSettings

type DatabaseSettings struct {
	DbType   string
	Host     string
	Port     int
	Username string
	Password string
	Database string
}

type LogSettings

type LogSettings struct {
	Level  string
	Format string
	File   string
}

type Settings

type Settings struct {
	Port     int
	App      AppSettings
	Database DatabaseSettings
	Log      LogSettings
}

Jump to

Keyboard shortcuts

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