Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterUuidFromContext ¶
ClusterUuidFromContext returns the uuid value of the cluster stored in ctx, if any:
clusterUuid, ok := ClusterUuidFromContext(ctx) if !ok { // Error handling. }
func NewClusterUuidContext ¶
NewClusterUuidContext creates a new context that carries the provided cluster UUID. The new context is derived from the given parent context and associates the cluster UUID with a predefined key (clusterContextKey).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.