mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 07:26:46 +00:00
engine/sync_manager: Rename Update to WebsocketUpdate (#1300)
* sync_manager: Update replaced with WebsocketUpdate * sync_manager: replaced TestSyncManagerUpdate with TestSyncManagerWebsocketUpdate * Update engine/sync_manager.go --------- Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>
This commit is contained in:
@@ -77,7 +77,7 @@ type iCurrencyPairSyncer interface {
|
||||
IsRunning() bool
|
||||
PrintTickerSummary(*ticker.Price, string, error)
|
||||
PrintOrderbookSummary(*orderbook.Base, string, error)
|
||||
Update(string, currency.Pair, asset.Item, syncItemType, error) error
|
||||
WebsocketUpdate(string, currency.Pair, asset.Item, syncItemType, error) error
|
||||
}
|
||||
|
||||
// iDatabaseConnectionManager defines a limited scoped databaseConnectionManager
|
||||
|
||||
Reference in New Issue
Block a user