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

Translate learn/guide into ja #7

Merged
merged 2 commits into from Jan 5, 2017
Merged

Conversation

tchssk
Copy link
Member

@tchssk tchssk commented Jan 4, 2017

No description provided.

@tchssk tchssk requested a review from ikawaha January 4, 2017 15:08
objects). The goa context data structure also implements the golang context.Context interface which
makes it possible to carry deadlines and cancelation signals for example across different goroutines
involved in handling the request.
コンテクストのデータ構造には、デザイン言語で指定された型の int として宣言されたボトルの ID が含まれています。また、未処理の基本リクエストおよび応答状態 (http.Request および http.ResponseWriter オブジェクトへのアクセスを含む) へのアクセスを与える匿名フィールドも含まれています。goa コンテクストのデータ構造はまた、golang の context.Context インタフェースを実装しており、デッドラインやキャンセル信号を、例えばリクエストの処理に関わる異なるゴルーチンに渡って送ることができます。
Copy link

Choose a reason for hiding this comment

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

ゴルーチンは goroutine のままのがいい?
# どっちでもいいけどコメントだけ(^^ゞ

Copy link
Member Author

Choose a reason for hiding this comment

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

おっと、 goroutine の方がいいですね。修正します!

Copy link
Member Author

Choose a reason for hiding this comment

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

修正しました。 a53ed88

Copy link

Choose a reason for hiding this comment

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

ありがとうございます!

@ikawaha ikawaha merged commit 845378b into goadesign-jp:ja Jan 5, 2017
@tchssk tchssk deleted the learn-guide branch January 5, 2017 13:42
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.

None yet

2 participants