Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneHandler ¶
type CloneHandler interface {
Run(ctx context.Context, dryrun bool, p *CloneParams) (err error)
}
func NewClone ¶
func NewClone(init StorerInitializer) CloneHandler
type CloneHandlerFunc ¶
type CloneHandlerFunc func(ctx context.Context, dryrun bool, p *CloneParams) error
func (CloneHandlerFunc) Run ¶ added in v0.0.20
func (f CloneHandlerFunc) Run(ctx context.Context, dryrun bool, p *CloneParams) error
type StorerInitializer ¶
func SetFileSystemStore ¶
func SetFileSystemStore() StorerInitializer
func SetMemoryStore ¶
func SetMemoryStore() StorerInitializer
Click to show internal directories.
Click to hide internal directories.