types

package
v0.0.0-...-8680cc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SearchResultResp

type SearchResultResp struct {

	// NumResults indicates the number of results the query return
	NumResults int64 `json:"num_results,omitempty"`

	// query contains the query string that generated the search results
	Query string `json:"query,omitempty"`

	// Results is a slice containing the actual results for the search
	Results []*types.SearchResultItem `json:"results"`
}

SearchResultResp response of search images from specific registry

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL