d5 / typings /duckgo /response.go
sanbo
upate
6390363
raw
history blame contribute delete
201 Bytes
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"`
}