Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitClient ¶
type GitClient struct {
GH gHClient
// contains filtered or unexported fields
}
GitClient holds clients for interfering with Git provider APIs
type Repository ¶
type Repository struct {
Shortname string
URL string
Exists bool
Host string
Author string
Project string
Text string
// contains filtered or unexported fields
}
Repository holds information about the repository
func (*Repository) GetLicenses ¶
func (r *Repository) GetLicenses(c context.Context, gc *GitClient)
GetLicenses gets licenses for 3rd party dependencies
Click to show internal directories.
Click to hide internal directories.