package
7.7.0+incompatible
Repository: https://github.com/dalet-oss/kowabunga-api.git
Documentation: pkg.go.dev
# Functions
NewDeleteAdapter creates a new http.Handler for the delete adapter operation.
NewDeleteAdapterConflict creates DeleteAdapterConflict with default headers values.
NewDeleteAdapterInternalServerError creates DeleteAdapterInternalServerError with default headers values.
NewDeleteAdapterNotFound creates DeleteAdapterNotFound with default headers values.
NewDeleteAdapterOK creates DeleteAdapterOK with default headers values.
NewDeleteAdapterParams creates a new DeleteAdapterParams object
There are no default values defined in the spec.
NewGetAdapter creates a new http.Handler for the get adapter operation.
NewGetAdapterNotFound creates GetAdapterNotFound with default headers values.
NewGetAdapterOK creates GetAdapterOK with default headers values.
NewGetAdapterParams creates a new GetAdapterParams object
There are no default values defined in the spec.
NewGetAllAdapters creates a new http.Handler for the get all adapters operation.
NewGetAllAdaptersOK creates GetAllAdaptersOK with default headers values.
NewGetAllAdaptersParams creates a new GetAllAdaptersParams object
There are no default values defined in the spec.
NewUpdateAdapter creates a new http.Handler for the update adapter operation.
NewUpdateAdapterBadRequest creates UpdateAdapterBadRequest with default headers values.
NewUpdateAdapterNotFound creates UpdateAdapterNotFound with default headers values.
NewUpdateAdapterOK creates UpdateAdapterOK with default headers values.
NewUpdateAdapterParams creates a new UpdateAdapterParams object
There are no default values defined in the spec.
# Constants
DeleteAdapterConflictCode is the HTTP code returned for type DeleteAdapterConflict.
DeleteAdapterInternalServerErrorCode is the HTTP code returned for type DeleteAdapterInternalServerError.
DeleteAdapterNotFoundCode is the HTTP code returned for type DeleteAdapterNotFound.
DeleteAdapterOKCode is the HTTP code returned for type DeleteAdapterOK.
GetAdapterNotFoundCode is the HTTP code returned for type GetAdapterNotFound.
GetAdapterOKCode is the HTTP code returned for type GetAdapterOK.
GetAllAdaptersOKCode is the HTTP code returned for type GetAllAdaptersOK.
UpdateAdapterBadRequestCode is the HTTP code returned for type UpdateAdapterBadRequest.
UpdateAdapterNotFoundCode is the HTTP code returned for type UpdateAdapterNotFound.
UpdateAdapterOKCode is the HTTP code returned for type UpdateAdapterOK.
# Structs
DeleteAdapter swagger:route DELETE /adapter/{adapterId} adapter deleteAdapter
Deletes an existing network adapter.
DeleteAdapterConflict The network adapter is not empty or still being referenced.
DeleteAdapterInternalServerError Unable to delete network adapter.
DeleteAdapterNotFound Invalid network adapter ID was provided.
DeleteAdapterOK The network adapter has been successfully removed.
DeleteAdapterParams contains all the bound params for the delete adapter operation typically these are obtained from a http.Request
swagger:parameters DeleteAdapter.
DeleteAdapterURL generates an URL for the delete adapter operation.
GetAdapter swagger:route GET /adapter/{adapterId} adapter getAdapter
Returns a description of the network adapter.
GetAdapterNotFound Invalid network adapter ID was provided.
GetAdapterOK Returns the network adapter object.
GetAdapterParams contains all the bound params for the get adapter operation typically these are obtained from a http.Request
swagger:parameters GetAdapter.
GetAdapterURL generates an URL for the get adapter operation.
GetAllAdapters swagger:route GET /adapter adapter getAllAdapters
Returns the IDs of network adapters.
GetAllAdaptersOK Returns the an array of network adapter IDs.
GetAllAdaptersParams contains all the bound params for the get all adapters operation typically these are obtained from a http.Request
swagger:parameters GetAllAdapters.
GetAllAdaptersURL generates an URL for the get all adapters operation.
UpdateAdapter swagger:route PUT /adapter/{adapterId} adapter updateAdapter
Updates a network adapter configuration.
UpdateAdapterBadRequest Bad parameters were provided.
UpdateAdapterNotFound Invalid network adapter ID was provided.
UpdateAdapterOK Returns the updated network adapter object.
UpdateAdapterParams contains all the bound params for the update adapter operation typically these are obtained from a http.Request
swagger:parameters UpdateAdapter.
UpdateAdapterURL generates an URL for the update adapter operation.
# Interfaces
DeleteAdapterHandler interface for that can handle valid delete adapter params.
GetAdapterHandler interface for that can handle valid get adapter params.
GetAllAdaptersHandler interface for that can handle valid get all adapters params.
UpdateAdapterHandler interface for that can handle valid update adapter params.
# Type aliases
DeleteAdapterHandlerFunc turns a function with the right signature into a delete adapter handler.
GetAdapterHandlerFunc turns a function with the right signature into a get adapter handler.
GetAllAdaptersHandlerFunc turns a function with the right signature into a get all adapters handler.
UpdateAdapterHandlerFunc turns a function with the right signature into a update adapter handler.