SYMBOL INDEX (436 symbols across 46 files) FILE: ci/check_changelog_prs.ts type Version (line 23) | interface Version { type PR (line 28) | interface PR { constant IGNORE_TYPES (line 35) | const IGNORE_TYPES = [ constant IGNORE_PRS (line 42) | const IGNORE_PRS = [ function getGitRef (line 60) | function getGitRef(version: string): string { function extractVersionsFromChangelog (line 69) | function extractVersionsFromChangelog(): Version[] { function extractPRsFromChangelog (line 87) | function extractPRsFromChangelog(startTag: string, endTag: string): numb... function shouldIgnoreCommitMessage (line 113) | function shouldIgnoreCommitMessage(message: string): boolean { function extractPRsFromGitLog (line 134) | function extractPRsFromGitLog(oldRef: string, newRef: string): PR[] { function findMissingPRs (line 161) | function findMissingPRs(changelogPRs: number[], gitPRs: PR[]): PR[] { function versionGreaterThan (line 166) | function versionGreaterThan(v1: string, v2: string): boolean { function main (line 189) | async function main() { FILE: ci/pod/openfunction/function-example/test-body/hello.go function init (line 30) | func init() { function HelloWorld (line 34) | func HelloWorld(w http.ResponseWriter, r *http.Request) { FILE: ci/pod/openfunction/function-example/test-header/hello.go function HelloWorld (line 27) | func HelloWorld(w http.ResponseWriter, r *http.Request) { FILE: ci/pod/openfunction/function-example/test-uri/hello.go function init (line 30) | func init() { function HelloWorld (line 35) | func HelloWorld(w http.ResponseWriter, r *http.Request) { FILE: t/admin/standalone.spec.ts constant ENDPOINT (line 20) | const ENDPOINT = '/apisix/admin/configs'; constant VALIDATE_ENDPOINT (line 21) | const VALIDATE_ENDPOINT = '/apisix/admin/configs/validate'; constant HEADER_LAST_MODIFIED (line 22) | const HEADER_LAST_MODIFIED = 'x-last-modified'; constant HEADER_DIGEST (line 23) | const HEADER_DIGEST = 'x-digest'; FILE: t/chaos/delayetcd/delayetcd.go function getEtcdDelayChaos (line 38) | func getEtcdDelayChaos(delay int) *v1alpha1.NetworkChaos { function setRouteMultipleTimes (line 59) | func setRouteMultipleTimes(e *httpexpect.Expect, times int, status httpe... function setRouteMultipleTimesIgnoreError (line 72) | func setRouteMultipleTimesIgnoreError(e *httpexpect.Expect, times int) (... function deleteChaosAndCheck (line 82) | func deleteChaosAndCheck(eSilent *httpexpect.Expect, cliSet *utils.Clien... FILE: t/chaos/e2e.go function runChaos (line 25) | func runChaos() {} FILE: t/chaos/e2e_test.go function TestRunChaos (line 27) | func TestRunChaos(t *testing.T) { FILE: t/chaos/killetcd/killetcd.go function getEtcdKillChaos (line 46) | func getEtcdKillChaos() *v1alpha1.PodChaos { FILE: t/chaos/utils/kube_utils.go type ClientSet (line 39) | type ClientSet struct function InitClientSet (line 44) | func InitClientSet() (*ClientSet, error) { function GetPods (line 62) | func GetPods(cli client.Client, ns string, listOption client.MatchingLab... function ExecInPod (line 71) | func ExecInPod(cli *kubernetes.Clientset, pod *corev1.Pod, cmd string) (... function Log (line 113) | func Log(pod *corev1.Pod, c *kubernetes.Clientset, sinceTime time.Time) ... FILE: t/chaos/utils/utils.go type httpTestCase (line 57) | type httpTestCase struct function caseCheck (line 69) | func caseCheck(tc httpTestCase) *httpexpect.Response { function SetRoute (line 113) | func SetRoute(e *httpexpect.Expect, expectStatusRange httpexpect.StatusR... function SetRouteIgnoreError (line 124) | func SetRouteIgnoreError(e *httpexpect.Expect) *httpexpect.Response { function GetRoute (line 135) | func GetRoute(e *httpexpect.Expect, expectStatus int) *httpexpect.Respon... function GetRouteIgnoreError (line 144) | func GetRouteIgnoreError(e *httpexpect.Expect) *httpexpect.Response { function GetRouteList (line 153) | func GetRouteList(e *httpexpect.Expect, expectStatus int) *httpexpect.Re... function DeleteRoute (line 164) | func DeleteRoute(e *httpexpect.Expect) *httpexpect.Response { function SetPrometheusMetricsPublicAPI (line 173) | func SetPrometheusMetricsPublicAPI(e *httpexpect.Expect) *httpexpect.Res... function TestPrometheusEtcdMetric (line 194) | func TestPrometheusEtcdMetric(e *httpexpect.Expect, expectEtcd int) *htt... function getPrometheusMetric (line 204) | func getPrometheusMetric(e *httpexpect.Expect, key string) string { function GetEgressBandwidthPerSecond (line 223) | func GetEgressBandwidthPerSecond(e *httpexpect.Expect) (float64, float64) { function GetSilentHttpexpectClient (line 241) | func GetSilentHttpexpectClient() *httpexpect.Expect { function WaitUntilMethodSucceed (line 251) | func WaitUntilMethodSucceed(e *httpexpect.Expect, method string, interva... function RoughCompare (line 270) | func RoughCompare(a float64, b float64) bool { type silentPrinter (line 278) | type silentPrinter struct method Request (line 287) | func (p silentPrinter) Request(req *http.Request) { method Response (line 291) | func (silentPrinter) Response(*http.Response, time.Duration) { function newSilentPrinter (line 282) | func newSilentPrinter(logger httpexpect.Logger) silentPrinter { FILE: t/fuzzing/client_abort.py function get_admin_key_from_yaml (line 27) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 36) | def create_route(): function req (line 54) | def req(): function run_in_thread (line 60) | def run_in_thread(): function run (line 65) | def run(): FILE: t/fuzzing/http_upstream.py function get_admin_key_from_yaml (line 32) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 40) | def create_route(): function req (line 72) | def req(): function run_in_thread (line 85) | def run_in_thread(): function run (line 90) | def run(): FILE: t/fuzzing/public.py function cur_dir (line 26) | def cur_dir(): function apisix_pwd (line 29) | def apisix_pwd(): function connect_admin (line 33) | def connect_admin(): function check_log (line 37) | def check_log(): function check_process (line 51) | def check_process(): function initfuzz (line 60) | def initfuzz(): function sum_memory (line 72) | def sum_memory(): function get_linear_regression_sloped (line 79) | def get_linear_regression_sloped(samples): function gc (line 90) | def gc(): function leak_count (line 95) | def leak_count(): function check_leak (line 100) | def check_leak(f): function run_test (line 128) | def run_test(create_route, run): FILE: t/fuzzing/serverless_route_test.py function get_admin_key_from_yaml (line 25) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 34) | def create_route(): function run (line 58) | def run(): FILE: t/fuzzing/simple_http.py function get_admin_key_from_yaml (line 32) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 41) | def create_route(): function req (line 104) | def req(): function run_in_thread (line 120) | def run_in_thread(): function run (line 125) | def run(): FILE: t/fuzzing/simpleroute_test.py function get_admin_key_from_yaml (line 26) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 38) | def create_route(): function run (line 58) | def run(): FILE: t/fuzzing/vars_route_test.py function get_admin_key_from_yaml (line 25) | def get_admin_key_from_yaml(yaml_file_path): function create_route (line 33) | def create_route(): function run (line 55) | def run(): FILE: t/grpc_server_example/main.go function init (line 66) | func init() { type server (line 77) | type server struct method SayHello (line 85) | func (s *server) SayHello(ctx context.Context, in *pb.HelloRequest) (*... method GetErrResp (line 108) | func (s *server) GetErrResp(ctx context.Context, in *pb.HelloRequest) ... method SayHelloAfterDelay (line 122) | func (s *server) SayHelloAfterDelay(ctx context.Context, in *pb.HelloR... method Plus (line 140) | func (s *server) Plus(ctx context.Context, in *pb.PlusRequest) (*pb.Pl... method EchoStruct (line 145) | func (s *server) EchoStruct(ctx context.Context, in *pb.StructRequest)... method SayHelloServerStream (line 154) | func (s *server) SayHelloServerStream(req *pb.HelloRequest, stream pb.... method SayHelloClientStream (line 169) | func (s *server) SayHelloClientStream(stream pb.Greeter_SayHelloClient... method SayHelloBidirectionalStream (line 185) | func (s *server) SayHelloBidirectionalStream(stream pb.Greeter_SayHell... method SayMultipleHello (line 207) | func (s *server) SayMultipleHello(ctx context.Context, in *pb.Multiple... method Run (line 231) | func (s *server) Run(ctx context.Context, in *pb.Request) (*pb.Respons... function gRPCAndHTTPFunc (line 235) | func gRPCAndHTTPFunc(grpcServer *grpc.Server) http.Handler { function main (line 250) | func main() { FILE: t/grpc_server_example/proto/echo.pb.go constant _ (line 36) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 38) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type StructRequest (line 41) | type StructRequest struct method Reset (line 49) | func (x *StructRequest) Reset() { method String (line 58) | func (x *StructRequest) String() string { method ProtoMessage (line 62) | func (*StructRequest) ProtoMessage() {} method ProtoReflect (line 64) | func (x *StructRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 77) | func (*StructRequest) Descriptor() ([]byte, []int) { method GetData (line 81) | func (x *StructRequest) GetData() *_struct.Struct { type StructReply (line 88) | type StructReply struct method Reset (line 96) | func (x *StructReply) Reset() { method String (line 105) | func (x *StructReply) String() string { method ProtoMessage (line 109) | func (*StructReply) ProtoMessage() {} method ProtoReflect (line 111) | func (x *StructReply) ProtoReflect() protoreflect.Message { method Descriptor (line 124) | func (*StructReply) Descriptor() ([]byte, []int) { method GetData (line 128) | func (x *StructReply) GetData() *_struct.Struct { function file_proto_echo_proto_rawDescGZIP (line 162) | func file_proto_echo_proto_rawDescGZIP() []byte { function init (line 187) | func init() { file_proto_echo_proto_init() } function file_proto_echo_proto_init (line 188) | func file_proto_echo_proto_init() { FILE: t/grpc_server_example/proto/echo_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 type EchoClient (line 24) | type EchoClient interface type echoClient (line 28) | type echoClient struct method EchoStruct (line 36) | func (c *echoClient) EchoStruct(ctx context.Context, in *StructRequest... function NewEchoClient (line 32) | func NewEchoClient(cc grpc.ClientConnInterface) EchoClient { type EchoServer (line 48) | type EchoServer interface type UnimplementedEchoServer (line 54) | type UnimplementedEchoServer struct method EchoStruct (line 57) | func (UnimplementedEchoServer) EchoStruct(context.Context, *StructRequ... method mustEmbedUnimplementedEchoServer (line 60) | func (UnimplementedEchoServer) mustEmbedUnimplementedEchoServer() {} type UnsafeEchoServer (line 65) | type UnsafeEchoServer interface function RegisterEchoServer (line 69) | func RegisterEchoServer(s grpc.ServiceRegistrar, srv EchoServer) { function _Echo_EchoStruct_Handler (line 73) | func _Echo_EchoStruct_Handler(srv interface{}, ctx context.Context, dec ... FILE: t/grpc_server_example/proto/helloworld.pb.go constant _ (line 35) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 37) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Gender (line 40) | type Gender method Enum (line 62) | func (x Gender) Enum() *Gender { method String (line 68) | func (x Gender) String() string { method Descriptor (line 72) | func (Gender) Descriptor() protoreflect.EnumDescriptor { method Type (line 76) | func (Gender) Type() protoreflect.EnumType { method Number (line 80) | func (x Gender) Number() protoreflect.EnumNumber { method EnumDescriptor (line 85) | func (Gender) EnumDescriptor() ([]byte, []int) { constant Gender_GENDER_UNKNOWN (line 43) | Gender_GENDER_UNKNOWN Gender = 0 constant Gender_GENDER_MALE (line 44) | Gender_GENDER_MALE Gender = 1 constant Gender_GENDER_FEMALE (line 45) | Gender_GENDER_FEMALE Gender = 2 type Person (line 89) | type Person struct method Reset (line 98) | func (x *Person) Reset() { method String (line 107) | func (x *Person) String() string { method ProtoMessage (line 111) | func (*Person) ProtoMessage() {} method ProtoReflect (line 113) | func (x *Person) ProtoReflect() protoreflect.Message { method Descriptor (line 126) | func (*Person) Descriptor() ([]byte, []int) { method GetName (line 130) | func (x *Person) GetName() string { method GetAge (line 137) | func (x *Person) GetAge() int32 { type HelloRequest (line 144) | type HelloRequest struct method Reset (line 155) | func (x *HelloRequest) Reset() { method String (line 164) | func (x *HelloRequest) String() string { method ProtoMessage (line 168) | func (*HelloRequest) ProtoMessage() {} method ProtoReflect (line 170) | func (x *HelloRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 183) | func (*HelloRequest) Descriptor() ([]byte, []int) { method GetName (line 187) | func (x *HelloRequest) GetName() string { method GetItems (line 194) | func (x *HelloRequest) GetItems() []string { method GetGender (line 201) | func (x *HelloRequest) GetGender() Gender { method GetPerson (line 208) | func (x *HelloRequest) GetPerson() *Person { type HelloReply (line 215) | type HelloReply struct method Reset (line 225) | func (x *HelloReply) Reset() { method String (line 234) | func (x *HelloReply) String() string { method ProtoMessage (line 238) | func (*HelloReply) ProtoMessage() {} method ProtoReflect (line 240) | func (x *HelloReply) ProtoReflect() protoreflect.Message { method Descriptor (line 253) | func (*HelloReply) Descriptor() ([]byte, []int) { method GetMessage (line 257) | func (x *HelloReply) GetMessage() string { method GetItems (line 264) | func (x *HelloReply) GetItems() []string { method GetGender (line 271) | func (x *HelloReply) GetGender() Gender { type PlusRequest (line 278) | type PlusRequest struct method Reset (line 287) | func (x *PlusRequest) Reset() { method String (line 296) | func (x *PlusRequest) String() string { method ProtoMessage (line 300) | func (*PlusRequest) ProtoMessage() {} method ProtoReflect (line 302) | func (x *PlusRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*PlusRequest) Descriptor() ([]byte, []int) { method GetA (line 319) | func (x *PlusRequest) GetA() int64 { method GetB (line 326) | func (x *PlusRequest) GetB() int64 { type PlusReply (line 333) | type PlusReply struct method Reset (line 341) | func (x *PlusReply) Reset() { method String (line 350) | func (x *PlusReply) String() string { method ProtoMessage (line 354) | func (*PlusReply) ProtoMessage() {} method ProtoReflect (line 356) | func (x *PlusReply) ProtoReflect() protoreflect.Message { method Descriptor (line 369) | func (*PlusReply) Descriptor() ([]byte, []int) { method GetResult (line 373) | func (x *PlusReply) GetResult() int64 { type MultipleHelloRequest (line 380) | type MultipleHelloRequest struct method Reset (line 391) | func (x *MultipleHelloRequest) Reset() { method String (line 400) | func (x *MultipleHelloRequest) String() string { method ProtoMessage (line 404) | func (*MultipleHelloRequest) ProtoMessage() {} method ProtoReflect (line 406) | func (x *MultipleHelloRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 419) | func (*MultipleHelloRequest) Descriptor() ([]byte, []int) { method GetName (line 423) | func (x *MultipleHelloRequest) GetName() string { method GetItems (line 430) | func (x *MultipleHelloRequest) GetItems() []string { method GetGenders (line 437) | func (x *MultipleHelloRequest) GetGenders() []Gender { method GetPersons (line 444) | func (x *MultipleHelloRequest) GetPersons() []*Person { type MultipleHelloReply (line 451) | type MultipleHelloReply struct method Reset (line 461) | func (x *MultipleHelloReply) Reset() { method String (line 470) | func (x *MultipleHelloReply) String() string { method ProtoMessage (line 474) | func (*MultipleHelloReply) ProtoMessage() {} method ProtoReflect (line 476) | func (x *MultipleHelloReply) ProtoReflect() protoreflect.Message { method Descriptor (line 489) | func (*MultipleHelloReply) Descriptor() ([]byte, []int) { method GetMessage (line 493) | func (x *MultipleHelloReply) GetMessage() string { method GetItems (line 500) | func (x *MultipleHelloReply) GetItems() []string { method GetGenders (line 507) | func (x *MultipleHelloReply) GetGenders() []Gender { type ErrorDetail (line 514) | type ErrorDetail struct method Reset (line 524) | func (x *ErrorDetail) Reset() { method String (line 533) | func (x *ErrorDetail) String() string { method ProtoMessage (line 537) | func (*ErrorDetail) ProtoMessage() {} method ProtoReflect (line 539) | func (x *ErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 552) | func (*ErrorDetail) Descriptor() ([]byte, []int) { method GetCode (line 556) | func (x *ErrorDetail) GetCode() int64 { method GetMessage (line 563) | func (x *ErrorDetail) GetMessage() string { method GetType (line 570) | func (x *ErrorDetail) GetType() string { function file_proto_helloworld_proto_rawDescGZIP (line 679) | func file_proto_helloworld_proto_rawDescGZIP() []byte { function init (line 729) | func init() { file_proto_helloworld_proto_init() } function file_proto_helloworld_proto_init (line 730) | func file_proto_helloworld_proto_init() { FILE: t/grpc_server_example/proto/helloworld_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 type GreeterClient (line 24) | type GreeterClient interface type greeterClient (line 39) | type greeterClient struct method SayHello (line 47) | func (c *greeterClient) SayHello(ctx context.Context, in *HelloRequest... method GetErrResp (line 56) | func (c *greeterClient) GetErrResp(ctx context.Context, in *HelloReque... method Plus (line 65) | func (c *greeterClient) Plus(ctx context.Context, in *PlusRequest, opt... method SayHelloAfterDelay (line 74) | func (c *greeterClient) SayHelloAfterDelay(ctx context.Context, in *He... method SayMultipleHello (line 83) | func (c *greeterClient) SayMultipleHello(ctx context.Context, in *Mult... method SayHelloServerStream (line 92) | func (c *greeterClient) SayHelloServerStream(ctx context.Context, in *... method SayHelloClientStream (line 124) | func (c *greeterClient) SayHelloClientStream(ctx context.Context, opts... method SayHelloBidirectionalStream (line 158) | func (c *greeterClient) SayHelloBidirectionalStream(ctx context.Contex... function NewGreeterClient (line 43) | func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient { type Greeter_SayHelloServerStreamClient (line 107) | type Greeter_SayHelloServerStreamClient interface type greeterSayHelloServerStreamClient (line 112) | type greeterSayHelloServerStreamClient struct method Recv (line 116) | func (x *greeterSayHelloServerStreamClient) Recv() (*HelloReply, error) { type Greeter_SayHelloClientStreamClient (line 133) | type Greeter_SayHelloClientStreamClient interface type greeterSayHelloClientStreamClient (line 139) | type greeterSayHelloClientStreamClient struct method Send (line 143) | func (x *greeterSayHelloClientStreamClient) Send(m *HelloRequest) error { method CloseAndRecv (line 147) | func (x *greeterSayHelloClientStreamClient) CloseAndRecv() (*HelloRepl... type Greeter_SayHelloBidirectionalStreamClient (line 167) | type Greeter_SayHelloBidirectionalStreamClient interface type greeterSayHelloBidirectionalStreamClient (line 173) | type greeterSayHelloBidirectionalStreamClient struct method Send (line 177) | func (x *greeterSayHelloBidirectionalStreamClient) Send(m *HelloReques... method Recv (line 181) | func (x *greeterSayHelloBidirectionalStreamClient) Recv() (*HelloReply... type GreeterServer (line 192) | type GreeterServer interface type UnimplementedGreeterServer (line 209) | type UnimplementedGreeterServer struct method SayHello (line 212) | func (UnimplementedGreeterServer) SayHello(context.Context, *HelloRequ... method GetErrResp (line 215) | func (UnimplementedGreeterServer) GetErrResp(context.Context, *HelloRe... method Plus (line 218) | func (UnimplementedGreeterServer) Plus(context.Context, *PlusRequest) ... method SayHelloAfterDelay (line 221) | func (UnimplementedGreeterServer) SayHelloAfterDelay(context.Context, ... method SayMultipleHello (line 224) | func (UnimplementedGreeterServer) SayMultipleHello(context.Context, *M... method SayHelloServerStream (line 227) | func (UnimplementedGreeterServer) SayHelloServerStream(*HelloRequest, ... method SayHelloClientStream (line 230) | func (UnimplementedGreeterServer) SayHelloClientStream(Greeter_SayHell... method SayHelloBidirectionalStream (line 233) | func (UnimplementedGreeterServer) SayHelloBidirectionalStream(Greeter_... method mustEmbedUnimplementedGreeterServer (line 236) | func (UnimplementedGreeterServer) mustEmbedUnimplementedGreeterServer(... type UnsafeGreeterServer (line 241) | type UnsafeGreeterServer interface function RegisterGreeterServer (line 245) | func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer) { function _Greeter_SayHello_Handler (line 249) | func _Greeter_SayHello_Handler(srv interface{}, ctx context.Context, dec... function _Greeter_GetErrResp_Handler (line 267) | func _Greeter_GetErrResp_Handler(srv interface{}, ctx context.Context, d... function _Greeter_Plus_Handler (line 285) | func _Greeter_Plus_Handler(srv interface{}, ctx context.Context, dec fun... function _Greeter_SayHelloAfterDelay_Handler (line 303) | func _Greeter_SayHelloAfterDelay_Handler(srv interface{}, ctx context.Co... function _Greeter_SayMultipleHello_Handler (line 321) | func _Greeter_SayMultipleHello_Handler(srv interface{}, ctx context.Cont... function _Greeter_SayHelloServerStream_Handler (line 339) | func _Greeter_SayHelloServerStream_Handler(srv interface{}, stream grpc.... type Greeter_SayHelloServerStreamServer (line 347) | type Greeter_SayHelloServerStreamServer interface type greeterSayHelloServerStreamServer (line 352) | type greeterSayHelloServerStreamServer struct method Send (line 356) | func (x *greeterSayHelloServerStreamServer) Send(m *HelloReply) error { function _Greeter_SayHelloClientStream_Handler (line 360) | func _Greeter_SayHelloClientStream_Handler(srv interface{}, stream grpc.... type Greeter_SayHelloClientStreamServer (line 364) | type Greeter_SayHelloClientStreamServer interface type greeterSayHelloClientStreamServer (line 370) | type greeterSayHelloClientStreamServer struct method SendAndClose (line 374) | func (x *greeterSayHelloClientStreamServer) SendAndClose(m *HelloReply... method Recv (line 378) | func (x *greeterSayHelloClientStreamServer) Recv() (*HelloRequest, err... function _Greeter_SayHelloBidirectionalStream_Handler (line 386) | func _Greeter_SayHelloBidirectionalStream_Handler(srv interface{}, strea... type Greeter_SayHelloBidirectionalStreamServer (line 390) | type Greeter_SayHelloBidirectionalStreamServer interface type greeterSayHelloBidirectionalStreamServer (line 396) | type greeterSayHelloBidirectionalStreamServer struct method Send (line 400) | func (x *greeterSayHelloBidirectionalStreamServer) Send(m *HelloReply)... method Recv (line 404) | func (x *greeterSayHelloBidirectionalStreamServer) Recv() (*HelloReque... FILE: t/grpc_server_example/proto/import.pb.go constant _ (line 35) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 37) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type User (line 40) | type User struct method Reset (line 48) | func (x *User) Reset() { method String (line 57) | func (x *User) String() string { method ProtoMessage (line 61) | func (*User) ProtoMessage() {} method ProtoReflect (line 63) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 76) | func (*User) Descriptor() ([]byte, []int) { method GetName (line 80) | func (x *User) GetName() string { type Response (line 87) | type Response struct method Reset (line 95) | func (x *Response) Reset() { method String (line 104) | func (x *Response) String() string { method ProtoMessage (line 108) | func (*Response) ProtoMessage() {} method ProtoReflect (line 110) | func (x *Response) ProtoReflect() protoreflect.Message { method Descriptor (line 123) | func (*Response) Descriptor() ([]byte, []int) { method GetBody (line 127) | func (x *Response) GetBody() string { function file_proto_import_proto_rawDescGZIP (line 151) | func file_proto_import_proto_rawDescGZIP() []byte { function init (line 171) | func init() { file_proto_import_proto_init() } function file_proto_import_proto_init (line 172) | func file_proto_import_proto_init() { FILE: t/grpc_server_example/proto/src.pb.go constant _ (line 35) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 37) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Request (line 40) | type Request struct method Reset (line 49) | func (x *Request) Reset() { method String (line 58) | func (x *Request) String() string { method ProtoMessage (line 62) | func (*Request) ProtoMessage() {} method ProtoReflect (line 64) | func (x *Request) ProtoReflect() protoreflect.Message { method Descriptor (line 77) | func (*Request) Descriptor() ([]byte, []int) { method GetUser (line 81) | func (x *Request) GetUser() *User { method GetBody (line 88) | func (x *Request) GetBody() string { function file_proto_src_proto_rawDescGZIP (line 117) | func file_proto_src_proto_rawDescGZIP() []byte { function init (line 141) | func init() { file_proto_src_proto_init() } function file_proto_src_proto_init (line 142) | func file_proto_src_proto_init() { FILE: t/grpc_server_example/proto/src_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 type TestImportClient (line 24) | type TestImportClient interface type testImportClient (line 28) | type testImportClient struct method Run (line 36) | func (c *testImportClient) Run(ctx context.Context, in *Request, opts ... function NewTestImportClient (line 32) | func NewTestImportClient(cc grpc.ClientConnInterface) TestImportClient { type TestImportServer (line 48) | type TestImportServer interface type UnimplementedTestImportServer (line 54) | type UnimplementedTestImportServer struct method Run (line 57) | func (UnimplementedTestImportServer) Run(context.Context, *Request) (*... method mustEmbedUnimplementedTestImportServer (line 60) | func (UnimplementedTestImportServer) mustEmbedUnimplementedTestImportS... type UnsafeTestImportServer (line 65) | type UnsafeTestImportServer interface function RegisterTestImportServer (line 69) | func RegisterTestImportServer(s grpc.ServiceRegistrar, srv TestImportSer... function _TestImport_Run_Handler (line 73) | func _TestImport_Run_Handler(srv interface{}, ctx context.Context, dec f... FILE: t/lib/dubbo-backend/dubbo-backend-interface/src/main/java/org/apache/dubbo/backend/DemoService.java type DemoService (line 21) | public interface DemoService {; method hello (line 28) | Map hello(Map context); method fail (line 35) | Map fail(Map context); method timeout (line 42) | Map timeout(Map context); method badStatus (line 49) | Map badStatus(Map context); FILE: t/lib/dubbo-backend/dubbo-backend-provider/src/main/java/org/apache/dubbo/backend/provider/DemoServiceImpl.java class DemoServiceImpl (line 26) | public class DemoServiceImpl implements DemoService { method hello (line 27) | @Override method fail (line 43) | @Override method timeout (line 51) | @Override method badStatus (line 62) | @Override FILE: t/lib/dubbo-backend/dubbo-backend-provider/src/main/java/org/apache/dubbo/backend/provider/Provider.java class Provider (line 24) | public class Provider { method main (line 31) | public static void main(String[] args) throws Exception { FILE: t/lib/dubbo-serialization-backend/dubbo-serialization-backend-interface/src/main/java/org/apache/dubbo/backend/DubboSerializationTestService.java type DubboSerializationTestService (line 19) | public interface DubboSerializationTestService { method testPoJo (line 21) | PoJo testPoJo(PoJo input); method testPoJos (line 23) | PoJo[] testPoJos(PoJo[] input); method testVoid (line 25) | void testVoid(); method testFailure (line 27) | void testFailure(); method testTimeout (line 29) | void testTimeout(); FILE: t/lib/dubbo-serialization-backend/dubbo-serialization-backend-interface/src/main/java/org/apache/dubbo/backend/PoJo.java class PoJo (line 22) | public class PoJo { method getaString (line 35) | public String getaString() { method setaString (line 39) | public void setaString(String aString) { method getaBoolean (line 43) | public Boolean getaBoolean() { method setaBoolean (line 47) | public void setaBoolean(Boolean aBoolean) { method getaByte (line 51) | public Byte getaByte() { method setaByte (line 55) | public void setaByte(Byte aByte) { method getAcharacter (line 59) | public Character getAcharacter() { method setAcharacter (line 63) | public void setAcharacter(Character acharacter) { method getaInt (line 67) | public Integer getaInt() { method setaInt (line 71) | public void setaInt(Integer aInt) { method getaFloat (line 75) | public Float getaFloat() { method setaFloat (line 79) | public void setaFloat(Float aFloat) { method getaDouble (line 83) | public Double getaDouble() { method setaDouble (line 87) | public void setaDouble(Double aDouble) { method getaLong (line 91) | public Long getaLong() { method setaLong (line 95) | public void setaLong(Long aLong) { method getaShort (line 99) | public Short getaShort() { method setaShort (line 103) | public void setaShort(Short aShort) { method getStringMap (line 107) | public Map getStringMap() { method setStringMap (line 111) | public void setStringMap(Map stringMap) { method getStrings (line 115) | public String[] getStrings() { method setStrings (line 119) | public void setStrings(String[] strings) { method getTestInstance (line 123) | public static PoJo getTestInstance(){ FILE: t/lib/dubbo-serialization-backend/dubbo-serialization-backend-provider/src/main/java/org/apache/dubbo/backend/provider/DubboSerializationTestServiceImpl.java class DubboSerializationTestServiceImpl (line 27) | public class DubboSerializationTestServiceImpl implements DubboSerializa... method testPoJo (line 29) | @Override method testPoJos (line 34) | @Override method testVoid (line 39) | @Override method testFailure (line 43) | @Override method testTimeout (line 48) | @Override FILE: t/lib/dubbo-serialization-backend/dubbo-serialization-backend-provider/src/main/java/org/apache/dubbo/backend/provider/Provider.java class Provider (line 29) | public class Provider { method main (line 36) | public static void main(String[] args) throws Exception { FILE: t/plugin/grpc-web/server.go type routeServiceServer (line 33) | type routeServiceServer struct method GetRoute (line 38) | func (rss *routeServiceServer) GetRoute(ctx context.Context, req *pb.Q... method GetRoutes (line 58) | func (rss *routeServiceServer) GetRoutes(req *pb.Query, srv pb.RouteSe... method GetError (line 71) | func (rss *routeServiceServer) GetError(ctx context.Context, req *pb.Q... method LoadRoutes (line 75) | func (rss *routeServiceServer) LoadRoutes() { function main (line 93) | func main() { FILE: t/sse_server_example/main.go function completionsHandler (line 29) | func completionsHandler(w http.ResponseWriter, r *http.Request) { function logRequest (line 121) | func logRequest(next http.HandlerFunc) http.HandlerFunc { function main (line 133) | func main() { FILE: t/tars/conf/tars.sql type `t_task_item` (line 486) | CREATE TABLE `t_task_item` ( type `t_web_release_conf` (line 514) | CREATE TABLE `t_web_release_conf` ( FILE: t/wasm/fault-injection/main.go function main (line 30) | func main() { type vmContext (line 34) | type vmContext struct method NewPluginContext (line 38) | func (*vmContext) NewPluginContext(contextID uint32) types.PluginConte... type pluginContext (line 42) | type pluginContext struct method OnPluginStart (line 49) | func (ctx *pluginContext) OnPluginStart(pluginConfigurationSize int) t... method NewHttpContext (line 83) | func (ctx *pluginContext) NewHttpContext(contextID uint32) types.HttpC... type httpLifecycle (line 87) | type httpLifecycle struct method OnHttpRequestHeaders (line 96) | func (ctx *httpLifecycle) OnHttpRequestHeaders(numHeaders int, endOfSt... function sampleHit (line 92) | func sampleHit(percentage int) bool { FILE: t/wasm/forward-auth.go function main (line 30) | func main() { type vmContext (line 34) | type vmContext struct method NewPluginContext (line 38) | func (*vmContext) NewPluginContext(contextID uint32) types.PluginConte... type pluginContext (line 47) | type pluginContext struct method OnPluginStart (line 60) | func (ctx *pluginContext) OnPluginStart(pluginConfigurationSize int) t... method NewHttpContext (line 119) | func (pluginCtx *pluginContext) NewHttpContext(contextID uint32) types... type httpContext (line 124) | type httpContext struct method dispatchHttpCall (line 130) | func (ctx *httpContext) dispatchHttpCall(elem *fastjson.Value) { method OnHttpRequestHeaders (line 167) | func (ctx *httpContext) OnHttpRequestHeaders(numHeaders int, endOfStre... method httpCallback (line 185) | func (ctx *httpContext) httpCallback(numHeaders int, bodySize int, num... FILE: t/wasm/log/main.go function main (line 25) | func main() { type vmContext (line 29) | type vmContext struct method NewPluginContext (line 35) | func (*vmContext) NewPluginContext(contextID uint32) types.PluginConte... type pluginContext (line 39) | type pluginContext struct method OnPluginStart (line 47) | func (ctx *pluginContext) OnPluginStart(pluginConfigurationSize int) t... method OnPluginDone (line 58) | func (ctx *pluginContext) OnPluginDone() bool { method NewHttpContext (line 63) | func (ctx *pluginContext) NewHttpContext(contextID uint32) types.HttpC... type httpLifecycle (line 67) | type httpLifecycle struct method OnHttpRequestHeaders (line 76) | func (ctx *httpLifecycle) OnHttpRequestHeaders(numHeaders int, endOfSt... FILE: t/wasm/request-body/main.go function main (line 26) | func main() { type vmContext (line 30) | type vmContext struct method NewPluginContext (line 34) | func (*vmContext) NewPluginContext(contextID uint32) types.PluginConte... type pluginContext (line 38) | type pluginContext struct method OnPluginStart (line 46) | func (ctx *pluginContext) OnPluginStart(pluginConfigurationSize int) t... method NewHttpContext (line 67) | func (ctx *pluginContext) NewHttpContext(contextID uint32) types.HttpC... type httpContext (line 71) | type httpContext struct method OnHttpRequestHeaders (line 77) | func (ctx *httpContext) OnHttpRequestHeaders(numHeaders int, endOfStre... method OnHttpRequestBody (line 85) | func (ctx *httpContext) OnHttpRequestBody(bodySize int, endOfStream bo... FILE: t/wasm/response-rewrite/main.go function main (line 27) | func main() { type vmContext (line 31) | type vmContext struct method NewPluginContext (line 35) | func (*vmContext) NewPluginContext(contextID uint32) types.PluginConte... type header (line 39) | type header struct type pluginContext (line 44) | type pluginContext struct method OnPluginStart (line 50) | func (ctx *pluginContext) OnPluginStart(pluginConfigurationSize int) t... method NewHttpContext (line 78) | func (ctx *pluginContext) NewHttpContext(contextID uint32) types.HttpC... type httpContext (line 82) | type httpContext struct method OnHttpResponseHeaders (line 87) | func (ctx *httpContext) OnHttpResponseHeaders(numHeaders int, endOfStr... method OnHttpResponseBody (line 100) | func (ctx *httpContext) OnHttpResponseBody(bodySize int, endOfStream b... FILE: t/xds-library/export.go function initial (line 24) | func initial(config_zone unsafe.Pointer, version_zone unsafe.Pointer) { FILE: t/xds-library/main.go function main (line 42) | func main() { function write_config (line 45) | func write_config(config_zone unsafe.Pointer, version_zone unsafe.Pointe... function get_version (line 97) | func get_version() string { function update_conf_version (line 101) | func update_conf_version(zone unsafe.Pointer) { function write_shdict (line 117) | func write_shdict(key string, value string, zone unsafe.Pointer) { FILE: t/xds-library/xds.h function ngx_lua_ffi_shdict_store (line 23) | void ngx_lua_ffi_shdict_store(void *zone, int op, FILE: utils/check-category.py function collect_fn (line 31) | def collect_fn(entries, topic): function check_category (line 42) | def check_category(root): FILE: utils/fix-zh-doc-segment.py function need_fold (line 24) | def need_fold(pre, cur): function check_segment (line 39) | def check_segment(root):