Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextUpdateHandler ¶
type ContextUpdateHandler struct {
// contains filtered or unexported fields
}
func NewContextUpdateHandler ¶
func NewContextUpdateHandler(operations storage.Operations, provisioningQueue Adder, deprovisioningQueue Adder, l logrus.FieldLogger) *ContextUpdateHandler
func (*ContextUpdateHandler) Handle ¶
func (h *ContextUpdateHandler) Handle(instance *internal.Instance, newCtx internal.ERSContext) (bool, error)
Handle performs suspension/unsuspension for given instance. Applies only when 'Active' parameter has changes and ServicePlanID is `Trial`
Click to show internal directories.
Click to hide internal directories.