Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeatherAPI ¶
type WeatherAPI struct { Localidade string // contains filtered or unexported fields }
func NewWeatherAPIService ¶
func NewWeatherAPIService(key string, localidade string) *WeatherAPI
func (*WeatherAPI) Search ¶
func (c *WeatherAPI) Search(ctx context.Context) (weatherAPIOutput dto.WeatherOutput, err error)
Search - busca de clima pelo local
Click to show internal directories.
Click to hide internal directories.