package
0.1.1-rc
Repository: https://github.com/ibm/ffdl.git
Documentation: pkg.go.dev

# Functions

NewCreateEventEndpoint creates a new http.Handler for the create event endpoint operation.
NewCreateEventEndpointGone creates CreateEventEndpointGone with default headers values.
NewCreateEventEndpointNotFound creates CreateEventEndpointNotFound with default headers values.
NewCreateEventEndpointOK creates CreateEventEndpointOK with default headers values.
NewCreateEventEndpointParams creates a new CreateEventEndpointParams object with the default values initialized.
NewCreateEventEndpointUnauthorized creates CreateEventEndpointUnauthorized with default headers values.
NewDeleteEventEndpoint creates a new http.Handler for the delete event endpoint operation.
NewDeleteEventEndpointGone creates DeleteEventEndpointGone with default headers values.
NewDeleteEventEndpointNotFound creates DeleteEventEndpointNotFound with default headers values.
NewDeleteEventEndpointOK creates DeleteEventEndpointOK with default headers values.
NewDeleteEventEndpointParams creates a new DeleteEventEndpointParams object with the default values initialized.
NewDeleteEventEndpointUnauthorized creates DeleteEventEndpointUnauthorized with default headers values.
NewGetEventEndpoint creates a new http.Handler for the get event endpoint operation.
NewGetEventEndpointGone creates GetEventEndpointGone with default headers values.
NewGetEventEndpointNotFound creates GetEventEndpointNotFound with default headers values.
NewGetEventEndpointOK creates GetEventEndpointOK with default headers values.
NewGetEventEndpointParams creates a new GetEventEndpointParams object with the default values initialized.
NewGetEventEndpointUnauthorized creates GetEventEndpointUnauthorized with default headers values.
NewGetEventTypeEndpoints creates a new http.Handler for the get event type endpoints operation.
NewGetEventTypeEndpointsGone creates GetEventTypeEndpointsGone with default headers values.
NewGetEventTypeEndpointsNotFound creates GetEventTypeEndpointsNotFound with default headers values.
NewGetEventTypeEndpointsOK creates GetEventTypeEndpointsOK with default headers values.
NewGetEventTypeEndpointsParams creates a new GetEventTypeEndpointsParams object with the default values initialized.
NewGetEventTypeEndpointsUnauthorized creates GetEventTypeEndpointsUnauthorized with default headers values.
NewUpdateEventEndpoint creates a new http.Handler for the update event endpoint operation.
NewUpdateEventEndpointGone creates UpdateEventEndpointGone with default headers values.
NewUpdateEventEndpointNotFound creates UpdateEventEndpointNotFound with default headers values.
NewUpdateEventEndpointOK creates UpdateEventEndpointOK with default headers values.
NewUpdateEventEndpointParams creates a new UpdateEventEndpointParams object with the default values initialized.
NewUpdateEventEndpointUnauthorized creates UpdateEventEndpointUnauthorized with default headers values.

# Constants

CreateEventEndpointGoneCode is the HTTP code returned for type CreateEventEndpointGone.
CreateEventEndpointNotFoundCode is the HTTP code returned for type CreateEventEndpointNotFound.
CreateEventEndpointOKCode is the HTTP code returned for type CreateEventEndpointOK.
CreateEventEndpointUnauthorizedCode is the HTTP code returned for type CreateEventEndpointUnauthorized.
DeleteEventEndpointGoneCode is the HTTP code returned for type DeleteEventEndpointGone.
DeleteEventEndpointNotFoundCode is the HTTP code returned for type DeleteEventEndpointNotFound.
DeleteEventEndpointOKCode is the HTTP code returned for type DeleteEventEndpointOK.
DeleteEventEndpointUnauthorizedCode is the HTTP code returned for type DeleteEventEndpointUnauthorized.
GetEventEndpointGoneCode is the HTTP code returned for type GetEventEndpointGone.
GetEventEndpointNotFoundCode is the HTTP code returned for type GetEventEndpointNotFound.
GetEventEndpointOKCode is the HTTP code returned for type GetEventEndpointOK.
GetEventEndpointUnauthorizedCode is the HTTP code returned for type GetEventEndpointUnauthorized.
GetEventTypeEndpointsGoneCode is the HTTP code returned for type GetEventTypeEndpointsGone.
GetEventTypeEndpointsNotFoundCode is the HTTP code returned for type GetEventTypeEndpointsNotFound.
GetEventTypeEndpointsOKCode is the HTTP code returned for type GetEventTypeEndpointsOK.
GetEventTypeEndpointsUnauthorizedCode is the HTTP code returned for type GetEventTypeEndpointsUnauthorized.

# Structs

CreateEventEndpoint swagger:route POST /v1/models/{model_id}/events/{event_type}/{endpoint_id} Events createEventEndpoint Creates an event notification endpoint.
CreateEventEndpointGone If the trained model storage time has expired and it has been deleted.
CreateEventEndpointNotFound The model or event type cannot be found.
CreateEventEndpointOK Event updated successfully swagger:response createEventEndpointOK */.
CreateEventEndpointParams contains all the bound params for the create event endpoint operation typically these are obtained from a http.Request swagger:parameters createEventEndpoint.
CreateEventEndpointUnauthorized Unauthorized swagger:response createEventEndpointUnauthorized */.
CreateEventEndpointURL generates an URL for the create event endpoint operation.
DeleteEventEndpoint swagger:route DELETE /v1/models/{model_id}/events/{event_type}/{endpoint_id} Events deleteEventEndpoint Deletes an event notification endpoint.
DeleteEventEndpointGone If the trained model storage time has expired and it has been deleted.
DeleteEventEndpointNotFound The model or event type cannot be found.
DeleteEventEndpointOK Event updated successfully swagger:response deleteEventEndpointOK */.
DeleteEventEndpointParams contains all the bound params for the delete event endpoint operation typically these are obtained from a http.Request swagger:parameters deleteEventEndpoint.
DeleteEventEndpointUnauthorized Unauthorized swagger:response deleteEventEndpointUnauthorized */.
DeleteEventEndpointURL generates an URL for the delete event endpoint operation.
GetEventEndpoint swagger:route GET /v1/models/{model_id}/events/{event_type}/{endpoint_id} Events getEventEndpoint Get endpoint description.
GetEventEndpointGone If the trained model storage time has expired and it has been deleted.
GetEventEndpointNotFound The model or event type cannot be found.
GetEventEndpointOK Event description swagger:response getEventEndpointOK */.
GetEventEndpointParams contains all the bound params for the get event endpoint operation typically these are obtained from a http.Request swagger:parameters getEventEndpoint.
GetEventEndpointUnauthorized Unauthorized swagger:response getEventEndpointUnauthorized */.
GetEventEndpointURL generates an URL for the get event endpoint operation.
GetEventTypeEndpoints swagger:route GET /v1/models/{model_id}/events/{event_type} Events getEventTypeEndpoints Get all notification endpoints for this event type.
GetEventTypeEndpointsGone If the trained model storage time has expired and it has been deleted.
GetEventTypeEndpointsNotFound The model or event type cannot be found.
GetEventTypeEndpointsOK Event endpoints swagger:response getEventTypeEndpointsOK */.
GetEventTypeEndpointsParams contains all the bound params for the get event type endpoints operation typically these are obtained from a http.Request swagger:parameters getEventTypeEndpoints.
GetEventTypeEndpointsUnauthorized Unauthorized swagger:response getEventTypeEndpointsUnauthorized */.
GetEventTypeEndpointsURL generates an URL for the get event type endpoints operation.
UpdateEventEndpoint swagger:route POST /v1/models/{model_id}/events/{event_type} Events updateEventEndpoint Update an event notification endpoint.
UpdateEventEndpointGone If the trained model storage time has expired and it has been deleted.
UpdateEventEndpointNotFound The model or event type cannot be found.
UpdateEventEndpointOK Event updated successfully swagger:response updateEventEndpointOK */.
UpdateEventEndpointParams contains all the bound params for the update event endpoint operation typically these are obtained from a http.Request swagger:parameters updateEventEndpoint.
UpdateEventEndpointUnauthorized Unauthorized swagger:response updateEventEndpointUnauthorized */.
UpdateEventEndpointURL generates an URL for the update event endpoint operation.

# Interfaces

CreateEventEndpointHandler interface for that can handle valid create event endpoint params.
DeleteEventEndpointHandler interface for that can handle valid delete event endpoint params.
GetEventEndpointHandler interface for that can handle valid get event endpoint params.
GetEventTypeEndpointsHandler interface for that can handle valid get event type endpoints params.
UpdateEventEndpointHandler interface for that can handle valid update event endpoint params.

# Type aliases

CreateEventEndpointHandlerFunc turns a function with the right signature into a create event endpoint handler.
DeleteEventEndpointHandlerFunc turns a function with the right signature into a delete event endpoint handler.
GetEventEndpointHandlerFunc turns a function with the right signature into a get event endpoint handler.
GetEventTypeEndpointsHandlerFunc turns a function with the right signature into a get event type endpoints handler.
UpdateEventEndpointHandlerFunc turns a function with the right signature into a update event endpoint handler.