package
0.0.0-20211126155022-80b2b3ed1434
Repository: https://github.com/everstake/teztracker.git
Documentation: pkg.go.dev
# Functions
NewCreateOrUpdateNote creates a new http.Handler for the create or update note operation.
NewCreateOrUpdateNoteBadRequest creates CreateOrUpdateNoteBadRequest with default headers values.
NewCreateOrUpdateNoteInternalServerError creates CreateOrUpdateNoteInternalServerError with default headers values.
NewCreateOrUpdateNoteOK creates CreateOrUpdateNoteOK with default headers values.
NewCreateOrUpdateNoteParams creates a new CreateOrUpdateNoteParams object no default values defined in spec.
NewCreateOrUpdateUserAddress creates a new http.Handler for the create or update user address operation.
NewCreateOrUpdateUserAddressBadRequest creates CreateOrUpdateUserAddressBadRequest with default headers values.
NewCreateOrUpdateUserAddressInternalServerError creates CreateOrUpdateUserAddressInternalServerError with default headers values.
NewCreateOrUpdateUserAddressOK creates CreateOrUpdateUserAddressOK with default headers values.
NewCreateOrUpdateUserAddressParams creates a new CreateOrUpdateUserAddressParams object no default values defined in spec.
NewDeleteUserAddress creates a new http.Handler for the delete user address operation.
NewDeleteUserAddressBadRequest creates DeleteUserAddressBadRequest with default headers values.
NewDeleteUserAddressInternalServerError creates DeleteUserAddressInternalServerError with default headers values.
NewDeleteUserAddressOK creates DeleteUserAddressOK with default headers values.
NewDeleteUserAddressParams creates a new DeleteUserAddressParams object no default values defined in spec.
NewDeleteUserNote creates a new http.Handler for the delete user note operation.
NewDeleteUserNoteBadRequest creates DeleteUserNoteBadRequest with default headers values.
NewDeleteUserNoteInternalServerError creates DeleteUserNoteInternalServerError with default headers values.
NewDeleteUserNoteOK creates DeleteUserNoteOK with default headers values.
NewDeleteUserNoteParams creates a new DeleteUserNoteParams object no default values defined in spec.
NewGetUserAddresses creates a new http.Handler for the get user addresses operation.
NewGetUserAddressesBadRequest creates GetUserAddressesBadRequest with default headers values.
NewGetUserAddressesInternalServerError creates GetUserAddressesInternalServerError with default headers values.
NewGetUserAddressesOK creates GetUserAddressesOK with default headers values.
NewGetUserAddressesParams creates a new GetUserAddressesParams object no default values defined in spec.
NewGetUserNotes creates a new http.Handler for the get user notes operation.
NewGetUserNotesBadRequest creates GetUserNotesBadRequest with default headers values.
NewGetUserNotesInternalServerError creates GetUserNotesInternalServerError with default headers values.
NewGetUserNotesOK creates GetUserNotesOK with default headers values.
NewGetUserNotesParams creates a new GetUserNotesParams object no default values defined in spec.
NewGetUserProfile creates a new http.Handler for the get user profile operation.
NewGetUserProfileBadRequest creates GetUserProfileBadRequest with default headers values.
NewGetUserProfileInternalServerError creates GetUserProfileInternalServerError with default headers values.
NewGetUserProfileOK creates GetUserProfileOK with default headers values.
NewGetUserProfileParams creates a new GetUserProfileParams object no default values defined in spec.
NewUpdateProfile creates a new http.Handler for the update profile operation.
NewUpdateProfileBadRequest creates UpdateProfileBadRequest with default headers values.
NewUpdateProfileInternalServerError creates UpdateProfileInternalServerError with default headers values.
NewUpdateProfileOK creates UpdateProfileOK with default headers values.
NewUpdateProfileParams creates a new UpdateProfileParams object no default values defined in spec.
NewVerifyEmail creates a new http.Handler for the verify email operation.
NewVerifyEmailBadRequest creates VerifyEmailBadRequest with default headers values.
NewVerifyEmailInternalServerError creates VerifyEmailInternalServerError with default headers values.
NewVerifyEmailOK creates VerifyEmailOK with default headers values.
NewVerifyEmailParams creates a new VerifyEmailParams object no default values defined in spec.
NewVerifyEmailToken creates a new http.Handler for the verify email token operation.
NewVerifyEmailTokenBadRequest creates VerifyEmailTokenBadRequest with default headers values.
NewVerifyEmailTokenInternalServerError creates VerifyEmailTokenInternalServerError with default headers values.
NewVerifyEmailTokenOK creates VerifyEmailTokenOK with default headers values.
NewVerifyEmailTokenParams creates a new VerifyEmailTokenParams object no default values defined in spec.
# Constants
CreateOrUpdateNoteBadRequestCode is the HTTP code returned for type CreateOrUpdateNoteBadRequest.
CreateOrUpdateNoteInternalServerErrorCode is the HTTP code returned for type CreateOrUpdateNoteInternalServerError.
CreateOrUpdateNoteOKCode is the HTTP code returned for type CreateOrUpdateNoteOK.
CreateOrUpdateUserAddressBadRequestCode is the HTTP code returned for type CreateOrUpdateUserAddressBadRequest.
CreateOrUpdateUserAddressInternalServerErrorCode is the HTTP code returned for type CreateOrUpdateUserAddressInternalServerError.
CreateOrUpdateUserAddressOKCode is the HTTP code returned for type CreateOrUpdateUserAddressOK.
DeleteUserAddressBadRequestCode is the HTTP code returned for type DeleteUserAddressBadRequest.
DeleteUserAddressInternalServerErrorCode is the HTTP code returned for type DeleteUserAddressInternalServerError.
DeleteUserAddressOKCode is the HTTP code returned for type DeleteUserAddressOK.
DeleteUserNoteBadRequestCode is the HTTP code returned for type DeleteUserNoteBadRequest.
DeleteUserNoteInternalServerErrorCode is the HTTP code returned for type DeleteUserNoteInternalServerError.
DeleteUserNoteOKCode is the HTTP code returned for type DeleteUserNoteOK.
GetUserAddressesBadRequestCode is the HTTP code returned for type GetUserAddressesBadRequest.
GetUserAddressesInternalServerErrorCode is the HTTP code returned for type GetUserAddressesInternalServerError.
GetUserAddressesOKCode is the HTTP code returned for type GetUserAddressesOK.
GetUserNotesBadRequestCode is the HTTP code returned for type GetUserNotesBadRequest.
GetUserNotesInternalServerErrorCode is the HTTP code returned for type GetUserNotesInternalServerError.
GetUserNotesOKCode is the HTTP code returned for type GetUserNotesOK.
GetUserProfileBadRequestCode is the HTTP code returned for type GetUserProfileBadRequest.
GetUserProfileInternalServerErrorCode is the HTTP code returned for type GetUserProfileInternalServerError.
GetUserProfileOKCode is the HTTP code returned for type GetUserProfileOK.
UpdateProfileBadRequestCode is the HTTP code returned for type UpdateProfileBadRequest.
UpdateProfileInternalServerErrorCode is the HTTP code returned for type UpdateProfileInternalServerError.
UpdateProfileOKCode is the HTTP code returned for type UpdateProfileOK.
VerifyEmailBadRequestCode is the HTTP code returned for type VerifyEmailBadRequest.
VerifyEmailInternalServerErrorCode is the HTTP code returned for type VerifyEmailInternalServerError.
VerifyEmailOKCode is the HTTP code returned for type VerifyEmailOK.
VerifyEmailTokenBadRequestCode is the HTTP code returned for type VerifyEmailTokenBadRequest.
VerifyEmailTokenInternalServerErrorCode is the HTTP code returned for type VerifyEmailTokenInternalServerError.
VerifyEmailTokenOKCode is the HTTP code returned for type VerifyEmailTokenOK.
# Structs
CreateOrUpdateNote swagger:route POST /v2/data/profile/note Profile createOrUpdateNote
CreateOrUpdateNote create or update note API
*/.
CreateOrUpdateNoteBadRequest Bad request
swagger:response createOrUpdateNoteBadRequest
*/.
CreateOrUpdateNoteInternalServerError Internal error
swagger:response createOrUpdateNoteInternalServerError
*/.
CreateOrUpdateNoteOK Updated user note
swagger:response createOrUpdateNoteOK
*/.
CreateOrUpdateNoteParams contains all the bound params for the create or update note operation typically these are obtained from a http.Request
swagger:parameters createOrUpdateNote.
CreateOrUpdateNoteURL generates an URL for the create or update note operation.
CreateOrUpdateUserAddress swagger:route POST /v2/data/profile/address Profile createOrUpdateUserAddress
CreateOrUpdateUserAddress create or update user address API
*/.
CreateOrUpdateUserAddressBadRequest Bad request
swagger:response createOrUpdateUserAddressBadRequest
*/.
CreateOrUpdateUserAddressInternalServerError Internal error
swagger:response createOrUpdateUserAddressInternalServerError
*/.
CreateOrUpdateUserAddressOK Create or update user address
swagger:response createOrUpdateUserAddressOK
*/.
CreateOrUpdateUserAddressParams contains all the bound params for the create or update user address operation typically these are obtained from a http.Request
swagger:parameters createOrUpdateUserAddress.
CreateOrUpdateUserAddressURL generates an URL for the create or update user address operation.
DeleteUserAddress swagger:route POST /v2/data/profile/delete/address Profile deleteUserAddress
DeleteUserAddress delete user address API
*/.
DeleteUserAddressBadRequest Bad request
swagger:response deleteUserAddressBadRequest
*/.
DeleteUserAddressInternalServerError Internal error
swagger:response deleteUserAddressInternalServerError
*/.
DeleteUserAddressOK Deleted user address
swagger:response deleteUserAddressOK
*/.
DeleteUserAddressParams contains all the bound params for the delete user address operation typically these are obtained from a http.Request
swagger:parameters deleteUserAddress.
DeleteUserAddressURL generates an URL for the delete user address operation.
DeleteUserNote swagger:route POST /v2/data/profile/delete/note Profile deleteUserNote
DeleteUserNote delete user note API
*/.
DeleteUserNoteBadRequest Bad request
swagger:response deleteUserNoteBadRequest
*/.
DeleteUserNoteInternalServerError Internal error
swagger:response deleteUserNoteInternalServerError
*/.
DeleteUserNoteOK Deleted user note
swagger:response deleteUserNoteOK
*/.
DeleteUserNoteParams contains all the bound params for the delete user note operation typically these are obtained from a http.Request
swagger:parameters deleteUserNote.
DeleteUserNoteURL generates an URL for the delete user note operation.
GetUserAddresses swagger:route GET /v2/data/profile/addresses Profile getUserAddresses
GetUserAddresses get user addresses API
*/.
GetUserAddressesBadRequest Bad request
swagger:response getUserAddressesBadRequest
*/.
GetUserAddressesInternalServerError Internal error
swagger:response getUserAddressesInternalServerError
*/.
GetUserAddressesOK Get user addresses
swagger:response getUserAddressesOK
*/.
GetUserAddressesParams contains all the bound params for the get user addresses operation typically these are obtained from a http.Request
swagger:parameters getUserAddresses.
GetUserAddressesURL generates an URL for the get user addresses operation.
GetUserNotes swagger:route GET /v2/data/profile/notes Profile getUserNotes
GetUserNotes get user notes API
*/.
GetUserNotesBadRequest Bad request
swagger:response getUserNotesBadRequest
*/.
GetUserNotesInternalServerError Internal error
swagger:response getUserNotesInternalServerError
*/.
GetUserNotesOK Get user notes
swagger:response getUserNotesOK
*/.
GetUserNotesParams contains all the bound params for the get user notes operation typically these are obtained from a http.Request
swagger:parameters getUserNotes.
GetUserNotesURL generates an URL for the get user notes operation.
GetUserProfile swagger:route GET /v2/data/profile Profile getUserProfile
GetUserProfile get user profile API
*/.
GetUserProfileBadRequest Bad request
swagger:response getUserProfileBadRequest
*/.
GetUserProfileInternalServerError Internal error
swagger:response getUserProfileInternalServerError
*/.
GetUserProfileOK Get user profile
swagger:response getUserProfileOK
*/.
GetUserProfileParams contains all the bound params for the get user profile operation typically these are obtained from a http.Request
swagger:parameters getUserProfile.
GetUserProfileURL generates an URL for the get user profile operation.
UpdateProfile swagger:route POST /v2/data/profile/update Profile updateProfile
UpdateProfile update profile API
*/.
UpdateProfileBadRequest Bad request
swagger:response updateProfileBadRequest
*/.
UpdateProfileInternalServerError Internal error
swagger:response updateProfileInternalServerError
*/.
UpdateProfileOK Update user profile
swagger:response updateProfileOK
*/.
UpdateProfileParams contains all the bound params for the update profile operation typically these are obtained from a http.Request
swagger:parameters updateProfile.
UpdateProfileURL generates an URL for the update profile operation.
VerifyEmail swagger:route POST /v2/data/profile/verify/email Profile verifyEmail
VerifyEmail verify email API
*/.
VerifyEmailBadRequest Bad request
swagger:response verifyEmailBadRequest
*/.
VerifyEmailInternalServerError Internal error
swagger:response verifyEmailInternalServerError
*/.
VerifyEmailOK Verified user email
swagger:response verifyEmailOK
*/.
VerifyEmailParams contains all the bound params for the verify email operation typically these are obtained from a http.Request
swagger:parameters verifyEmail.
VerifyEmailToken swagger:route POST /v2/data/profile/verify/email/token Profile verifyEmailToken
VerifyEmailToken verify email token API
*/.
VerifyEmailTokenBadRequest Bad request
swagger:response verifyEmailTokenBadRequest
*/.
VerifyEmailTokenInternalServerError Internal error
swagger:response verifyEmailTokenInternalServerError
*/.
VerifyEmailTokenOK Verified user email token
swagger:response verifyEmailTokenOK
*/.
VerifyEmailTokenParams contains all the bound params for the verify email token operation typically these are obtained from a http.Request
swagger:parameters verifyEmailToken.
VerifyEmailTokenURL generates an URL for the verify email token operation.
VerifyEmailURL generates an URL for the verify email operation.
# Interfaces
CreateOrUpdateNoteHandler interface for that can handle valid create or update note params.
CreateOrUpdateUserAddressHandler interface for that can handle valid create or update user address params.
DeleteUserAddressHandler interface for that can handle valid delete user address params.
DeleteUserNoteHandler interface for that can handle valid delete user note params.
GetUserAddressesHandler interface for that can handle valid get user addresses params.
GetUserNotesHandler interface for that can handle valid get user notes params.
GetUserProfileHandler interface for that can handle valid get user profile params.
UpdateProfileHandler interface for that can handle valid update profile params.
VerifyEmailHandler interface for that can handle valid verify email params.
VerifyEmailTokenHandler interface for that can handle valid verify email token params.
# Type aliases
CreateOrUpdateNoteHandlerFunc turns a function with the right signature into a create or update note handler.
CreateOrUpdateUserAddressHandlerFunc turns a function with the right signature into a create or update user address handler.
DeleteUserAddressHandlerFunc turns a function with the right signature into a delete user address handler.
DeleteUserNoteHandlerFunc turns a function with the right signature into a delete user note handler.
GetUserAddressesHandlerFunc turns a function with the right signature into a get user addresses handler.
GetUserNotesHandlerFunc turns a function with the right signature into a get user notes handler.
GetUserProfileHandlerFunc turns a function with the right signature into a get user profile handler.
UpdateProfileHandlerFunc turns a function with the right signature into a update profile handler.
VerifyEmailHandlerFunc turns a function with the right signature into a verify email handler.
VerifyEmailTokenHandlerFunc turns a function with the right signature into a verify email token handler.