idun/pkg/storage/errors.go

8 lines
120 B
Go
Raw Normal View History

2023-10-12 10:20:53 +02:00
package storage
import "errors"
var (
ErrFileNotInBucketTime = errors.New("File is not in the time of the Bucket")
)