Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateHandler ¶
type CreateHandler interface {
Run(ctx context.Context, dryrun bool, p *CreateParams) (err error)
}
func New ¶
func New(fs afero.Fs) CreateHandler
type CreateHandlerFunc ¶
type CreateHandlerFunc func(ctx context.Context, dryrun bool, p *CreateParams) error
func (CreateHandlerFunc) Run ¶ added in v0.0.20
func (f CreateHandlerFunc) Run(ctx context.Context, dryrun bool, p *CreateParams) error
Click to show internal directories.
Click to hide internal directories.