# Functions

NewNotifyEmail creates a new http.Handler for the notify email operation.
NewNotifyEmailBadRequest creates NotifyEmailBadRequest with default headers values.
NewNotifyEmailInternalServerError creates NotifyEmailInternalServerError with default headers values.
NewNotifyEmailOK creates NotifyEmailOK with default headers values.
NewNotifyEmailParams creates a new NotifyEmailParams object There are no default values defined in the spec.
NewNotifySMS creates a new http.Handler for the notify s m s operation.
NewNotifySMSBadRequest creates NotifySMSBadRequest with default headers values.
NewNotifySMSInternalServerError creates NotifySMSInternalServerError with default headers values.
NewNotifySMSOK creates NotifySMSOK with default headers values.
NewNotifySMSParams creates a new NotifySMSParams object There are no default values defined in the spec.

# Constants

NotifyEmailBadRequestCode is the HTTP code returned for type NotifyEmailBadRequest.
NotifyEmailInternalServerErrorCode is the HTTP code returned for type NotifyEmailInternalServerError.
NotifyEmailOKCode is the HTTP code returned for type NotifyEmailOK.
NotifySMSBadRequestCode is the HTTP code returned for type NotifySMSBadRequest.
NotifySMSInternalServerErrorCode is the HTTP code returned for type NotifySMSInternalServerError.
NotifySMSOKCode is the HTTP code returned for type NotifySMSOK.

# Variables

NotifyEmailMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.
NotifySMSMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.

# Structs

NotifyEmail swagger:route POST /notify/email notify notifyEmail Отправить E-Mail */.
NotifyEmailBadRequest Ошибка во входных параметрах swagger:response notifyEmailBadRequest */.
NotifyEmailInternalServerError Ошибка на стороне сервера swagger:response notifyEmailInternalServerError */.
NotifyEmailOK OK swagger:response notifyEmailOK */.
NotifyEmailParams contains all the bound params for the notify email operation typically these are obtained from a http.Request swagger:parameters notifyEmail.
NotifyEmailURL generates an URL for the notify email operation.
NotifySMS swagger:route POST /notify/sms notify notifySMS Отправить уведомление по SMS */.
NotifySMSBadRequest Ошибка во входных параметрах swagger:response notifySMSBadRequest */.
NotifySMSInternalServerError Ошибка на стороне сервера swagger:response notifySMSInternalServerError */.
NotifySMSOK OK swagger:response notifySMSOK */.
NotifySMSParams contains all the bound params for the notify s m s operation typically these are obtained from a http.Request swagger:parameters notifySMS.
NotifySMSURL generates an URL for the notify s m s operation.

# Interfaces

NotifyEmailHandler interface for that can handle valid notify email params.
NotifySMSHandler interface for that can handle valid notify s m s params.

# Type aliases

NotifyEmailHandlerFunc turns a function with the right signature into a notify email handler.
NotifySMSHandlerFunc turns a function with the right signature into a notify s m s handler.