bybit.go.api/user.go

7 lines
106 B
Go

package bybit_connector
type UserServiceClient struct {
c *Client
params map[string]interface{}
}