retrystrategy

package
v0.0.0-...-c3d9892 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WithTracer = base.WithTracer

WithTracer returns an Option that configures the Client to use the supplied tracer.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client provides access to the retry strategy api

func NewClient

func NewClient(apiCaller base.APICaller, options ...Option) *Client

NewClient creates a client for accessing the retry strategy api

func (*Client) RetryStrategy

func (c *Client) RetryStrategy(ctx context.Context, agentTag names.Tag) (params.RetryStrategy, error)

RetryStrategy returns the configuration for the agent specified by the agentTag.

func (*Client) WatchRetryStrategy

func (c *Client) WatchRetryStrategy(ctx context.Context, agentTag names.Tag) (watcher.NotifyWatcher, error)

WatchRetryStrategy returns a notify watcher that looks for changes in the retry strategy config for the agent specified by agentTag Right now only the boolean that decides whether we retry can be modified.

type Option

type Option = base.Option

Option is a function that can be used to configure a Client.

Jump to

Keyboard shortcuts

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