Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetWeather ¶
type GetWeather struct {
// contains filtered or unexported fields
}
func NewGetWeather ¶
func NewGetWeather( locationRepo entity.LocationRepo, tempRepo entity.TemperatureRepo, ) GetWeather
func (*GetWeather) Execute ¶
func (gw *GetWeather) Execute( ctx context.Context, input dto.LocationInput, ) (dto.TemperatureOutput, error)
Click to show internal directories.
Click to hide internal directories.