Documentation ¶
Index ¶
Constants ¶
View Source
const (
HOURS_AGO = 3600 * 48
)
Variables ¶
View Source
var DefaultBuildWorker = new(BuildWorker)
View Source
var DefaultDeployWorker = new(DeployWorker)
View Source
var DefaultNotifyWorker = new(NotifyWorker)
Functions ¶
This section is empty.
Types ¶
type BuildWorker ¶
type BuildWorker struct{}
func (*BuildWorker) DealOnce ¶
func (t *BuildWorker) DealOnce()
func (*BuildWorker) NotifyBuildEnd ¶
func (t *BuildWorker) NotifyBuildEnd()
notify which builds are finished (success or failed)
func (*BuildWorker) NotifyBuildEndOnce ¶
func (t *BuildWorker) NotifyBuildEndOnce()
type DeployWorker ¶
type DeployWorker struct{}
func (*DeployWorker) Deal ¶
func (t *DeployWorker) Deal()
func (*DeployWorker) DealOnce ¶
func (t *DeployWorker) DealOnce()
type NotifyWorker ¶
type NotifyWorker struct{}
Click to show internal directories.
Click to hide internal directories.