Documentation ¶
Index ¶
- func CLI(args []string) int
- func Constraint(f *flag.FlagSet, name string, value semver.Constraints, usage string) *semver.Constraints
- type App
- type AppOption
- func WithCNG(cng bool) AppOption
- func WithClient(client *http.Client) AppOption
- func WithConstraints(constraints *semver.Constraints) AppOption
- func WithLimit(limit int) AppOption
- func WithLogger(l *log.Logger) AppOption
- func WithMainBranch(mainBranch bool) AppOption
- func WithProjects(projects ...string) AppOption
- func WithVerbose(verbose bool) AppOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CheckProjects ¶
type AppOption ¶
type AppOption func(*App)
func WithClient ¶
func WithConstraints ¶
func WithConstraints(constraints *semver.Constraints) AppOption
func WithLogger ¶
func WithMainBranch ¶
func WithProjects ¶
func WithVerbose ¶
Click to show internal directories.
Click to hide internal directories.