package
Version:
v0.0.0-...-13c7043
Opens a new window with list of versions in this module.
Published: Nov 20, 2019
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
Name string `json:"name"`
Brand string `json:"brand"`
Price float32 `json:"price"`
Category string `json:"category"`
Image string `json:"image"`
}
type Hit struct {
Id string `json:"_id"`
Source Document `json:"_source"`
}
type Result struct {
Hits struct {
Hits []Hit `json:"hits"`
} `json:"hits"`
}
type Update struct {
Doc *Document `json:"doc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.