providers

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommitSummarizer

func NewCommitSummarizer(ctx context.Context, cfg *config.Config, onConfirmation ai.ConfirmationCallback) (ports.CommitSummarizer, error)

NewCommitSummarizer creates a CommitSummarizer based on the configured provider

func NewIssueContentGenerator

func NewIssueContentGenerator(ctx context.Context, cfg *config.Config, onConfirmation ai.ConfirmationCallback) (ports.IssueContentGenerator, error)

NewIssueContentGenerator creates an IssueContentGenerator based on the configured provider

func NewPRSummarizer

func NewPRSummarizer(ctx context.Context, cfg *config.Config, onConfirmation ai.ConfirmationCallback) (ports.PRSummarizer, error)

NewPRSummarizer creates a PRSummarizer based on the configured provider

func NewReleaseNotesGenerator

func NewReleaseNotesGenerator(ctx context.Context, cfg *config.Config, onConfirmation ai.ConfirmationCallback, owner, repo string) (ports.ReleaseNotesGenerator, error)

NewReleaseNotesGenerator creates a ReleaseNotesGenerator based on the configured provider Note: requires owner and repo which must be obtained from the git service first

func NewTicketManager

func NewTicketManager(ctx context.Context, cfg *config.Config) (ports.TickerManager, error)

NewTicketManager creates a TicketManager based on the configured provider

func NewVCSClient

func NewVCSClient(ctx context.Context, gitService *git.GitService, cfg *config.Config) (ports.VCSClient, error)

NewVCSClient creates a VCSClient based on the configuration and automatic detection of the remote

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL