Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureRouter ¶
func ImageBundler ¶
func ImageBundler(images []interfaces.RetrievedImages, metadata []interfaces.ImageMetadata) ([]byte, error)
func ResponseHandler ¶
Types ¶
type DataAccessHandler ¶
type DataAccessHandler struct {
MetadataFetcher interfaces.MetadataFetcher
ImageFetcher interfaces.ImageFetcher
}
func (*DataAccessHandler) RequestHandler ¶
func (h *DataAccessHandler) RequestHandler(c *gin.Context)
type QueryPusher ¶
type QueryPusher struct {
// contains filtered or unexported fields
}
func (*QueryPusher) PushQuery ¶
func (p *QueryPusher) PushQuery(query interfaces.ImageRequest) (string, []interface{}, error)
Click to show internal directories.
Click to hide internal directories.