Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents a struct that encapsulates components for backup and logging functionalities. It is responsible for managing backup clients, configurations, and related components with additional operational parameters.
func NewService ¶
func NewService( ctx context.Context, params *config2.BackupParams, logger *slog.Logger, ) (*Service, error)
NewService initializes and returns a new Service instance, configuring all necessary components for a backup process.
Click to show internal directories.
Click to hide internal directories.