server

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Conf struct {
	DBdst  dbConfig   `toml:"db_dst"`
	DBsrc  dbConfig   `toml:"db_src"`
	LDAP   ldapConfig `toml:"ldap"`
	Server appConfig  `toml:"app"`
}

Conf struct contains parameters of app.

View Source
var Core struct {
	DBdst *sqlx.DB
	DBsrc *sqlx.DB
	Store *sessions.CookieStore
}

Core struct stores DB connections and cookie store.

Functions

func Init

func Init(confPath string) error

Init function initializes server.

Types

This section is empty.

Jump to

Keyboard shortcuts

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