Thanks to visit codestin.com
Credit goes to pkg.go.dev

value

package
v1.0.0-beta.8 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GoquMessageSchemaVersionV1 = "1.0.0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentType

type ContentType string

ContentType represents the type of content in an the message

const (
	ContentTypeJSON ContentType = "application/json"
	ContentTypeText ContentType = "text/plain"
	ContentTypeXML  ContentType = "application/xml"
	ContentTypeHTML ContentType = "text/html"
)

type GoquServiceAgent

type GoquServiceAgent string

GoquServiceAgent represents a service agent used in the Goqu library.

const (
	RabbitMQ GoquServiceAgent = "goqueue/rabbitmq"
	SQS      GoquServiceAgent = "goqueue/sqs"
	SNS      GoquServiceAgent = "goqueue/sns"
)

Jump to

Keyboard shortcuts

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