Documentation
¶
Overview ¶
Package gitlab provides a GitLab platform implementation for fetching merge request data from GitLab instances.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Platform)
Option configures a Platform.
func WithBaseURL ¶
WithBaseURL sets a custom base URL for self-hosted GitLab instances.
func WithHTTPClient ¶
WithHTTPClient sets a custom HTTP client for the GitLab platform.
func WithLogger ¶
WithLogger sets a custom logger for the GitLab platform.
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
Platform implements the prx.Platform interface for GitLab.
func NewPlatform ¶
NewPlatform creates a new GitLab platform client.
Click to show internal directories.
Click to hide internal directories.