Documentation ¶
Index ¶
- func GetAvailableRepos() []string
- func GetBotForRepo(repoName string) *lark.Bot
- func HandleCommentEvent(payload gitlab.CommentEventPayload, bot *lark.Bot)
- func HandleMergeRequestEvent(payload gitlab.MergeRequestEventPayload, bot *lark.Bot)
- func HandlePushEvent(payload gitlab.PushEventPayload, bot *lark.Bot)
- type MyCommentEventPayload
- type MyMergeRequestEventPayload
- type MyPushEventPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAvailableRepos ¶
func GetAvailableRepos() []string
func GetBotForRepo ¶
func HandleCommentEvent ¶
func HandleCommentEvent(payload gitlab.CommentEventPayload, bot *lark.Bot)
func HandleMergeRequestEvent ¶
func HandleMergeRequestEvent(payload gitlab.MergeRequestEventPayload, bot *lark.Bot)
func HandlePushEvent ¶
func HandlePushEvent(payload gitlab.PushEventPayload, bot *lark.Bot)
Types ¶
type MyCommentEventPayload ¶
type MyCommentEventPayload gitlab.CommentEventPayload
type MyMergeRequestEventPayload ¶
type MyMergeRequestEventPayload gitlab.MergeRequestEventPayload
type MyPushEventPayload ¶
type MyPushEventPayload gitlab.PushEventPayload
Click to show internal directories.
Click to hide internal directories.