Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLatLonByCEP ¶
type GetLatLonByCEP struct{}
func NewGetLatLonByCEPUseCase ¶
func NewGetLatLonByCEPUseCase() *GetLatLonByCEP
type GetWeatherUseCase ¶
type GetWeatherUseCase struct {
// contains filtered or unexported fields
}
func NewGetWeatherUseCase ¶
func NewGetWeatherUseCase(key string) *GetWeatherUseCase
func (*GetWeatherUseCase) Execute ¶
func (c *GetWeatherUseCase) Execute(ctx context.Context, weatherInput dto.WeatherInput) (output dto.WeatherOutput, err error)
Execute - busca de clima pelo local
Click to show internal directories.
Click to hide internal directories.