Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildRabbitMQURL ¶
func BuildRabbitMQURL(c config.RabbitMQConfig) string
Types ¶
type WeatherClient ¶
type WeatherClient struct {
// contains filtered or unexported fields
}
func NewWeatherClient ¶
func NewWeatherClient(rabbitMq config.RabbitMQConfig) *WeatherClient
func (*WeatherClient) RequestWeatherInformation ¶
func (wc *WeatherClient) RequestWeatherInformation(command weather.RequestWeatherInformation) (*weather.ResponseWeatherInformation, error)
Click to show internal directories.
Click to hide internal directories.