bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
309 stars 220 forks source link

v2: Make bfxWebsocket an exported type #70

Open phemmer opened 6 years ago

phemmer commented 6 years ago

Currently the bfxWebsocket type is not exported, but values of the type are exposed through Client.Websocket. This means that documentation for the type does not exist, and thus is difficult to write code against.