# Functions
NewPostUpdate creates a new http.Handler for the post update operation.
NewPostUpdateOK creates PostUpdateOK with default headers values.
NewPostUpdateParams creates a new PostUpdateParams object
There are no default values defined in the spec.
NewPostUpdateUnauthorized creates PostUpdateUnauthorized with default headers values.
# Constants
PostUpdateOKCode is the HTTP code returned for type PostUpdateOK.
PostUpdateUnauthorizedCode is the HTTP code returned for type PostUpdateUnauthorized.
# Structs
PostUpdate swagger:route POST /update update postUpdate
Checks for updates to Hearthstone, if there are any, they are applied to the database
*/.
PostUpdateOK OK
swagger:response postUpdateOK
*/.
PostUpdateParams contains all the bound params for the post update operation typically these are obtained from a http.Request
swagger:parameters PostUpdate.
PostUpdateUnauthorized Unauthorized request
swagger:response postUpdateUnauthorized
*/.
PostUpdateURL generates an URL for the post update operation.
# Interfaces
PostUpdateHandler interface for that can handle valid post update params.
# Type aliases
PostUpdateHandlerFunc turns a function with the right signature into a post update handler.