models

package
v0.0.0-...-9e4e7e5 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package models provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.12.4 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRoutesParams

type GetRoutesParams struct {
	// Origin filter by origin
	Origin *[]string `form:"origin,omitempty" json:"origin,omitempty"`
}

GetRoutesParams defines parameters for GetRoutes.

type Route

type Route struct {
	AvgDuration int    `json:"avg_duration"`
	Destination string `json:"destination"`
	Id          string `json:"id"`
	Origin      string `json:"origin"`
}

Route defines model for Route.

Jump to

Keyboard shortcuts

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