Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingRequiredField = errors.New("missing required field") ErrInvalidHost = errors.New("invalid host URL") )
Functions ¶
func AddSourceToRouter ¶
func AddSourceToRouter(ctx context.Context, cfg config.GenericConfig, pg pipeline.IPipelineGroup, router *swagger.Router[fiber.Handler, fiber.Router]) error
Types ¶
type Config ¶
type Config struct { webhook.Configuration[*basic.Authentication] AzureDevOpsOrganizationURL string `json:"azureDevOpsOrganizationUrl"` AzureDevOpsPersonalAccessToken config.SecretSource `json:"azureDevOpsPersonalAccessToken"` ImportWebhookPath string `json:"importWebhookPath"` WebhookHost string `json:"webhookHost"` }
Click to show internal directories.
Click to hide internal directories.