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 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
Click to show internal directories.
Click to hide internal directories.