Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(ctx context.Context, config *configuration.Configuration, entrypoint Entrypointer) *command.StevedoreCommand
NewCommand return an stevedore command object for get builders
Types ¶
type Compatibilitier ¶
type Compatibilitier interface { AddDeprecated(deprecated ...string) AddRemoved(removed ...string) AddChanged(changed ...string) }
Compatibilitier is the interface for the compatibility checker
type Entrypointer ¶
type Entrypointer interface {
Execute(ctx context.Context, args []string, conf *configuration.Configuration, options *handler.Options) error
}
Entrypointer is the interface that wraps the main function
Click to show internal directories.
Click to hide internal directories.