core

package
v0.0.0-...-d928f88 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppDeps

type AppDeps struct {
	Config          *config.Config
	GHClientFactory *ghclient.ClientFactory
	AIClient        llm.AIClient
	DBPool          *pgxpool.Pool
	TaskClient      *queue.TaskClient
}

type PullRequestHandler

type PullRequestHandler interface {
	Handle(ctx context.Context, event *github.PullRequestEvent) error
}

type ReviewAction

type ReviewAction interface {
	Execute(reviewCtx *ReviewContext) error
}

type ReviewContext

type ReviewContext struct {
	Ctx     context.Context
	Payload queue.PRReviewTaskPayload
	AppDeps *AppDeps
}

Jump to

Keyboard shortcuts

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