Versions in this module Expand all Collapse all v13 v13.0.0 Feb 27, 2025 Changes in this version + func AddServicePlanToContext(ctx context.Context, plan *domain.ServicePlan) context.Context + func AddServiceToContext(ctx context.Context, service *domain.Service) context.Context + func RetrieveServiceFromContext(ctx context.Context) *domain.Service + func RetrieveServicePlanFromContext(ctx context.Context) *domain.ServicePlan Other modules containing this package code.cloudfoundry.org/brokerapi