github.com/Finschia/finschia-sdk@v0.48.1/server/grpc/reflection/v2/reflection.pb.gw.go (about) 1 // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. 2 // source: cosmos/base/reflection/v2alpha1/reflection.proto 3 4 /* 5 Package v2 is a reverse proxy. 6 7 It translates gRPC into RESTful JSON APIs. 8 */ 9 package v2 10 11 import ( 12 "context" 13 "io" 14 "net/http" 15 16 "github.com/golang/protobuf/descriptor" 17 "github.com/golang/protobuf/proto" 18 "github.com/grpc-ecosystem/grpc-gateway/runtime" 19 "github.com/grpc-ecosystem/grpc-gateway/utilities" 20 "google.golang.org/grpc" 21 "google.golang.org/grpc/codes" 22 "google.golang.org/grpc/grpclog" 23 "google.golang.org/grpc/status" 24 ) 25 26 // Suppress "imported and not used" errors 27 var _ codes.Code 28 var _ io.Reader 29 var _ status.Status 30 var _ = runtime.String 31 var _ = utilities.NewDoubleArray 32 var _ = descriptor.ForMessage 33 34 func request_ReflectionService_GetAuthnDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 35 var protoReq GetAuthnDescriptorRequest 36 var metadata runtime.ServerMetadata 37 38 msg, err := client.GetAuthnDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 39 return msg, metadata, err 40 41 } 42 43 func local_request_ReflectionService_GetAuthnDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 44 var protoReq GetAuthnDescriptorRequest 45 var metadata runtime.ServerMetadata 46 47 msg, err := server.GetAuthnDescriptor(ctx, &protoReq) 48 return msg, metadata, err 49 50 } 51 52 func request_ReflectionService_GetChainDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 53 var protoReq GetChainDescriptorRequest 54 var metadata runtime.ServerMetadata 55 56 msg, err := client.GetChainDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 57 return msg, metadata, err 58 59 } 60 61 func local_request_ReflectionService_GetChainDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 62 var protoReq GetChainDescriptorRequest 63 var metadata runtime.ServerMetadata 64 65 msg, err := server.GetChainDescriptor(ctx, &protoReq) 66 return msg, metadata, err 67 68 } 69 70 func request_ReflectionService_GetCodecDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 71 var protoReq GetCodecDescriptorRequest 72 var metadata runtime.ServerMetadata 73 74 msg, err := client.GetCodecDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 75 return msg, metadata, err 76 77 } 78 79 func local_request_ReflectionService_GetCodecDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 80 var protoReq GetCodecDescriptorRequest 81 var metadata runtime.ServerMetadata 82 83 msg, err := server.GetCodecDescriptor(ctx, &protoReq) 84 return msg, metadata, err 85 86 } 87 88 func request_ReflectionService_GetConfigurationDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 89 var protoReq GetConfigurationDescriptorRequest 90 var metadata runtime.ServerMetadata 91 92 msg, err := client.GetConfigurationDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 93 return msg, metadata, err 94 95 } 96 97 func local_request_ReflectionService_GetConfigurationDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 98 var protoReq GetConfigurationDescriptorRequest 99 var metadata runtime.ServerMetadata 100 101 msg, err := server.GetConfigurationDescriptor(ctx, &protoReq) 102 return msg, metadata, err 103 104 } 105 106 func request_ReflectionService_GetQueryServicesDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 107 var protoReq GetQueryServicesDescriptorRequest 108 var metadata runtime.ServerMetadata 109 110 msg, err := client.GetQueryServicesDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 111 return msg, metadata, err 112 113 } 114 115 func local_request_ReflectionService_GetQueryServicesDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 116 var protoReq GetQueryServicesDescriptorRequest 117 var metadata runtime.ServerMetadata 118 119 msg, err := server.GetQueryServicesDescriptor(ctx, &protoReq) 120 return msg, metadata, err 121 122 } 123 124 func request_ReflectionService_GetTxDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, client ReflectionServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 125 var protoReq GetTxDescriptorRequest 126 var metadata runtime.ServerMetadata 127 128 msg, err := client.GetTxDescriptor(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) 129 return msg, metadata, err 130 131 } 132 133 func local_request_ReflectionService_GetTxDescriptor_0(ctx context.Context, marshaler runtime.Marshaler, server ReflectionServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { 134 var protoReq GetTxDescriptorRequest 135 var metadata runtime.ServerMetadata 136 137 msg, err := server.GetTxDescriptor(ctx, &protoReq) 138 return msg, metadata, err 139 140 } 141 142 // RegisterReflectionServiceHandlerServer registers the http handlers for service ReflectionService to "mux". 143 // UnaryRPC :call ReflectionServiceServer directly. 144 // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. 145 // Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using RegisterReflectionServiceHandlerFromEndpoint instead. 146 func RegisterReflectionServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReflectionServiceServer) error { 147 148 mux.Handle("GET", pattern_ReflectionService_GetAuthnDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 149 ctx, cancel := context.WithCancel(req.Context()) 150 defer cancel() 151 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 152 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 153 if err != nil { 154 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 155 return 156 } 157 resp, md, err := local_request_ReflectionService_GetAuthnDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 158 ctx = runtime.NewServerMetadataContext(ctx, md) 159 if err != nil { 160 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 161 return 162 } 163 164 forward_ReflectionService_GetAuthnDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 165 166 }) 167 168 mux.Handle("GET", pattern_ReflectionService_GetChainDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 169 ctx, cancel := context.WithCancel(req.Context()) 170 defer cancel() 171 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 172 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 173 if err != nil { 174 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 175 return 176 } 177 resp, md, err := local_request_ReflectionService_GetChainDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 178 ctx = runtime.NewServerMetadataContext(ctx, md) 179 if err != nil { 180 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 181 return 182 } 183 184 forward_ReflectionService_GetChainDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 185 186 }) 187 188 mux.Handle("GET", pattern_ReflectionService_GetCodecDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 189 ctx, cancel := context.WithCancel(req.Context()) 190 defer cancel() 191 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 192 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 193 if err != nil { 194 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 195 return 196 } 197 resp, md, err := local_request_ReflectionService_GetCodecDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 198 ctx = runtime.NewServerMetadataContext(ctx, md) 199 if err != nil { 200 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 201 return 202 } 203 204 forward_ReflectionService_GetCodecDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 205 206 }) 207 208 mux.Handle("GET", pattern_ReflectionService_GetConfigurationDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 209 ctx, cancel := context.WithCancel(req.Context()) 210 defer cancel() 211 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 212 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 213 if err != nil { 214 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 215 return 216 } 217 resp, md, err := local_request_ReflectionService_GetConfigurationDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 218 ctx = runtime.NewServerMetadataContext(ctx, md) 219 if err != nil { 220 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 221 return 222 } 223 224 forward_ReflectionService_GetConfigurationDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 225 226 }) 227 228 mux.Handle("GET", pattern_ReflectionService_GetQueryServicesDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 229 ctx, cancel := context.WithCancel(req.Context()) 230 defer cancel() 231 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 232 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 233 if err != nil { 234 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 235 return 236 } 237 resp, md, err := local_request_ReflectionService_GetQueryServicesDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 238 ctx = runtime.NewServerMetadataContext(ctx, md) 239 if err != nil { 240 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 241 return 242 } 243 244 forward_ReflectionService_GetQueryServicesDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 245 246 }) 247 248 mux.Handle("GET", pattern_ReflectionService_GetTxDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 249 ctx, cancel := context.WithCancel(req.Context()) 250 defer cancel() 251 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 252 rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) 253 if err != nil { 254 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 255 return 256 } 257 resp, md, err := local_request_ReflectionService_GetTxDescriptor_0(rctx, inboundMarshaler, server, req, pathParams) 258 ctx = runtime.NewServerMetadataContext(ctx, md) 259 if err != nil { 260 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 261 return 262 } 263 264 forward_ReflectionService_GetTxDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 265 266 }) 267 268 return nil 269 } 270 271 // RegisterReflectionServiceHandlerFromEndpoint is same as RegisterReflectionServiceHandler but 272 // automatically dials to "endpoint" and closes the connection when "ctx" gets done. 273 func RegisterReflectionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error) { 274 conn, err := grpc.Dial(endpoint, opts...) 275 if err != nil { 276 return err 277 } 278 defer func() { 279 if err != nil { 280 if cerr := conn.Close(); cerr != nil { 281 grpclog.Infof("Failed to close conn to %s: %v", endpoint, cerr) 282 } 283 return 284 } 285 go func() { 286 <-ctx.Done() 287 if cerr := conn.Close(); cerr != nil { 288 grpclog.Infof("Failed to close conn to %s: %v", endpoint, cerr) 289 } 290 }() 291 }() 292 293 return RegisterReflectionServiceHandler(ctx, mux, conn) 294 } 295 296 // RegisterReflectionServiceHandler registers the http handlers for service ReflectionService to "mux". 297 // The handlers forward requests to the grpc endpoint over "conn". 298 func RegisterReflectionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error { 299 return RegisterReflectionServiceHandlerClient(ctx, mux, NewReflectionServiceClient(conn)) 300 } 301 302 // RegisterReflectionServiceHandlerClient registers the http handlers for service ReflectionService 303 // to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ReflectionServiceClient". 304 // Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ReflectionServiceClient" 305 // doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in 306 // "ReflectionServiceClient" to call the correct interceptors. 307 func RegisterReflectionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ReflectionServiceClient) error { 308 309 mux.Handle("GET", pattern_ReflectionService_GetAuthnDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 310 ctx, cancel := context.WithCancel(req.Context()) 311 defer cancel() 312 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 313 rctx, err := runtime.AnnotateContext(ctx, mux, req) 314 if err != nil { 315 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 316 return 317 } 318 resp, md, err := request_ReflectionService_GetAuthnDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 319 ctx = runtime.NewServerMetadataContext(ctx, md) 320 if err != nil { 321 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 322 return 323 } 324 325 forward_ReflectionService_GetAuthnDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 326 327 }) 328 329 mux.Handle("GET", pattern_ReflectionService_GetChainDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 330 ctx, cancel := context.WithCancel(req.Context()) 331 defer cancel() 332 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 333 rctx, err := runtime.AnnotateContext(ctx, mux, req) 334 if err != nil { 335 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 336 return 337 } 338 resp, md, err := request_ReflectionService_GetChainDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 339 ctx = runtime.NewServerMetadataContext(ctx, md) 340 if err != nil { 341 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 342 return 343 } 344 345 forward_ReflectionService_GetChainDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 346 347 }) 348 349 mux.Handle("GET", pattern_ReflectionService_GetCodecDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 350 ctx, cancel := context.WithCancel(req.Context()) 351 defer cancel() 352 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 353 rctx, err := runtime.AnnotateContext(ctx, mux, req) 354 if err != nil { 355 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 356 return 357 } 358 resp, md, err := request_ReflectionService_GetCodecDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 359 ctx = runtime.NewServerMetadataContext(ctx, md) 360 if err != nil { 361 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 362 return 363 } 364 365 forward_ReflectionService_GetCodecDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 366 367 }) 368 369 mux.Handle("GET", pattern_ReflectionService_GetConfigurationDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 370 ctx, cancel := context.WithCancel(req.Context()) 371 defer cancel() 372 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 373 rctx, err := runtime.AnnotateContext(ctx, mux, req) 374 if err != nil { 375 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 376 return 377 } 378 resp, md, err := request_ReflectionService_GetConfigurationDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 379 ctx = runtime.NewServerMetadataContext(ctx, md) 380 if err != nil { 381 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 382 return 383 } 384 385 forward_ReflectionService_GetConfigurationDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 386 387 }) 388 389 mux.Handle("GET", pattern_ReflectionService_GetQueryServicesDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 390 ctx, cancel := context.WithCancel(req.Context()) 391 defer cancel() 392 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 393 rctx, err := runtime.AnnotateContext(ctx, mux, req) 394 if err != nil { 395 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 396 return 397 } 398 resp, md, err := request_ReflectionService_GetQueryServicesDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 399 ctx = runtime.NewServerMetadataContext(ctx, md) 400 if err != nil { 401 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 402 return 403 } 404 405 forward_ReflectionService_GetQueryServicesDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 406 407 }) 408 409 mux.Handle("GET", pattern_ReflectionService_GetTxDescriptor_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { 410 ctx, cancel := context.WithCancel(req.Context()) 411 defer cancel() 412 inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) 413 rctx, err := runtime.AnnotateContext(ctx, mux, req) 414 if err != nil { 415 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 416 return 417 } 418 resp, md, err := request_ReflectionService_GetTxDescriptor_0(rctx, inboundMarshaler, client, req, pathParams) 419 ctx = runtime.NewServerMetadataContext(ctx, md) 420 if err != nil { 421 runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) 422 return 423 } 424 425 forward_ReflectionService_GetTxDescriptor_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) 426 427 }) 428 429 return nil 430 } 431 432 var ( 433 pattern_ReflectionService_GetAuthnDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "authn"}, "", runtime.AssumeColonVerbOpt(false))) 434 435 pattern_ReflectionService_GetChainDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "chain"}, "", runtime.AssumeColonVerbOpt(false))) 436 437 pattern_ReflectionService_GetCodecDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "codec"}, "", runtime.AssumeColonVerbOpt(false))) 438 439 pattern_ReflectionService_GetConfigurationDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "configuration"}, "", runtime.AssumeColonVerbOpt(false))) 440 441 pattern_ReflectionService_GetQueryServicesDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "query_services"}, "", runtime.AssumeColonVerbOpt(false))) 442 443 pattern_ReflectionService_GetTxDescriptor_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5}, []string{"cosmos", "base", "reflection", "v1beta1", "app_descriptor", "tx_descriptor"}, "", runtime.AssumeColonVerbOpt(false))) 444 ) 445 446 var ( 447 forward_ReflectionService_GetAuthnDescriptor_0 = runtime.ForwardResponseMessage 448 449 forward_ReflectionService_GetChainDescriptor_0 = runtime.ForwardResponseMessage 450 451 forward_ReflectionService_GetCodecDescriptor_0 = runtime.ForwardResponseMessage 452 453 forward_ReflectionService_GetConfigurationDescriptor_0 = runtime.ForwardResponseMessage 454 455 forward_ReflectionService_GetQueryServicesDescriptor_0 = runtime.ForwardResponseMessage 456 457 forward_ReflectionService_GetTxDescriptor_0 = runtime.ForwardResponseMessage 458 )