Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps a gRPC connection to the Qdrant Cloud API.
func NewWithDialOptions ¶
func NewWithDialOptions(endpoint, apiKey string, opts ...grpc.DialOption) (*Client, error)
NewWithDialOptions creates a Client with the auth interceptor always applied, plus any additional dial options (e.g. custom transport for testing).
func (*Client) Booking ¶
func (c *Client) Booking() bookingv1.BookingServiceClient
Booking returns the BookingService gRPC client.
func (*Client) Cluster ¶
func (c *Client) Cluster() clusterv1.ClusterServiceClient
Cluster returns the ClusterService gRPC client.
func (*Client) DatabaseApiKey ¶
func (c *Client) DatabaseApiKey() clusterauthv2.DatabaseApiKeyServiceClient
DatabaseApiKey returns the DatabaseApiKeyService gRPC client.
func (*Client) Platform ¶
func (c *Client) Platform() platformv1.PlatformServiceClient
Platform returns the PlatformService gRPC client.
Click to show internal directories.
Click to hide internal directories.