Documentation ¶
Index ¶
- func CloneRepository(cloneConfig *common.CloneConfiguration) (*git.Repository, string, error)
- type Client
- func (c Client) GetOrganizationMembers(target common.Owner) ([]*common.Owner, error)
- func (c Client) GetRepositoriesFromOwner(target common.Owner) ([]*common.Repository, error)
- func (c Client) GetUserOrOrganization(login string) (*common.Owner, error)
- func (c Client) NewClient(token string, logger *common.Logger) (apiClient Client)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneRepository ¶
func CloneRepository(cloneConfig *common.CloneConfiguration) (*git.Repository, string, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetOrganizationMembers ¶
func (Client) GetRepositoriesFromOwner ¶
func (Client) GetUserOrOrganization ¶
Click to show internal directories.
Click to hide internal directories.