Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding library response types #27

Merged
merged 3 commits into from
Mar 14, 2018

Conversation

shawn-hurley
Copy link
Contributor

This is in regards to #13.

This creates the new types of the responses that the broker.Interface will eventually use.

cc @pmorie @jmrodri

@jmrodri
Copy link
Contributor

jmrodri commented Mar 9, 2018

LGTM, matches what was discussed in that issue.

Copy link
Owner

@pmorie pmorie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you integrate these types into the interface?


// AlreadyReceived is used to determine if the request was a duplicate
// or not. should not be sent back in the respone.
AlreadyReceived bool `json:"-"`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take out this field (and the binding) one and let's add in another issue

* removing new field for follow on PR.
@pmorie pmorie requested a review from lilic March 13, 2018 20:19
@pmorie
Copy link
Owner

pmorie commented Mar 13, 2018

LGTM

1 similar comment
@jmrodri
Copy link
Contributor

jmrodri commented Mar 14, 2018

LGTM

@jmrodri
Copy link
Contributor

jmrodri commented Mar 14, 2018

Is this waiting for anything? Can one of you merge? @pmorie @carolynvs @lilic

@carolynvs
Copy link
Collaborator

LGTM 3 - merging

@carolynvs carolynvs merged commit cd526f5 into pmorie:master Mar 14, 2018
@lilic
Copy link
Collaborator

lilic commented Mar 14, 2018

I would really like to have some kind of a "breaking change" in a description, or a label in the PR. So we can easily add to the release notes, and then when we bump versions in our brokers or in the osb-starter-pack we know what to look out for. :) WDYT? @carolynvs @pmorie @shawn-hurley

@shawn-hurley
Copy link
Contributor Author

I think that would be useful for all downstream users of the library. I think that it should probably be on the PR in my opinion.

@carolynvs
Copy link
Collaborator

Agreed! We would all use the hint and the best place for it is in the PR title or main comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants