Fix Module (#32)

This commit is contained in:
Daniel Valdivia
2020-04-06 11:58:34 -07:00
committed by GitHub
parent d57ec001f4
commit c8938dc131
93 changed files with 124 additions and 124 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// BucketInfoHandlerFunc turns a function with the right signature into a bucket info handler

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// BucketInfoOKCode is the HTTP code returned for type BucketInfoOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// BucketSetPolicyHandlerFunc turns a function with the right signature into a bucket set policy handler

View File

@@ -31,7 +31,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/go-openapi/strfmt"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// NewBucketSetPolicyParams creates a new BucketSetPolicyParams object

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// BucketSetPolicyOKCode is the HTTP code returned for type BucketSetPolicyOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// CreateBucketEventHandlerFunc turns a function with the right signature into a create bucket event handler

View File

@@ -31,7 +31,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/go-openapi/strfmt"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// NewCreateBucketEventParams creates a new CreateBucketEventParams object

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// CreateBucketEventCreatedCode is the HTTP code returned for type CreateBucketEventCreated

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// DeleteBucketHandlerFunc turns a function with the right signature into a delete bucket handler

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// DeleteBucketNoContentCode is the HTTP code returned for type DeleteBucketNoContent

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ListBucketEventsHandlerFunc turns a function with the right signature into a list bucket events handler

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ListBucketEventsOKCode is the HTTP code returned for type ListBucketEventsOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ListBucketsHandlerFunc turns a function with the right signature into a list buckets handler

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ListBucketsOKCode is the HTTP code returned for type ListBucketsOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// LoginDetailOKCode is the HTTP code returned for type LoginDetailOK

View File

@@ -30,7 +30,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// NewLoginParams creates a new LoginParams object

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// LoginCreatedCode is the HTTP code returned for type LoginCreated

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// MakeBucketHandlerFunc turns a function with the right signature into a make bucket handler

View File

@@ -30,7 +30,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// NewMakeBucketParams creates a new MakeBucketParams object

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// MakeBucketCreatedCode is the HTTP code returned for type MakeBucketCreated

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// SessionCheckHandlerFunc turns a function with the right signature into a session check handler

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// SessionCheckOKCode is the HTTP code returned for type SessionCheckOK