Documentation
¶
Index ¶
- func CallBackCreator(handlers ...func(d *depths_types.Depths) binance.WsDepthHandler) func(d *depths_types.Depths) binance.WsDepthHandler
- func DepthStreamCreator(handlerCreator func(d *depths_types.Depths) binance.WsDepthHandler, ...) func(d *depths_types.Depths) types.StreamFunction
- func InitCreator(limit depths_types.DepthAPILimit, client *binance.Client) func(d *depths_types.Depths) types.InitFunction
- func PartialDepthCallBackCreator(handlers ...func(d *depths_types.Depths) binance.WsPartialDepthHandler) func(d *depths_types.Depths) binance.WsPartialDepthHandler
- func PartialDepthHandlerCreator(d *depths_types.Depths) binance.WsPartialDepthHandler
- func PartialDepthStreamCreator(levels depths_types.DepthStreamLevel, ...) func(d *depths_types.Depths) types.StreamFunction
- func WsErrorHandlerCreator(handlers ...func(d *depths_types.Depths) binance.ErrHandler) func(*depths_types.Depths) binance.ErrHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallBackCreator ¶
func CallBackCreator( handlers ...func(d *depths_types.Depths) binance.WsDepthHandler) func(d *depths_types.Depths) binance.WsDepthHandler
func DepthStreamCreator ¶
func DepthStreamCreator( handlerCreator func(d *depths_types.Depths) binance.WsDepthHandler, errHandlerCreator func(d *depths_types.Depths) binance.ErrHandler) func(d *depths_types.Depths) types.StreamFunction
func InitCreator ¶
func InitCreator(limit depths_types.DepthAPILimit, client *binance.Client) func(d *depths_types.Depths) types.InitFunction
func PartialDepthCallBackCreator ¶
func PartialDepthCallBackCreator( handlers ...func(d *depths_types.Depths) binance.WsPartialDepthHandler) func(d *depths_types.Depths) binance.WsPartialDepthHandler
func PartialDepthHandlerCreator ¶
func PartialDepthHandlerCreator(d *depths_types.Depths) binance.WsPartialDepthHandler
func PartialDepthStreamCreator ¶
func PartialDepthStreamCreator( levels depths_types.DepthStreamLevel, handlerCreator func(d *depths_types.Depths) binance.WsPartialDepthHandler, errHandlerCreator func(d *depths_types.Depths) binance.ErrHandler) func(d *depths_types.Depths) types.StreamFunction
func WsErrorHandlerCreator ¶
func WsErrorHandlerCreator(handlers ...func(d *depths_types.Depths) binance.ErrHandler) func(*depths_types.Depths) binance.ErrHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.