Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContributorsCommand ¶
NewContributorsCommand returns a new cobra command for 'pizza insights contributors'
func NewInsightsCommand ¶
NewInsightsCommand returns a new cobra command for 'pizza insights'
Types ¶
type Options ¶
type Options struct {
// APIClient is the http client for making calls to the open-sauced api
APIClient *client.APIClient
// Repos is the array of git repository urls
Repos []string
// FilePath is the path to yaml file containing an array of git repository urls
FilePath string
// Period is the number of days, used for query filtering
Period int32
}
Click to show internal directories.
Click to hide internal directories.