package
0.1.158
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

ExtractTags returns a pre-existing Tags object in the Context.
No description provided by the author
WithShutdownSignal registered for signals.
WithSignal returns a copy of the parent context registered for signals.
No description provided by the author
represents a MIME-style key mapping.

# Variables

NopTags is a trivial, minimum overhead implementation of Tags for which all operations are no-ops.

# Structs

EmptyMapTagsOption does not alter the configuration.

# Interfaces

A MapTagsOption sets options.
Tags is the interface used for storing request tags between Context calls.

# Type aliases

MapTagsOptionFunc wraps a function that modifies mapTags into an implementation of the MapTagsOption interface.