MCPcopy
hub / github.com/grpc/grpc-go / EmptyServerOption

Struct EmptyServerOption

server.go:212–212  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

210// Notice: This type is EXPERIMENTAL and may be changed or removed in a
211// later release.
212type EmptyServerOption struct{}
213
214func (EmptyServerOption) apply(*serverOptions) {}
215

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected