//
pkg.gl
Category
github.com/cloudfoundry/cloud-service-broker
internal
steps
package
1.1.2
Repository:
https://github.com/cloudfoundry/cloud-service-broker.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
0
Dependents
6
Files
8 SLOC
#
Functions
RunSequentially
RunSequentially will sequentially call the specified callback functions, stopping on the first one that returns an error By using the common error handling, code can easier to read and less prone to typos in the error handling.