|
| 1 | +id: grpc-client-insecure-connection |
| 2 | +snapshots: |
| 3 | + ? | |
| 4 | + grpc.Dial("example.com", grpc.WithInsecure()) |
| 5 | + : labels: |
| 6 | + - source: grpc.Dial("example.com", grpc.WithInsecure()) |
| 7 | + style: primary |
| 8 | + start: 0 |
| 9 | + end: 45 |
| 10 | + ? | |
| 11 | + grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock()) |
| 12 | + : labels: |
| 13 | + - source: grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock()) |
| 14 | + style: primary |
| 15 | + start: 0 |
| 16 | + end: 63 |
| 17 | + ? | |
| 18 | + grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second)) |
| 19 | + : labels: |
| 20 | + - source: grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second)) |
| 21 | + style: primary |
| 22 | + start: 0 |
| 23 | + end: 96 |
| 24 | + ? | |
| 25 | + grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example")) |
| 26 | + : labels: |
| 27 | + - source: grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example")) |
| 28 | + style: primary |
| 29 | + start: 0 |
| 30 | + end: 127 |
| 31 | + ? | |
| 32 | + grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example"), grpc.WithAuthority("example.com")) |
| 33 | + : labels: |
| 34 | + - source: grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example"), grpc.WithAuthority("example.com")) |
| 35 | + style: primary |
| 36 | + start: 0 |
| 37 | + end: 162 |
| 38 | + ? grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example"), grpc.WithAuthority("example.com"), grpc.WithDial) |
| 39 | + : labels: |
| 40 | + - source: grpc.Dial("example.com", grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(5*time.Second), grpc.WithUserAgent("example"), grpc.WithAuthority("example.com"), grpc.WithDial) |
| 41 | + style: primary |
| 42 | + start: 0 |
| 43 | + end: 177 |
0 commit comments