EmptyDialOption does not alter the dial configuration. It can be embedded in another structure to build custom dial options. # Experimental Notice: This type is EXPERIMENTAL and may be changed or removed in a later release.
| 126 | // Notice: This type is EXPERIMENTAL and may be changed or removed in a |
| 127 | // later release. |
| 128 | type EmptyDialOption struct{} |
| 129 | |
| 130 | func (EmptyDialOption) apply(*dialOptions) {} |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected