bbgo_origin/pkg/exchange/bybit/bybitapi/v3/client.go
2023-08-01 16:31:49 +08:00

14 lines
211 B
Go

package v3
import (
"github.com/c9s/requestgen"
"github.com/c9s/bbgo/pkg/exchange/bybit/bybitapi"
)
type APIResponse = bybitapi.APIResponse
type Client struct {
Client requestgen.AuthenticatedAPIClient
}