Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { dapr.Client registry.ComponentRegistry // contains filtered or unexported fields }
type ClientCallback ¶
type ClientCallback func(client *Client)
type Option ¶
type Option func(o *options)
func WithClientCallback ¶
func WithClientCallback(callback ClientCallback) Option
Click to show internal directories.
Click to hide internal directories.