service

package
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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
}

func NewClient

func NewClient(opts ...core.ClientOption) *Client

func (*Client) GetLocks

Get lock options. If write is locked, all write operations and collection creation are forbidden

func (*Client) Healthz

func (c *Client) Healthz(ctx context.Context) (string, error)

An endpoint for health checking used in Kubernetes.

func (*Client) Livez

func (c *Client) Livez(ctx context.Context) (string, error)

An endpoint for health checking used in Kubernetes.

func (*Client) Metrics

func (c *Client) Metrics(ctx context.Context, request *hookdeckgosdk.MetricsRequest) (string, error)

Collect metrics data including app info, collections info, cluster info and statistics

func (*Client) PostLocks

Set lock options. If write is locked, all write operations and collection creation are forbidden. Returns previous lock options

func (*Client) Readyz

func (c *Client) Readyz(ctx context.Context) (string, error)

An endpoint for health checking used in Kubernetes.

func (*Client) Telemetry

Collect telemetry data including app info, system info, collections info, cluster info, configs and statistics

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL