convention

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBConf

type DBConf struct {
	Driver   string
	User     string
	Password string
	Host     string
	Port     uint
	DBName   string
}

type HttpConf added in v0.2.0

type HttpConf struct {
	Host   string
	Port   uint32
	UseTLS bool
	Pem    string
	Key    string
	Static []StaticMap
}

func (HttpConf) BaseUrl added in v0.2.8

func (c HttpConf) BaseUrl() string

type StaticMap added in v0.2.7

type StaticMap struct {
	Route    string
	FilePath string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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