idun/pkg/storage/errors.go

8 lines
120 B
Go

package storage
import "errors"
var (
ErrFileNotInBucketTime = errors.New("File is not in the time of the Bucket")
)