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 WithNowFunc ¶
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 ¶
NewService creates a new Generic Agent service.
func (*Service) ExecuteAllDueJobs ¶
ExecuteAllDueJobs finds and executes all jobs that are due to run. This is called by the scheduler every minute.
func (*Service) ExecuteJob ¶
ExecuteJob runs a specific job immediately.
Click to show internal directories.
Click to hide internal directories.