Documentation
¶
Index ¶
Constants ¶
View Source
const ( AttrSeparator = "." AttrCustomDataSearchPrefix = "$$" AttrArrayPrefix = "[]" AttrAcceptAny = "*" AttrPrimaryKey = "&" AllObjectTypes = "ALL" )
View Source
const ( Amqp = "amqp" Http = "http" Internal = "default" )
Variables ¶
View Source
var (
ErrUnknownTransport = errors.New("unsupported callback. available: 'amqp', 'http', 'default'")
)
Functions ¶
This section is empty.
Types ¶
type TransportType ¶
type TransportType string
func DetermineTransportType ¶
func DetermineTransportType(callback string) (TransportType, error)
Click to show internal directories.
Click to hide internal directories.