package
0.0.0-20231126024412-02539191b02e
Repository: https://github.com/mjpitz/myago.git
Documentation: pkg.go.dev
# README
libctx
Package libctx provides common code for working with contexts and may eventually write its own.
import go.pitz.tech/lib/libctx
Usage
type Key
type Key string
Key provides a scoped key used to persist data on contexts.
func (Key) String
func (c Key) String() string
# Type aliases
Key provides a scoped key used to persist data on contexts.