Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeDynamic ¶
func MakeDynamic(ctx context.Context, m modulecontext.ModuleContext) *modulecontext.DynamicModuleContext
MakeDynamic converts the specified ModuleContext to a DynamicModuleContext whose underlying current context never updates.
Types ¶
type SingleContextSupplier ¶
type SingleContextSupplier struct {
// contains filtered or unexported fields
}
func (SingleContextSupplier) Subscribe ¶
func (smc SingleContextSupplier) Subscribe(ctx context.Context, _ string, sink func(ctx context.Context, mCtx modulecontext.ModuleContext), _ func(error) bool)
Click to show internal directories.
Click to hide internal directories.