package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev
# Functions
NewGetProjectRBAC creates a new http.Handler for the get project r b a c operation.
NewGetProjectRBACForbidden creates GetProjectRBACForbidden with default headers values.
NewGetProjectRBACInternalServerError creates GetProjectRBACInternalServerError with default headers values.
NewGetProjectRBACOK creates GetProjectRBACOK with default headers values.
NewGetProjectRBACParams creates a new GetProjectRBACParams object
There are no default values defined in the spec.
NewGetUserRBAC creates a new http.Handler for the get user r b a c operation.
NewGetUserRBACInternalServerError creates GetUserRBACInternalServerError with default headers values.
NewGetUserRBACNotFound creates GetUserRBACNotFound with default headers values.
NewGetUserRBACOK creates GetUserRBACOK with default headers values.
NewGetUserRBACParams creates a new GetUserRBACParams object
There are no default values defined in the spec.
# Constants
GetProjectRBACForbiddenCode is the HTTP code returned for type GetProjectRBACForbidden.
GetProjectRBACInternalServerErrorCode is the HTTP code returned for type GetProjectRBACInternalServerError.
GetProjectRBACOKCode is the HTTP code returned for type GetProjectRBACOK.
GetUserRBACInternalServerErrorCode is the HTTP code returned for type GetUserRBACInternalServerError.
GetUserRBACNotFoundCode is the HTTP code returned for type GetUserRBACNotFound.
GetUserRBACOKCode is the HTTP code returned for type GetUserRBACOK.
# Structs
GetProjectRBAC swagger:route GET /rbac/project/get RBAC getProjectRBAC
Get Project RBAC
*/.
GetProjectRBACForbidden Get Project RBAC Failed, cause project not exist
swagger:response getProjectRBACForbidden
*/.
GetProjectRBACInternalServerError Server Error
swagger:response getProjectRBACInternalServerError
*/.
GetProjectRBACOK List All Projects RBAC Success, return project RBAC info.
GetProjectRBACParams contains all the bound params for the get project r b a c operation typically these are obtained from a http.Request
swagger:parameters GetProjectRBAC.
GetProjectRBACURL generates an URL for the get project r b a c operation.
GetUserRBAC swagger:route GET /rbac/user/get RBAC getUserRBAC
Get User RBAC
*/.
GetUserRBACInternalServerError Server Error
swagger:response getUserRBACInternalServerError
*/.
GetUserRBACNotFound Get User RBAC Failed, cause user not exist
swagger:response getUserRBACNotFound
*/.
GetUserRBACOK List All Users RBAC Success, return user RBAC info.
GetUserRBACParams contains all the bound params for the get user r b a c operation typically these are obtained from a http.Request
swagger:parameters GetUserRBAC.
GetUserRBACURL generates an URL for the get user r b a c operation.
# Interfaces
GetProjectRBACHandler interface for that can handle valid get project r b a c params.
GetUserRBACHandler interface for that can handle valid get user r b a c params.
# Type aliases
GetProjectRBACHandlerFunc turns a function with the right signature into a get project r b a c handler.
GetUserRBACHandlerFunc turns a function with the right signature into a get user r b a c handler.