Documentation ¶
Overview ¶
A GitHub web-hook sending messages when new commits arrive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubHook ¶
type GitHubHook struct {
// contains filtered or unexported fields
}
func (*GitHubHook) Name ¶
func (hook *GitHubHook) Name() string
func (*GitHubHook) Path ¶
func (hook *GitHubHook) Path() string
func (*GitHubHook) Request ¶
func (hook *GitHubHook) Request(ctx *web.Context)
func (*GitHubHook) SetMessageChan ¶
func (hook *GitHubHook) SetMessageChan(channel chan msgsystem.Message)
Click to show internal directories.
Click to hide internal directories.