interfaces

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractErrorResponse

type AbstractErrorResponse interface {
	Response() models.ErrorResult
	StatusCode() int
}

type AbstractPublishEntry added in v0.5.1

type AbstractPublishEntry interface {
	GetMessage() string
	GetMessageAttributes() map[string]models.MessageAttribute
	GetMessageStructure() string
	GetSubject() string
}

type AbstractRequestBody

type AbstractRequestBody interface {
	SetAttributesFromForm(values url.Values)
}

type AbstractResponseBody

type AbstractResponseBody interface {
	GetResult() interface{}
	GetRequestId() string
}

Jump to

Keyboard shortcuts

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