Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNonTargetEvent = fmt.Errorf("non target event") ErrBadRequest = fmt.Errorf("bad request") )
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(ctx context.Context) (*Controller, error)
func (*Controller) ReceiveWorkflowJobEvent ¶
func (c *Controller) ReceiveWorkflowJobEvent(ctx context.Context, event *github.WorkflowJobEvent) error
Click to show internal directories.
Click to hide internal directories.