Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "reviewer", Short: "Manage reviewers", Run: func(cmd *cobra.Command, args []string) { fmt.Println("Reviewer requires a subcommand:") for _, command := range cmd.Commands() { fmt.Println(command.Name()) } }, }
Command represents this folder's command
Functions ¶
func GetProjectKeys ¶ added in v0.5.0
GetProjectKeys gets the keys of the projects in the workspace given in the command
Types ¶
type Reviewer ¶
type Reviewer struct { Type string `json:"type" mapstructure:"type"` ReviewerType string `json:"reviewer_type" mapstructure:"reviewer_type"` User user.User `json:"user" mapstructure:"user"` }
Click to show internal directories.
Click to hide internal directories.