Home
last modified time | relevance | path

Searched defs:CallHdr (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go508 type CallHdr struct { struct
510 Host string
513 Method string
517 SendCompress string
520 Creds credentials.PerRPCCredentials
528 Flush bool
536 ContentSubtype string
556 NewStream(ctx context.Context, callHdr *CallHdr) (*Stream, error)