Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneParams ¶
type InitParams ¶
type Service ¶
type Service interface {
Init(ctx context.Context, params InitParams) (InitRes, error)
Clone(ctx context.Context, params CloneParams) error
}
func NewService ¶
func NewService( configService config.Service, encryptionManager encryption.Manager, storageManager storage.Manager, manifestSerializer store.ManifestSerializer, ) Service
Click to show internal directories.
Click to hide internal directories.