Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Bad []string
View Source
var Good []string
Functions ¶
This section is empty.
Types ¶
type Data_image ¶
type Data_image struct {
Likeimageurl string `json:"url"`
}
type LikeStatus ¶
type LikeStatus struct {
Uid string `json:"uid"`
Like string `json:"like"`
Vector []float64 `json:"vector"`
}
構造を宣言
type MatchingResponse ¶
type MatchingResponse struct {
Status string `json:"status"`
Message []string `json:"message"`
ReturnCode string `json:"returnCode"`
}
レスポンスJsonの定義
type SampleResponse ¶
type SampleResponse struct {
Status string `json:"status"`
Message string `json:"message"`
ReturnCode string `json:"returnCode"`
}
レスポンスJsonの定義
Click to show internal directories.
Click to hide internal directories.