package
0.3.0
Repository: https://github.com/vanus-labs/vanus-operator.git
Documentation: pkg.go.dev

# Functions

NewCreateConnector creates a new http.Handler for the create connector operation.
NewCreateConnectorOK creates CreateConnectorOK with default headers values.
NewCreateConnectorParams creates a new CreateConnectorParams object There are no default values defined in the spec.
NewDeleteConnector creates a new http.Handler for the delete connector operation.
NewDeleteConnectorOK creates DeleteConnectorOK with default headers values.
NewDeleteConnectorParams creates a new DeleteConnectorParams object There are no default values defined in the spec.
NewGetConnector creates a new http.Handler for the get connector operation.
NewGetConnectorOK creates GetConnectorOK with default headers values.
NewGetConnectorParams creates a new GetConnectorParams object There are no default values defined in the spec.
NewListConnector creates a new http.Handler for the list connector operation.
NewListConnectorOK creates ListConnectorOK with default headers values.
NewListConnectorParams creates a new ListConnectorParams object There are no default values defined in the spec.
NewPatchConnector creates a new http.Handler for the patch connector operation.
NewPatchConnectorOK creates PatchConnectorOK with default headers values.
NewPatchConnectorParams creates a new PatchConnectorParams object There are no default values defined in the spec.
NewPatchConnectors creates a new http.Handler for the patch connectors operation.
NewPatchConnectorsOK creates PatchConnectorsOK with default headers values.
NewPatchConnectorsParams creates a new PatchConnectorsParams object There are no default values defined in the spec.

# Constants

CreateConnectorOKCode is the HTTP code returned for type CreateConnectorOK.
DeleteConnectorOKCode is the HTTP code returned for type DeleteConnectorOK.
GetConnectorOKCode is the HTTP code returned for type GetConnectorOK.
ListConnectorOKCode is the HTTP code returned for type ListConnectorOK.
PatchConnectorOKCode is the HTTP code returned for type PatchConnectorOK.
PatchConnectorsOKCode is the HTTP code returned for type PatchConnectorsOK.

# Structs

CreateConnector swagger:route POST /connectors/ connector createConnector create Connector */.
CreateConnectorOK OK swagger:response createConnectorOK */.
CreateConnectorOKBody create connector o k body swagger:model CreateConnectorOKBody.
CreateConnectorParams contains all the bound params for the create connector operation typically these are obtained from a http.Request swagger:parameters createConnector.
CreateConnectorURL generates an URL for the create connector operation.
DeleteConnector swagger:route DELETE /connectors/{name} connector deleteConnector delete Connector */.
DeleteConnectorOK OK swagger:response deleteConnectorOK */.
DeleteConnectorOKBody delete connector o k body swagger:model DeleteConnectorOKBody.
DeleteConnectorParams contains all the bound params for the delete connector operation typically these are obtained from a http.Request swagger:parameters deleteConnector.
DeleteConnectorURL generates an URL for the delete connector operation.
GetConnector swagger:route GET /connectors/{name} connector getConnector get Connector */.
GetConnectorOK OK swagger:response getConnectorOK */.
GetConnectorOKBody get connector o k body swagger:model GetConnectorOKBody.
GetConnectorParams contains all the bound params for the get connector operation typically these are obtained from a http.Request swagger:parameters getConnector.
GetConnectorURL generates an URL for the get connector operation.
ListConnector swagger:route GET /connectors/ connector listConnector list Connector */.
ListConnectorOK OK swagger:response listConnectorOK */.
ListConnectorOKBody list connector o k body swagger:model ListConnectorOKBody.
ListConnectorParams contains all the bound params for the list connector operation typically these are obtained from a http.Request swagger:parameters listConnector.
ListConnectorURL generates an URL for the list connector operation.
PatchConnector swagger:route PATCH /connectors/{name} connector patchConnector patch Connector */.
PatchConnectorOK OK swagger:response patchConnectorOK */.
PatchConnectorOKBody patch connector o k body swagger:model PatchConnectorOKBody.
PatchConnectorParams contains all the bound params for the patch connector operation typically these are obtained from a http.Request swagger:parameters patchConnector.
PatchConnectors swagger:route PATCH /connectors/ connector patchConnectors patch Connectors */.
PatchConnectorsOK OK swagger:response patchConnectorsOK */.
PatchConnectorsOKBody patch connectors o k body swagger:model PatchConnectorsOKBody.
PatchConnectorsParams contains all the bound params for the patch connectors operation typically these are obtained from a http.Request swagger:parameters patchConnectors.
PatchConnectorsURL generates an URL for the patch connectors operation.
PatchConnectorURL generates an URL for the patch connector operation.

# Interfaces

CreateConnectorHandler interface for that can handle valid create connector params.
DeleteConnectorHandler interface for that can handle valid delete connector params.
GetConnectorHandler interface for that can handle valid get connector params.
ListConnectorHandler interface for that can handle valid list connector params.
PatchConnectorHandler interface for that can handle valid patch connector params.
PatchConnectorsHandler interface for that can handle valid patch connectors params.

# Type aliases

CreateConnectorHandlerFunc turns a function with the right signature into a create connector handler.
DeleteConnectorHandlerFunc turns a function with the right signature into a delete connector handler.
GetConnectorHandlerFunc turns a function with the right signature into a get connector handler.
ListConnectorHandlerFunc turns a function with the right signature into a list connector handler.
PatchConnectorHandlerFunc turns a function with the right signature into a patch connector handler.
PatchConnectorsHandlerFunc turns a function with the right signature into a patch connectors handler.