dto

package
v0.0.0-...-3c92c33 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CEPInput

type CEPInput struct {
	CEP string
}

type CEPOutput

type CEPOutput struct {
	Logradouro string
	Bairro     string
	UF         string
	CIDADE     string
	Latitude   string
	Longitude  string
}

type WeatherInput

type WeatherInput struct {
	Logradouro string
	Bairro     string
	UF         string
	CIDADE     string
	Latitude   string
	Longitude  string
}

type WeatherOutput

type WeatherOutput struct {
	City string  `json:"city"`
	C    float64 `json:"temp_C"`
	F    float64 `json:"temp_F"`
	K    float64 `json:"temp_K"`
}

Jump to

Keyboard shortcuts

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