An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/joshdk/contents

Package contents provides functions for extracting and walking the internals of a context.Context. This package imports both reflect and unsafe so use with caution. Internally, a context can be thought of as a singly-linked list, with a wrapper context holding a reference to the context that it wrapped. At a given level, an additional key:value pair may be attached. The functions contained within this package care mostly about "Can this context level be unwrapped?" and "Does this context level contain a key?" This package also contains some functions that compose these two basic operations into helpers.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/joshdk/contents
Keywords: context , golang , reflect
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/joshdk
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...