config

package
v0.0.0-...-dc88474 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 3 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 {
	Redis  Redis
	Server Server
	Email  Email
}

func Get

func Get() *Config

type Email

type Email struct {
	Host string
	Port string
	User string
	Pass string
}

type Redis

type Redis struct {
	Addr string
	Pass string
}

type Server

type Server struct {
	Host string
	Port string
}

Jump to

Keyboard shortcuts

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