manage

package
v0.0.0-...-ba02ff9 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationConfig

type AuthenticationConfig struct {
	Username string `yaml:"user"`
	Password string `yaml:"pass"`
}

type Config

type Config struct {
	Bind string               `yaml:"bind"`
	Auth AuthenticationConfig `yaml:"auth"`
}

type Server

type Server struct {
	Config       Config
	ShutdownChan chan bool
	DoneFunc     func()
	Database     *database.Connection
	VHostVault   vhosts.Vault
}

func (*Server) Start

func (s *Server) Start()

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳