Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
func Command(ctx context.Context, c *command.StevedoreCommand, compatibilityReport CompatibilityReporter, log Logger, cons Consoler, debug *bool) *command.StevedoreCommand
Types ¶
type CompatibilityReporter ¶
type CompatibilityReporter interface {
Report()
}
CompatibilityReporter is the interface to report compatibilities
type CompatibilityStorer ¶
type CompatibilityStorer interface { AddDeprecated(deprecated ...string) AddRemoved(removed ...string) AddChanged(changed ...string) }
CompatibilityStorer is the interface for the compatibility checker
Click to show internal directories.
Click to hide internal directories.