irc

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MessageStarted = "Building: %s, commit %s, author %s"
	MessageSuccess = "Success: %s, commit %s, author %s"
	MessageFailure = "Failed: %s, commit %s, author %s"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IRC

type IRC struct {
	Channel string
	Nick    string
	Server  string
	Started *bool `yaml:"on_started,omitempty"`
	Success *bool `yaml:"on_success,omitempty"`
	Failure *bool `yaml:"on_failure,omitempty"`
}

func (*IRC) Send

func (i *IRC) Send(req *model.Request) error

Jump to

Keyboard shortcuts

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