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

# Functions

ExtractMIMIETags returns a pre-existing Tags object in the Context.
ExtractOrCreateMIMETags extracts or create tags from context by key.
ExtractOrCreateTags extracts or create tags from context by key.
ExtractTags returns a pre-existing Tags object in the Context.
No description provided by the author
WithMapTagsMimeKey represents a MIME-style key mapping.
WithMIMETags create tags from context by key.
WithShutdownSignal registered for signals.
WithSignal registered for signals.
No description provided by the author
WrapFunc returns a function literal that uses ctx to wait for the f parameter to be called and executed done or return immediately with f not terminate if ctx done.

# Variables

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

# Structs

EmptyMapTagsOption does not alter the configuration.
No description provided by the author

# 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.