Versions in this module Expand all Collapse all v1 v1.13.0 Jan 18, 2023 Changes in this version + type HTTPClient struct + IP string + Port string + ReadTimeout time.Duration + WriteTimeout time.Duration + func NewHTTPClient(dic *di.Container) *HTTPClient + func (hc *HTTPClient) Init(c config.Config) error + func (hc *HTTPClient) Receive(c config.Config) (interface{}, error) + func (hc *HTTPClient) Send(message interface{}) error + func (hc *HTTPClient) UnInit()