Documentation
¶
Overview ¶
FILE: internal/webhook/providers/azure.go
FILE: internal/webhook/providers/github.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureProcessor ¶
type AzureProcessor struct{}
func NewAzureProcessor ¶
func NewAzureProcessor() *AzureProcessor
func (*AzureProcessor) Parse ¶
func (p *AzureProcessor) Parse(r *http.Request) (*webhook.ProcessorResult, error)
type GitHubProcessor ¶
type GitHubProcessor struct{}
func NewGitHubProcessor ¶
func NewGitHubProcessor() *GitHubProcessor
func (*GitHubProcessor) Parse ¶
func (p *GitHubProcessor) Parse(r *http.Request) (*webhook.ProcessorResult, error)
Click to show internal directories.
Click to hide internal directories.