github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/expctxkeys/listener.go (about)

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