type google.golang.org/grpc/internal/transport.CallHdr
11 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L372: func (t *http2Client) newStream(ctx context.Context, callHdr *CallHdr) *Stream {
http2_client.go#L415: func (t *http2Client) createHeaderFields(ctx context.Context, callHdr *CallHdr) ([]hpack.HeaderField, error) {
http2_client.go#L508: func (t *http2Client) createAudience(callHdr *CallHdr) string {
http2_client.go#L546: func (t *http2Client) getCallAuthData(ctx context.Context, audience string, callHdr *CallHdr) (map[string]string, error) {
http2_client.go#L582: func (t *http2Client) NewStream(ctx context.Context, callHdr *CallHdr) (_ *Stream, err error) {
transport.go#L589: type CallHdr struct {
transport.go#L634: NewStream(ctx context.Context, callHdr *CallHdr) (*Stream, error)
google.golang.org/grpc
stream.go#L206: callHdr := &transport.CallHdr{
stream.go#L391: callHdr *transport.CallHdr
stream.go#L1050: callHdr := &transport.CallHdr{
stream.go#L1122: callHdr *transport.CallHdr
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |