6390363
1
2
3
4
5
6
7
8
9
10
package duckgo type ApiResponse struct { Message string `json:"message"` Created int `json:"created"` Id string `json:"id"` Action string `json:"action"` Model string `json:"model"` }