Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPandaNotFound = errors.New("no panda was found")
ErrPandaNotFound is thrown when we don't get a panda of the day for a specific date
Functions ¶
Types ¶
type Entry ¶
type Entry struct { ID primitive.ObjectID `json:"_id" bson:"_id"` URL string `json:"url" bson:"url"` Source string `json:"source" bson:"source"` FileName string `json:"filename" bson:"filename"` WordOfTheDay string `json:"wordOfTheDay" bson:"wordOfTheDay"` Date time.Time `json:"date" bson:"date"` Created time.Time `json:"created" bson:"created"` Updated time.Time `json:"updated" bson:"updated"` }
Entry ...
type GoPanda ¶
GoPanda ...
func (*GoPanda) CreateGif ¶
CreateGif makes a gif on the Cloudinary account with all images with the tag 'panda_image'
Click to show internal directories.
Click to hide internal directories.