Versions in this module Expand all Collapse all v0 v0.0.1 Jan 18, 2018 Changes in this version + type ApplicationClient struct + func NewApplicationClient(appID int, key []byte, transport http.RoundTripper) (*ApplicationClient, error) + func (c *ApplicationClient) Installations(ctx context.Context) ([]int, error) + type InstallationClient struct + func NewInstallationClient(appID, installationID int, key []byte, transport http.RoundTripper) (*InstallationClient, error) + func (c *InstallationClient) LabelsInRepo(ctx context.Context, owner, name string) ([]Label, error) + func (c *InstallationClient) UpdateInstallation(ctx context.Context) error + func (c *InstallationClient) UpdateIssue(ctx context.Context, owner, name string, number int) error + func (c *InstallationClient) UpdateRepo(ctx context.Context, owner, name string) error + type Label struct + Days int + Name string