bybit.go.api/user.go

7 lines
106 B
Go
Raw Normal View History

2023-11-06 01:44:54 +02:00
package bybit_connector
type UserServiceClient struct {
c *Client
params map[string]interface{}
}