Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApprovalRequiredTempl = `` /* 163-byte string literal not displayed */
View Source
var ChangeRejectedTempl = `Change rejected
Change was rejected.
Status: %s
Votes: %d/%d
Delta: %s
Identifier: %s`
View Source
var UpdateApprovedTempl = `Update approved!
All approvals received, thanks for voting!
Votes: %d/%d
Delta: %s
Identifier: %s`
View Source
var VoteReceivedTempl = `Vote received
Waiting for remaining votes!
Votes: %d/%d
Delta: %s
Identifier: %s`
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
Bot - main hipchat bot container
func (*Bot) Configure ¶
func (b *Bot) Configure(approvalsRespCh chan *bot.ApprovalResponse, botMessagesChannel chan *bot.BotMessage) bool
type HipchatClient ¶
type HipchatClient struct {
XmppImplementer
}
Click to show internal directories.
Click to hide internal directories.