Versions in this module Expand all Collapse all v0 v0.0.35 Jan 25, 2024 Changes in this version + type Client struct + func NewClient(opts ...core.ClientOption) *Client + func (c *Client) BatchUpdate(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.BatchUpdateResponse, error) + func (c *Client) ClearPayload(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.ClearPayloadResponse, error) + func (c *Client) CountPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.CountPointsResponse, error) + func (c *Client) DeletePayload(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.DeletePayloadResponse, error) + func (c *Client) DeletePoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.DeletePointsResponse, error) + func (c *Client) DeleteVectors(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.DeleteVectorsResponse, error) + func (c *Client) DiscoverBatchPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.DiscoverBatchPointsResponse, error) + func (c *Client) DiscoverPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.DiscoverPointsResponse, error) + func (c *Client) GetPoint(ctx context.Context, collectionName string, id *hookdeckgosdk.ExtendedPointId) (*hookdeckgosdk.GetPointResponse, error) + func (c *Client) GetPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.GetPointsResponse, error) + func (c *Client) OverwritePayload(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.OverwritePayloadResponse, error) + func (c *Client) RecommendBatchPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.RecommendBatchPointsResponse, error) + func (c *Client) RecommendPointGroups(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.RecommendPointGroupsResponse, error) + func (c *Client) RecommendPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.RecommendPointsResponse, error) + func (c *Client) ScrollPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.ScrollPointsResponse, error) + func (c *Client) SearchBatchPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.SearchBatchPointsResponse, error) + func (c *Client) SearchPointGroups(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.SearchPointGroupsResponse, error) + func (c *Client) SearchPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.SearchPointsResponse, error) + func (c *Client) SetPayload(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.SetPayloadResponse, error) + func (c *Client) UpdateVectors(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.UpdateVectorsResponse, error) + func (c *Client) UpsertPoints(ctx context.Context, collectionName string, ...) (*hookdeckgosdk.UpsertPointsResponse, error)