type net.onlyValuesCtx
4 uses
net (current package)
lookup.go#L234: type onlyValuesCtx struct {
lookup.go#L239: var _ context.Context = (*onlyValuesCtx)(nil)
lookup.go#L242: func (ovc *onlyValuesCtx) Value(key interface{}) interface{} {
lookup.go#L256: return &onlyValuesCtx{Context: context.Background(), lookupValues: lookupCtx}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)