6 lines
101 B
Go
6 lines
101 B
Go
package responses
|
|
|
|
type ImageResponse struct {
|
|
Id string `json:"id"`
|
|
Path string `json:"path"`
|
|
}
|