Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/dubbo-go-pixiu
/ functions
Functions
3,410 in github.com/apache/dubbo-go-pixiu
⨍
Functions
3,410
◇
Types & classes
888
↓ 1 callers
Method
makeHealthChecks
(checks []*xdsmodel.HealthCheck)
pkg/config/xds/cds.go:186
↓ 1 callers
Function
makeListeners
()
admin/core/xds.go:217
↓ 1 callers
Method
makeLoadBalancePolicy
(lb string)
pkg/config/xds/cds.go:152
↓ 1 callers
Method
makeNode
()
pkg/config/xds/apiclient/grpc_envoy.go:378
↓ 1 callers
Method
makeSocketAddress
(address *xdsmodel.SocketAddress)
pkg/config/xds/lds.go:88
↓ 1 callers
Function
mapConfigMapToServerConfig
==================== Configuration Conversion ==================== mapConfigMapToServerConfig converts configuration map to MCP server configuration I
pkg/adapter/mcpserver/registry/nacos/client.go:613
↓ 1 callers
Function
mapHeaderToMetadata
(header stdHttp.Header)
pkg/filter/http/grpcproxy/grpc.go:373
↓ 1 callers
Function
mapIItoMapSI
(in any)
pkg/common/util/response.go:81
↓ 1 callers
Method
match
match determines whether a given request hits the error injection based on the rule's trigger type. - If the rule is nil, the request doesn't hit the
pkg/filter/failinject/filter.go:117
↓ 1 callers
Method
matchClient
(typ string)
pkg/filter/http/remote/call.go:175
↓ 1 callers
Function
matchHeaders
(chs []model.CompiledHeader, r *stdHttp.Request)
pkg/common/router/router.go:235
↓ 1 callers
Method
matchNode
(fullPath string)
pkg/router/route.go:255
↓ 1 callers
Method
matchesGateway
matchesGateway checks if a policy matches a Gateway
controllers/internal/controller/policy_loader.go:137
↓ 1 callers
Method
matchesHTTPRoute
matchesHTTPRoute checks if a policy matches an HTTPRoute
controllers/internal/controller/policy_loader.go:155
↓ 1 callers
Function
mergeApiConfigMethod
(path string, val Method)
pkg/config/api_config.go:572
↓ 1 callers
Function
mergeApiConfigResource
(val Resource)
pkg/config/api_config.go:534
↓ 1 callers
Function
mergeBaseInfo
(val []byte)
pkg/config/api_config.go:550
↓ 1 callers
Function
mockConfig
()
pkg/filter/sentinel/circuitbreaker/circuit_breaker_test.go:55
↓ 1 callers
Function
modifyAPIFromMethod
(fullPath string, new config.Method, old config.Method, headers map[string]string, localSrv APIDiscoveryServic
pkg/filter/http/apiconfig/api/discovery_service.go:256
↓ 1 callers
Function
modifyAPIFromResource
(new config.Resource, old config.Resource, localSrv APIDiscoveryService)
pkg/filter/http/apiconfig/api/discovery_service.go:207
↓ 1 callers
Method
monitorConnection
monitorConnection periodically checks connection health and removes bad connections
pkg/filter/network/grpcproxy/filter/proxy/grpc_proxy_filter.go:395
↓ 1 callers
Function
newApplicationServiceListener
(path string, serviceName string, ds *zookeeperDiscovery)
pkg/adapter/springcloud/servicediscovery/zookeeper/service_listener.go:46
↓ 1 callers
Function
newApplicationServiceListener
newApplicationServiceListener creates a new zk service listener
pkg/adapter/dubboregistry/registry/zookeeper/application_service_listener.go:61
↓ 1 callers
Function
newChecker
(endpoint *model.Endpoint, hc *HealthChecker)
pkg/cluster/healthcheck/healthcheck.go:172
↓ 1 callers
Function
newClientPool
()
pkg/pool/pool.go:42
↓ 1 callers
Function
newClusterStore
(bs *model.Bootstrap)
pkg/server/cluster_manager.go:79
↓ 1 callers
Function
newExporter
(ctx context.Context, cfg *model.TracerConfig)
pkg/tracing/driver.go:91
↓ 1 callers
Function
newHTTPLoader
(cache *jwk.Cache, uri string)
pkg/filter/auth/mcp/internal/validator/loader.go:64
↓ 1 callers
Method
newHttpForwarder
()
pkg/common/grpc/manager.go:150
↓ 1 callers
Function
newMockAdapterListener
()
pkg/adapter/llmregistry/registry/nacos/listener_test.go:87
↓ 1 callers
Function
newMockNacosClient
()
pkg/adapter/llmregistry/registry/nacos/listener_test.go:51
↓ 1 callers
Function
newNacosAppListener
newNacosAppListener returns a new nacosAppListener with pre-defined path according to the registered type.
pkg/adapter/dubboregistry/registry/nacos/application_listener.go:53
↓ 1 callers
Function
newNacosAppSrvListener
(client naming_client.INamingClient, adapterListener common2.RegistryEventListener)
pkg/adapter/dubboregistry/registry/nacos/application_service_listener.go:59
↓ 1 callers
Function
newNacosIntfListener
newNacosIntfListener returns a new nacosIntfListener with pre-defined path according to the registered type.
pkg/adapter/dubboregistry/registry/nacos/interface_listener.go:63
↓ 1 callers
Function
newNacosSrvListener
newNacosSrvListener creates a new zk service listener
pkg/adapter/dubboregistry/registry/nacos/service_listener.go:62
↓ 1 callers
Function
newPixiuGatewayController
()
controllers/cmd/root.go:44
↓ 1 callers
Function
newSampler
(sample model.Sampler)
pkg/tracing/driver.go:142
↓ 1 callers
Function
newStaticLoaderFromBytes
(data []byte)
pkg/filter/auth/mcp/internal/validator/loader.go:40
↓ 1 callers
Function
newStaticLoaderFromFile
(path string)
pkg/filter/auth/mcp/internal/validator/loader.go:48
↓ 1 callers
Function
newTeeReadCloser
(r io.ReadCloser, w io.Writer)
pkg/filter/llm/tokenizer/tokenizer.go:480
↓ 1 callers
Function
newTraceProvider
(exp sdktrace.SpanExporter, cfg *model.TracerConfig)
pkg/tracing/driver.go:103
↓ 1 callers
Function
newZKIntfListener
newZKIntfListener returns a new zkIntfListener with pre-defined path according to the registered type.
pkg/adapter/dubboregistry/registry/zookeeper/interface_listener.go:56
↓ 1 callers
Function
newZkAppListener
(ds *zookeeperDiscovery)
pkg/adapter/springcloud/servicediscovery/zookeeper/application_listener.go:48
↓ 1 callers
Function
newZkAppListener
newZkAppListener returns a new newZkAppListener with pre-defined servicesPath according to the registered type.
pkg/adapter/dubboregistry/registry/zookeeper/application_listener.go:55
↓ 1 callers
Function
newZkSrvListener
newZkSrvListener creates a new zk service listener
pkg/adapter/dubboregistry/registry/zookeeper/service_listener.go:55
↓ 1 callers
Function
normalizeHTTPMethods
(cfg *converter.PixiuConfig)
controllers/internal/controller/gateway_controller.go:872
↓ 1 callers
Method
notifyToolsListChanged
notifyToolsListChanged sends notifications/tools/list_changed to all connected clients
pkg/filter/mcp/mcpserver/dynamic.go:236
↓ 1 callers
Function
numCPU
numCPU returns the CPU quota
pkg/common/runtime/runtime.go:104
↓ 1 callers
Method
onServerVersionChanged
onServerVersionChanged handles server version changes
pkg/adapter/mcpserver/registry/nacos/client.go:442
↓ 1 callers
Function
openUriInNewWindowHack
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:199
↓ 1 callers
Function
openUriUsingFirefox
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:136
↓ 1 callers
Function
openUriUsingIE10InWindows7
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:180
↓ 1 callers
Function
openUriUsingIEInOlderWindows
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:169
↓ 1 callers
Function
openUriWithIE11UsingRegistry
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:154
↓ 1 callers
Function
openUriWithMsLaunchUri
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:216
↓ 1 callers
Function
openUriWithTimeoutHack
(uri, failCb, successCb)
admin/web/public/static/js/protocolcheck.js:112
↓ 1 callers
Function
parseServiceAddress
(address, defaultNamespace string)
controllers/internal/controller/gateway_controller.go:1128
↓ 1 callers
Function
parseTemplatePlaceholders
parseTemplatePlaceholders parses template placeholders and returns replaced content and required (dataId,group) list
pkg/adapter/mcpserver/registry/nacos/client.go:671
↓ 1 callers
Function
parseUint
copied from https://github.com/containerd/cgroups/blob/318312a373405e5e91134d8063d04d59768a1bff/utils.go#L251
pkg/common/runtime/runtime.go:85
↓ 1 callers
Function
passCheck
(item string, rule AuthorityRule)
pkg/filter/authority/authority.go:87
↓ 1 callers
Method
pathForInstance
(name, id string)
pkg/adapter/springcloud/servicediscovery/zookeeper/zk_discovery.go:277
↓ 1 callers
Method
pathForName
(name string)
pkg/adapter/springcloud/servicediscovery/zookeeper/zk_discovery.go:281
↓ 1 callers
Function
percentage
percentage checks if the current request matches based on a given odds percentage. The function returns true with a probability equal to the odds perc
pkg/filter/failinject/filter.go:147
↓ 1 callers
Method
pickOneEndpoint
(c *model.ClusterConfig, policy model.LbPolicy)
pkg/server/cluster_manager.go:204
↓ 1 callers
Method
pipeline
(output chan *DeltaResources)
pkg/config/xds/apiclient/grpc_envoy.go:140
↓ 1 callers
Function
prepareDubboClient
()
tools/benchmark/test/dubbo_suite/dubbo_test.go:263
↓ 1 callers
Function
prepareDubboServer
()
tools/benchmark/test/dubbo_suite/dubbo_test.go:250
↓ 1 callers
Function
prepareGRPCClient
()
tools/benchmark/test/grpc_suite/grpc_test.go:204
↓ 1 callers
Function
prepareGRPCServer
()
tools/benchmark/test/grpc_suite/grpc_test.go:192
↓ 1 callers
Method
prepareRequestBody
prepareRequestBody ensures the request body can be read multiple times.
pkg/filter/llm/proxy/filter.go:201
↓ 1 callers
Function
prepareTripleClient
()
tools/benchmark/test/triple_suite/proto_suite/proto_test.go:160
↓ 1 callers
Function
prepareTripleServer
()
tools/benchmark/test/triple_suite/proto_suite/proto_test.go:145
↓ 1 callers
Method
processListenerConfig
(gateway *gatewayv1.Gateway)
controllers/internal/controller/gateway_controller.go:415
↓ 1 callers
Method
processStreamResponse
processStreamResponse handles streaming responses to calculate TTFT and count tokens.
pkg/filter/llm/tokenizer/tokenizer.go:215
↓ 1 callers
Method
processToolCallResponse
processToolCallResponse processes the tool call response and sends the result
pkg/filter/mcp/mcpserver/handlers.go:572
↓ 1 callers
Method
processUnaryResponse
processUnaryResponse handles non-streaming responses for token counting.
pkg/filter/llm/tokenizer/tokenizer.go:283
↓ 1 callers
Function
protoMsgToJson
(msg proto.Message)
pkg/filter/http/grpcproxy/grpc.go:399
↓ 1 callers
Method
putMatchAllNode
(matchStr string, isReal bool, bizInfo any)
pkg/common/router/trie/trie.go:342
↓ 1 callers
Method
putNode
(matchStr string, isReal bool, bizInfo any)
pkg/common/router/trie/trie.go:320
↓ 1 callers
Method
putPathVariable
(pathVariable string, isReal bool, bizInfo any)
pkg/common/router/trie/trie.go:299
↓ 1 callers
Method
putWasmInstance
(instance common.WasmInstance)
pkg/wasm/service.go:103
↓ 1 callers
Method
queryForNames
()
pkg/adapter/springcloud/servicediscovery/zookeeper/zk_discovery.go:267
↓ 1 callers
Function
random
random if the current request is matched
pkg/filter/failinject/filter.go:134
↓ 1 callers
Method
readDubboServiceFromListener
()
pkg/config/xds/xds.go:79
↓ 1 callers
Function
readLinesFromFile
readLinesFromFile reads the lines from a file.
pkg/common/runtime/runtime.go:46
↓ 1 callers
Function
reconcileGatewaysMatchGatewayClass
(gatewayClass client.Object, gateways []gatewayv1.Gateway)
controllers/internal/controller/utils.go:418
↓ 1 callers
Method
recordDynamicCounter
recordDynamicCounter records a counter metric
pkg/prometheus/prometheus.go:478
↓ 1 callers
Method
recordDynamicGauge
recordDynamicGauge records a gauge metric
pkg/prometheus/prometheus.go:516
↓ 1 callers
Method
recordDynamicHistogram
recordDynamicHistogram records a histogram metric
pkg/prometheus/prometheus.go:554
↓ 1 callers
Function
referenceGrantPredicates
(kind gatewayv1.Kind)
controllers/internal/controller/utils.go:282
↓ 1 callers
Method
registerExtension
(source DescriptorSource, mthDesc *desc.MethodDescriptor)
pkg/filter/http/grpcproxy/grpc.go:330
↓ 1 callers
Function
registerLLMMetrics
registerLLMMetrics creates and registers all metrics for this plugin.
pkg/filter/llm/tokenizer/tokenizer.go:384
↓ 1 callers
Method
registerMetrics
()
pkg/prometheus/prometheus.go:283
↓ 1 callers
Function
registerOtelMetricMeter
(conf model.Metric)
pkg/server/otel.go:39
↓ 1 callers
Function
registerProxyServices
registerProxyServices registers services with the gRPC server
pkg/listener/grpc/grpc_listener.go:385
↓ 1 callers
Function
registerServer
(grpcServer *grpc.Server, server envoyServer.Server)
admin/core/xds.go:74
↓ 1 callers
Method
removeCluster
(clusterNames []string)
pkg/config/xds/cds.go:85
↓ 1 callers
Method
removeClusters
(toRemoveList map[string]struct{})
pkg/config/xds/cds.go:129
↓ 1 callers
Method
removeListeners
(toRemoveHash map[string]struct{})
pkg/config/xds/lds.go:101
↓ 1 callers
Method
removePerm
(dst int)
pkg/cluster/loadbalancer/maglev/permutation.go:174
← previous
next →
1,401–1,500 of 3,410, ranked by callers