Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EmbargoNatsHeader is the header used to control message embargo. EmbargoNatsHeader = "embargo" // ErrorPrefix ERR(Start of Heading) Denotes an API error. ErrorPrefix = "ERR\x01" // ErrorSeparator (Start of Text) Denotes the start of the API error message. ErrorSeparator = "\x02" // GlobalNamespace is the global namespace for cross-tenant tasks. GlobalNamespace = "GLOBAL_NS" )
Variables ¶
View Source
var ProxiedForNamespace = sharContextKey("PROXY_FOR")
ProxiedForNamespace - the context key used to hold the caller's namespace.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.