Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeDynamic ¶
func MakeDynamic(ctx context.Context, m deploymentcontext.DeploymentContext) *deploymentcontext.DynamicDeploymentContext
MakeDynamic converts the specified DeploymentContext to a DynamicDeploymentContext 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 deploymentcontext.DeploymentContext), _ func(error) bool)
Click to show internal directories.
Click to hide internal directories.