retrypolicy

package
v0.22.8 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAPI

type CreateAPI func(policy *api.RetryPolicy) error

func Create

func Create(getConnectionDetails client.ConnectionDetails) CreateAPI

type DeleteAPI

type DeleteAPI func(name string) error

func Delete

func Delete(getConnectionDetails client.ConnectionDetails) DeleteAPI

type GetAPI

type GetAPI func(name string) (*api.RetryPolicy, error)

func Get

func Get(getConnectionDetails client.ConnectionDetails) GetAPI

type GetAllAPI

type GetAllAPI func() ([]*api.RetryPolicy, error)

func GetAll

func GetAll(getConnectionDetails client.ConnectionDetails) GetAllAPI

type UpdateAPI

type UpdateAPI func(policy *api.RetryPolicy) error

func Update

func Update(getConnectionDetails client.ConnectionDetails) UpdateAPI

Jump to

Keyboard shortcuts

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