package
0.0.0-20240826170016-b3b3d4a43b18
Repository: https://github.com/williamwinkler/hs-card-service.git
Documentation: pkg.go.dev

# 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.