Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateToken ¶
func CreateToken() string
Types ¶
type VcsProvider ¶
type VcsProvider int
const ( GitHub VcsProvider = iota GitLab BitbucketServer BitbucketCloud )
type WebhookEvent ¶
type WebhookEvent string
const ( PrCreated WebhookEvent = "PrCreated" PrEdited WebhookEvent = "PrEdited" Push WebhookEvent = "Push" )
Click to show internal directories.
Click to hide internal directories.