config

package
v0.0.0-...-812bafd Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppConfig applicationConfig
View Source
var Cipher string
View Source
var DB db
View Source
var GoogleKey googleKey
View Source
var LogFile logFile
View Source
var Path path
View Source
var Server server
View Source
var SessionLifetime int64

Functions

func SetApplication

func SetApplication(yamlFile []byte)

Types

type MailConfig

type MailConfig struct {
	Driver     string          `yaml:"driver"`
	Host       string          `yaml:"host"`
	Port       int             `yaml:"port"`
	Username   string          `yaml:"username"`
	Password   string          `yaml:"password"`
	From       string          `yaml:"from"`
	Encryption mail.Encryption `yaml:"encryption"`
}
var EMail MailConfig

Jump to

Keyboard shortcuts

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