Home
last modified time | relevance | path

Searched refs:withGRPCDialOption (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/option/
Doption.go131 return withGRPCDialOption{opt}
134 type withGRPCDialOption struct{ opt grpc.DialOption } argument
136 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { argument