Versions in this module Expand all Collapse all v1 v1.3.42 Jan 9, 2026 v1.3.41 Jan 7, 2026 Changes in this version + type GetCommitAncestryCall struct + Depth int + Owner string + Ref string + Repo string + type MockGraphQLClient struct + ClearCacheCalls int + CommitAncestry map[string][]string + GetCommitAncestryCalls []GetCommitAncestryCall + GetCommitAncestryError error + GetCommitAncestryErrorFor map[string]error + func NewMockGraphQLClient() *MockGraphQLClient + func (m *MockGraphQLClient) CallCount() int + func (m *MockGraphQLClient) ClearCache() + func (m *MockGraphQLClient) GetCommitAncestry(ctx context.Context, owner, repo, ref string, depth int) ([]string, error) + func (m *MockGraphQLClient) LastCall() *GetCommitAncestryCall + func (m *MockGraphQLClient) Reset() + func (m *MockGraphQLClient) SetCommitAncestry(owner, repo, ref string, commits []string) + func (m *MockGraphQLClient) SetError(err error) + func (m *MockGraphQLClient) SetErrorFor(owner, repo, ref string, err error)