-
Notifications
You must be signed in to change notification settings - Fork 12
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
SDKを一部更新しました / enhancement for SDK #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
反応が遅くなり大変申し訳ございません.pull-requestをお送りいただきありがとうございます!
レビューコメントでは網羅的に示していないのですが,golintが出力している警告についても全般的にご対応いただければ幸いです。
どうぞよろしくお願いいたします。
@bearmini なにか他にレビュー事項等あればfollow upいただければと思います.
…environment variable Rel: #13 #13 (comment)
- ActivationAction, DeactivationAction
* fix make file * fix setup of github action * fix comment and lint error
run: | | ||
go get -v -t -d ./... | ||
|
||
- name: Lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go install
してもgolintにpathが通らなかったためgithub actionsのissueを参考に追加しました。
github actionでの実現方法は他にいくつかありそうでしたが本PRの目的からずれるため依存が一番少ないと思われる方法をとりました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます,こちらで良いかと存じます
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応くださいまして誠にありがとうございました!
残っているgolintのエラーに関しましては既存のコードの問題かと存じますので,別のp-rにて対応したいと思います.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございました!
内容
CreateEventHandlerOptions
を組み立てやすくする関数を追加しました背景
実際使用するにあたり必要なREST APIをたたく実装ない、あるいは使うのにドキュメントを精読しなければリクエストボディが組み立てられず使いづらい点があったため、使いやすくなるように修正を加えました。
修正にあたり正しく動作していること、APIとの実装に差がないことが明示できるようにGitHub Actionsで外部APIをたたくTestが動くように設定を追加しました。
Edited by maintainers
This pull request contains the following changes:
go mod
listSessionEvents
suspendSubscribers
setSubscriberToStandby
CreateEventHandlerOptions
structure