Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + func IsNotFoundError(err error) bool + func RunTLS(ctx context.Context, addr string, cert string, key string) error + type BindParametersDTO struct + PlanID string + ServiceID string + func (params *BindParametersDTO) Validate() error + type BindSuccessResponseDTO struct + Credentials map[string]interface{} + type CatalogSuccessResponseDTO struct + type DeprovisionSuccessResponseDTO struct + Operation *internal.OperationID + type LastOperationSuccessResponseDTO struct + Description *string + State internal.OperationState + type OSBContextMiddleware struct + func (OSBContextMiddleware) ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc) + type ProvisionRequestDTO struct + Context contextDTO + OrganizationGUID string + Parameters map[string]interface{} + PlanID internal.ServicePlanID + ServiceID internal.ServiceID + SpaceGUID string + type ProvisionSuccessResponseDTO struct + DashboardURL *string + Operation *internal.OperationID + type RequireAsyncMiddleware struct + func (RequireAsyncMiddleware) ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc) + type Server struct + func New(bs bundleStorage, cs chartStorage, os operationStorage, is instanceStorage, ...) *Server + func (srv *Server) Addr() string + func (srv *Server) Run(ctx context.Context, addr string) error