pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

Consider renaming BusinessLogic to Broker #14

Closed jmrodri closed 6 years ago

jmrodri commented 6 years ago

BusinessLogic is super generic. Consider calling it type Broker interface:

https://github.com/openshift/ansible-service-broker/blob/master/pkg/broker/broker.go#L76-L90

pmorie commented 6 years ago

Good idea. I was also considering broker.Interface which is probably more idiomatic go

jmrodri commented 6 years ago

Being more go idiomatic is a fair compromise.