Versions in this module Expand all Collapse all v0 v0.6.0 Feb 6, 2026 v0.5.2 Feb 5, 2026 v0.5.1 Feb 5, 2026 Changes in this version + type Client struct + func NewClient() *Client + func (c *Client) GetCommitChecksum(ctx context.Context, rawURL string) (string, error) + type GitRef struct + Ref string + Remote string + Subdir string + func ParseGitURL(rawURL string) (*GitRef, error)