# Functions

NewSetUserEnable creates a new http.Handler for the set user enable operation.
NewSetUserEnableOK creates SetUserEnableOK with default headers values.
NewSetUserEnableParams creates a new SetUserEnableParams object There are no default values defined in the spec.
NewSetUserPrivate creates a new http.Handler for the set user private operation.
NewSetUserPrivateOK creates SetUserPrivateOK with default headers values.
NewSetUserPrivateParams creates a new SetUserPrivateParams object There are no default values defined in the spec.
NewUserList creates a new http.Handler for the user list operation.
NewUserListOK creates UserListOK with default headers values.
NewUserListParams creates a new UserListParams object There are no default values defined in the spec.

# Constants

SetUserEnableOKCode is the HTTP code returned for type SetUserEnableOK.
SetUserPrivateOKCode is the HTTP code returned for type SetUserPrivateOK.
UserListOKCode is the HTTP code returned for type UserListOK.

# Structs

SetUserEnable swagger:route POST /set_user_enable admin setUserEnable Set User Enable */.
SetUserEnableBody set user enable body swagger:model SetUserEnableBody.
SetUserEnableOK Success swagger:response setUserEnableOK */.
SetUserEnableParams contains all the bound params for the set user enable operation typically these are obtained from a http.Request swagger:parameters set_user_enable.
SetUserEnableURL generates an URL for the set user enable operation.
SetUserPrivate swagger:route POST /set_user_private admin setUserPrivate Set User Private */.
SetUserPrivateBody set user private body swagger:model SetUserPrivateBody.
SetUserPrivateOK Success swagger:response setUserPrivateOK */.
SetUserPrivateParams contains all the bound params for the set user private operation typically these are obtained from a http.Request swagger:parameters set_user_private.
SetUserPrivateURL generates an URL for the set user private operation.
UserList swagger:route POST /user_list admin userList Get User List */.
UserListBody user list body swagger:model UserListBody.
UserListOK Success swagger:response userListOK */.
UserListParams contains all the bound params for the user list operation typically these are obtained from a http.Request swagger:parameters user_list.
UserListURL generates an URL for the user list operation.

# Interfaces

SetUserEnableHandler interface for that can handle valid set user enable params.
SetUserPrivateHandler interface for that can handle valid set user private params.
UserListHandler interface for that can handle valid user list params.

# Type aliases

SetUserEnableHandlerFunc turns a function with the right signature into a set user enable handler.
SetUserPrivateHandlerFunc turns a function with the right signature into a set user private handler.
UserListHandlerFunc turns a function with the right signature into a user list handler.