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

Struct EmptyDialOption

dialoptions.go:128–128  ·  dialoptions.go::EmptyDialOption

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.

Source from the content-addressed store, hash-verified

126// Notice: This type is EXPERIMENTAL and may be changed or removed in a
127// later release.
128type EmptyDialOption struct{}
129
130func (EmptyDialOption) apply(*dialOptions) {}
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected