Documentation
¶
Overview ¶
retry implements request retry logic for the binance api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServerTimeSync ¶
func ServerTimeSync() error
ServerTimeSync sets the time offset for each request to the binance server time.
Types ¶
type DoFunc ¶
type DoFunc func(...futures.RequestOption) (interface{}, error)
DoFunc is used to call the binance sdk service's Do method.
Click to show internal directories.
Click to hide internal directories.