Documentation ¶
Overview ¶
Package util provides utility functions for the dashboard.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeContext ¶
NodeContext contains the context.Context for a single node and the node name.
func NodeContexts ¶
func NodeContexts(ctx context.Context) []NodeContext
NodeContexts returns a list of NodeContexts from the given context.
It extracts the node names from the outgoing GRPC context metadata. If the node name is not present in the metadata, context will be returned as-is with an empty node name.
Click to show internal directories.
Click to hide internal directories.