Skip to content

Commit

Permalink
Fix goroutine into en
Browse files Browse the repository at this point in the history
  • Loading branch information
tchssk committed Jan 5, 2017
1 parent 2f68d86 commit a53ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/guide.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type ShowBottleContext struct {
}
```

コンテクストのデータ構造には、デザイン言語で指定された型の int として宣言されたボトルの ID が含まれています。また、未処理の基本リクエストおよび応答状態 (http.Request および http.ResponseWriter オブジェクトへのアクセスを含む) へのアクセスを与える匿名フィールドも含まれています。goa コンテクストのデータ構造はまた、golang の context.Context インタフェースを実装しており、デッドラインやキャンセル信号を、例えばリクエストの処理に関わる異なるゴルーチンに渡って送ることができます
コンテクストのデータ構造には、デザイン言語で指定された型の int として宣言されたボトルの ID が含まれています。また、未処理の基本リクエストおよび応答状態 (http.Request および http.ResponseWriter オブジェクトへのアクセスを含む) へのアクセスを与える匿名フィールドも含まれています。goa コンテクストのデータ構造はまた、golang の context.Context インタフェースを実装しており、デッドラインやキャンセル信号を、例えばリクエストの処理に関わる異なる goroutine に渡って送ることができます

同じファイルでは、コンテキストのデータ構造上に 2 つのメソッドも定義されています。

Expand Down

0 comments on commit a53ed88

Please sign in to comment.