Documentation ¶
Index ¶
- Variables
- func Close(ctx context.Context, gc *github.Client, org string, project string, ...) error
- func Create(ctx context.Context, gc *github.Client, org string, project string, ...) error
- func NewClient(c *http.Client) *github.Client
- func SyncLabels(ctx context.Context, gc *github.Client, org string, project string, ...) error
- func Synced(ctx context.Context, gc *github.Client, org string, project string) ([]*github.Issue, error)
- func Update(ctx context.Context, gc *github.Client, org string, project string, id int, ...) error
- type IssueForm
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SyncLabel = "secureframe" DisabledLabel = "disabled" PassingLabel = "passing" )
Functions ¶
func Close ¶
func Close(ctx context.Context, gc *github.Client, org string, project string, i *github.Issue, label string) error
Close closes an issue
func SyncLabels ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.