Documentation
¶
Overview ¶
Package token contains necessary logic for passing messages. The Engine will issue a token.Context with a unique ID and sends it to the reader. The New function injects a unique ID into the context and returns it. All readers/recorders should use this ID for returning errors and logging.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Context is a context.Context with a token as its value. IDEA: add current time. Then log the creation time if required.
Click to show internal directories.
Click to hide internal directories.