# Functions
NewAddGroup creates a new http.Handler for the add group operation.
NewAddGroupCreated creates AddGroupCreated with default headers values.
NewAddGroupDefault creates AddGroupDefault with default headers values.
NewAddGroupParams creates a new AddGroupParams object
There are no default values defined in the spec.
NewGroupInfo creates a new http.Handler for the group info operation.
NewGroupInfoDefault creates GroupInfoDefault with default headers values.
NewGroupInfoOK creates GroupInfoOK with default headers values.
NewGroupInfoParams creates a new GroupInfoParams object
There are no default values defined in the spec.
NewListGroups creates a new http.Handler for the list groups operation.
NewListGroupsDefault creates ListGroupsDefault with default headers values.
NewListGroupsOK creates ListGroupsOK with default headers values.
NewListGroupsParams creates a new ListGroupsParams object with the default values initialized.
NewRemoveGroup creates a new http.Handler for the remove group operation.
NewRemoveGroupDefault creates RemoveGroupDefault with default headers values.
NewRemoveGroupNoContent creates RemoveGroupNoContent with default headers values.
NewRemoveGroupParams creates a new RemoveGroupParams object
There are no default values defined in the spec.
NewUpdateGroup creates a new http.Handler for the update group operation.
NewUpdateGroupDefault creates UpdateGroupDefault with default headers values.
NewUpdateGroupOK creates UpdateGroupOK with default headers values.
NewUpdateGroupParams creates a new UpdateGroupParams object
There are no default values defined in the spec.
# Constants
AddGroupCreatedCode is the HTTP code returned for type AddGroupCreated.
GroupInfoOKCode is the HTTP code returned for type GroupInfoOK.
ListGroupsOKCode is the HTTP code returned for type ListGroupsOK.
RemoveGroupNoContentCode is the HTTP code returned for type RemoveGroupNoContent.
UpdateGroupOKCode is the HTTP code returned for type UpdateGroupOK.
# Structs
AddGroup swagger:route POST /groups Group addGroup
Add Group
*/.
AddGroupCreated A successful response.
AddGroupDefault Generic error response.
AddGroupParams contains all the bound params for the add group operation typically these are obtained from a http.Request
swagger:parameters AddGroup.
AddGroupURL generates an URL for the add group operation.
GroupInfo swagger:route GET /group/{name} Group groupInfo
Group info
*/.
GroupInfoDefault Generic error response.
GroupInfoOK A successful response.
GroupInfoParams contains all the bound params for the group info operation typically these are obtained from a http.Request
swagger:parameters GroupInfo.
GroupInfoURL generates an URL for the group info operation.
ListGroups swagger:route GET /groups Group listGroups
List Groups
*/.
ListGroupsDefault Generic error response.
ListGroupsOK A successful response.
ListGroupsParams contains all the bound params for the list groups operation typically these are obtained from a http.Request
swagger:parameters ListGroups.
ListGroupsURL generates an URL for the list groups operation.
RemoveGroup swagger:route DELETE /group/{name} Group removeGroup
Remove group
*/.
RemoveGroupDefault Generic error response.
RemoveGroupNoContent A successful response.
RemoveGroupParams contains all the bound params for the remove group operation typically these are obtained from a http.Request
swagger:parameters RemoveGroup.
RemoveGroupURL generates an URL for the remove group operation.
UpdateGroup swagger:route PUT /group/{name} Group updateGroup
Update Group Members or Status
*/.
UpdateGroupDefault Generic error response.
UpdateGroupOK A successful response.
UpdateGroupParams contains all the bound params for the update group operation typically these are obtained from a http.Request
swagger:parameters UpdateGroup.
UpdateGroupURL generates an URL for the update group operation.
# Interfaces
AddGroupHandler interface for that can handle valid add group params.
GroupInfoHandler interface for that can handle valid group info params.
ListGroupsHandler interface for that can handle valid list groups params.
RemoveGroupHandler interface for that can handle valid remove group params.
UpdateGroupHandler interface for that can handle valid update group params.
# Type aliases
AddGroupHandlerFunc turns a function with the right signature into a add group handler.
GroupInfoHandlerFunc turns a function with the right signature into a group info handler.
ListGroupsHandlerFunc turns a function with the right signature into a list groups handler.
RemoveGroupHandlerFunc turns a function with the right signature into a remove group handler.
UpdateGroupHandlerFunc turns a function with the right signature into a update group handler.