util

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

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

type NodeContext struct {
	Ctx  context.Context //nolint:containedctx
	Node string
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL