package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
GlobalFromContext returns a system-wide unique identifier from ctx.
GlobalProviderFromContext returns a system-wide unique identifier from ctx.
InotifyCookie generates a unique inotify event cookie from ctx.
# Constants
CtxGlobalUniqueID is a Context.Value key for a system-wide unique identifier.
CtxGlobalUniqueIDProvider is a Context.Value key for a system-wide unique identifier generator.
CtxInotifyCookie is a Context.Value key for a unique inotify event cookie.
# Interfaces
Provider generates a sequence of unique identifiers useful for, among other things, lock ordering.