Documentation ¶
Overview ¶
A GitLab 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 GitLabHook ¶
type GitLabHook struct {
// contains filtered or unexported fields
}
func (*GitLabHook) Name ¶
func (hook *GitLabHook) Name() string
func (*GitLabHook) Path ¶
func (hook *GitLabHook) Path() string
func (*GitLabHook) Request ¶
func (hook *GitLabHook) Request(ctx *web.Context)
func (*GitLabHook) SetMessageChan ¶
func (hook *GitLabHook) SetMessageChan(channel chan msgsystem.Message)
Click to show internal directories.
Click to hide internal directories.