global

package
v0.0.0-...-163dc15 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const SessionKey = "session"

Variables

View Source
var Db *gorm.DB
View Source
var SessionStore *gormstore.Store
View Source
var Settings = data.Settings{
	PageRoot: "/",
	Languages: map[string]data.LanguageInfo{
		"kz": {
			Image:      "images/flags/kz.svg",
			Label:      "Қазақша",
			Translator: i18n.CreateTranslator(&translations.KZ),
		},
		"ru": {
			Image:      "images/flags/ru.svg",
			Label:      "Русский",
			Translator: i18n.CreateTranslator(&translations.RU),
		},
		"en": {
			Image:      "images/flags/en.svg",
			Label:      "English",
			Translator: i18n.CreateTranslator(&translations.EN),
		},
	},
	DefaultLanguage: "kz",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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