EmptyServerOption does not alter the server configuration. It can be embedded in another structure to build custom server options. # Experimental Notice: This type is EXPERIMENTAL and may be changed or removed in a later release.
| 210 | // Notice: This type is EXPERIMENTAL and may be changed or removed in a |
| 211 | // later release. |
| 212 | type EmptyServerOption struct{} |
| 213 | |
| 214 | func (EmptyServerOption) apply(*serverOptions) {} |
| 215 |
nothing calls this directly
no outgoing calls
no test coverage detected