Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalContext ¶
type InternalContext struct {
TrackerID string
}
func NewInternalContext ¶
func NewInternalContext(trackerID string) InternalContext
type WebhookProvider ¶
type WebhookProvider string
const ( Github WebhookProvider = "github" Gitlab WebhookProvider = "gitlab" Bitbucket WebhookProvider = "bitbucket" )
Click to show internal directories.
Click to hide internal directories.