buildlog

package
v0.0.0-...-5392e09 Latest Latest
Warning

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

Go to latest
Published: May 8, 2017 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type Config

type Config struct {
	Server   Server   `yaml:"server"`
	Database DbConfig `yaml:"database"`
	DataPath string   `yaml:"data-path"`
}

type DbConfig

type DbConfig struct {
	Name     string `yaml:"name"`
	Host     string `yaml:"host"`
	Username string `yaml:"username"`
	Password string `yaml:"password"`
	Options  string `yaml:"options"`
}

func (DbConfig) Uri

func (db DbConfig) Uri() string

type Server

type Server struct {
	Address string `yaml:"address"`
}

Jump to

Keyboard shortcuts

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