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