Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + type Adapter interface + CreatePullRequest func(ctx context.Context, title string, body string) (string, error) + GetIssueDetails func(ctx context.Context, issueID string) (title string, body string, err error) + type MockAdapter struct + MockError error + MockIssueBody string + MockIssueTitle string + MockPRURL string + func NewMockAdapter() *MockAdapter + func (m *MockAdapter) CreatePullRequest(ctx context.Context, title string, body string) (string, error) + func (m *MockAdapter) GetIssueDetails(ctx context.Context, issueID string) (string, string, error)