8 lines
243 B
Go
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{}
|