app

package
v0.0.0-...-1445020 Latest Latest
Warning

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

Go to latest
Published: May 30, 2016 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxOpenConns    = 5
	MaxIdleConns    = 2
	ConnMaxLifetime = time.Hour
)
View Source
const (
	StartBuildSql = `
		SELECT 
			branch,
			revision,
			repository_url 
		FROM build.start($1)
	`
)

Variables

This section is empty.

Functions

func New

func New(config common.Config) *app

Types

type Task

type Task struct {
	BuildID   int32     `json:"build_id"   db:"build_id"`
	CreatedAt time.Time `json:"created_at" db:"created_at"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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