retryables

package
v0.0.0-...-4c35b26 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 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 Client

type Client interface {
	ReportError(ctx context.Context, t model.RetryableType, payloadType, payloadID string, payload map[string]interface{}, e error)
}

type DummyClient

type DummyClient struct {
	DB *gorm.DB
}

func (*DummyClient) ReportError

func (c *DummyClient) ReportError(ctx context.Context, t model.RetryableType, payloadType, payloadID string, payload map[string]interface{}, e error)

type RetryableClient

type RetryableClient struct {
	DB *gorm.DB
}

func (*RetryableClient) ReportError

func (c *RetryableClient) ReportError(ctx context.Context, t model.RetryableType, payloadType, payloadID string, payload map[string]interface{}, e error)

Jump to

Keyboard shortcuts

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