package
0.0.0-20201115053457-a9c3a7091492
Repository: https://github.com/alevsk/instagram-stories.git
Documentation: pkg.go.dev
# Functions
NewStoryCreate creates a new http.Handler for the story create operation.
NewStoryCreateDefault creates StoryCreateDefault with default headers values.
NewStoryCreateOK creates StoryCreateOK with default headers values.
NewStoryCreateParams creates a new StoryCreateParams object no default values defined in spec.
# Constants
StoryCreateOKCode is the HTTP code returned for type StoryCreateOK.
# Structs
StoryCreate swagger:route POST /stories UserAPI storyCreate
Create new story
*/.
StoryCreateDefault Generic error response.
StoryCreateOK A successful response.
StoryCreateParams contains all the bound params for the story create operation typically these are obtained from a http.Request
swagger:parameters StoryCreate.
StoryCreateURL generates an URL for the story create operation.
# Interfaces
StoryCreateHandler interface for that can handle valid story create params.
# Type aliases
StoryCreateHandlerFunc turns a function with the right signature into a story create handler.