Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeConfig ¶
type ExchangeProcessor ¶
type ExchangeProcessor struct { ExchangeConfig *ExchangeConfig // contains filtered or unexported fields }
func StartExchangeProcessor ¶
func StartExchangeProcessor(cfg *ExchangeConfig, backend *storage.RedisClient) *ExchangeProcessor
func (*ExchangeProcessor) Start ¶
func (u *ExchangeProcessor) Start()
type ExchangeReply ¶
type ExchangeReply []map[string]interface{}
type RestClient ¶
type RestClient struct { sync.RWMutex Url string Name string // contains filtered or unexported fields }
func NewRestClient ¶
func NewRestClient(name, url, timeout string) *RestClient
func (*RestClient) GetData ¶
func (r *RestClient) GetData() (ExchangeReply, error)
Click to show internal directories.
Click to hide internal directories.