Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneHandler ¶
type CloneHandler interface {
Clone(ctx context.Context, dryrun bool, p *CloneParams) error
}
func NewClone ¶
func NewClone(init StorerInitializer) CloneHandler
type CloneHandlerFunc ¶
type CloneHandlerFunc func(ctx context.Context, dryrun bool, p *CloneParams) error
func (CloneHandlerFunc) Clone ¶
func (f CloneHandlerFunc) Clone(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.