package
0.0.0-20200425161700-6f223574d5ca
Repository: https://github.com/nathj07/talks.git
Documentation: pkg.go.dev

# Structs

Meme represents the details of an individual meme.
MemeBox defines a box for text on a Meme.
MemeData defines the collection of memes.
MemeError describes the error response received from api.imgflip.com.
MemeGetResponse holds the data for a GET memes response from api.imgflip.com.
MemePostRequest defines the body of a POST request to use when making a meme.
MemePostResponse handles the small response information returned from the POST call to api.imgflip.com.
SuccessData holds teh links to the meme and the image after a successful call to POST api.imgflip.com.