type google.golang.org/grpc.serverOptions
32 uses
google.golang.org/grpc (current package)
server.go#L101: opts serverOptions
server.go#L123: type serverOptions struct {
server.go#L150: var defaultServerOptions = serverOptions{
server.go#L160: apply(*serverOptions)
server.go#L169: func (EmptyServerOption) apply(*serverOptions) {}
server.go#L174: f func(*serverOptions)
server.go#L177: func (fdo *funcServerOption) apply(do *serverOptions) {
server.go#L181: func newFuncServerOption(f func(*serverOptions)) *funcServerOption {
server.go#L193: return newFuncServerOption(func(o *serverOptions) {
server.go#L204: return newFuncServerOption(func(o *serverOptions) {
server.go#L212: return newFuncServerOption(func(o *serverOptions) {
server.go#L220: return newFuncServerOption(func(o *serverOptions) {
server.go#L232: return newFuncServerOption(func(o *serverOptions) {
server.go#L239: return newFuncServerOption(func(o *serverOptions) {
server.go#L254: return newFuncServerOption(func(o *serverOptions) {
server.go#L268: return newFuncServerOption(func(o *serverOptions) {
server.go#L280: return newFuncServerOption(func(o *serverOptions) {
server.go#L296: return newFuncServerOption(func(o *serverOptions) {
server.go#L304: return newFuncServerOption(func(o *serverOptions) {
server.go#L312: return newFuncServerOption(func(o *serverOptions) {
server.go#L319: return newFuncServerOption(func(o *serverOptions) {
server.go#L328: return newFuncServerOption(func(o *serverOptions) {
server.go#L341: return newFuncServerOption(func(o *serverOptions) {
server.go#L349: return newFuncServerOption(func(o *serverOptions) {
server.go#L362: return newFuncServerOption(func(o *serverOptions) {
server.go#L370: return newFuncServerOption(func(o *serverOptions) {
server.go#L380: return newFuncServerOption(func(o *serverOptions) {
server.go#L392: return newFuncServerOption(func(o *serverOptions) {
server.go#L410: return newFuncServerOption(func(o *serverOptions) {
server.go#L418: return newFuncServerOption(func(o *serverOptions) {
server.go#L428: return newFuncServerOption(func(o *serverOptions) {
server.go#L444: return newFuncServerOption(func(o *serverOptions) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |