gh

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Interact with GitHub's api, wrapper around cli/go-gh client object.

Index

Constants

View Source
const (
	DefaultEndpoint = "https://api.github.com/notifications"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	API api.Caller
	// contains filtered or unexported fields
}

func NewClient

func NewClient(api api.Caller, cache cache.ExpiringReadWriter, config config.Endpoint) *Client

func (*Client) Enrich added in v0.2.7

func (c *Client) Enrich(n *notifications.Notification) error

func (*Client) Notifications

func (c *Client) Notifications() (notifications.Notifications, error)

type Extra added in v0.2.3

type Extra struct {
	User    notifications.User `json:"user"`
	State   string             `json:"state"`
	HtmlUrl string             `json:"html_url"`
}

type RetryError added in v0.2.3

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

func (RetryError) Error added in v0.2.3

func (e RetryError) Error() string

Jump to

Keyboard shortcuts

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