bucket

package
v0.0.3-beta Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Id      string `json:"id"`
	Message string `json:"message"`
}

type MessageCounter

type MessageCounter struct {
	Name             string
	UnpublishMessage int
	UnackMessage     int
}

type MessageVisibilities

type MessageVisibilities []MessageVisibility

type MessageVisibility

type MessageVisibility struct {
	Message     Message                      `json:"message"`
	RetryPolicy MessageVisibilityRetryPolicy `json:"retry_policy"`
}

type MessageVisibilityRetryPolicy

type MessageVisibilityRetryPolicy struct {
	MaxAttempts int       `json:"max_attempts"`
	NextIter    time.Time `json:"next_iteration"`
}

type Messages

type Messages []Message

Jump to

Keyboard shortcuts

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