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

feat(v2): Add helper to query DIC and returns the DeviceServiceCommandClient instance #162

Merged
merged 1 commit into from
Feb 3, 2021

Conversation

judehung
Copy link
Member

@judehung judehung commented Feb 3, 2021

Signed-off-by: Jude Hung [email protected]

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-bootstrap/blob/master/.github/Contributing.md.

What is the current behavior?

Issue Number:

fix #161

What is the new behavior?

DeviceServiceCommandClient was added into go-mod-core-contracts, and we shall have corresponding helper function in go-mod-bootstrap to query DIC and then return the DeviceServiceCommandClient instance

Does this PR introduce a breaking change?

  • Yes
  • No

New Imports

  • Yes
  • No

@judehung judehung requested a review from cloudxxx8 February 3, 2021 07:27
Copy link
Member

@cloudxxx8 cloudxxx8 left a comment

Choose a reason for hiding this comment

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

please also upgrade to the latest contract version

…dClient instance

DeviceServiceCommandClient was added into go-mod-core-contracts, and we shall have corresponding helper function in go-mod-bootstrap to query DIC and then return the DeviceServiceCommandClient instance

Signed-off-by: Jude Hung <[email protected]>
@judehung
Copy link
Member Author

judehung commented Feb 3, 2021

please also upgrade to the latest contract version

upgrade go.mod top use go-mod-core-contracts v2.0.0-dev.18

@judehung judehung requested a review from cloudxxx8 February 3, 2021 15:16
Copy link
Member

@cloudxxx8 cloudxxx8 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

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

LGTM

@lenny-goodell lenny-goodell merged commit c087e44 into edgexfoundry:master Feb 3, 2021
@judehung judehung deleted the commandClient branch February 4, 2021 00:35
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.

[V2] Add helper to query DIC and returns the DeviceServiceCommandClient instance
3 participants