Files
backend/interfaces/objectStorage.go

5 lines
53 B
Go

package interfaces
type ObjectStorage interface {
}