6 lines
93 B
Go
6 lines
93 B
Go
package domain
|
|
|
|
type RecommendationErrorResponse struct {
|
|
Message string `json:"message"`
|
|
}
|