Versions in this module Expand all Collapse all v0 v0.0.2 Sep 28, 2015 v0.0.1 Sep 28, 2015 Changes in this version + const Failed + const Started + const Success + type DBConnect struct + func NewDBConnect(dsn string) (*DBConnect, error) + func (d *DBConnect) Close() bool + func (d *DBConnect) QueryDeploy(deployID string) (*DeployStatus, error) + func (d *DBConnect) StartDeploy(deployID string, domain string, environment string, serviceName string, ...) bool + func (d *DBConnect) UpdateDeploy(deployID string, status int, message string, log string) bool + func (d *DBConnect) ValidAuth(key string) bool + type DeployStatus struct + CreatedAt string + DeployID string + Domain string + Environment string + Log string + Message string + NumInstances int + ServiceName string + Status int + Suffix string + UpdatedAt string + Version string