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

Interface ServerOption

server.go:201–203  ·  server.go::ServerOption

A ServerOption sets options such as credentials, codec and keepalive parameters, etc.

Source from the content-addressed store, hash-verified

199
200// A ServerOption sets options such as credentials, codec and keepalive parameters, etc.
201type ServerOption interface {
202 apply(*serverOptions)
203}
204
205// EmptyServerOption does not alter the server configuration. It can be embedded
206// in another structure to build custom server options.

Callers 4

applyMethod · 0.65
NewServerFunction · 0.65
NewClientFunction · 0.65
handleServerOptionsMethod · 0.65

Implementers 9

EmptyDialOptiondialoptions.go
funcDialOptiondialoptions.go
joinDialOptiondialoptions.go

Calls

no outgoing calls

Tested by

no test coverage detected