Versions in this module Expand all Collapse all v0 v0.11.641 Jun 23, 2026 v0.11.640 Jun 23, 2026 Changes in this version + type Client struct + func NewClient(c GitLabConfig) (*Client, error) + func (c *Client) GetIngestrURI() (string, error) + type Config struct + AccessToken string + BaseURL string + func (c *Config) GetIngestrURI() string + type GitLabConfig interface + GetIngestrURI func() string