Documentation
¶
Index ¶
- type Client
- func (c *Client) GetBaseBranchName() string
- func (c *Client) GetLogins(ctx context.Context) ([]string, error)
- func (c *Client) GetRepos(ctx context.Context, name string) ([]*github.Repository, error)
- func (c *Client) ProcessRepos(ctx context.Context, repos []*github.Repository, dryRun bool) ([]string, error)
- func (c *Client) ReleaseRepos(ctx context.Context, repos []*github.Repository, dryRun bool) ([]string, 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 (*Client) GetBaseBranchName ¶ added in v0.2.1
func (*Client) ProcessRepos ¶
func (*Client) ReleaseRepos ¶
Click to show internal directories.
Click to hide internal directories.