package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev

# Functions

NewIndexNotifications creates a new http.Handler for the index notifications operation.
NewIndexNotificationsBadRequest creates IndexNotificationsBadRequest with default headers values.
NewIndexNotificationsInternalServerError creates IndexNotificationsInternalServerError with default headers values.
NewIndexNotificationsNotFound creates IndexNotificationsNotFound with default headers values.
NewIndexNotificationsOK creates IndexNotificationsOK with default headers values.
NewIndexNotificationsParams creates a new IndexNotificationsParams object There are no default values defined in the spec.
NewIndexNotificationsUnauthorized creates IndexNotificationsUnauthorized with default headers values.

# Constants

IndexNotificationsBadRequestCode is the HTTP code returned for type IndexNotificationsBadRequest.
IndexNotificationsInternalServerErrorCode is the HTTP code returned for type IndexNotificationsInternalServerError.
IndexNotificationsNotFoundCode is the HTTP code returned for type IndexNotificationsNotFound.
IndexNotificationsOKCode is the HTTP code returned for type IndexNotificationsOK.
IndexNotificationsUnauthorizedCode is the HTTP code returned for type IndexNotificationsUnauthorized.

# Structs

IndexNotifications swagger:route GET /notifications Notifications indexNotifications # List Notifications This endpoint returns a list of Notifications that have been sent to Service Members.
IndexNotificationsBadRequest invalid request swagger:response indexNotificationsBadRequest */.
IndexNotificationsInternalServerError server error swagger:response indexNotificationsInternalServerError */.
IndexNotificationsNotFound Notifications not found swagger:response indexNotificationsNotFound */.
IndexNotificationsOK success swagger:response indexNotificationsOK */.
IndexNotificationsParams contains all the bound params for the index notifications operation typically these are obtained from a http.Request swagger:parameters indexNotifications.
IndexNotificationsUnauthorized request requires user authentication swagger:response indexNotificationsUnauthorized */.
IndexNotificationsURL generates an URL for the index notifications operation.

# Interfaces

IndexNotificationsHandler interface for that can handle valid index notifications params.

# Type aliases

IndexNotificationsHandlerFunc turns a function with the right signature into a index notifications handler.