dclient

package
v1.17.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UnquoteJSON

func UnquoteJSON(data []byte) (string, error)

Types

type Client

type Client struct {
	Dapr   client.Client
	WF     *workflow.Client
	Cancel context.CancelFunc
	// contains filtered or unexported fields
}

func DaprClient

func DaprClient(ctx context.Context, opts Options) (*Client, error)

func (*Client) InstanceHistory

func (c *Client) InstanceHistory(ctx context.Context, instanceID string) ([]*protos.HistoryEvent, error)

func (*Client) InstanceIDs

func (c *Client) InstanceIDs(ctx context.Context) ([]string, error)

type Options added in v1.16.4

type Options struct {
	KubernetesMode     bool
	Namespace          string
	AppID              string
	RuntimePath        string
	DBConnectionString *string
}

Jump to

Keyboard shortcuts

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