feat(backend): removed unused ObjectStorage method from interface definition
This commit is contained in:
parent
69d0ab5a4e
commit
3a2ed49385
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ const (
|
|||
type ObjectStorage interface {
|
||||
Upload(reader io.Reader, key string, contentType string, compression CompressionType) error
|
||||
Get(key string) (io.ReadCloser, error)
|
||||
GetAll(key string) ([]io.ReadCloser, error)
|
||||
Exists(key string) bool
|
||||
GetCreationTime(key string) *time.Time
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue