feat: Added unit tests for ListBuckets, responce function

This commit is contained in:
jonaustin09
2023-05-19 23:41:59 +04:00
parent dccd28ff55
commit 077c448da4
4 changed files with 1886 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ import (
)
//go:generate moq -out backend_moq_test.go . Backend
//go:generate moq -out ../s3api/controllers/backend_moq_test.go . Backend
type Backend interface {
fmt.Stringer
GetIAMConfig() ([]byte, error)