serve

package
v1.27.6 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MPL-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	Debug     bool   `env:"UR_DEBUG"`
	DBConn    string `env:"UR_DB_URL" default:"postgres://user:password@localhost/ur?sslmode=disable"`
	Listen    string `env:"UR_LISTEN" default:"0.0.0.0:8080"`
	GeoIPPath string `env:"UR_GEOIP" default:"GeoLite2-City.mmdb"`
}

func (*CLI) Run

func (cli *CLI) Run() error

type NumberType

type NumberType int
const (
	NumberMetric NumberType = iota
	NumberBinary
	NumberDuration
)

Jump to

Keyboard shortcuts

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