Documentation
¶
Overview ¶
Package metadata defines Metadata of the DataFrame.
Index ¶
Constants ¶
View Source
const ( // the keys for yomo working. SourceIDKey = "yomo-source-id" TIDKey = "yomo-tid" // the keys for tracing. TraceIDKey = "yomo-trace-id" SpanIDKey = "yomo-span-id" // the keys for target system working. TargetKey = "yomo-target" WantedTargetKey = "yomo-wanted-target" )
yomo reserved metadata keys.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type M ¶ added in v1.13.1
M stores additional information about the application.
There are two types of metadata in yomo: 1. Metadata from `Authentication.Authenticate()`, This is connection-level metadata. 2. Metadata from the DataFrame, This is frame-level metadata.
the main responsibility of Metadata is to route messages to connection handler.
Click to show internal directories.
Click to hide internal directories.