package models type JokePost struct { Key string `json:"string"` Link string `json:"link"` }