Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents a type used to handle Aerospike data recovery operations with configurable restore settings.
func NewService ¶
func NewService( ctx context.Context, params *config.RestoreParams, logger *slog.Logger, ) (*Service, error)
NewService initializes and returns a new Service instance, configuring all necessary components for a restore process.
Click to show internal directories.
Click to hide internal directories.