models

package
v2.260.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Berlin

type Berlin struct {
	Matches []Matches `json:"matches,omitempty"`
	Query   string    `json:"query,omitempty"`
}

type Locations

type Locations struct {
	Codes       []string `json:"codes,omitempty"`
	Encoding    string   `json:"encoding,omitempty"`
	Names       []string `json:"names,omitempty"`
	ID          string   `json:"id,omitempty"`
	Key         string   `json:"key,omitempty"`
	State       []string `json:"state,omitempty"`
	Subdivision []string `json:"subdiv,omitempty"`
	Words       []string `json:"words,omitempty"`
}

type Matches

type Matches struct {
	Loc    Locations `json:"loc,omitempty"`
	Scores Scores    `json:"scores,omitempty"`
}

type Scores

type Scores struct {
	Offset []int `json:"offset,omitempty"`
	Score  int   `json:"score,omitempty"`
}

Jump to

Keyboard shortcuts

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