Versions in this module Expand all Collapse all v1 v1.1.0 Nov 25, 2025 v1.0.0 Nov 23, 2025 Changes in this version + type Client struct + func NewClient(token, owner, repo, workflow string, logger *zap.Logger) *Client + func (c *Client) GetWorkflowStatus(requestID string) (*types.GitHubWorkflowResponse, error) + func (c *Client) TriggerMirrorWorkflow(sourceImage, targetRegistry string) (*types.MirrorRequest, error)