Searched defs:dialOptions (Results 1 – 1 of 1) sorted by relevance
99 type dialOptions struct { struct100 unaryInt UnaryClientInterceptor101 streamInt StreamClientInterceptor102 cp Compressor103 dc Decompressor104 bs backoff.Strategy105 block bool106 insecure bool107 timeout time.Duration108 scChan <-chan ServiceConfig[all …]