Versions in this module Expand all Collapse all v0 v0.2.0 Apr 24, 2022 v0.1.0 Apr 19, 2022 Changes in this version + type Client struct + func GetClient() 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)