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

Struct disableGlobalDialOptions

dialoptions.go:132–132  ·  dialoptions.go::disableGlobalDialOptions

Source from the content-addressed store, hash-verified

130func (EmptyDialOption) apply(*dialOptions) {}
131
132type disableGlobalDialOptions struct{}
133
134func (disableGlobalDialOptions) apply(*dialOptions) {}
135

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected