all: Fix unused method receiver (further) (#8466)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
parent
79f8bd0f33
commit
81d8fa1cb5
@@ -113,14 +113,14 @@ func (v external) Archive(filePath string) error {
|
||||
return errors.New("file was not removed by external script")
|
||||
}
|
||||
|
||||
func (v external) GetVersions() (map[string][]FileVersion, error) {
|
||||
func (external) GetVersions() (map[string][]FileVersion, error) {
|
||||
return nil, ErrRestorationNotSupported
|
||||
}
|
||||
|
||||
func (v external) Restore(_ string, _ time.Time) error {
|
||||
func (external) Restore(_ string, _ time.Time) error {
|
||||
return ErrRestorationNotSupported
|
||||
}
|
||||
|
||||
func (v external) Clean(_ context.Context) error {
|
||||
func (external) Clean(_ context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user