package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateUserlist creates a new http.Handler for the create userlist operation.
NewCreateUserlistAccepted creates CreateUserlistAccepted with default headers values.
NewCreateUserlistBadRequest creates CreateUserlistBadRequest with default headers values.
NewCreateUserlistConflict creates CreateUserlistConflict with default headers values.
NewCreateUserlistCreated creates CreateUserlistCreated with default headers values.
NewCreateUserlistDefault creates CreateUserlistDefault with default headers values.
NewCreateUserlistParams creates a new CreateUserlistParams object with the default values initialized.
NewDeleteUserlist creates a new http.Handler for the delete userlist operation.
NewDeleteUserlistAccepted creates DeleteUserlistAccepted with default headers values.
NewDeleteUserlistDefault creates DeleteUserlistDefault with default headers values.
NewDeleteUserlistNoContent creates DeleteUserlistNoContent with default headers values.
NewDeleteUserlistNotFound creates DeleteUserlistNotFound with default headers values.
NewDeleteUserlistParams creates a new DeleteUserlistParams object with the default values initialized.
NewGetUserlist creates a new http.Handler for the get userlist operation.
NewGetUserlistDefault creates GetUserlistDefault with default headers values.
NewGetUserlistNotFound creates GetUserlistNotFound with default headers values.
NewGetUserlistOK creates GetUserlistOK with default headers values.
NewGetUserlistParams creates a new GetUserlistParams object with the default values initialized.
NewGetUserlists creates a new http.Handler for the get userlists operation.
NewGetUserlistsDefault creates GetUserlistsDefault with default headers values.
NewGetUserlistsOK creates GetUserlistsOK with default headers values.
NewGetUserlistsParams creates a new GetUserlistsParams object with the default values initialized.
# Constants
CreateUserlistAcceptedCode is the HTTP code returned for type CreateUserlistAccepted.
CreateUserlistBadRequestCode is the HTTP code returned for type CreateUserlistBadRequest.
CreateUserlistConflictCode is the HTTP code returned for type CreateUserlistConflict.
CreateUserlistCreatedCode is the HTTP code returned for type CreateUserlistCreated.
DeleteUserlistAcceptedCode is the HTTP code returned for type DeleteUserlistAccepted.
DeleteUserlistNoContentCode is the HTTP code returned for type DeleteUserlistNoContent.
DeleteUserlistNotFoundCode is the HTTP code returned for type DeleteUserlistNotFound.
GetUserlistNotFoundCode is the HTTP code returned for type GetUserlistNotFound.
GetUserlistOKCode is the HTTP code returned for type GetUserlistOK.
GetUserlistsOKCode is the HTTP code returned for type GetUserlistsOK.
# Structs
CreateUserlist swagger:route POST /services/haproxy/configuration/userlists Userlist createUserlist
# Add a new userlist
Adds a new userlist to the configuration file.
CreateUserlistAccepted Configuration change accepted and reload requested
swagger:response createUserlistAccepted
*/.
CreateUserlistBadRequest Bad request
swagger:response createUserlistBadRequest
*/.
CreateUserlistConflict The specified resource already exists
swagger:response createUserlistConflict
*/.
CreateUserlistCreated Userlist created
swagger:response createUserlistCreated
*/.
CreateUserlistDefault General Error
swagger:response createUserlistDefault
*/.
CreateUserlistParams contains all the bound params for the create userlist operation typically these are obtained from a http.Request
swagger:parameters createUserlist.
CreateUserlistURL generates an URL for the create userlist operation.
DeleteUserlist swagger:route DELETE /services/haproxy/configuration/userlists/{name} Userlist deleteUserlist
# Delete a userlist
Deletes a userlist configuration by it's name.
DeleteUserlistAccepted Configuration change accepted and reload requested
swagger:response deleteUserlistAccepted
*/.
DeleteUserlistDefault General Error
swagger:response deleteUserlistDefault
*/.
DeleteUserlistNoContent Userlist deleted
swagger:response deleteUserlistNoContent
*/.
DeleteUserlistNotFound The specified resource was not found
swagger:response deleteUserlistNotFound
*/.
DeleteUserlistParams contains all the bound params for the delete userlist operation typically these are obtained from a http.Request
swagger:parameters deleteUserlist.
DeleteUserlistURL generates an URL for the delete userlist operation.
GetUserlist swagger:route GET /services/haproxy/configuration/userlists/{name} Userlist getUserlist
# Return one userlist
Returns one userlist configuration by it's name.
GetUserlistDefault General Error
swagger:response getUserlistDefault
*/.
GetUserlistNotFound The specified resource already exists
swagger:response getUserlistNotFound
*/.
GetUserlistOK Successful operation
swagger:response getUserlistOK
*/.
GetUserlistParams contains all the bound params for the get userlist operation typically these are obtained from a http.Request
swagger:parameters getUserlist.
GetUserlists swagger:route GET /services/haproxy/configuration/userlists Userlist getUserlists
# Return an array of userlists
Returns an array of all configured userlists.
GetUserlistsDefault General Error
swagger:response getUserlistsDefault
*/.
GetUserlistsOK Successful operation
swagger:response getUserlistsOK
*/.
GetUserlistsParams contains all the bound params for the get userlists operation typically these are obtained from a http.Request
swagger:parameters getUserlists.
GetUserlistsURL generates an URL for the get userlists operation.
GetUserlistURL generates an URL for the get userlist operation.
# Interfaces
CreateUserlistHandler interface for that can handle valid create userlist params.
DeleteUserlistHandler interface for that can handle valid delete userlist params.
GetUserlistHandler interface for that can handle valid get userlist params.
GetUserlistsHandler interface for that can handle valid get userlists params.
# Type aliases
CreateUserlistHandlerFunc turns a function with the right signature into a create userlist handler.
DeleteUserlistHandlerFunc turns a function with the right signature into a delete userlist handler.
GetUserlistHandlerFunc turns a function with the right signature into a get userlist handler.
GetUserlistsHandlerFunc turns a function with the right signature into a get userlists handler.