github

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(token string) *Client

func (*Client) GetWorkflowRun

func (c *Client) GetWorkflowRun(owner, repo string, runID int64) (*gh.WorkflowRun, error)

func (*Client) ListWorkflowRuns

func (c *Client) ListWorkflowRuns(owner, repo string, workflowID int64) ([]*gh.WorkflowRun, error)

func (*Client) ListWorkflows

func (c *Client) ListWorkflows(owner, repo string) ([]*gh.Workflow, error)

type Poller

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

func NewPoller

func NewPoller(db *db.Database, client *Client, interval time.Duration) *Poller

func (*Poller) Start

func (p *Poller) Start()

type WebhookHandler

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

func NewWebhookHandler

func NewWebhookHandler(db *db.Database, client *Client, wp *worker.WorkerPool, secret string) *WebhookHandler

func (*WebhookHandler) HandleWebhook

func (wh *WebhookHandler) HandleWebhook(c *gin.Context)

Jump to

Keyboard shortcuts

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