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