Documentation
¶
Index ¶
- type Client
- func (c Client) FetchAssignedIssues(ctx context.Context) ([]trello.Card, error)
- func (c Client) FetchMyPullRequests(ctx context.Context) ([]trello.Card, error)
- func (c Client) FetchOtherPullRequests(ctx context.Context) ([]trello.Card, error)
- func (c Client) FetchOtherPullRequestsAssignedToMe(ctx context.Context) ([]trello.Card, error)
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 GetClient ¶
func GetClient(cfg config.GitHubConfig) Client
func (Client) FetchAssignedIssues ¶
func (Client) FetchMyPullRequests ¶
func (Client) FetchOtherPullRequests ¶
Click to show internal directories.
Click to hide internal directories.