Versions in this module Expand all Collapse all v0 v0.2.1 Feb 28, 2022 Changes in this version type Client + func (c *Client) GetBaseBranchName() string + func (c *Client) GetLogins(ctx context.Context) ([]string, error) v0.2.0 Jan 4, 2022 Changes in this version + type Client struct + func New(cfg *config.Config) (*Client, 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)