Skip to content

Commit

Permalink
chore: delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Sep 25, 2024
1 parent 8b7bb82 commit cbda04a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions v5_ws_trade.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ func (s *V5WebsocketTradeService) judgeTopic(respBody []byte) (V5WebsocketTradeT
return "", nil
}

// parseResponse :
func (s *V5WebsocketTradeService) parseResponse(respBody []byte, response interface{}) error {
if err := json.Unmarshal(respBody, &response); err != nil {
return err
}
return nil
}

// Login : Apply for authentication when establishing a connection.
func (s *V5WebsocketTradeService) Login() error {
param, err := s.client.buildAuthParam()
Expand Down

0 comments on commit cbda04a

Please sign in to comment.