Versions in this module Expand all Collapse all v0 v0.1.0 Mar 21, 2026 Changes in this version + type Client struct + func NewClient(gitlabURL, gitlabToken, githubToken string) (*Client, error) + func (c *Client) CreateMirror(repo manifest.Repo) (mirror.MirrorResult, error) + func (c *Client) EnsureNamespace(name string) (bool, error)