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
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/common/extension/filter/filter.go:50
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/common/extension/filter/filter.go:87
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/common/extension/filter/filter.go:129
Method
Config
()
pkg/common/extension/filter/filter_manager_test.go:98
Method
Config
Config get config for Adapter
pkg/adapter/springcloud/cloud.go:212
Method
Config
Config returns the config of the adapter
pkg/adapter/mcpserver/registrycenter.go:216
Method
Config
Config returns the configuration of the adapter.
pkg/adapter/llmregistry/registrycenter.go:123
Method
Config
Config returns the config of the adaptor
pkg/adapter/dubboregistry/registrycenter.go:115
Method
Config
()
pkg/filter/csrf/csrf.go:138
Method
Config
()
pkg/filter/failinject/filter.go:55
Method
Config
Config returns the configuration struct for the factory.
pkg/filter/llm/proxy/filter.go:112
Method
Config
()
pkg/filter/llm/tokenizer/tokenizer.go:128
Method
Config
()
pkg/filter/http/remote/call.go:89
Method
Config
()
pkg/filter/http/grpcproxy/grpc.go:413
Method
Config
()
pkg/filter/http/apiconfig/api_config.go:65
Method
Config
()
pkg/filter/http/loadbalancer/loadbalancer.go:63
Method
Config
Config return filter facotry config, now is empty
pkg/filter/http/dubboproxy/dubbo.go:85
Method
Config
()
pkg/filter/http/httpproxy/routerfilter.go:77
Method
Config
()
pkg/filter/http/proxywasm/filter.go:96
Method
Config
()
pkg/filter/http/proxywasm/filter_windows.go:56
Method
Config
()
pkg/filter/http/proxyrewrite/rewrite.go:74
Method
Config
()
pkg/filter/prometheus/metric.go:67
Method
Config
()
pkg/filter/auth/mcp/filter.go:75
Method
Config
()
pkg/filter/auth/jwt/jwt.go:226
Method
Config
()
pkg/filter/host/host.go:73
Method
Config
Config return the config struct
pkg/filter/network/grpcproxy/plugin.go:49
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/filter/network/grpcproxy/filter/proxy/grpc_proxy_filter.go:110
Method
Config
Config return GRPCConnectionManagerConfig
pkg/filter/network/grpcconnectionmanager/plugin.go:53
Method
Config
Config return HttpConnectionManagerConfig
pkg/filter/network/httpconnectionmanager/plugin.go:53
Method
Config
Config return DubboProxyConnectionManagerConfig
pkg/filter/network/dubboproxy/plugin.go:56
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/filter/network/dubboproxy/filter/http/httpfilter.go:79
Method
Config
Config Expose the config so that Filter Manger can inject it, so it must be a pointer
pkg/filter/network/dubboproxy/filter/proxy/proxyfilter.go:79
Method
Config
Config returns the configuration.
pkg/filter/metric/metric.go:85
Method
Config
()
pkg/filter/traffic/traffic.go:92
Method
Config
()
pkg/filter/authority/authority.go:55
Method
Config
()
pkg/filter/header/header.go:62
Method
Config
Config returns the configuration struct
pkg/filter/mcp/mcpserver/filter.go:100
Method
Config
Config returns the configuration struct
pkg/filter/mcp/mcpserver/plugin.go:49
Method
Config
()
pkg/filter/opa/opa.go:86
Method
Config
()
pkg/filter/cors/cors.go:133
Method
Config
Config return config of filter
pkg/filter/accesslog/access_log.go:107
Method
Config
()
pkg/filter/tracing/tracing.go:61
Method
Config
()
pkg/filter/event/event.go:95
Method
ConsumeClaim
(session sarama.ConsumerGroupSession, claim sarama.ConsumerGroupClaim)
pkg/client/mq/kafka_facade.go:121
Method
Context
Context implements model.RPCStream interface
pkg/listener/grpc/grpc_listener.go:400
Function
ConvertToYAML
(config *PixiuConfig)
controllers/internal/converter/converter.go:481
Method
Create
(db *SQL.DB)
admin/dao/impl/guest.go:44
Method
CreateAdapter
(ad *model.Adapter)
pkg/server/adapter_manager_test.go:49
Method
CreateAdapter
(ad *model.Adapter)
pkg/common/extension/adapter/adapter_test.go:46
Method
CreateAdapter
CreateAdapter create adapter
pkg/adapter/springcloud/cloud.go:103
Method
CreateAdapter
CreateAdapter returns the mcp server adapter
pkg/adapter/mcpserver/registrycenter.go:84
Method
CreateAdapter
CreateAdapter returns the LLM registry center adapter.
pkg/adapter/llmregistry/registrycenter.go:66
Method
CreateAdapter
CreateAdapter returns the dubbo registry center adapter
pkg/adapter/dubboregistry/registrycenter.go:64
Function
CreateCluster
@Tags Config @Summary create cluster @Description Create a cluster by passing the YAML/JSON configuration for the cluster through the form's content f
admin/controller/configInfo/cluster.go:61
Function
CreateDir
(dirs ...string)
admin/utils/directory.go:43
Method
CreateFilter
CreateFilterFactory return the filter callback
pkg/common/extension/filter/filter.go:85
Method
CreateFilter
CreateFilter return the filter callback
pkg/common/extension/filter/filter.go:127
Method
CreateFilter
CreateFilter return the filter instance
pkg/filter/network/grpcproxy/plugin.go:44
Method
CreateFilter
CreateFilter create gRPC proxy filter
pkg/filter/network/grpcproxy/filter/proxy/grpc_proxy_filter.go:95
Method
CreateFilter
CreateFilter create grpc network filter
pkg/filter/network/grpcconnectionmanager/plugin.go:46
Method
CreateFilter
CreateFilter create http network filter
pkg/filter/network/httpconnectionmanager/plugin.go:46
Method
CreateFilter
CreateFilter create dubbo networkfilter
pkg/filter/network/dubboproxy/plugin.go:46
Method
CreateFilter
CreateFilter return the filter
pkg/filter/network/dubboproxy/filter/http/httpfilter.go:73
Method
CreateFilter
CreateFilter return the filter callback
pkg/filter/network/dubboproxy/filter/proxy/proxyfilter.go:73
Method
CreateFilterFactory
()
pkg/common/http/manager_test.go:80
Method
CreateFilterFactory
()
pkg/common/mock/routerfilter.go:67
Method
CreateFilterFactory
()
pkg/common/extension/filter/filter_manager_test.go:67
Method
CreateFilterFactory
()
pkg/filter/csrf/csrf.go:72
Method
CreateFilterFactory
()
pkg/filter/failinject/filter.go:72
Method
CreateFilterFactory
CreateFilterFactory creates a new factory instance for this filter.
pkg/filter/llm/proxy/filter.go:107
Method
CreateFilterFactory
()
pkg/filter/llm/tokenizer/tokenizer.go:124
Method
CreateFilterFactory
()
pkg/filter/http/remote/call.go:85
Method
CreateFilterFactory
()
pkg/filter/http/grpcproxy/grpc.go:150
Method
CreateFilterFactory
()
pkg/filter/http/apiconfig/api_config.go:61
Method
CreateFilterFactory
()
pkg/filter/http/loadbalancer/loadbalancer.go:59
Method
CreateFilterFactory
CreateFilterFactory create filter factory instance
pkg/filter/http/dubboproxy/dubbo.go:80
Method
CreateFilterFactory
()
pkg/filter/http/httpproxy/routerfilter.go:73
Method
CreateFilterFactory
()
pkg/filter/http/proxywasm/filter.go:122
Method
CreateFilterFactory
()
pkg/filter/http/proxywasm/filter_windows.go:73
Method
CreateFilterFactory
()
pkg/filter/http/proxyrewrite/rewrite.go:70
Method
CreateFilterFactory
()
pkg/filter/auth/mcp/filter.go:71
Method
CreateFilterFactory
()
pkg/filter/auth/jwt/jwt.go:80
Method
CreateFilterFactory
()
pkg/filter/host/host.go:57
Method
CreateFilterFactory
()
pkg/filter/sentinel/circuitbreaker/circuit_breaker.go:76
Method
CreateFilterFactory
()
pkg/filter/sentinel/ratelimit/rate_limit.go:66
Method
CreateFilterFactory
()
pkg/filter/traffic/traffic.go:84
Method
CreateFilterFactory
CreateFilterFactory creates FilterFactory
pkg/filter/mcp/mcpserver/plugin.go:44
Method
CreateFilterFactory
()
pkg/filter/cors/cors.go:71
Method
CreateFilterFactory
CreateFilter create filter
pkg/filter/accesslog/access_log.go:68
Method
CreateFilterFactory
()
pkg/filter/tracing/tracing.go:57
Method
CreateFilterFactory
()
pkg/filter/event/event.go:61
Function
CreateListener
@Tags Config @Summary create a Listener @Description pass the YAML/JSON for the Listener through the form's content field to create the Listener. @Acc
admin/controller/configInfo/listener.go:62
Function
CreateMethodInfo
@Tags Config @Summary create method @Description create a method under the specified resource, where content is the YAML for Method. @Accept applicati
admin/controller/configInfo/configInfo.go:359
Function
CreateMockRegisteredAPI
(urlPattern string)
pkg/adapter/dubboregistry/registry/base/baseregistry_test.go:43
Function
CreateResourceInfo
@Tags Config @Summary create resource @Description create a resource by passing the Resource's YAML via the form's content field (simultaneously writi
admin/controller/configInfo/configInfo.go:139
Function
CreateRouterCoordinator
CreateRouterCoordinator create coordinator for http connection manager
pkg/common/router/mock/router.go:54
Function
CustomTimeEncoder
CustomTimeEncoder custom log output time format
admin/core/zap.go:121
Function
Db
(a)
admin/web/src/utils/three.js:444
Method
Debug
(msg string, keysAndValues ...any)
pkg/filter/sentinel/logger_warpper.go:33
Method
DebugEnabled
()
pkg/filter/sentinel/logger_warpper.go:58
← previous
next →
1,801–1,900 of 3,410, ranked by callers