genericagent

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package genericagent provides the Generic Agent execution engine. Generic Agent jobs find tickets matching specified criteria and apply actions to them.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Service)

Option configures the service.

func WithLogger

func WithLogger(l *log.Logger) Option

WithLogger sets a custom logger.

func WithNowFunc

func WithNowFunc(fn func() time.Time) Option

WithNowFunc sets a custom time function (for testing).

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service coordinates Generic Agent job execution.

func NewService

func NewService(db *sql.DB, opts ...Option) *Service

NewService creates a new Generic Agent service.

func (*Service) ExecuteAllDueJobs

func (s *Service) ExecuteAllDueJobs(ctx context.Context) error

ExecuteAllDueJobs finds and executes all jobs that are due to run. This is called by the scheduler every minute.

func (*Service) ExecuteJob

func (s *Service) ExecuteJob(ctx context.Context, job *models.GenericAgentJob, userID int) error

ExecuteJob runs a specific job immediately.

Jump to

Keyboard shortcuts

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