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"
)
// AddGroupHandlerFunc turns a function with the right signature into a add group 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"
)
// NewAddGroupParams creates a new AddGroupParams object

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// AddPolicyHandlerFunc turns a function with the right signature into a add policy 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"
)
// NewAddPolicyParams creates a new AddPolicyParams object

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// AddUserHandlerFunc turns a function with the right signature into a add user 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"
)
// NewAddUserParams creates a new AddUserParams object

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// AdminInfoHandlerFunc turns a function with the right signature into a admin 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"
)
// AdminInfoOKCode is the HTTP code returned for type AdminInfoOK

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ConfigInfoHandlerFunc turns a function with the right signature into a config 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"
)
// ConfigInfoOKCode is the HTTP code returned for type ConfigInfoOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// GroupInfoHandlerFunc turns a function with the right signature into a group 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"
)
// GroupInfoOKCode is the HTTP code returned for type GroupInfoOK

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// PolicyInfoHandlerFunc turns a function with the right signature into a policy 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"
)
// PolicyInfoOKCode is the HTTP code returned for type PolicyInfoOK

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// ProfilingStartHandlerFunc turns a function with the right signature into a profiling start 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"
)
// NewProfilingStartParams creates a new ProfilingStartParams object

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// SetConfigHandlerFunc turns a function with the right signature into a set config 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"
)
// NewSetConfigParams creates a new SetConfigParams object

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// SetPolicyHandlerFunc turns a function with the right signature into a 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"
)
// NewSetPolicyParams creates a new SetPolicyParams object

View File

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

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-openapi/runtime/middleware"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
)
// UpdateGroupHandlerFunc turns a function with the right signature into a update group 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"
)
// NewUpdateGroupParams creates a new UpdateGroupParams object

View File

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