jokes-bapak2/api/app/v1/models/joke.go

7 lines
97 B
Go

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