Files
wazero/internal/expctxkeys/listener.go
Takeshi Yoneda a3d0d967ab Cleanups ctxkey package (#2184)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
2024-04-15 14:55:14 +09:00

8 lines
243 B
Go

package expctxkeys
// FunctionListenerFactoryKey is a context.Context Value key.
// Its associated value should be a FunctionListenerFactory.
//
// See https://github.com/tetratelabs/wazero/issues/451
type FunctionListenerFactoryKey struct{}