fixed typo (#196)
This commit is contained in:
2
image.go
2
image.go
@@ -37,7 +37,7 @@ type ImageResponse struct {
|
|||||||
Data []ImageResponseDataInner `json:"data,omitempty"`
|
Data []ImageResponseDataInner `json:"data,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ImageResponseData represents a response data structure for image API.
|
// ImageResponseDataInner represents a response data structure for image API.
|
||||||
type ImageResponseDataInner struct {
|
type ImageResponseDataInner struct {
|
||||||
URL string `json:"url,omitempty"`
|
URL string `json:"url,omitempty"`
|
||||||
B64JSON string `json:"b64_json,omitempty"`
|
B64JSON string `json:"b64_json,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user