Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
duck2api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
duck2api
/
typings
/
duckgo
/
response.go
sanbo
upate
6390363
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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"`
}