github.com/tetratelabs/wazero@v1.7.1/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{}