00e7dca3c7
Move queue to config * movequeue * passtests
9 lines
80 B
Go
9 lines
80 B
Go
package objectstorage
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
func Get(ctx context.Context) {
|
|
}
|