diff --git a/examples/ex_2ch/oas_client_gen.go b/examples/ex_2ch/oas_client_gen.go index 63aa967ad..6eccb29d8 100644 --- a/examples/ex_2ch/oas_client_gen.go +++ b/examples/ex_2ch/oas_client_gen.go @@ -202,7 +202,7 @@ func (c *Client) sendAPICaptcha2chcaptchaIDGet(ctx context.Context, params APICa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptcha2chcaptchaIDGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptcha2chcaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -311,7 +311,7 @@ func (c *Client) sendAPICaptcha2chcaptchaShowGet(ctx context.Context, params API c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptcha2chcaptchaShowGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptcha2chcaptchaShowGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -404,7 +404,7 @@ func (c *Client) sendAPICaptchaAppIDPublicKeyGet(ctx context.Context, params API c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptchaAppIDPublicKeyGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptchaAppIDPublicKeyGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -531,7 +531,7 @@ func (c *Client) sendAPICaptchaInvisibleRecaptchaIDGet(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptchaInvisibleRecaptchaIDGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptchaInvisibleRecaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -640,7 +640,7 @@ func (c *Client) sendAPICaptchaInvisibleRecaptchaMobileGet(ctx context.Context) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptchaInvisibleRecaptchaMobileGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptchaInvisibleRecaptchaMobileGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -711,7 +711,7 @@ func (c *Client) sendAPICaptchaRecaptchaIDGet(ctx context.Context, params APICap c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptchaRecaptchaIDGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptchaRecaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -820,7 +820,7 @@ func (c *Client) sendAPICaptchaRecaptchaMobileGet(ctx context.Context) (res *API c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APICaptchaRecaptchaMobileGet", + ctx, span := c.cfg.Tracer.Start(ctx, APICaptchaRecaptchaMobileGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -891,7 +891,7 @@ func (c *Client) sendAPIDislikeGet(ctx context.Context, params APIDislikeGetPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APIDislikeGet", + ctx, span := c.cfg.Tracer.Start(ctx, APIDislikeGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -994,7 +994,7 @@ func (c *Client) sendAPILikeGet(ctx context.Context, params APILikeGetParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APILikeGet", + ctx, span := c.cfg.Tracer.Start(ctx, APILikeGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1099,7 +1099,7 @@ func (c *Client) sendAPIMobileV2AfterBoardThreadNumGet(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APIMobileV2AfterBoardThreadNumGet", + ctx, span := c.cfg.Tracer.Start(ctx, APIMobileV2AfterBoardThreadNumGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1226,7 +1226,7 @@ func (c *Client) sendAPIMobileV2BoardsGet(ctx context.Context) (res Boards, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APIMobileV2BoardsGet", + ctx, span := c.cfg.Tracer.Start(ctx, APIMobileV2BoardsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1297,7 +1297,7 @@ func (c *Client) sendAPIMobileV2InfoBoardThreadGet(ctx context.Context, params A c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APIMobileV2InfoBoardThreadGet", + ctx, span := c.cfg.Tracer.Start(ctx, APIMobileV2InfoBoardThreadGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1405,7 +1405,7 @@ func (c *Client) sendAPIMobileV2PostBoardNumGet(ctx context.Context, params APIM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "APIMobileV2PostBoardNumGet", + ctx, span := c.cfg.Tracer.Start(ctx, APIMobileV2PostBoardNumGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1513,7 +1513,7 @@ func (c *Client) sendUserPassloginPost(ctx context.Context, request OptUserPassl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UserPassloginPost", + ctx, span := c.cfg.Tracer.Start(ctx, UserPassloginPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1605,7 +1605,7 @@ func (c *Client) sendUserPostingPost(ctx context.Context, request OptUserPosting c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UserPostingPost", + ctx, span := c.cfg.Tracer.Start(ctx, UserPostingPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1679,7 +1679,7 @@ func (c *Client) sendUserReportPost(ctx context.Context, request OptUserReportPo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UserReportPost", + ctx, span := c.cfg.Tracer.Start(ctx, UserReportPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_2ch/oas_handlers_gen.go b/examples/ex_2ch/oas_handlers_gen.go index d7531c3f6..42bf14107 100644 --- a/examples/ex_2ch/oas_handlers_gen.go +++ b/examples/ex_2ch/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleAPICaptcha2chcaptchaIDGetRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptcha2chcaptchaIDGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptcha2chcaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleAPICaptcha2chcaptchaIDGetRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "APICaptcha2chcaptchaIDGet", + Name: APICaptcha2chcaptchaIDGetOperation, ID: "", } ) @@ -81,7 +81,7 @@ func (s *Server) handleAPICaptcha2chcaptchaIDGetRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptcha2chcaptchaIDGet", + OperationName: APICaptcha2chcaptchaIDGetOperation, OperationSummary: "Получение ид для использования 2chcaptcha.", OperationID: "", Body: nil, @@ -146,7 +146,7 @@ func (s *Server) handleAPICaptcha2chcaptchaShowGetRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptcha2chcaptchaShowGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptcha2chcaptchaShowGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -177,7 +177,7 @@ func (s *Server) handleAPICaptcha2chcaptchaShowGetRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "APICaptcha2chcaptchaShowGet", + Name: APICaptcha2chcaptchaShowGetOperation, ID: "", } ) @@ -196,7 +196,7 @@ func (s *Server) handleAPICaptcha2chcaptchaShowGetRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptcha2chcaptchaShowGet", + OperationName: APICaptcha2chcaptchaShowGetOperation, OperationSummary: "Отображение 2chcaptcha по id.", OperationID: "", Body: nil, @@ -261,7 +261,7 @@ func (s *Server) handleAPICaptchaAppIDPublicKeyGetRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptchaAppIDPublicKeyGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptchaAppIDPublicKeyGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -292,7 +292,7 @@ func (s *Server) handleAPICaptchaAppIDPublicKeyGetRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "APICaptchaAppIDPublicKeyGet", + Name: APICaptchaAppIDPublicKeyGetOperation, ID: "", } ) @@ -311,7 +311,7 @@ func (s *Server) handleAPICaptchaAppIDPublicKeyGetRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptchaAppIDPublicKeyGet", + OperationName: APICaptchaAppIDPublicKeyGetOperation, OperationSummary: "Получение app_response_id для отправки поста.", OperationID: "", Body: nil, @@ -380,7 +380,7 @@ func (s *Server) handleAPICaptchaInvisibleRecaptchaIDGetRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptchaInvisibleRecaptchaIDGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptchaInvisibleRecaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -411,7 +411,7 @@ func (s *Server) handleAPICaptchaInvisibleRecaptchaIDGetRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "APICaptchaInvisibleRecaptchaIDGet", + Name: APICaptchaInvisibleRecaptchaIDGetOperation, ID: "", } ) @@ -430,7 +430,7 @@ func (s *Server) handleAPICaptchaInvisibleRecaptchaIDGetRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptchaInvisibleRecaptchaIDGet", + OperationName: APICaptchaInvisibleRecaptchaIDGetOperation, OperationSummary: "Получение публичного ключа invisible recaptcha.", OperationID: "", Body: nil, @@ -495,7 +495,7 @@ func (s *Server) handleAPICaptchaInvisibleRecaptchaMobileGetRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptchaInvisibleRecaptchaMobileGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptchaInvisibleRecaptchaMobileGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -531,7 +531,7 @@ func (s *Server) handleAPICaptchaInvisibleRecaptchaMobileGetRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptchaInvisibleRecaptchaMobileGet", + OperationName: APICaptchaInvisibleRecaptchaMobileGetOperation, OperationSummary: "Получение html страницы для решения капчи, CORS отключён.", OperationID: "", Body: nil, @@ -587,7 +587,7 @@ func (s *Server) handleAPICaptchaRecaptchaIDGetRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptchaRecaptchaIDGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptchaRecaptchaIDGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -618,7 +618,7 @@ func (s *Server) handleAPICaptchaRecaptchaIDGetRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "APICaptchaRecaptchaIDGet", + Name: APICaptchaRecaptchaIDGetOperation, ID: "", } ) @@ -637,7 +637,7 @@ func (s *Server) handleAPICaptchaRecaptchaIDGetRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptchaRecaptchaIDGet", + OperationName: APICaptchaRecaptchaIDGetOperation, OperationSummary: "Получение публичного ключа recaptcha v2.", OperationID: "", Body: nil, @@ -702,7 +702,7 @@ func (s *Server) handleAPICaptchaRecaptchaMobileGetRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APICaptchaRecaptchaMobileGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APICaptchaRecaptchaMobileGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -738,7 +738,7 @@ func (s *Server) handleAPICaptchaRecaptchaMobileGetRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APICaptchaRecaptchaMobileGet", + OperationName: APICaptchaRecaptchaMobileGetOperation, OperationSummary: "Получение html страницы для решения капчи, CORS отключён.", OperationID: "", Body: nil, @@ -794,7 +794,7 @@ func (s *Server) handleAPIDislikeGetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APIDislikeGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APIDislikeGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -825,7 +825,7 @@ func (s *Server) handleAPIDislikeGetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "APIDislikeGet", + Name: APIDislikeGetOperation, ID: "", } ) @@ -844,7 +844,7 @@ func (s *Server) handleAPIDislikeGetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APIDislikeGet", + OperationName: APIDislikeGetOperation, OperationSummary: "Добавление дизлайка на пост.", OperationID: "", Body: nil, @@ -909,7 +909,7 @@ func (s *Server) handleAPILikeGetRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APILikeGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APILikeGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -940,7 +940,7 @@ func (s *Server) handleAPILikeGetRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "APILikeGet", + Name: APILikeGetOperation, ID: "", } ) @@ -959,7 +959,7 @@ func (s *Server) handleAPILikeGetRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APILikeGet", + OperationName: APILikeGetOperation, OperationSummary: "Добавление лайка на пост.", OperationID: "", Body: nil, @@ -1026,7 +1026,7 @@ func (s *Server) handleAPIMobileV2AfterBoardThreadNumGetRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APIMobileV2AfterBoardThreadNumGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APIMobileV2AfterBoardThreadNumGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1057,7 +1057,7 @@ func (s *Server) handleAPIMobileV2AfterBoardThreadNumGetRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "APIMobileV2AfterBoardThreadNumGet", + Name: APIMobileV2AfterBoardThreadNumGetOperation, ID: "", } ) @@ -1076,7 +1076,7 @@ func (s *Server) handleAPIMobileV2AfterBoardThreadNumGetRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APIMobileV2AfterBoardThreadNumGet", + OperationName: APIMobileV2AfterBoardThreadNumGetOperation, OperationSummary: "Получение постов в треде >= указанного. Не рекомендуется использовать для получения треда целиком, только для проверки новых постов.", OperationID: "", Body: nil, @@ -1145,7 +1145,7 @@ func (s *Server) handleAPIMobileV2BoardsGetRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APIMobileV2BoardsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APIMobileV2BoardsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1181,7 +1181,7 @@ func (s *Server) handleAPIMobileV2BoardsGetRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APIMobileV2BoardsGet", + OperationName: APIMobileV2BoardsGetOperation, OperationSummary: "Получение списка досок и их настроек.", OperationID: "", Body: nil, @@ -1237,7 +1237,7 @@ func (s *Server) handleAPIMobileV2InfoBoardThreadGetRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APIMobileV2InfoBoardThreadGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APIMobileV2InfoBoardThreadGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1268,7 +1268,7 @@ func (s *Server) handleAPIMobileV2InfoBoardThreadGetRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "APIMobileV2InfoBoardThreadGet", + Name: APIMobileV2InfoBoardThreadGetOperation, ID: "", } ) @@ -1287,7 +1287,7 @@ func (s *Server) handleAPIMobileV2InfoBoardThreadGetRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APIMobileV2InfoBoardThreadGet", + OperationName: APIMobileV2InfoBoardThreadGetOperation, OperationSummary: "Получение информации о треде.", OperationID: "", Body: nil, @@ -1352,7 +1352,7 @@ func (s *Server) handleAPIMobileV2PostBoardNumGetRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "APIMobileV2PostBoardNumGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), APIMobileV2PostBoardNumGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1383,7 +1383,7 @@ func (s *Server) handleAPIMobileV2PostBoardNumGetRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "APIMobileV2PostBoardNumGet", + Name: APIMobileV2PostBoardNumGetOperation, ID: "", } ) @@ -1402,7 +1402,7 @@ func (s *Server) handleAPIMobileV2PostBoardNumGetRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "APIMobileV2PostBoardNumGet", + OperationName: APIMobileV2PostBoardNumGetOperation, OperationSummary: "Получение информации о посте.", OperationID: "", Body: nil, @@ -1467,7 +1467,7 @@ func (s *Server) handleUserPassloginPostRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UserPassloginPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), UserPassloginPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1498,7 +1498,7 @@ func (s *Server) handleUserPassloginPostRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "UserPassloginPost", + Name: UserPassloginPostOperation, ID: "", } ) @@ -1532,7 +1532,7 @@ func (s *Server) handleUserPassloginPostRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UserPassloginPost", + OperationName: UserPassloginPostOperation, OperationSummary: "Авторизация пасскода.", OperationID: "", Body: request, @@ -1593,7 +1593,7 @@ func (s *Server) handleUserPostingPostRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UserPostingPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), UserPostingPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1624,7 +1624,7 @@ func (s *Server) handleUserPostingPostRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UserPostingPost", + Name: UserPostingPostOperation, ID: "", } ) @@ -1648,7 +1648,7 @@ func (s *Server) handleUserPostingPostRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UserPostingPost", + OperationName: UserPostingPostOperation, OperationSummary: "Создание нового поста или треда.", OperationID: "", Body: request, @@ -1704,7 +1704,7 @@ func (s *Server) handleUserReportPostRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UserReportPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), UserReportPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1735,7 +1735,7 @@ func (s *Server) handleUserReportPostRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "UserReportPost", + Name: UserReportPostOperation, ID: "", } ) @@ -1759,7 +1759,7 @@ func (s *Server) handleUserReportPostRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UserReportPost", + OperationName: UserReportPostOperation, OperationSummary: "Отправка жалобы.", OperationID: "", Body: request, diff --git a/examples/ex_2ch/oas_operations_gen.go b/examples/ex_2ch/oas_operations_gen.go new file mode 100644 index 000000000..1a2eed21b --- /dev/null +++ b/examples/ex_2ch/oas_operations_gen.go @@ -0,0 +1,25 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + APICaptcha2chcaptchaIDGetOperation OperationName = "APICaptcha2chcaptchaIDGet" + APICaptcha2chcaptchaShowGetOperation OperationName = "APICaptcha2chcaptchaShowGet" + APICaptchaAppIDPublicKeyGetOperation OperationName = "APICaptchaAppIDPublicKeyGet" + APICaptchaInvisibleRecaptchaIDGetOperation OperationName = "APICaptchaInvisibleRecaptchaIDGet" + APICaptchaInvisibleRecaptchaMobileGetOperation OperationName = "APICaptchaInvisibleRecaptchaMobileGet" + APICaptchaRecaptchaIDGetOperation OperationName = "APICaptchaRecaptchaIDGet" + APICaptchaRecaptchaMobileGetOperation OperationName = "APICaptchaRecaptchaMobileGet" + APIDislikeGetOperation OperationName = "APIDislikeGet" + APILikeGetOperation OperationName = "APILikeGet" + APIMobileV2AfterBoardThreadNumGetOperation OperationName = "APIMobileV2AfterBoardThreadNumGet" + APIMobileV2BoardsGetOperation OperationName = "APIMobileV2BoardsGet" + APIMobileV2InfoBoardThreadGetOperation OperationName = "APIMobileV2InfoBoardThreadGet" + APIMobileV2PostBoardNumGetOperation OperationName = "APIMobileV2PostBoardNumGet" + UserPassloginPostOperation OperationName = "UserPassloginPost" + UserPostingPostOperation OperationName = "UserPostingPost" + UserReportPostOperation OperationName = "UserReportPost" +) diff --git a/examples/ex_2ch/oas_router_gen.go b/examples/ex_2ch/oas_router_gen.go index bad9df6af..3715415a1 100644 --- a/examples/ex_2ch/oas_router_gen.go +++ b/examples/ex_2ch/oas_router_gen.go @@ -788,7 +788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptcha2chcaptchaIDGet" + r.name = APICaptcha2chcaptchaIDGetOperation r.summary = "Получение ид для использования 2chcaptcha." r.operationID = "" r.pathPattern = "/api/captcha/2chcaptcha/id" @@ -813,7 +813,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptcha2chcaptchaShowGet" + r.name = APICaptcha2chcaptchaShowGetOperation r.summary = "Отображение 2chcaptcha по id." r.operationID = "" r.pathPattern = "/api/captcha/2chcaptcha/show" @@ -846,7 +846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptchaAppIDPublicKeyGet" + r.name = APICaptchaAppIDPublicKeyGetOperation r.summary = "Получение app_response_id для отправки поста." r.operationID = "" r.pathPattern = "/api/captcha/app/id/{public_key}" @@ -883,7 +883,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptchaInvisibleRecaptchaIDGet" + r.name = APICaptchaInvisibleRecaptchaIDGetOperation r.summary = "Получение публичного ключа invisible recaptcha." r.operationID = "" r.pathPattern = "/api/captcha/invisible_recaptcha/id" @@ -908,7 +908,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptchaInvisibleRecaptchaMobileGet" + r.name = APICaptchaInvisibleRecaptchaMobileGetOperation r.summary = "Получение html страницы для решения капчи, CORS отключён." r.operationID = "" r.pathPattern = "/api/captcha/invisible_recaptcha/mobile" @@ -948,7 +948,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptchaRecaptchaIDGet" + r.name = APICaptchaRecaptchaIDGetOperation r.summary = "Получение публичного ключа recaptcha v2." r.operationID = "" r.pathPattern = "/api/captcha/recaptcha/id" @@ -973,7 +973,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APICaptchaRecaptchaMobileGet" + r.name = APICaptchaRecaptchaMobileGetOperation r.summary = "Получение html страницы для решения капчи, CORS отключён." r.operationID = "" r.pathPattern = "/api/captcha/recaptcha/mobile" @@ -1004,7 +1004,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APIDislikeGet" + r.name = APIDislikeGetOperation r.summary = "Добавление дизлайка на пост." r.operationID = "" r.pathPattern = "/api/dislike" @@ -1029,7 +1029,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APILikeGet" + r.name = APILikeGetOperation r.summary = "Добавление лайка на пост." r.operationID = "" r.pathPattern = "/api/like" @@ -1113,7 +1113,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APIMobileV2AfterBoardThreadNumGet" + r.name = APIMobileV2AfterBoardThreadNumGetOperation r.summary = "Получение постов в треде >= указанного. Не рекомендуется использовать для получения треда целиком, только для проверки новых постов." r.operationID = "" r.pathPattern = "/api/mobile/v2/after/{board}/{thread}/{num}" @@ -1144,7 +1144,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APIMobileV2BoardsGet" + r.name = APIMobileV2BoardsGetOperation r.summary = "Получение списка досок и их настроек." r.operationID = "" r.pathPattern = "/api/mobile/v2/boards" @@ -1195,7 +1195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APIMobileV2InfoBoardThreadGet" + r.name = APIMobileV2InfoBoardThreadGetOperation r.summary = "Получение информации о треде." r.operationID = "" r.pathPattern = "/api/mobile/v2/info/{board}/{thread}" @@ -1249,7 +1249,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "APIMobileV2PostBoardNumGet" + r.name = APIMobileV2PostBoardNumGetOperation r.summary = "Получение информации о посте." r.operationID = "" r.pathPattern = "/api/mobile/v2/post/{board}/{num}" @@ -1307,7 +1307,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UserPassloginPost" + r.name = UserPassloginPostOperation r.summary = "Авторизация пасскода." r.operationID = "" r.pathPattern = "/user/passlogin" @@ -1332,7 +1332,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UserPostingPost" + r.name = UserPostingPostOperation r.summary = "Создание нового поста или треда." r.operationID = "" r.pathPattern = "/user/posting" @@ -1360,7 +1360,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UserReportPost" + r.name = UserReportPostOperation r.summary = "Отправка жалобы." r.operationID = "" r.pathPattern = "/user/report" diff --git a/examples/ex_ent/oas_client_gen.go b/examples/ex_ent/oas_client_gen.go index a06b0202f..f6de8a6da 100644 --- a/examples/ex_ent/oas_client_gen.go +++ b/examples/ex_ent/oas_client_gen.go @@ -174,7 +174,7 @@ func (c *Client) sendCreatePet(ctx context.Context, request *CreatePetReq) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreatePet", + ctx, span := c.cfg.Tracer.Start(ctx, CreatePetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -249,7 +249,7 @@ func (c *Client) sendCreatePetCategories(ctx context.Context, request *CreatePet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreatePetCategories", + ctx, span := c.cfg.Tracer.Start(ctx, CreatePetCategoriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -343,7 +343,7 @@ func (c *Client) sendCreatePetFriends(ctx context.Context, request *CreatePetFri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreatePetFriends", + ctx, span := c.cfg.Tracer.Start(ctx, CreatePetFriendsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -437,7 +437,7 @@ func (c *Client) sendCreatePetOwner(ctx context.Context, request *CreatePetOwner c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreatePetOwner", + ctx, span := c.cfg.Tracer.Start(ctx, CreatePetOwnerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -531,7 +531,7 @@ func (c *Client) sendDeletePet(ctx context.Context, params DeletePetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeletePet", + ctx, span := c.cfg.Tracer.Start(ctx, DeletePetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -621,7 +621,7 @@ func (c *Client) sendDeletePetOwner(ctx context.Context, params DeletePetOwnerPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeletePetOwner", + ctx, span := c.cfg.Tracer.Start(ctx, DeletePetOwnerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -712,7 +712,7 @@ func (c *Client) sendListPet(ctx context.Context, params ListPetParams) (res Lis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPet", + ctx, span := c.cfg.Tracer.Start(ctx, ListPetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -822,7 +822,7 @@ func (c *Client) sendListPetCategories(ctx context.Context, params ListPetCatego c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPetCategories", + ctx, span := c.cfg.Tracer.Start(ctx, ListPetCategoriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -951,7 +951,7 @@ func (c *Client) sendListPetFriends(ctx context.Context, params ListPetFriendsPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPetFriends", + ctx, span := c.cfg.Tracer.Start(ctx, ListPetFriendsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1080,7 +1080,7 @@ func (c *Client) sendReadPet(ctx context.Context, params ReadPetParams) (res Rea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPet", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1170,7 +1170,7 @@ func (c *Client) sendReadPetOwner(ctx context.Context, params ReadPetOwnerParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPetOwner", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPetOwnerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1261,7 +1261,7 @@ func (c *Client) sendUpdatePet(ctx context.Context, request *UpdatePetReq, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UpdatePet", + ctx, span := c.cfg.Tracer.Start(ctx, UpdatePetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_ent/oas_handlers_gen.go b/examples/ex_ent/oas_handlers_gen.go index 70fe63a56..a587a206b 100644 --- a/examples/ex_ent/oas_handlers_gen.go +++ b/examples/ex_ent/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleCreatePetRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreatePet", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreatePetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleCreatePetRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreatePet", + Name: CreatePetOperation, ID: "createPet", } ) @@ -88,7 +88,7 @@ func (s *Server) handleCreatePetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreatePet", + OperationName: CreatePetOperation, OperationSummary: "Create a new Pet", OperationID: "createPet", Body: request, @@ -145,7 +145,7 @@ func (s *Server) handleCreatePetCategoriesRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreatePetCategories", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreatePetCategoriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -176,7 +176,7 @@ func (s *Server) handleCreatePetCategoriesRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreatePetCategories", + Name: CreatePetCategoriesOperation, ID: "createPetCategories", } ) @@ -210,7 +210,7 @@ func (s *Server) handleCreatePetCategoriesRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreatePetCategories", + OperationName: CreatePetCategoriesOperation, OperationSummary: "Create a new Category and attach it to the Pet", OperationID: "createPetCategories", Body: request, @@ -272,7 +272,7 @@ func (s *Server) handleCreatePetFriendsRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreatePetFriends", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreatePetFriendsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -303,7 +303,7 @@ func (s *Server) handleCreatePetFriendsRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreatePetFriends", + Name: CreatePetFriendsOperation, ID: "createPetFriends", } ) @@ -337,7 +337,7 @@ func (s *Server) handleCreatePetFriendsRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreatePetFriends", + OperationName: CreatePetFriendsOperation, OperationSummary: "Create a new Pet and attach it to the Pet", OperationID: "createPetFriends", Body: request, @@ -399,7 +399,7 @@ func (s *Server) handleCreatePetOwnerRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreatePetOwner", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreatePetOwnerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -430,7 +430,7 @@ func (s *Server) handleCreatePetOwnerRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreatePetOwner", + Name: CreatePetOwnerOperation, ID: "createPetOwner", } ) @@ -464,7 +464,7 @@ func (s *Server) handleCreatePetOwnerRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreatePetOwner", + OperationName: CreatePetOwnerOperation, OperationSummary: "Create a new User and attach it to the Pet", OperationID: "createPetOwner", Body: request, @@ -526,7 +526,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeletePet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeletePetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -557,7 +557,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeletePet", + Name: DeletePetOperation, ID: "deletePet", } ) @@ -576,7 +576,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeletePet", + OperationName: DeletePetOperation, OperationSummary: "Deletes a Pet by ID", OperationID: "deletePet", Body: nil, @@ -638,7 +638,7 @@ func (s *Server) handleDeletePetOwnerRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeletePetOwner", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeletePetOwnerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -669,7 +669,7 @@ func (s *Server) handleDeletePetOwnerRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeletePetOwner", + Name: DeletePetOwnerOperation, ID: "deletePetOwner", } ) @@ -688,7 +688,7 @@ func (s *Server) handleDeletePetOwnerRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeletePetOwner", + OperationName: DeletePetOwnerOperation, OperationSummary: "Delete the attached Owner", OperationID: "deletePetOwner", Body: nil, @@ -750,7 +750,7 @@ func (s *Server) handleListPetRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -781,7 +781,7 @@ func (s *Server) handleListPetRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPet", + Name: ListPetOperation, ID: "listPet", } ) @@ -800,7 +800,7 @@ func (s *Server) handleListPetRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPet", + OperationName: ListPetOperation, OperationSummary: "List Pets", OperationID: "listPet", Body: nil, @@ -866,7 +866,7 @@ func (s *Server) handleListPetCategoriesRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPetCategories", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPetCategoriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -897,7 +897,7 @@ func (s *Server) handleListPetCategoriesRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPetCategories", + Name: ListPetCategoriesOperation, ID: "listPetCategories", } ) @@ -916,7 +916,7 @@ func (s *Server) handleListPetCategoriesRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPetCategories", + OperationName: ListPetCategoriesOperation, OperationSummary: "List attached Categories", OperationID: "listPetCategories", Body: nil, @@ -986,7 +986,7 @@ func (s *Server) handleListPetFriendsRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPetFriends", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPetFriendsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1017,7 +1017,7 @@ func (s *Server) handleListPetFriendsRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPetFriends", + Name: ListPetFriendsOperation, ID: "listPetFriends", } ) @@ -1036,7 +1036,7 @@ func (s *Server) handleListPetFriendsRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPetFriends", + OperationName: ListPetFriendsOperation, OperationSummary: "List attached Friends", OperationID: "listPetFriends", Body: nil, @@ -1106,7 +1106,7 @@ func (s *Server) handleReadPetRequest(args [1]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1137,7 +1137,7 @@ func (s *Server) handleReadPetRequest(args [1]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPet", + Name: ReadPetOperation, ID: "readPet", } ) @@ -1156,7 +1156,7 @@ func (s *Server) handleReadPetRequest(args [1]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPet", + OperationName: ReadPetOperation, OperationSummary: "Find a Pet by ID", OperationID: "readPet", Body: nil, @@ -1218,7 +1218,7 @@ func (s *Server) handleReadPetOwnerRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPetOwner", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPetOwnerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1249,7 +1249,7 @@ func (s *Server) handleReadPetOwnerRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPetOwner", + Name: ReadPetOwnerOperation, ID: "readPetOwner", } ) @@ -1268,7 +1268,7 @@ func (s *Server) handleReadPetOwnerRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPetOwner", + OperationName: ReadPetOwnerOperation, OperationSummary: "Find the attached User", OperationID: "readPetOwner", Body: nil, @@ -1330,7 +1330,7 @@ func (s *Server) handleUpdatePetRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UpdatePet", + ctx, span := s.cfg.Tracer.Start(r.Context(), UpdatePetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1361,7 +1361,7 @@ func (s *Server) handleUpdatePetRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "UpdatePet", + Name: UpdatePetOperation, ID: "updatePet", } ) @@ -1395,7 +1395,7 @@ func (s *Server) handleUpdatePetRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UpdatePet", + OperationName: UpdatePetOperation, OperationSummary: "Updates a Pet", OperationID: "updatePet", Body: request, diff --git a/examples/ex_ent/oas_operations_gen.go b/examples/ex_ent/oas_operations_gen.go new file mode 100644 index 000000000..a778690f4 --- /dev/null +++ b/examples/ex_ent/oas_operations_gen.go @@ -0,0 +1,21 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CreatePetOperation OperationName = "CreatePet" + CreatePetCategoriesOperation OperationName = "CreatePetCategories" + CreatePetFriendsOperation OperationName = "CreatePetFriends" + CreatePetOwnerOperation OperationName = "CreatePetOwner" + DeletePetOperation OperationName = "DeletePet" + DeletePetOwnerOperation OperationName = "DeletePetOwner" + ListPetOperation OperationName = "ListPet" + ListPetCategoriesOperation OperationName = "ListPetCategories" + ListPetFriendsOperation OperationName = "ListPetFriends" + ReadPetOperation OperationName = "ReadPet" + ReadPetOwnerOperation OperationName = "ReadPetOwner" + UpdatePetOperation OperationName = "UpdatePet" +) diff --git a/examples/ex_ent/oas_router_gen.go b/examples/ex_ent/oas_router_gen.go index 38c1b2a8d..d965ae47c 100644 --- a/examples/ex_ent/oas_router_gen.go +++ b/examples/ex_ent/oas_router_gen.go @@ -305,7 +305,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListPet" + r.name = ListPetOperation r.summary = "List Pets" r.operationID = "listPet" r.pathPattern = "/pets" @@ -313,7 +313,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "CreatePet" + r.name = CreatePetOperation r.summary = "Create a new Pet" r.operationID = "createPet" r.pathPattern = "/pets" @@ -345,7 +345,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "DeletePet" + r.name = DeletePetOperation r.summary = "Deletes a Pet by ID" r.operationID = "deletePet" r.pathPattern = "/pets/{id}" @@ -353,7 +353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ReadPet" + r.name = ReadPetOperation r.summary = "Find a Pet by ID" r.operationID = "readPet" r.pathPattern = "/pets/{id}" @@ -361,7 +361,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "UpdatePet" + r.name = UpdatePetOperation r.summary = "Updates a Pet" r.operationID = "updatePet" r.pathPattern = "/pets/{id}" @@ -397,7 +397,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListPetCategories" + r.name = ListPetCategoriesOperation r.summary = "List attached Categories" r.operationID = "listPetCategories" r.pathPattern = "/pets/{id}/categories" @@ -405,7 +405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "CreatePetCategories" + r.name = CreatePetCategoriesOperation r.summary = "Create a new Category and attach it to the Pet" r.operationID = "createPetCategories" r.pathPattern = "/pets/{id}/categories" @@ -430,7 +430,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListPetFriends" + r.name = ListPetFriendsOperation r.summary = "List attached Friends" r.operationID = "listPetFriends" r.pathPattern = "/pets/{id}/friends" @@ -438,7 +438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "CreatePetFriends" + r.name = CreatePetFriendsOperation r.summary = "Create a new Pet and attach it to the Pet" r.operationID = "createPetFriends" r.pathPattern = "/pets/{id}/friends" @@ -463,7 +463,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "DeletePetOwner" + r.name = DeletePetOwnerOperation r.summary = "Delete the attached Owner" r.operationID = "deletePetOwner" r.pathPattern = "/pets/{id}/owner" @@ -471,7 +471,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ReadPetOwner" + r.name = ReadPetOwnerOperation r.summary = "Find the attached User" r.operationID = "readPetOwner" r.pathPattern = "/pets/{id}/owner" @@ -479,7 +479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "CreatePetOwner" + r.name = CreatePetOwnerOperation r.summary = "Create a new User and attach it to the Pet" r.operationID = "createPetOwner" r.pathPattern = "/pets/{id}/owner" diff --git a/examples/ex_firecracker/oas_client_gen.go b/examples/ex_firecracker/oas_client_gen.go index 3d4d93dee..76cebd058 100644 --- a/examples/ex_firecracker/oas_client_gen.go +++ b/examples/ex_firecracker/oas_client_gen.go @@ -276,7 +276,7 @@ func (c *Client) sendCreateSnapshot(ctx context.Context, request *SnapshotCreate c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateSnapshot", + ctx, span := c.cfg.Tracer.Start(ctx, CreateSnapshotOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -351,7 +351,7 @@ func (c *Client) sendCreateSyncAction(ctx context.Context, request *InstanceActi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateSyncAction", + ctx, span := c.cfg.Tracer.Start(ctx, CreateSyncActionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -426,7 +426,7 @@ func (c *Client) sendDescribeBalloonConfig(ctx context.Context) (res DescribeBal c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DescribeBalloonConfig", + ctx, span := c.cfg.Tracer.Start(ctx, DescribeBalloonConfigOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -498,7 +498,7 @@ func (c *Client) sendDescribeBalloonStats(ctx context.Context) (res DescribeBall c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DescribeBalloonStats", + ctx, span := c.cfg.Tracer.Start(ctx, DescribeBalloonStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -570,7 +570,7 @@ func (c *Client) sendDescribeInstance(ctx context.Context) (res *InstanceInfo, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DescribeInstance", + ctx, span := c.cfg.Tracer.Start(ctx, DescribeInstanceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -642,7 +642,7 @@ func (c *Client) sendGetExportVmConfig(ctx context.Context) (res *FullVmConfigur c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetExportVmConfig", + ctx, span := c.cfg.Tracer.Start(ctx, GetExportVmConfigOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -716,7 +716,7 @@ func (c *Client) sendGetMachineConfiguration(ctx context.Context) (res *MachineC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMachineConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, GetMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -789,7 +789,7 @@ func (c *Client) sendLoadSnapshot(ctx context.Context, request *SnapshotLoadPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LoadSnapshot", + ctx, span := c.cfg.Tracer.Start(ctx, LoadSnapshotOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -863,7 +863,7 @@ func (c *Client) sendMmdsConfigPut(ctx context.Context, request *MmdsConfig) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MmdsConfigPut", + ctx, span := c.cfg.Tracer.Start(ctx, MmdsConfigPutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -937,7 +937,7 @@ func (c *Client) sendMmdsGet(ctx context.Context) (res MmdsGetRes, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MmdsGet", + ctx, span := c.cfg.Tracer.Start(ctx, MmdsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1008,7 +1008,7 @@ func (c *Client) sendMmdsPatch(ctx context.Context, request *MmdsPatchReq) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MmdsPatch", + ctx, span := c.cfg.Tracer.Start(ctx, MmdsPatchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1082,7 +1082,7 @@ func (c *Client) sendMmdsPut(ctx context.Context, request *MmdsPutReq) (res Mmds c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MmdsPut", + ctx, span := c.cfg.Tracer.Start(ctx, MmdsPutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1158,7 +1158,7 @@ func (c *Client) sendPatchBalloon(ctx context.Context, request *BalloonUpdate) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchBalloon", + ctx, span := c.cfg.Tracer.Start(ctx, PatchBalloonOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1234,7 +1234,7 @@ func (c *Client) sendPatchBalloonStatsInterval(ctx context.Context, request *Bal c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchBalloonStatsInterval", + ctx, span := c.cfg.Tracer.Start(ctx, PatchBalloonStatsIntervalOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1310,7 +1310,7 @@ func (c *Client) sendPatchGuestDriveByID(ctx context.Context, request *PartialDr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchGuestDriveByID", + ctx, span := c.cfg.Tracer.Start(ctx, PatchGuestDriveByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1403,7 +1403,7 @@ func (c *Client) sendPatchGuestNetworkInterfaceByID(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchGuestNetworkInterfaceByID", + ctx, span := c.cfg.Tracer.Start(ctx, PatchGuestNetworkInterfaceByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1497,7 +1497,7 @@ func (c *Client) sendPatchMachineConfiguration(ctx context.Context, request OptM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchMachineConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, PatchMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1572,7 +1572,7 @@ func (c *Client) sendPatchVm(ctx context.Context, request *VM) (res PatchVmRes, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatchVm", + ctx, span := c.cfg.Tracer.Start(ctx, PatchVmOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1648,7 +1648,7 @@ func (c *Client) sendPutBalloon(ctx context.Context, request *Balloon) (res PutB c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutBalloon", + ctx, span := c.cfg.Tracer.Start(ctx, PutBalloonOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1724,7 +1724,7 @@ func (c *Client) sendPutGuestBootSource(ctx context.Context, request *BootSource c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutGuestBootSource", + ctx, span := c.cfg.Tracer.Start(ctx, PutGuestBootSourceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1800,7 +1800,7 @@ func (c *Client) sendPutGuestDriveByID(ctx context.Context, request *Drive, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutGuestDriveByID", + ctx, span := c.cfg.Tracer.Start(ctx, PutGuestDriveByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1893,7 +1893,7 @@ func (c *Client) sendPutGuestNetworkInterfaceByID(ctx context.Context, request * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutGuestNetworkInterfaceByID", + ctx, span := c.cfg.Tracer.Start(ctx, PutGuestNetworkInterfaceByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1987,7 +1987,7 @@ func (c *Client) sendPutGuestVsock(ctx context.Context, request *Vsock) (res Put c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutGuestVsock", + ctx, span := c.cfg.Tracer.Start(ctx, PutGuestVsockOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2062,7 +2062,7 @@ func (c *Client) sendPutLogger(ctx context.Context, request *Logger) (res PutLog c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutLogger", + ctx, span := c.cfg.Tracer.Start(ctx, PutLoggerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2140,7 +2140,7 @@ func (c *Client) sendPutMachineConfiguration(ctx context.Context, request OptMac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutMachineConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, PutMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2215,7 +2215,7 @@ func (c *Client) sendPutMetrics(ctx context.Context, request *Metrics) (res PutM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PutMetrics", + ctx, span := c.cfg.Tracer.Start(ctx, PutMetricsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_firecracker/oas_handlers_gen.go b/examples/ex_firecracker/oas_handlers_gen.go index 32bc9081d..2782f4b1b 100644 --- a/examples/ex_firecracker/oas_handlers_gen.go +++ b/examples/ex_firecracker/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleCreateSnapshotRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateSnapshot", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateSnapshotOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleCreateSnapshotRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateSnapshot", + Name: CreateSnapshotOperation, ID: "createSnapshot", } ) @@ -88,7 +88,7 @@ func (s *Server) handleCreateSnapshotRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateSnapshot", + OperationName: CreateSnapshotOperation, OperationSummary: "Creates a full or diff snapshot. Post-boot only.", OperationID: "createSnapshot", Body: request, @@ -156,7 +156,7 @@ func (s *Server) handleCreateSyncActionRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateSyncAction", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateSyncActionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -187,7 +187,7 @@ func (s *Server) handleCreateSyncActionRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateSyncAction", + Name: CreateSyncActionOperation, ID: "createSyncAction", } ) @@ -211,7 +211,7 @@ func (s *Server) handleCreateSyncActionRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateSyncAction", + OperationName: CreateSyncActionOperation, OperationSummary: "Creates a synchronous action.", OperationID: "createSyncAction", Body: request, @@ -279,7 +279,7 @@ func (s *Server) handleDescribeBalloonConfigRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DescribeBalloonConfig", + ctx, span := s.cfg.Tracer.Start(r.Context(), DescribeBalloonConfigOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -315,7 +315,7 @@ func (s *Server) handleDescribeBalloonConfigRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DescribeBalloonConfig", + OperationName: DescribeBalloonConfigOperation, OperationSummary: "Returns the current balloon device configuration.", OperationID: "describeBalloonConfig", Body: nil, @@ -383,7 +383,7 @@ func (s *Server) handleDescribeBalloonStatsRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DescribeBalloonStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), DescribeBalloonStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -419,7 +419,7 @@ func (s *Server) handleDescribeBalloonStatsRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DescribeBalloonStats", + OperationName: DescribeBalloonStatsOperation, OperationSummary: "Returns the latest balloon device statistics, only if enabled pre-boot.", OperationID: "describeBalloonStats", Body: nil, @@ -487,7 +487,7 @@ func (s *Server) handleDescribeInstanceRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DescribeInstance", + ctx, span := s.cfg.Tracer.Start(r.Context(), DescribeInstanceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -523,7 +523,7 @@ func (s *Server) handleDescribeInstanceRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DescribeInstance", + OperationName: DescribeInstanceOperation, OperationSummary: "Returns general information about an instance.", OperationID: "describeInstance", Body: nil, @@ -591,7 +591,7 @@ func (s *Server) handleGetExportVmConfigRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetExportVmConfig", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetExportVmConfigOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -627,7 +627,7 @@ func (s *Server) handleGetExportVmConfigRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetExportVmConfig", + OperationName: GetExportVmConfigOperation, OperationSummary: "Gets the full VM configuration.", OperationID: "getExportVmConfig", Body: nil, @@ -697,7 +697,7 @@ func (s *Server) handleGetMachineConfigurationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMachineConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -733,7 +733,7 @@ func (s *Server) handleGetMachineConfigurationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMachineConfiguration", + OperationName: GetMachineConfigurationOperation, OperationSummary: "Gets the machine configuration of the VM.", OperationID: "getMachineConfiguration", Body: nil, @@ -802,7 +802,7 @@ func (s *Server) handleLoadSnapshotRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LoadSnapshot", + ctx, span := s.cfg.Tracer.Start(r.Context(), LoadSnapshotOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -833,7 +833,7 @@ func (s *Server) handleLoadSnapshotRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "LoadSnapshot", + Name: LoadSnapshotOperation, ID: "loadSnapshot", } ) @@ -857,7 +857,7 @@ func (s *Server) handleLoadSnapshotRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LoadSnapshot", + OperationName: LoadSnapshotOperation, OperationSummary: "Loads a snapshot. Pre-boot only.", OperationID: "loadSnapshot", Body: request, @@ -924,7 +924,7 @@ func (s *Server) handleMmdsConfigPutRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MmdsConfigPut", + ctx, span := s.cfg.Tracer.Start(r.Context(), MmdsConfigPutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -955,7 +955,7 @@ func (s *Server) handleMmdsConfigPutRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "MmdsConfigPut", + Name: MmdsConfigPutOperation, ID: "", } ) @@ -979,7 +979,7 @@ func (s *Server) handleMmdsConfigPutRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MmdsConfigPut", + OperationName: MmdsConfigPutOperation, OperationSummary: "Set MMDS configuration. Pre-boot only.", OperationID: "", Body: request, @@ -1046,7 +1046,7 @@ func (s *Server) handleMmdsGetRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MmdsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MmdsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1082,7 +1082,7 @@ func (s *Server) handleMmdsGetRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MmdsGet", + OperationName: MmdsGetOperation, OperationSummary: "Get the MMDS data store.", OperationID: "", Body: nil, @@ -1149,7 +1149,7 @@ func (s *Server) handleMmdsPatchRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MmdsPatch", + ctx, span := s.cfg.Tracer.Start(r.Context(), MmdsPatchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1180,7 +1180,7 @@ func (s *Server) handleMmdsPatchRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "MmdsPatch", + Name: MmdsPatchOperation, ID: "", } ) @@ -1204,7 +1204,7 @@ func (s *Server) handleMmdsPatchRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MmdsPatch", + OperationName: MmdsPatchOperation, OperationSummary: "Updates the MMDS data store.", OperationID: "", Body: request, @@ -1271,7 +1271,7 @@ func (s *Server) handleMmdsPutRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MmdsPut", + ctx, span := s.cfg.Tracer.Start(r.Context(), MmdsPutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1302,7 +1302,7 @@ func (s *Server) handleMmdsPutRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "MmdsPut", + Name: MmdsPutOperation, ID: "", } ) @@ -1326,7 +1326,7 @@ func (s *Server) handleMmdsPutRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MmdsPut", + OperationName: MmdsPutOperation, OperationSummary: "Creates a MMDS (Microvm Metadata Service) data store.", OperationID: "", Body: request, @@ -1395,7 +1395,7 @@ func (s *Server) handlePatchBalloonRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchBalloon", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchBalloonOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1426,7 +1426,7 @@ func (s *Server) handlePatchBalloonRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchBalloon", + Name: PatchBalloonOperation, ID: "patchBalloon", } ) @@ -1450,7 +1450,7 @@ func (s *Server) handlePatchBalloonRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchBalloon", + OperationName: PatchBalloonOperation, OperationSummary: "Updates a balloon device.", OperationID: "patchBalloon", Body: request, @@ -1519,7 +1519,7 @@ func (s *Server) handlePatchBalloonStatsIntervalRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchBalloonStatsInterval", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchBalloonStatsIntervalOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1550,7 +1550,7 @@ func (s *Server) handlePatchBalloonStatsIntervalRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchBalloonStatsInterval", + Name: PatchBalloonStatsIntervalOperation, ID: "patchBalloonStatsInterval", } ) @@ -1574,7 +1574,7 @@ func (s *Server) handlePatchBalloonStatsIntervalRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchBalloonStatsInterval", + OperationName: PatchBalloonStatsIntervalOperation, OperationSummary: "Updates a balloon device statistics polling interval.", OperationID: "patchBalloonStatsInterval", Body: request, @@ -1643,7 +1643,7 @@ func (s *Server) handlePatchGuestDriveByIDRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchGuestDriveByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchGuestDriveByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1674,7 +1674,7 @@ func (s *Server) handlePatchGuestDriveByIDRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchGuestDriveByID", + Name: PatchGuestDriveByIDOperation, ID: "patchGuestDriveByID", } ) @@ -1708,7 +1708,7 @@ func (s *Server) handlePatchGuestDriveByIDRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchGuestDriveByID", + OperationName: PatchGuestDriveByIDOperation, OperationSummary: "Updates the properties of a drive. Post-boot only.", OperationID: "patchGuestDriveByID", Body: request, @@ -1781,7 +1781,7 @@ func (s *Server) handlePatchGuestNetworkInterfaceByIDRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchGuestNetworkInterfaceByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchGuestNetworkInterfaceByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1812,7 +1812,7 @@ func (s *Server) handlePatchGuestNetworkInterfaceByIDRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchGuestNetworkInterfaceByID", + Name: PatchGuestNetworkInterfaceByIDOperation, ID: "patchGuestNetworkInterfaceByID", } ) @@ -1846,7 +1846,7 @@ func (s *Server) handlePatchGuestNetworkInterfaceByIDRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchGuestNetworkInterfaceByID", + OperationName: PatchGuestNetworkInterfaceByIDOperation, OperationSummary: "Updates the rate limiters applied to a network interface. Post-boot only.", OperationID: "patchGuestNetworkInterfaceByID", Body: request, @@ -1920,7 +1920,7 @@ func (s *Server) handlePatchMachineConfigurationRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchMachineConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1951,7 +1951,7 @@ func (s *Server) handlePatchMachineConfigurationRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchMachineConfiguration", + Name: PatchMachineConfigurationOperation, ID: "patchMachineConfiguration", } ) @@ -1975,7 +1975,7 @@ func (s *Server) handlePatchMachineConfigurationRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchMachineConfiguration", + OperationName: PatchMachineConfigurationOperation, OperationSummary: "Partially updates the Machine Configuration of the VM. Pre-boot only.", OperationID: "patchMachineConfiguration", Body: request, @@ -2043,7 +2043,7 @@ func (s *Server) handlePatchVmRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatchVm", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatchVmOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2074,7 +2074,7 @@ func (s *Server) handlePatchVmRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "PatchVm", + Name: PatchVmOperation, ID: "patchVm", } ) @@ -2098,7 +2098,7 @@ func (s *Server) handlePatchVmRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatchVm", + OperationName: PatchVmOperation, OperationSummary: "Updates the microVM state.", OperationID: "patchVm", Body: request, @@ -2167,7 +2167,7 @@ func (s *Server) handlePutBalloonRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutBalloon", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutBalloonOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2198,7 +2198,7 @@ func (s *Server) handlePutBalloonRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutBalloon", + Name: PutBalloonOperation, ID: "putBalloon", } ) @@ -2222,7 +2222,7 @@ func (s *Server) handlePutBalloonRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutBalloon", + OperationName: PutBalloonOperation, OperationSummary: "Creates or updates a balloon device.", OperationID: "putBalloon", Body: request, @@ -2291,7 +2291,7 @@ func (s *Server) handlePutGuestBootSourceRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutGuestBootSource", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutGuestBootSourceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2322,7 +2322,7 @@ func (s *Server) handlePutGuestBootSourceRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutGuestBootSource", + Name: PutGuestBootSourceOperation, ID: "putGuestBootSource", } ) @@ -2346,7 +2346,7 @@ func (s *Server) handlePutGuestBootSourceRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutGuestBootSource", + OperationName: PutGuestBootSourceOperation, OperationSummary: "Creates or updates the boot source. Pre-boot only.", OperationID: "putGuestBootSource", Body: request, @@ -2415,7 +2415,7 @@ func (s *Server) handlePutGuestDriveByIDRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutGuestDriveByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutGuestDriveByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2446,7 +2446,7 @@ func (s *Server) handlePutGuestDriveByIDRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutGuestDriveByID", + Name: PutGuestDriveByIDOperation, ID: "putGuestDriveByID", } ) @@ -2480,7 +2480,7 @@ func (s *Server) handlePutGuestDriveByIDRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutGuestDriveByID", + OperationName: PutGuestDriveByIDOperation, OperationSummary: "Creates or updates a drive. Pre-boot only.", OperationID: "putGuestDriveByID", Body: request, @@ -2553,7 +2553,7 @@ func (s *Server) handlePutGuestNetworkInterfaceByIDRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutGuestNetworkInterfaceByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutGuestNetworkInterfaceByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2584,7 +2584,7 @@ func (s *Server) handlePutGuestNetworkInterfaceByIDRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutGuestNetworkInterfaceByID", + Name: PutGuestNetworkInterfaceByIDOperation, ID: "putGuestNetworkInterfaceByID", } ) @@ -2618,7 +2618,7 @@ func (s *Server) handlePutGuestNetworkInterfaceByIDRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutGuestNetworkInterfaceByID", + OperationName: PutGuestNetworkInterfaceByIDOperation, OperationSummary: "Creates a network interface. Pre-boot only.", OperationID: "putGuestNetworkInterfaceByID", Body: request, @@ -2692,7 +2692,7 @@ func (s *Server) handlePutGuestVsockRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutGuestVsock", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutGuestVsockOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2723,7 +2723,7 @@ func (s *Server) handlePutGuestVsockRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutGuestVsock", + Name: PutGuestVsockOperation, ID: "putGuestVsock", } ) @@ -2747,7 +2747,7 @@ func (s *Server) handlePutGuestVsockRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutGuestVsock", + OperationName: PutGuestVsockOperation, OperationSummary: "Creates/updates a vsock device. Pre-boot only.", OperationID: "putGuestVsock", Body: request, @@ -2815,7 +2815,7 @@ func (s *Server) handlePutLoggerRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutLogger", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutLoggerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2846,7 +2846,7 @@ func (s *Server) handlePutLoggerRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutLogger", + Name: PutLoggerOperation, ID: "putLogger", } ) @@ -2870,7 +2870,7 @@ func (s *Server) handlePutLoggerRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutLogger", + OperationName: PutLoggerOperation, OperationSummary: "Initializes the logger by specifying a named pipe or a file for the logs output.", OperationID: "putLogger", Body: request, @@ -2941,7 +2941,7 @@ func (s *Server) handlePutMachineConfigurationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutMachineConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutMachineConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2972,7 +2972,7 @@ func (s *Server) handlePutMachineConfigurationRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutMachineConfiguration", + Name: PutMachineConfigurationOperation, ID: "putMachineConfiguration", } ) @@ -2996,7 +2996,7 @@ func (s *Server) handlePutMachineConfigurationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutMachineConfiguration", + OperationName: PutMachineConfigurationOperation, OperationSummary: "Updates the Machine Configuration of the VM. Pre-boot only.", OperationID: "putMachineConfiguration", Body: request, @@ -3064,7 +3064,7 @@ func (s *Server) handlePutMetricsRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PutMetrics", + ctx, span := s.cfg.Tracer.Start(r.Context(), PutMetricsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3095,7 +3095,7 @@ func (s *Server) handlePutMetricsRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "PutMetrics", + Name: PutMetricsOperation, ID: "putMetrics", } ) @@ -3119,7 +3119,7 @@ func (s *Server) handlePutMetricsRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PutMetrics", + OperationName: PutMetricsOperation, OperationSummary: "Initializes the metrics system by specifying a named pipe or a file for the metrics output.", OperationID: "putMetrics", Body: request, diff --git a/examples/ex_firecracker/oas_operations_gen.go b/examples/ex_firecracker/oas_operations_gen.go new file mode 100644 index 000000000..0415353a9 --- /dev/null +++ b/examples/ex_firecracker/oas_operations_gen.go @@ -0,0 +1,35 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CreateSnapshotOperation OperationName = "CreateSnapshot" + CreateSyncActionOperation OperationName = "CreateSyncAction" + DescribeBalloonConfigOperation OperationName = "DescribeBalloonConfig" + DescribeBalloonStatsOperation OperationName = "DescribeBalloonStats" + DescribeInstanceOperation OperationName = "DescribeInstance" + GetExportVmConfigOperation OperationName = "GetExportVmConfig" + GetMachineConfigurationOperation OperationName = "GetMachineConfiguration" + LoadSnapshotOperation OperationName = "LoadSnapshot" + MmdsConfigPutOperation OperationName = "MmdsConfigPut" + MmdsGetOperation OperationName = "MmdsGet" + MmdsPatchOperation OperationName = "MmdsPatch" + MmdsPutOperation OperationName = "MmdsPut" + PatchBalloonOperation OperationName = "PatchBalloon" + PatchBalloonStatsIntervalOperation OperationName = "PatchBalloonStatsInterval" + PatchGuestDriveByIDOperation OperationName = "PatchGuestDriveByID" + PatchGuestNetworkInterfaceByIDOperation OperationName = "PatchGuestNetworkInterfaceByID" + PatchMachineConfigurationOperation OperationName = "PatchMachineConfiguration" + PatchVmOperation OperationName = "PatchVm" + PutBalloonOperation OperationName = "PutBalloon" + PutGuestBootSourceOperation OperationName = "PutGuestBootSource" + PutGuestDriveByIDOperation OperationName = "PutGuestDriveByID" + PutGuestNetworkInterfaceByIDOperation OperationName = "PutGuestNetworkInterfaceByID" + PutGuestVsockOperation OperationName = "PutGuestVsock" + PutLoggerOperation OperationName = "PutLogger" + PutMachineConfigurationOperation OperationName = "PutMachineConfiguration" + PutMetricsOperation OperationName = "PutMetrics" +) diff --git a/examples/ex_firecracker/oas_router_gen.go b/examples/ex_firecracker/oas_router_gen.go index 5036294c2..3e69a15cb 100644 --- a/examples/ex_firecracker/oas_router_gen.go +++ b/examples/ex_firecracker/oas_router_gen.go @@ -597,7 +597,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "DescribeInstance" + r.name = DescribeInstanceOperation r.summary = "Returns general information about an instance." r.operationID = "describeInstance" r.pathPattern = "/" @@ -621,7 +621,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "CreateSyncAction" + r.name = CreateSyncActionOperation r.summary = "Creates a synchronous action." r.operationID = "createSyncAction" r.pathPattern = "/actions" @@ -657,7 +657,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "DescribeBalloonConfig" + r.name = DescribeBalloonConfigOperation r.summary = "Returns the current balloon device configuration." r.operationID = "describeBalloonConfig" r.pathPattern = "/balloon" @@ -665,7 +665,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "PatchBalloon" + r.name = PatchBalloonOperation r.summary = "Updates a balloon device." r.operationID = "patchBalloon" r.pathPattern = "/balloon" @@ -673,7 +673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "PutBalloon" + r.name = PutBalloonOperation r.summary = "Creates or updates a balloon device." r.operationID = "putBalloon" r.pathPattern = "/balloon" @@ -697,7 +697,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DescribeBalloonStats" + r.name = DescribeBalloonStatsOperation r.summary = "Returns the latest balloon device statistics, only if enabled pre-boot." r.operationID = "describeBalloonStats" r.pathPattern = "/balloon/statistics" @@ -705,7 +705,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "PatchBalloonStatsInterval" + r.name = PatchBalloonStatsIntervalOperation r.summary = "Updates a balloon device statistics polling interval." r.operationID = "patchBalloonStatsInterval" r.pathPattern = "/balloon/statistics" @@ -733,7 +733,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PutGuestBootSource" + r.name = PutGuestBootSourceOperation r.summary = "Creates or updates the boot source. Pre-boot only." r.operationID = "putGuestBootSource" r.pathPattern = "/boot-source" @@ -766,7 +766,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "PatchGuestDriveByID" + r.name = PatchGuestDriveByIDOperation r.summary = "Updates the properties of a drive. Post-boot only." r.operationID = "patchGuestDriveByID" r.pathPattern = "/drives/{drive_id}" @@ -774,7 +774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "PutGuestDriveByID" + r.name = PutGuestDriveByIDOperation r.summary = "Creates or updates a drive. Pre-boot only." r.operationID = "putGuestDriveByID" r.pathPattern = "/drives/{drive_id}" @@ -799,7 +799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PutLogger" + r.name = PutLoggerOperation r.summary = "Initializes the logger by specifying a named pipe or a file for the logs output." r.operationID = "putLogger" r.pathPattern = "/logger" @@ -836,7 +836,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetMachineConfiguration" + r.name = GetMachineConfigurationOperation r.summary = "Gets the machine configuration of the VM." r.operationID = "getMachineConfiguration" r.pathPattern = "/machine-config" @@ -844,7 +844,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "PatchMachineConfiguration" + r.name = PatchMachineConfigurationOperation r.summary = "Partially updates the Machine Configuration of the VM. Pre-boot only." r.operationID = "patchMachineConfiguration" r.pathPattern = "/machine-config" @@ -852,7 +852,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "PutMachineConfiguration" + r.name = PutMachineConfigurationOperation r.summary = "Updates the Machine Configuration of the VM. Pre-boot only." r.operationID = "putMachineConfiguration" r.pathPattern = "/machine-config" @@ -877,7 +877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PutMetrics" + r.name = PutMetricsOperation r.summary = "Initializes the metrics system by specifying a named pipe or a file for the metrics output." r.operationID = "putMetrics" r.pathPattern = "/metrics" @@ -901,7 +901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MmdsGet" + r.name = MmdsGetOperation r.summary = "Get the MMDS data store." r.operationID = "" r.pathPattern = "/mmds" @@ -909,7 +909,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "MmdsPatch" + r.name = MmdsPatchOperation r.summary = "Updates the MMDS data store." r.operationID = "" r.pathPattern = "/mmds" @@ -917,7 +917,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "MmdsPut" + r.name = MmdsPutOperation r.summary = "Creates a MMDS (Microvm Metadata Service) data store." r.operationID = "" r.pathPattern = "/mmds" @@ -941,7 +941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "MmdsConfigPut" + r.name = MmdsConfigPutOperation r.summary = "Set MMDS configuration. Pre-boot only." r.operationID = "" r.pathPattern = "/mmds/config" @@ -977,7 +977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "PatchGuestNetworkInterfaceByID" + r.name = PatchGuestNetworkInterfaceByIDOperation r.summary = "Updates the rate limiters applied to a network interface. Post-boot only." r.operationID = "patchGuestNetworkInterfaceByID" r.pathPattern = "/network-interfaces/{iface_id}" @@ -985,7 +985,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "PutGuestNetworkInterfaceByID" + r.name = PutGuestNetworkInterfaceByIDOperation r.summary = "Creates a network interface. Pre-boot only." r.operationID = "putGuestNetworkInterfaceByID" r.pathPattern = "/network-interfaces/{iface_id}" @@ -1022,7 +1022,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "CreateSnapshot" + r.name = CreateSnapshotOperation r.summary = "Creates a full or diff snapshot. Post-boot only." r.operationID = "createSnapshot" r.pathPattern = "/snapshot/create" @@ -1047,7 +1047,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "LoadSnapshot" + r.name = LoadSnapshotOperation r.summary = "Loads a snapshot. Pre-boot only." r.operationID = "loadSnapshot" r.pathPattern = "/snapshot/load" @@ -1086,7 +1086,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "PATCH": - r.name = "PatchVm" + r.name = PatchVmOperation r.summary = "Updates the microVM state." r.operationID = "patchVm" r.pathPattern = "/vm" @@ -1110,7 +1110,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetExportVmConfig" + r.name = GetExportVmConfigOperation r.summary = "Gets the full VM configuration." r.operationID = "getExportVmConfig" r.pathPattern = "/vm/config" @@ -1138,7 +1138,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PutGuestVsock" + r.name = PutGuestVsockOperation r.summary = "Creates/updates a vsock device. Pre-boot only." r.operationID = "putGuestVsock" r.pathPattern = "/vsock" diff --git a/examples/ex_github/oas_client_gen.go b/examples/ex_github/oas_client_gen.go index c8dc592fc..3c338c91e 100644 --- a/examples/ex_github/oas_client_gen.go +++ b/examples/ex_github/oas_client_gen.go @@ -7854,7 +7854,7 @@ func (c *Client) sendActionsAddRepoAccessToSelfHostedRunnerGroupInOrg(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7986,7 +7986,7 @@ func (c *Client) sendActionsAddSelectedRepoToOrgSecret(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsAddSelectedRepoToOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsAddSelectedRepoToOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8119,7 +8119,7 @@ func (c *Client) sendActionsAddSelfHostedRunnerToGroupForOrg(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsAddSelfHostedRunnerToGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsAddSelfHostedRunnerToGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8251,7 +8251,7 @@ func (c *Client) sendActionsApproveWorkflowRun(ctx context.Context, params Actio c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsApproveWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsApproveWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8382,7 +8382,7 @@ func (c *Client) sendActionsCancelWorkflowRun(ctx context.Context, params Action c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCancelWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCancelWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8564,7 +8564,7 @@ func (c *Client) sendActionsCreateOrUpdateEnvironmentSecret(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateOrUpdateEnvironmentSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateOrUpdateEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8748,7 +8748,7 @@ func (c *Client) sendActionsCreateOrUpdateOrgSecret(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateOrUpdateOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateOrUpdateOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8913,7 +8913,7 @@ func (c *Client) sendActionsCreateOrUpdateRepoSecret(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateOrUpdateRepoSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateOrUpdateRepoSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9051,7 +9051,7 @@ func (c *Client) sendActionsCreateRegistrationTokenForOrg(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateRegistrationTokenForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateRegistrationTokenForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9150,7 +9150,7 @@ func (c *Client) sendActionsCreateRegistrationTokenForRepo(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateRegistrationTokenForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateRegistrationTokenForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9269,7 +9269,7 @@ func (c *Client) sendActionsCreateRemoveTokenForOrg(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateRemoveTokenForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateRemoveTokenForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9368,7 +9368,7 @@ func (c *Client) sendActionsCreateRemoveTokenForRepo(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateRemoveTokenForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateRemoveTokenForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9482,7 +9482,7 @@ func (c *Client) sendActionsCreateSelfHostedRunnerGroupForOrg(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsCreateSelfHostedRunnerGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsCreateSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9578,7 +9578,7 @@ func (c *Client) sendActionsDeleteArtifact(ctx context.Context, params ActionsDe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteArtifact", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteArtifactOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9708,7 +9708,7 @@ func (c *Client) sendActionsDeleteEnvironmentSecret(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteEnvironmentSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9838,7 +9838,7 @@ func (c *Client) sendActionsDeleteOrgSecret(ctx context.Context, params ActionsD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9949,7 +9949,7 @@ func (c *Client) sendActionsDeleteRepoSecret(ctx context.Context, params Actions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteRepoSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteRepoSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10079,7 +10079,7 @@ func (c *Client) sendActionsDeleteSelfHostedRunnerFromOrg(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteSelfHostedRunnerFromOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteSelfHostedRunnerFromOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10191,7 +10191,7 @@ func (c *Client) sendActionsDeleteSelfHostedRunnerFromRepo(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteSelfHostedRunnerFromRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteSelfHostedRunnerFromRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10323,7 +10323,7 @@ func (c *Client) sendActionsDeleteSelfHostedRunnerGroupFromOrg(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteSelfHostedRunnerGroupFromOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteSelfHostedRunnerGroupFromOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10436,7 +10436,7 @@ func (c *Client) sendActionsDeleteWorkflowRun(ctx context.Context, params Action c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10566,7 +10566,7 @@ func (c *Client) sendActionsDeleteWorkflowRunLogs(ctx context.Context, params Ac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDeleteWorkflowRunLogs", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDeleteWorkflowRunLogsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10700,7 +10700,7 @@ func (c *Client) sendActionsDisableSelectedRepositoryGithubActionsOrganization(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDisableSelectedRepositoryGithubActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10815,7 +10815,7 @@ func (c *Client) sendActionsDownloadArtifact(ctx context.Context, params Actions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDownloadArtifact", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDownloadArtifactOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10970,7 +10970,7 @@ func (c *Client) sendActionsDownloadJobLogsForWorkflowRun(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDownloadJobLogsForWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDownloadJobLogsForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11105,7 +11105,7 @@ func (c *Client) sendActionsDownloadWorkflowRunLogs(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsDownloadWorkflowRunLogs", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsDownloadWorkflowRunLogsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11239,7 +11239,7 @@ func (c *Client) sendActionsEnableSelectedRepositoryGithubActionsOrganization(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsEnableSelectedRepositoryGithubActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11353,7 +11353,7 @@ func (c *Client) sendActionsGetAllowedActionsOrganization(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetAllowedActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetAllowedActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11449,7 +11449,7 @@ func (c *Client) sendActionsGetAllowedActionsRepository(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetAllowedActionsRepository", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetAllowedActionsRepositoryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11561,7 +11561,7 @@ func (c *Client) sendActionsGetArtifact(ctx context.Context, params ActionsGetAr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetArtifact", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetArtifactOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11692,7 +11692,7 @@ func (c *Client) sendActionsGetEnvironmentPublicKey(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetEnvironmentPublicKey", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetEnvironmentPublicKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11804,7 +11804,7 @@ func (c *Client) sendActionsGetEnvironmentSecret(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetEnvironmentSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11934,7 +11934,7 @@ func (c *Client) sendActionsGetGithubActionsPermissionsOrganization(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetGithubActionsPermissionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetGithubActionsPermissionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12028,7 +12028,7 @@ func (c *Client) sendActionsGetGithubActionsPermissionsRepository(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetGithubActionsPermissionsRepository", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetGithubActionsPermissionsRepositoryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12140,7 +12140,7 @@ func (c *Client) sendActionsGetJobForWorkflowRun(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetJobForWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetJobForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12271,7 +12271,7 @@ func (c *Client) sendActionsGetOrgPublicKey(ctx context.Context, params ActionsG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetOrgPublicKey", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetOrgPublicKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12364,7 +12364,7 @@ func (c *Client) sendActionsGetOrgSecret(ctx context.Context, params ActionsGetO c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12476,7 +12476,7 @@ func (c *Client) sendActionsGetRepoPublicKey(ctx context.Context, params Actions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetRepoPublicKey", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetRepoPublicKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12588,7 +12588,7 @@ func (c *Client) sendActionsGetRepoSecret(ctx context.Context, params ActionsGet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetRepoSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetRepoSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12718,7 +12718,7 @@ func (c *Client) sendActionsGetReviewsForRun(ctx context.Context, params Actions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetReviewsForRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetReviewsForRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12848,7 +12848,7 @@ func (c *Client) sendActionsGetSelfHostedRunnerForOrg(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetSelfHostedRunnerForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetSelfHostedRunnerForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12959,7 +12959,7 @@ func (c *Client) sendActionsGetSelfHostedRunnerForRepo(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetSelfHostedRunnerForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetSelfHostedRunnerForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13091,7 +13091,7 @@ func (c *Client) sendActionsGetSelfHostedRunnerGroupForOrg(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetSelfHostedRunnerGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13202,7 +13202,7 @@ func (c *Client) sendActionsGetWorkflowRun(ctx context.Context, params ActionsGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13339,7 +13339,7 @@ func (c *Client) sendActionsGetWorkflowRunUsage(ctx context.Context, params Acti c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsGetWorkflowRunUsage", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsGetWorkflowRunUsageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13470,7 +13470,7 @@ func (c *Client) sendActionsListArtifactsForRepo(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListArtifactsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListArtifactsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13620,7 +13620,7 @@ func (c *Client) sendActionsListEnvironmentSecrets(ctx context.Context, params A c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListEnvironmentSecrets", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListEnvironmentSecretsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13772,7 +13772,7 @@ func (c *Client) sendActionsListJobsForWorkflowRun(ctx context.Context, params A c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListJobsForWorkflowRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListJobsForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13958,7 +13958,7 @@ func (c *Client) sendActionsListOrgSecrets(ctx context.Context, params ActionsLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListOrgSecrets", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListOrgSecretsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14091,7 +14091,7 @@ func (c *Client) sendActionsListRepoAccessToSelfHostedRunnerGroupInOrg(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14241,7 +14241,7 @@ func (c *Client) sendActionsListRepoSecrets(ctx context.Context, params ActionsL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListRepoSecrets", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListRepoSecretsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14391,7 +14391,7 @@ func (c *Client) sendActionsListRepoWorkflows(ctx context.Context, params Action c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListRepoWorkflows", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListRepoWorkflowsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14540,7 +14540,7 @@ func (c *Client) sendActionsListRunnerApplicationsForOrg(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListRunnerApplicationsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListRunnerApplicationsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14632,7 +14632,7 @@ func (c *Client) sendActionsListRunnerApplicationsForRepo(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListRunnerApplicationsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListRunnerApplicationsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14745,7 +14745,7 @@ func (c *Client) sendActionsListSelectedReposForOrgSecret(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelectedReposForOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelectedReposForOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14898,7 +14898,7 @@ func (c *Client) sendActionsListSelectedRepositoriesEnabledGithubActionsOrganiza c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15031,7 +15031,7 @@ func (c *Client) sendActionsListSelfHostedRunnerGroupsForOrg(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelfHostedRunnerGroupsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelfHostedRunnerGroupsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15161,7 +15161,7 @@ func (c *Client) sendActionsListSelfHostedRunnersForOrg(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelfHostedRunnersForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelfHostedRunnersForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15291,7 +15291,7 @@ func (c *Client) sendActionsListSelfHostedRunnersForRepo(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelfHostedRunnersForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelfHostedRunnersForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15443,7 +15443,7 @@ func (c *Client) sendActionsListSelfHostedRunnersInGroupForOrg(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListSelfHostedRunnersInGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListSelfHostedRunnersInGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15593,7 +15593,7 @@ func (c *Client) sendActionsListWorkflowRunArtifacts(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListWorkflowRunArtifacts", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListWorkflowRunArtifactsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15765,7 +15765,7 @@ func (c *Client) sendActionsListWorkflowRunsForRepo(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsListWorkflowRunsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsListWorkflowRunsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16005,7 +16005,7 @@ func (c *Client) sendActionsReRunWorkflow(ctx context.Context, params ActionsReR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsReRunWorkflow", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsReRunWorkflowOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16141,7 +16141,7 @@ func (c *Client) sendActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16273,7 +16273,7 @@ func (c *Client) sendActionsRemoveSelectedRepoFromOrgSecret(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsRemoveSelectedRepoFromOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsRemoveSelectedRepoFromOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16406,7 +16406,7 @@ func (c *Client) sendActionsRemoveSelfHostedRunnerFromGroupForOrg(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsRemoveSelfHostedRunnerFromGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16536,7 +16536,7 @@ func (c *Client) sendActionsRetryWorkflow(ctx context.Context, params ActionsRet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsRetryWorkflow", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsRetryWorkflowOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16666,7 +16666,7 @@ func (c *Client) sendActionsReviewPendingDeploymentsForRun(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsReviewPendingDeploymentsForRun", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsReviewPendingDeploymentsForRunOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16808,7 +16808,7 @@ func (c *Client) sendActionsSetAllowedActionsOrganization(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetAllowedActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetAllowedActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16911,7 +16911,7 @@ func (c *Client) sendActionsSetAllowedActionsRepository(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetAllowedActionsRepository", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetAllowedActionsRepositoryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17029,7 +17029,7 @@ func (c *Client) sendActionsSetGithubActionsPermissionsOrganization(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetGithubActionsPermissionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetGithubActionsPermissionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17129,7 +17129,7 @@ func (c *Client) sendActionsSetGithubActionsPermissionsRepository(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetGithubActionsPermissionsRepository", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetGithubActionsPermissionsRepositoryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17247,7 +17247,7 @@ func (c *Client) sendActionsSetRepoAccessToSelfHostedRunnerGroupInOrg(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17364,7 +17364,7 @@ func (c *Client) sendActionsSetSelectedReposForOrgSecret(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetSelectedReposForOrgSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetSelectedReposForOrgSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17482,7 +17482,7 @@ func (c *Client) sendActionsSetSelectedRepositoriesEnabledGithubActionsOrganizat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17580,7 +17580,7 @@ func (c *Client) sendActionsSetSelfHostedRunnersInGroupForOrg(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsSetSelfHostedRunnersInGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsSetSelfHostedRunnersInGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17697,7 +17697,7 @@ func (c *Client) sendActionsUpdateSelfHostedRunnerGroupForOrg(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActionsUpdateSelfHostedRunnerGroupForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ActionsUpdateSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17809,7 +17809,7 @@ func (c *Client) sendActivityCheckRepoIsStarredByAuthenticatedUser(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityCheckRepoIsStarredByAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityCheckRepoIsStarredByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17920,7 +17920,7 @@ func (c *Client) sendActivityDeleteRepoSubscription(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityDeleteRepoSubscription", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityDeleteRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18034,7 +18034,7 @@ func (c *Client) sendActivityDeleteThreadSubscription(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityDeleteThreadSubscription", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityDeleteThreadSubscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18139,7 +18139,7 @@ func (c *Client) sendActivityGetFeeds(ctx context.Context) (res *Feed, err error c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityGetFeeds", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityGetFeedsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18211,7 +18211,7 @@ func (c *Client) sendActivityGetRepoSubscription(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityGetRepoSubscription", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityGetRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18321,7 +18321,7 @@ func (c *Client) sendActivityGetThread(ctx context.Context, params ActivityGetTh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityGetThread", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityGetThreadOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18414,7 +18414,7 @@ func (c *Client) sendActivityGetThreadSubscriptionForAuthenticatedUser(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityGetThreadSubscriptionForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityGetThreadSubscriptionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18506,7 +18506,7 @@ func (c *Client) sendActivityListEventsForAuthenticatedUser(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListEventsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListEventsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18635,7 +18635,7 @@ func (c *Client) sendActivityListNotificationsForAuthenticatedUser(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListNotificationsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListNotificationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18813,7 +18813,7 @@ func (c *Client) sendActivityListOrgEventsForAuthenticatedUser(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListOrgEventsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListOrgEventsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18961,7 +18961,7 @@ func (c *Client) sendActivityListPublicEvents(ctx context.Context, params Activi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListPublicEvents", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListPublicEventsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19071,7 +19071,7 @@ func (c *Client) sendActivityListPublicEventsForRepoNetwork(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListPublicEventsForRepoNetwork", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListPublicEventsForRepoNetworkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19219,7 +19219,7 @@ func (c *Client) sendActivityListPublicEventsForUser(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListPublicEventsForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListPublicEventsForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19348,7 +19348,7 @@ func (c *Client) sendActivityListPublicOrgEvents(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListPublicOrgEvents", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListPublicOrgEventsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19479,7 +19479,7 @@ func (c *Client) sendActivityListReceivedEventsForUser(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListReceivedEventsForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListReceivedEventsForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19608,7 +19608,7 @@ func (c *Client) sendActivityListReceivedPublicEventsForUser(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListReceivedPublicEventsForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListReceivedPublicEventsForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19737,7 +19737,7 @@ func (c *Client) sendActivityListRepoEvents(ctx context.Context, params Activity c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListRepoEvents", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListRepoEventsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19885,7 +19885,7 @@ func (c *Client) sendActivityListRepoNotificationsForAuthenticatedUser(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListRepoNotificationsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListRepoNotificationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20103,7 +20103,7 @@ func (c *Client) sendActivityListReposStarredByAuthenticatedUser(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListReposStarredByAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListReposStarredByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20247,7 +20247,7 @@ func (c *Client) sendActivityListReposWatchedByUser(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListReposWatchedByUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListReposWatchedByUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20376,7 +20376,7 @@ func (c *Client) sendActivityListWatchedReposForAuthenticatedUser(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListWatchedReposForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListWatchedReposForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20486,7 +20486,7 @@ func (c *Client) sendActivityListWatchersForRepo(ctx context.Context, params Act c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityListWatchersForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityListWatchersForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20640,7 +20640,7 @@ func (c *Client) sendActivityMarkNotificationsAsRead(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityMarkNotificationsAsRead", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityMarkNotificationsAsReadOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20721,7 +20721,7 @@ func (c *Client) sendActivityMarkRepoNotificationsAsRead(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityMarkRepoNotificationsAsRead", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityMarkRepoNotificationsAsReadOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20834,7 +20834,7 @@ func (c *Client) sendActivityMarkThreadAsRead(ctx context.Context, params Activi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityMarkThreadAsRead", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityMarkThreadAsReadOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20927,7 +20927,7 @@ func (c *Client) sendActivitySetRepoSubscription(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivitySetRepoSubscription", + ctx, span := c.cfg.Tracer.Start(ctx, ActivitySetRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21047,7 +21047,7 @@ func (c *Client) sendActivitySetThreadSubscription(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivitySetThreadSubscription", + ctx, span := c.cfg.Tracer.Start(ctx, ActivitySetThreadSubscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21143,7 +21143,7 @@ func (c *Client) sendActivityStarRepoForAuthenticatedUser(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityStarRepoForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityStarRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21252,7 +21252,7 @@ func (c *Client) sendActivityUnstarRepoForAuthenticatedUser(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ActivityUnstarRepoForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ActivityUnstarRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21366,7 +21366,7 @@ func (c *Client) sendAppsAddRepoToInstallation(ctx context.Context, params AppsA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsAddRepoToInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsAddRepoToInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21480,7 +21480,7 @@ func (c *Client) sendAppsCheckToken(ctx context.Context, request *AppsCheckToken c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsCheckToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsCheckTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21583,7 +21583,7 @@ func (c *Client) sendAppsCreateContentAttachment(ctx context.Context, request *A c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsCreateContentAttachment", + ctx, span := c.cfg.Tracer.Start(ctx, AppsCreateContentAttachmentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21718,7 +21718,7 @@ func (c *Client) sendAppsCreateFromManifest(ctx context.Context, request *AppsCr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsCreateFromManifest", + ctx, span := c.cfg.Tracer.Start(ctx, AppsCreateFromManifestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21821,7 +21821,7 @@ func (c *Client) sendAppsCreateInstallationAccessToken(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsCreateInstallationAccessToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsCreateInstallationAccessTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21924,7 +21924,7 @@ func (c *Client) sendAppsDeleteAuthorization(ctx context.Context, request *AppsD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsDeleteAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, AppsDeleteAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22023,7 +22023,7 @@ func (c *Client) sendAppsDeleteInstallation(ctx context.Context, params AppsDele c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsDeleteInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsDeleteInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22116,7 +22116,7 @@ func (c *Client) sendAppsDeleteToken(ctx context.Context, request *AppsDeleteTok c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsDeleteToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsDeleteTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22217,7 +22217,7 @@ func (c *Client) sendAppsGetAuthenticated(ctx context.Context) (res *Integration c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22296,7 +22296,7 @@ func (c *Client) sendAppsGetBySlug(ctx context.Context, params AppsGetBySlugPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetBySlug", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetBySlugOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22393,7 +22393,7 @@ func (c *Client) sendAppsGetSubscriptionPlanForAccount(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetSubscriptionPlanForAccount", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetSubscriptionPlanForAccountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22490,7 +22490,7 @@ func (c *Client) sendAppsGetSubscriptionPlanForAccountStubbed(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetSubscriptionPlanForAccountStubbed", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetSubscriptionPlanForAccountStubbedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22584,7 +22584,7 @@ func (c *Client) sendAppsGetWebhookConfigForApp(ctx context.Context) (res *Webho c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetWebhookConfigForApp", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetWebhookConfigForAppOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22659,7 +22659,7 @@ func (c *Client) sendAppsGetWebhookDelivery(ctx context.Context, params AppsGetW c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsGetWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, AppsGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22757,7 +22757,7 @@ func (c *Client) sendAppsListAccountsForPlan(ctx context.Context, params AppsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListAccountsForPlan", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListAccountsForPlanOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22928,7 +22928,7 @@ func (c *Client) sendAppsListAccountsForPlanStubbed(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListAccountsForPlanStubbed", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListAccountsForPlanStubbedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23097,7 +23097,7 @@ func (c *Client) sendAppsListInstallationReposForAuthenticatedUser(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListInstallationReposForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListInstallationReposForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23231,7 +23231,7 @@ func (c *Client) sendAppsListPlans(ctx context.Context, params AppsListPlansPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListPlans", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListPlansOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23346,7 +23346,7 @@ func (c *Client) sendAppsListPlansStubbed(ctx context.Context, params AppsListPl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListPlansStubbed", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListPlansStubbedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23459,7 +23459,7 @@ func (c *Client) sendAppsListReposAccessibleToInstallation(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListReposAccessibleToInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListReposAccessibleToInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23571,7 +23571,7 @@ func (c *Client) sendAppsListSubscriptionsForAuthenticatedUser(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListSubscriptionsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListSubscriptionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23683,7 +23683,7 @@ func (c *Client) sendAppsListSubscriptionsForAuthenticatedUserStubbed(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListSubscriptionsForAuthenticatedUserStubbed", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListSubscriptionsForAuthenticatedUserStubbedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23796,7 +23796,7 @@ func (c *Client) sendAppsListWebhookDeliveries(ctx context.Context, params AppsL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsListWebhookDeliveries", + ctx, span := c.cfg.Tracer.Start(ctx, AppsListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23909,7 +23909,7 @@ func (c *Client) sendAppsRedeliverWebhookDelivery(ctx context.Context, params Ap c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsRedeliverWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, AppsRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24005,7 +24005,7 @@ func (c *Client) sendAppsRemoveRepoFromInstallation(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsRemoveRepoFromInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsRemoveRepoFromInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24119,7 +24119,7 @@ func (c *Client) sendAppsResetToken(ctx context.Context, request *AppsResetToken c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsResetToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsResetTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24222,7 +24222,7 @@ func (c *Client) sendAppsRevokeInstallationAccessToken(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsRevokeInstallationAccessToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsRevokeInstallationAccessTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24299,7 +24299,7 @@ func (c *Client) sendAppsScopeToken(ctx context.Context, request *AppsScopeToken c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsScopeToken", + ctx, span := c.cfg.Tracer.Start(ctx, AppsScopeTokenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24398,7 +24398,7 @@ func (c *Client) sendAppsSuspendInstallation(ctx context.Context, params AppsSus c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsSuspendInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsSuspendInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24492,7 +24492,7 @@ func (c *Client) sendAppsUnsuspendInstallation(ctx context.Context, params AppsU c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsUnsuspendInstallation", + ctx, span := c.cfg.Tracer.Start(ctx, AppsUnsuspendInstallationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24587,7 +24587,7 @@ func (c *Client) sendAppsUpdateWebhookConfigForApp(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AppsUpdateWebhookConfigForApp", + ctx, span := c.cfg.Tracer.Start(ctx, AppsUpdateWebhookConfigForAppOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24669,7 +24669,7 @@ func (c *Client) sendBillingGetGithubActionsBillingGhe(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubActionsBillingGhe", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubActionsBillingGheOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24767,7 +24767,7 @@ func (c *Client) sendBillingGetGithubActionsBillingOrg(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubActionsBillingOrg", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubActionsBillingOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24865,7 +24865,7 @@ func (c *Client) sendBillingGetGithubActionsBillingUser(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubActionsBillingUser", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubActionsBillingUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24960,7 +24960,7 @@ func (c *Client) sendBillingGetGithubPackagesBillingGhe(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubPackagesBillingGhe", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubPackagesBillingGheOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25055,7 +25055,7 @@ func (c *Client) sendBillingGetGithubPackagesBillingOrg(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubPackagesBillingOrg", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubPackagesBillingOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25150,7 +25150,7 @@ func (c *Client) sendBillingGetGithubPackagesBillingUser(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetGithubPackagesBillingUser", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetGithubPackagesBillingUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25245,7 +25245,7 @@ func (c *Client) sendBillingGetSharedStorageBillingGhe(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetSharedStorageBillingGhe", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetSharedStorageBillingGheOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25340,7 +25340,7 @@ func (c *Client) sendBillingGetSharedStorageBillingOrg(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetSharedStorageBillingOrg", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetSharedStorageBillingOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25435,7 +25435,7 @@ func (c *Client) sendBillingGetSharedStorageBillingUser(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BillingGetSharedStorageBillingUser", + ctx, span := c.cfg.Tracer.Start(ctx, BillingGetSharedStorageBillingUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25534,7 +25534,7 @@ func (c *Client) sendChecksCreateSuite(ctx context.Context, request *ChecksCreat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksCreateSuite", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksCreateSuiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25652,7 +25652,7 @@ func (c *Client) sendChecksGet(ctx context.Context, params ChecksGetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksGet", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25785,7 +25785,7 @@ func (c *Client) sendChecksGetSuite(ctx context.Context, params ChecksGetSuitePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksGetSuite", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksGetSuiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25916,7 +25916,7 @@ func (c *Client) sendChecksListAnnotations(ctx context.Context, params ChecksLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksListAnnotations", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksListAnnotationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26089,7 +26089,7 @@ func (c *Client) sendChecksListForRef(ctx context.Context, params ChecksListForR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksListForRef", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksListForRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26329,7 +26329,7 @@ func (c *Client) sendChecksListForSuite(ctx context.Context, params ChecksListFo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksListForSuite", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksListForSuiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26553,7 +26553,7 @@ func (c *Client) sendChecksListSuitesForRef(ctx context.Context, params ChecksLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksListSuitesForRef", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksListSuitesForRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26759,7 +26759,7 @@ func (c *Client) sendChecksRerequestSuite(ctx context.Context, params ChecksRere c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksRerequestSuite", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksRerequestSuiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26892,7 +26892,7 @@ func (c *Client) sendChecksSetSuitesPreferences(ctx context.Context, request *Ch c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ChecksSetSuitesPreferences", + ctx, span := c.cfg.Tracer.Start(ctx, ChecksSetSuitesPreferencesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27063,7 +27063,7 @@ func (c *Client) sendCodeScanningDeleteAnalysis(ctx context.Context, params Code c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningDeleteAnalysis", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningDeleteAnalysisOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27218,7 +27218,7 @@ func (c *Client) sendCodeScanningGetAlert(ctx context.Context, params CodeScanni c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningGetAlert", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningGetAlertOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27367,7 +27367,7 @@ func (c *Client) sendCodeScanningGetAnalysis(ctx context.Context, params CodeSca c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningGetAnalysis", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningGetAnalysisOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27500,7 +27500,7 @@ func (c *Client) sendCodeScanningGetSarif(ctx context.Context, params CodeScanni c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningGetSarif", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningGetSarifOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27630,7 +27630,7 @@ func (c *Client) sendCodeScanningListAlertInstances(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningListAlertInstances", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningListAlertInstancesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27827,7 +27827,7 @@ func (c *Client) sendCodeScanningListAlertsForRepo(ctx context.Context, params C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningListAlertsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningListAlertsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28066,7 +28066,7 @@ func (c *Client) sendCodeScanningListRecentAnalyses(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningListRecentAnalyses", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningListRecentAnalysesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28296,7 +28296,7 @@ func (c *Client) sendCodeScanningUpdateAlert(ctx context.Context, request *CodeS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningUpdateAlert", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningUpdateAlertOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28456,7 +28456,7 @@ func (c *Client) sendCodeScanningUploadSarif(ctx context.Context, request *CodeS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodeScanningUploadSarif", + ctx, span := c.cfg.Tracer.Start(ctx, CodeScanningUploadSarifOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28569,7 +28569,7 @@ func (c *Client) sendCodesOfConductGetAllCodesOfConduct(ctx context.Context) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodesOfConductGetAllCodesOfConduct", + ctx, span := c.cfg.Tracer.Start(ctx, CodesOfConductGetAllCodesOfConductOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28641,7 +28641,7 @@ func (c *Client) sendCodesOfConductGetConductCode(ctx context.Context, params Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CodesOfConductGetConductCode", + ctx, span := c.cfg.Tracer.Start(ctx, CodesOfConductGetConductCodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28731,7 +28731,7 @@ func (c *Client) sendEmojisGet(ctx context.Context) (res EmojisGetRes, err error c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EmojisGet", + ctx, span := c.cfg.Tracer.Start(ctx, EmojisGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28807,7 +28807,7 @@ func (c *Client) sendEnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28937,7 +28937,7 @@ func (c *Client) sendEnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29072,7 +29072,7 @@ func (c *Client) sendEnterpriseAdminCreateRegistrationTokenForEnterprise(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminCreateRegistrationTokenForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29172,7 +29172,7 @@ func (c *Client) sendEnterpriseAdminCreateRemoveTokenForEnterprise(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminCreateRemoveTokenForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminCreateRemoveTokenForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29264,7 +29264,7 @@ func (c *Client) sendEnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29359,7 +29359,7 @@ func (c *Client) sendEnterpriseAdminDeleteScimGroupFromEnterprise(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminDeleteScimGroupFromEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminDeleteScimGroupFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29470,7 +29470,7 @@ func (c *Client) sendEnterpriseAdminDeleteSelfHostedRunnerFromEnterprise(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29580,7 +29580,7 @@ func (c *Client) sendEnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29690,7 +29690,7 @@ func (c *Client) sendEnterpriseAdminDeleteUserFromEnterprise(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminDeleteUserFromEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminDeleteUserFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29803,7 +29803,7 @@ func (c *Client) sendEnterpriseAdminDisableSelectedOrganizationGithubActionsEnte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29916,7 +29916,7 @@ func (c *Client) sendEnterpriseAdminEnableSelectedOrganizationGithubActionsEnter c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30029,7 +30029,7 @@ func (c *Client) sendEnterpriseAdminGetAllowedActionsEnterprise(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetAllowedActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetAllowedActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30121,7 +30121,7 @@ func (c *Client) sendEnterpriseAdminGetAuditLog(ctx context.Context, params Ente c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetAuditLog", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetAuditLogOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30336,7 +30336,7 @@ func (c *Client) sendEnterpriseAdminGetGithubActionsPermissionsEnterprise(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetGithubActionsPermissionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30428,7 +30428,7 @@ func (c *Client) sendEnterpriseAdminGetProvisioningInformationForEnterpriseGroup c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30559,7 +30559,7 @@ func (c *Client) sendEnterpriseAdminGetProvisioningInformationForEnterpriseUser( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetProvisioningInformationForEnterpriseUser", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30669,7 +30669,7 @@ func (c *Client) sendEnterpriseAdminGetSelfHostedRunnerForEnterprise(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetSelfHostedRunnerForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30779,7 +30779,7 @@ func (c *Client) sendEnterpriseAdminGetSelfHostedRunnerGroupForEnterprise(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30889,7 +30889,7 @@ func (c *Client) sendEnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterp c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31038,7 +31038,7 @@ func (c *Client) sendEnterpriseAdminListProvisionedGroupsEnterprise(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListProvisionedGroupsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListProvisionedGroupsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31227,7 +31227,7 @@ func (c *Client) sendEnterpriseAdminListProvisionedIdentitiesEnterprise(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListProvisionedIdentitiesEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31374,7 +31374,7 @@ func (c *Client) sendEnterpriseAdminListRunnerApplicationsForEnterprise(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListRunnerApplicationsForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListRunnerApplicationsForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31469,7 +31469,7 @@ func (c *Client) sendEnterpriseAdminListSelectedOrganizationsEnabledGithubAction c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31599,7 +31599,7 @@ func (c *Client) sendEnterpriseAdminListSelfHostedRunnerGroupsForEnterprise(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31729,7 +31729,7 @@ func (c *Client) sendEnterpriseAdminListSelfHostedRunnersForEnterprise(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListSelfHostedRunnersForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31859,7 +31859,7 @@ func (c *Client) sendEnterpriseAdminListSelfHostedRunnersInGroupForEnterprise(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32011,7 +32011,7 @@ func (c *Client) sendEnterpriseAdminProvisionAndInviteEnterpriseGroup(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminProvisionAndInviteEnterpriseGroup", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32111,7 +32111,7 @@ func (c *Client) sendEnterpriseAdminProvisionAndInviteEnterpriseUser(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminProvisionAndInviteEnterpriseUser", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminProvisionAndInviteEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32209,7 +32209,7 @@ func (c *Client) sendEnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32339,7 +32339,7 @@ func (c *Client) sendEnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32471,7 +32471,7 @@ func (c *Client) sendEnterpriseAdminSetAllowedActionsEnterprise(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetAllowedActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetAllowedActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32566,7 +32566,7 @@ func (c *Client) sendEnterpriseAdminSetGithubActionsPermissionsEnterprise(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetGithubActionsPermissionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32666,7 +32666,7 @@ func (c *Client) sendEnterpriseAdminSetInformationForProvisionedEnterpriseGroup( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32787,7 +32787,7 @@ func (c *Client) sendEnterpriseAdminSetInformationForProvisionedEnterpriseUser(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetInformationForProvisionedEnterpriseUser", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32901,7 +32901,7 @@ func (c *Client) sendEnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33018,7 +33018,7 @@ func (c *Client) sendEnterpriseAdminSetSelectedOrganizationsEnabledGithubActions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33113,7 +33113,7 @@ func (c *Client) sendEnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33231,7 +33231,7 @@ func (c *Client) sendEnterpriseAdminUpdateAttributeForEnterpriseGroup(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminUpdateAttributeForEnterpriseGroup", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33365,7 +33365,7 @@ func (c *Client) sendEnterpriseAdminUpdateAttributeForEnterpriseUser(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminUpdateAttributeForEnterpriseUser", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminUpdateAttributeForEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33478,7 +33478,7 @@ func (c *Client) sendEnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise", + ctx, span := c.cfg.Tracer.Start(ctx, EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33590,7 +33590,7 @@ func (c *Client) sendGistsCheckIsStarred(ctx context.Context, params GistsCheckI c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsCheckIsStarred", + ctx, span := c.cfg.Tracer.Start(ctx, GistsCheckIsStarredOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33683,7 +33683,7 @@ func (c *Client) sendGistsCreate(ctx context.Context, request *GistsCreateReq) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsCreate", + ctx, span := c.cfg.Tracer.Start(ctx, GistsCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33758,7 +33758,7 @@ func (c *Client) sendGistsCreateComment(ctx context.Context, request *GistsCreat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsCreateComment", + ctx, span := c.cfg.Tracer.Start(ctx, GistsCreateCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33852,7 +33852,7 @@ func (c *Client) sendGistsDelete(ctx context.Context, params GistsDeleteParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsDelete", + ctx, span := c.cfg.Tracer.Start(ctx, GistsDeleteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33942,7 +33942,7 @@ func (c *Client) sendGistsDeleteComment(ctx context.Context, params GistsDeleteC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsDeleteComment", + ctx, span := c.cfg.Tracer.Start(ctx, GistsDeleteCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34051,7 +34051,7 @@ func (c *Client) sendGistsFork(ctx context.Context, params GistsForkParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsFork", + ctx, span := c.cfg.Tracer.Start(ctx, GistsForkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34142,7 +34142,7 @@ func (c *Client) sendGistsGet(ctx context.Context, params GistsGetParams) (res G c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsGet", + ctx, span := c.cfg.Tracer.Start(ctx, GistsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34232,7 +34232,7 @@ func (c *Client) sendGistsGetComment(ctx context.Context, params GistsGetComment c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsGetComment", + ctx, span := c.cfg.Tracer.Start(ctx, GistsGetCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34341,7 +34341,7 @@ func (c *Client) sendGistsGetRevision(ctx context.Context, params GistsGetRevisi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsGetRevision", + ctx, span := c.cfg.Tracer.Start(ctx, GistsGetRevisionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34451,7 +34451,7 @@ func (c *Client) sendGistsList(ctx context.Context, params GistsListParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsList", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34578,7 +34578,7 @@ func (c *Client) sendGistsListComments(ctx context.Context, params GistsListComm c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListComments", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListCommentsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34707,7 +34707,7 @@ func (c *Client) sendGistsListCommits(ctx context.Context, params GistsListCommi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListCommits", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListCommitsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34836,7 +34836,7 @@ func (c *Client) sendGistsListForUser(ctx context.Context, params GistsListForUs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListForUser", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34982,7 +34982,7 @@ func (c *Client) sendGistsListForks(ctx context.Context, params GistsListForksPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListForks", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListForksOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35114,7 +35114,7 @@ func (c *Client) sendGistsListPublic(ctx context.Context, params GistsListPublic c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListPublic", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListPublicOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35241,7 +35241,7 @@ func (c *Client) sendGistsListStarred(ctx context.Context, params GistsListStarr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsListStarred", + ctx, span := c.cfg.Tracer.Start(ctx, GistsListStarredOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35370,7 +35370,7 @@ func (c *Client) sendGistsStar(ctx context.Context, params GistsStarParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsStar", + ctx, span := c.cfg.Tracer.Start(ctx, GistsStarOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35461,7 +35461,7 @@ func (c *Client) sendGistsUnstar(ctx context.Context, params GistsUnstarParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsUnstar", + ctx, span := c.cfg.Tracer.Start(ctx, GistsUnstarOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35552,7 +35552,7 @@ func (c *Client) sendGistsUpdateComment(ctx context.Context, request *GistsUpdat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GistsUpdateComment", + ctx, span := c.cfg.Tracer.Start(ctx, GistsUpdateCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35664,7 +35664,7 @@ func (c *Client) sendGitCreateBlob(ctx context.Context, request *GitCreateBlobRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitCreateBlob", + ctx, span := c.cfg.Tracer.Start(ctx, GitCreateBlobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35810,7 +35810,7 @@ func (c *Client) sendGitCreateCommit(ctx context.Context, request *GitCreateComm c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitCreateCommit", + ctx, span := c.cfg.Tracer.Start(ctx, GitCreateCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35925,7 +35925,7 @@ func (c *Client) sendGitCreateRef(ctx context.Context, request *GitCreateRefReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitCreateRef", + ctx, span := c.cfg.Tracer.Start(ctx, GitCreateRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36074,7 +36074,7 @@ func (c *Client) sendGitCreateTag(ctx context.Context, request *GitCreateTagReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitCreateTag", + ctx, span := c.cfg.Tracer.Start(ctx, GitCreateTagOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36193,7 +36193,7 @@ func (c *Client) sendGitCreateTree(ctx context.Context, request *GitCreateTreeRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitCreateTree", + ctx, span := c.cfg.Tracer.Start(ctx, GitCreateTreeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36306,7 +36306,7 @@ func (c *Client) sendGitDeleteRef(ctx context.Context, params GitDeleteRefParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitDeleteRef", + ctx, span := c.cfg.Tracer.Start(ctx, GitDeleteRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36435,7 +36435,7 @@ func (c *Client) sendGitGetBlob(ctx context.Context, params GitGetBlobParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitGetBlob", + ctx, span := c.cfg.Tracer.Start(ctx, GitGetBlobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36596,7 +36596,7 @@ func (c *Client) sendGitGetCommit(ctx context.Context, params GitGetCommitParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitGetCommit", + ctx, span := c.cfg.Tracer.Start(ctx, GitGetCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36731,7 +36731,7 @@ func (c *Client) sendGitGetRef(ctx context.Context, params GitGetRefParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitGetRef", + ctx, span := c.cfg.Tracer.Start(ctx, GitGetRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36890,7 +36890,7 @@ func (c *Client) sendGitGetTag(ctx context.Context, params GitGetTagParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitGetTag", + ctx, span := c.cfg.Tracer.Start(ctx, GitGetTagOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37021,7 +37021,7 @@ func (c *Client) sendGitGetTree(ctx context.Context, params GitGetTreeParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitGetTree", + ctx, span := c.cfg.Tracer.Start(ctx, GitGetTreeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37184,7 +37184,7 @@ func (c *Client) sendGitListMatchingRefs(ctx context.Context, params GitListMatc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitListMatchingRefs", + ctx, span := c.cfg.Tracer.Start(ctx, GitListMatchingRefsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37350,7 +37350,7 @@ func (c *Client) sendGitUpdateRef(ctx context.Context, request *GitUpdateRefReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitUpdateRef", + ctx, span := c.cfg.Tracer.Start(ctx, GitUpdateRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37482,7 +37482,7 @@ func (c *Client) sendGitignoreGetAllTemplates(ctx context.Context) (res Gitignor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitignoreGetAllTemplates", + ctx, span := c.cfg.Tracer.Start(ctx, GitignoreGetAllTemplatesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37556,7 +37556,7 @@ func (c *Client) sendGitignoreGetTemplate(ctx context.Context, params GitignoreG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GitignoreGetTemplate", + ctx, span := c.cfg.Tracer.Start(ctx, GitignoreGetTemplateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37646,7 +37646,7 @@ func (c *Client) sendInteractionsRemoveRestrictionsForAuthenticatedUser(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsRemoveRestrictionsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsRemoveRestrictionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37719,7 +37719,7 @@ func (c *Client) sendInteractionsRemoveRestrictionsForOrg(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsRemoveRestrictionsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsRemoveRestrictionsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37813,7 +37813,7 @@ func (c *Client) sendInteractionsRemoveRestrictionsForRepo(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsRemoveRestrictionsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsRemoveRestrictionsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37925,7 +37925,7 @@ func (c *Client) sendInteractionsSetRestrictionsForAuthenticatedUser(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsSetRestrictionsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsSetRestrictionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38003,7 +38003,7 @@ func (c *Client) sendInteractionsSetRestrictionsForOrg(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsSetRestrictionsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsSetRestrictionsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38100,7 +38100,7 @@ func (c *Client) sendInteractionsSetRestrictionsForRepo(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "InteractionsSetRestrictionsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, InteractionsSetRestrictionsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38213,7 +38213,7 @@ func (c *Client) sendIssuesAddAssignees(ctx context.Context, request OptIssuesAd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesAddAssignees", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesAddAssigneesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38348,7 +38348,7 @@ func (c *Client) sendIssuesCheckUserCanBeAssigned(ctx context.Context, params Is c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesCheckUserCanBeAssigned", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesCheckUserCanBeAssignedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38485,7 +38485,7 @@ func (c *Client) sendIssuesCreate(ctx context.Context, request *IssuesCreateReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesCreate", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38604,7 +38604,7 @@ func (c *Client) sendIssuesCreateComment(ctx context.Context, request *IssuesCre c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesCreateComment", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesCreateCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38736,7 +38736,7 @@ func (c *Client) sendIssuesCreateLabel(ctx context.Context, request *IssuesCreat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesCreateLabel", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesCreateLabelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38849,7 +38849,7 @@ func (c *Client) sendIssuesCreateMilestone(ctx context.Context, request *IssuesC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesCreateMilestone", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesCreateMilestoneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38962,7 +38962,7 @@ func (c *Client) sendIssuesDeleteComment(ctx context.Context, params IssuesDelet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesDeleteComment", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesDeleteCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39090,7 +39090,7 @@ func (c *Client) sendIssuesDeleteLabel(ctx context.Context, params IssuesDeleteL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesDeleteLabel", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesDeleteLabelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39218,7 +39218,7 @@ func (c *Client) sendIssuesDeleteMilestone(ctx context.Context, params IssuesDel c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesDeleteMilestone", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesDeleteMilestoneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39364,7 +39364,7 @@ func (c *Client) sendIssuesGet(ctx context.Context, params IssuesGetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesGet", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39492,7 +39492,7 @@ func (c *Client) sendIssuesGetComment(ctx context.Context, params IssuesGetComme c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesGetComment", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesGetCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39620,7 +39620,7 @@ func (c *Client) sendIssuesGetEvent(ctx context.Context, params IssuesGetEventPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesGetEvent", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesGetEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39748,7 +39748,7 @@ func (c *Client) sendIssuesGetLabel(ctx context.Context, params IssuesGetLabelPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesGetLabel", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesGetLabelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39876,7 +39876,7 @@ func (c *Client) sendIssuesGetMilestone(ctx context.Context, params IssuesGetMil c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesGetMilestone", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesGetMilestoneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40016,7 +40016,7 @@ func (c *Client) sendIssuesList(ctx context.Context, params IssuesListParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesList", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40297,7 +40297,7 @@ func (c *Client) sendIssuesListAssignees(ctx context.Context, params IssuesListA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListAssignees", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListAssigneesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40445,7 +40445,7 @@ func (c *Client) sendIssuesListComments(ctx context.Context, params IssuesListCo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListComments", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListCommentsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40629,7 +40629,7 @@ func (c *Client) sendIssuesListCommentsForRepo(ctx context.Context, params Issue c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListCommentsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40828,7 +40828,7 @@ func (c *Client) sendIssuesListEventsForRepo(ctx context.Context, params IssuesL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListEventsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListEventsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40984,7 +40984,7 @@ func (c *Client) sendIssuesListForAuthenticatedUser(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41204,7 +41204,7 @@ func (c *Client) sendIssuesListForOrg(ctx context.Context, params IssuesListForO c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41443,7 +41443,7 @@ func (c *Client) sendIssuesListForRepo(ctx context.Context, params IssuesListFor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41744,7 +41744,7 @@ func (c *Client) sendIssuesListLabelsForMilestone(ctx context.Context, params Is c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListLabelsForMilestone", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListLabelsForMilestoneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41911,7 +41911,7 @@ func (c *Client) sendIssuesListLabelsForRepo(ctx context.Context, params IssuesL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListLabelsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListLabelsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42059,7 +42059,7 @@ func (c *Client) sendIssuesListLabelsOnIssue(ctx context.Context, params IssuesL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListLabelsOnIssue", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListLabelsOnIssueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42226,7 +42226,7 @@ func (c *Client) sendIssuesListMilestones(ctx context.Context, params IssuesList c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesListMilestones", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesListMilestonesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42428,7 +42428,7 @@ func (c *Client) sendIssuesLock(ctx context.Context, request OptNilIssuesLockReq c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesLock", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesLockOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42560,7 +42560,7 @@ func (c *Client) sendIssuesRemoveAllLabels(ctx context.Context, params IssuesRem c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesRemoveAllLabels", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesRemoveAllLabelsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42689,7 +42689,7 @@ func (c *Client) sendIssuesRemoveAssignees(ctx context.Context, request OptIssue c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesRemoveAssignees", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesRemoveAssigneesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42822,7 +42822,7 @@ func (c *Client) sendIssuesRemoveLabel(ctx context.Context, params IssuesRemoveL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesRemoveLabel", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesRemoveLabelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42969,7 +42969,7 @@ func (c *Client) sendIssuesUnlock(ctx context.Context, params IssuesUnlockParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesUnlock", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesUnlockOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43098,7 +43098,7 @@ func (c *Client) sendIssuesUpdate(ctx context.Context, request OptIssuesUpdateRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesUpdate", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesUpdateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43229,7 +43229,7 @@ func (c *Client) sendIssuesUpdateComment(ctx context.Context, request *IssuesUpd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesUpdateComment", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesUpdateCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43360,7 +43360,7 @@ func (c *Client) sendIssuesUpdateLabel(ctx context.Context, request OptIssuesUpd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesUpdateLabel", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesUpdateLabelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43491,7 +43491,7 @@ func (c *Client) sendIssuesUpdateMilestone(ctx context.Context, request OptIssue c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IssuesUpdateMilestone", + ctx, span := c.cfg.Tracer.Start(ctx, IssuesUpdateMilestoneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43622,7 +43622,7 @@ func (c *Client) sendLicensesGet(ctx context.Context, params LicensesGetParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LicensesGet", + ctx, span := c.cfg.Tracer.Start(ctx, LicensesGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43712,7 +43712,7 @@ func (c *Client) sendLicensesGetAllCommonlyUsed(ctx context.Context, params Lice c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LicensesGetAllCommonlyUsed", + ctx, span := c.cfg.Tracer.Start(ctx, LicensesGetAllCommonlyUsedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43843,7 +43843,7 @@ func (c *Client) sendLicensesGetForRepo(ctx context.Context, params LicensesGetF c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LicensesGetForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, LicensesGetForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43953,7 +43953,7 @@ func (c *Client) sendMarkdownRender(ctx context.Context, request *MarkdownRender c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarkdownRender", + ctx, span := c.cfg.Tracer.Start(ctx, MarkdownRenderOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44031,7 +44031,7 @@ func (c *Client) sendMarkdownRenderRaw(ctx context.Context, request MarkdownRend c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarkdownRenderRaw", + ctx, span := c.cfg.Tracer.Start(ctx, MarkdownRenderRawOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44110,7 +44110,7 @@ func (c *Client) sendMetaGet(ctx context.Context) (res MetaGetRes, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MetaGet", + ctx, span := c.cfg.Tracer.Start(ctx, MetaGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44182,7 +44182,7 @@ func (c *Client) sendMetaGetOctocat(ctx context.Context, params MetaGetOctocatPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MetaGetOctocat", + ctx, span := c.cfg.Tracer.Start(ctx, MetaGetOctocatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44275,7 +44275,7 @@ func (c *Client) sendMetaGetZen(ctx context.Context) (res MetaGetZenOK, err erro c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MetaGetZen", + ctx, span := c.cfg.Tracer.Start(ctx, MetaGetZenOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44347,7 +44347,7 @@ func (c *Client) sendMetaRoot(ctx context.Context) (res *MetaRootOK, err error) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MetaRoot", + ctx, span := c.cfg.Tracer.Start(ctx, MetaRootOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44419,7 +44419,7 @@ func (c *Client) sendMigrationsCancelImport(ctx context.Context, params Migratio c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsCancelImport", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsCancelImportOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44533,7 +44533,7 @@ func (c *Client) sendMigrationsDeleteArchiveForAuthenticatedUser(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsDeleteArchiveForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsDeleteArchiveForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44625,7 +44625,7 @@ func (c *Client) sendMigrationsDeleteArchiveForOrg(ctx context.Context, params M c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsDeleteArchiveForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsDeleteArchiveForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44735,7 +44735,7 @@ func (c *Client) sendMigrationsDownloadArchiveForOrg(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsDownloadArchiveForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsDownloadArchiveForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44865,7 +44865,7 @@ func (c *Client) sendMigrationsGetArchiveForAuthenticatedUser(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetArchiveForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetArchiveForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44963,7 +44963,7 @@ func (c *Client) sendMigrationsGetCommitAuthors(ctx context.Context, params Migr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetCommitAuthors", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetCommitAuthorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45146,7 +45146,7 @@ func (c *Client) sendMigrationsGetImportStatus(ctx context.Context, params Migra c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetImportStatus", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetImportStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45256,7 +45256,7 @@ func (c *Client) sendMigrationsGetLargeFiles(ctx context.Context, params Migrati c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetLargeFiles", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetLargeFilesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45373,7 +45373,7 @@ func (c *Client) sendMigrationsGetStatusForAuthenticatedUser(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetStatusForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetStatusForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45498,7 +45498,7 @@ func (c *Client) sendMigrationsGetStatusForOrg(ctx context.Context, params Migra c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsGetStatusForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsGetStatusForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45637,7 +45637,7 @@ func (c *Client) sendMigrationsListForAuthenticatedUser(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsListForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45747,7 +45747,7 @@ func (c *Client) sendMigrationsListForOrg(ctx context.Context, params Migrations c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsListForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsListForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45902,7 +45902,7 @@ func (c *Client) sendMigrationsListReposForOrg(ctx context.Context, params Migra c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsListReposForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsListReposForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46050,7 +46050,7 @@ func (c *Client) sendMigrationsListReposForUser(ctx context.Context, params Migr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsListReposForUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsListReposForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46180,7 +46180,7 @@ func (c *Client) sendMigrationsMapCommitAuthor(ctx context.Context, request OptM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsMapCommitAuthor", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsMapCommitAuthorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46314,7 +46314,7 @@ func (c *Client) sendMigrationsSetLfsPreference(ctx context.Context, request *Mi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsSetLfsPreference", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsSetLfsPreferenceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46427,7 +46427,7 @@ func (c *Client) sendMigrationsStartForAuthenticatedUser(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsStartForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsStartForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46502,7 +46502,7 @@ func (c *Client) sendMigrationsStartForOrg(ctx context.Context, request *Migrati c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsStartForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsStartForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46596,7 +46596,7 @@ func (c *Client) sendMigrationsStartImport(ctx context.Context, request *Migrati c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsStartImport", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsStartImportOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46713,7 +46713,7 @@ func (c *Client) sendMigrationsUnlockRepoForAuthenticatedUser(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsUnlockRepoForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsUnlockRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46825,7 +46825,7 @@ func (c *Client) sendMigrationsUnlockRepoForOrg(ctx context.Context, params Migr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsUnlockRepoForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsUnlockRepoForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46956,7 +46956,7 @@ func (c *Client) sendMigrationsUpdateImport(ctx context.Context, request OptNilM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MigrationsUpdateImport", + ctx, span := c.cfg.Tracer.Start(ctx, MigrationsUpdateImportOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47098,7 +47098,7 @@ func (c *Client) sendOAuthAuthorizationsCreateAuthorization(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsCreateAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsCreateAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47182,7 +47182,7 @@ func (c *Client) sendOAuthAuthorizationsDeleteAuthorization(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsDeleteAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsDeleteAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47284,7 +47284,7 @@ func (c *Client) sendOAuthAuthorizationsDeleteGrant(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsDeleteGrant", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsDeleteGrantOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47383,7 +47383,7 @@ func (c *Client) sendOAuthAuthorizationsGetAuthorization(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsGetAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsGetAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47482,7 +47482,7 @@ func (c *Client) sendOAuthAuthorizationsGetGrant(ctx context.Context, params OAu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsGetGrant", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsGetGrantOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47600,7 +47600,7 @@ func (c *Client) sendOAuthAuthorizationsGetOrCreateAuthorizationForApp(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsGetOrCreateAuthorizationForApp", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47716,7 +47716,7 @@ func (c *Client) sendOAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerp c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47837,7 +47837,7 @@ func (c *Client) sendOAuthAuthorizationsListAuthorizations(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsListAuthorizations", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsListAuthorizationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47984,7 +47984,7 @@ func (c *Client) sendOAuthAuthorizationsListGrants(ctx context.Context, params O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsListGrants", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsListGrantsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48124,7 +48124,7 @@ func (c *Client) sendOAuthAuthorizationsUpdateAuthorization(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OAuthAuthorizationsUpdateAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, OAuthAuthorizationsUpdateAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48217,7 +48217,7 @@ func (c *Client) sendOrgsBlockUser(ctx context.Context, params OrgsBlockUserPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsBlockUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsBlockUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48329,7 +48329,7 @@ func (c *Client) sendOrgsCancelInvitation(ctx context.Context, params OrgsCancel c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCancelInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCancelInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48438,7 +48438,7 @@ func (c *Client) sendOrgsCheckBlockedUser(ctx context.Context, params OrgsCheckB c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCheckBlockedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCheckBlockedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48547,7 +48547,7 @@ func (c *Client) sendOrgsCheckMembershipForUser(ctx context.Context, params Orgs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCheckMembershipForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCheckMembershipForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48656,7 +48656,7 @@ func (c *Client) sendOrgsCheckPublicMembershipForUser(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCheckPublicMembershipForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCheckPublicMembershipForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48769,7 +48769,7 @@ func (c *Client) sendOrgsConvertMemberToOutsideCollaborator(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsConvertMemberToOutsideCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsConvertMemberToOutsideCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48886,7 +48886,7 @@ func (c *Client) sendOrgsCreateInvitation(ctx context.Context, request OptOrgsCr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCreateInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCreateInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48980,7 +48980,7 @@ func (c *Client) sendOrgsCreateWebhook(ctx context.Context, request *OrgsCreateW c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsCreateWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsCreateWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49074,7 +49074,7 @@ func (c *Client) sendOrgsDeleteWebhook(ctx context.Context, params OrgsDeleteWeb c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsDeleteWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsDeleteWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49191,7 +49191,7 @@ func (c *Client) sendOrgsGet(ctx context.Context, params OrgsGetParams) (res Org c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGet", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49286,7 +49286,7 @@ func (c *Client) sendOrgsGetAuditLog(ctx context.Context, params OrgsGetAuditLog c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetAuditLog", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetAuditLogOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49500,7 +49500,7 @@ func (c *Client) sendOrgsGetMembershipForAuthenticatedUser(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetMembershipForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49592,7 +49592,7 @@ func (c *Client) sendOrgsGetMembershipForUser(ctx context.Context, params OrgsGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetMembershipForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetMembershipForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49703,7 +49703,7 @@ func (c *Client) sendOrgsGetWebhook(ctx context.Context, params OrgsGetWebhookPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49816,7 +49816,7 @@ func (c *Client) sendOrgsGetWebhookConfigForOrg(ctx context.Context, params Orgs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetWebhookConfigForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetWebhookConfigForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49926,7 +49926,7 @@ func (c *Client) sendOrgsGetWebhookDelivery(ctx context.Context, params OrgsGetW c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsGetWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50057,7 +50057,7 @@ func (c *Client) sendOrgsList(ctx context.Context, params OrgsListParams) (res O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsList", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50167,7 +50167,7 @@ func (c *Client) sendOrgsListBlockedUsers(ctx context.Context, params OrgsListBl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListBlockedUsers", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListBlockedUsersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50259,7 +50259,7 @@ func (c *Client) sendOrgsListFailedInvitations(ctx context.Context, params OrgsL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListFailedInvitations", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListFailedInvitationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50393,7 +50393,7 @@ func (c *Client) sendOrgsListForAuthenticatedUser(ctx context.Context, params Or c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50508,7 +50508,7 @@ func (c *Client) sendOrgsListForUser(ctx context.Context, params OrgsListForUser c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50638,7 +50638,7 @@ func (c *Client) sendOrgsListInvitationTeams(ctx context.Context, params OrgsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListInvitationTeams", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListInvitationTeamsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50787,7 +50787,7 @@ func (c *Client) sendOrgsListMembers(ctx context.Context, params OrgsListMembers c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListMembers", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListMembersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50950,7 +50950,7 @@ func (c *Client) sendOrgsListMembershipsForAuthenticatedUser(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListMembershipsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListMembershipsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51077,7 +51077,7 @@ func (c *Client) sendOrgsListOutsideCollaborators(ctx context.Context, params Or c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListOutsideCollaborators", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListOutsideCollaboratorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51226,7 +51226,7 @@ func (c *Client) sendOrgsListPendingInvitations(ctx context.Context, params Orgs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListPendingInvitations", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListPendingInvitationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51355,7 +51355,7 @@ func (c *Client) sendOrgsListPublicMembers(ctx context.Context, params OrgsListP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListPublicMembers", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListPublicMembersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51491,7 +51491,7 @@ func (c *Client) sendOrgsListSamlSSOAuthorizations(ctx context.Context, params O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListSamlSSOAuthorizations", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListSamlSSOAuthorizationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51582,7 +51582,7 @@ func (c *Client) sendOrgsListWebhookDeliveries(ctx context.Context, params OrgsL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListWebhookDeliveries", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51730,7 +51730,7 @@ func (c *Client) sendOrgsListWebhooks(ctx context.Context, params OrgsListWebhoo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsListWebhooks", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsListWebhooksOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51860,7 +51860,7 @@ func (c *Client) sendOrgsPingWebhook(ctx context.Context, params OrgsPingWebhook c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsPingWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsPingWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51970,7 +51970,7 @@ func (c *Client) sendOrgsRedeliverWebhookDelivery(ctx context.Context, params Or c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRedeliverWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52100,7 +52100,7 @@ func (c *Client) sendOrgsRemoveMember(ctx context.Context, params OrgsRemoveMemb c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRemoveMember", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRemoveMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52213,7 +52213,7 @@ func (c *Client) sendOrgsRemoveMembershipForUser(ctx context.Context, params Org c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRemoveMembershipForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRemoveMembershipForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52322,7 +52322,7 @@ func (c *Client) sendOrgsRemoveOutsideCollaborator(ctx context.Context, params O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRemoveOutsideCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRemoveOutsideCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52431,7 +52431,7 @@ func (c *Client) sendOrgsRemovePublicMembershipForAuthenticatedUser(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRemovePublicMembershipForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRemovePublicMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52546,7 +52546,7 @@ func (c *Client) sendOrgsRemoveSamlSSOAuthorization(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsRemoveSamlSSOAuthorization", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsRemoveSamlSSOAuthorizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52668,7 +52668,7 @@ func (c *Client) sendOrgsSetMembershipForUser(ctx context.Context, request OptOr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsSetMembershipForUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsSetMembershipForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52784,7 +52784,7 @@ func (c *Client) sendOrgsSetPublicMembershipForAuthenticatedUser(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsSetPublicMembershipForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsSetPublicMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52893,7 +52893,7 @@ func (c *Client) sendOrgsUnblockUser(ctx context.Context, params OrgsUnblockUser c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsUnblockUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsUnblockUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53002,7 +53002,7 @@ func (c *Client) sendOrgsUpdateMembershipForAuthenticatedUser(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsUpdateMembershipForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsUpdateMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53099,7 +53099,7 @@ func (c *Client) sendOrgsUpdateWebhook(ctx context.Context, request OptOrgsUpdat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsUpdateWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsUpdateWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53215,7 +53215,7 @@ func (c *Client) sendOrgsUpdateWebhookConfigForOrg(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrgsUpdateWebhookConfigForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, OrgsUpdateWebhookConfigForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53333,7 +53333,7 @@ func (c *Client) sendPackagesDeletePackageForAuthenticatedUser(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53449,7 +53449,7 @@ func (c *Client) sendPackagesDeletePackageForOrg(ctx context.Context, params Pac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53584,7 +53584,7 @@ func (c *Client) sendPackagesDeletePackageForUser(ctx context.Context, params Pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53717,7 +53717,7 @@ func (c *Client) sendPackagesDeletePackageVersionForAuthenticatedUser(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageVersionForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53852,7 +53852,7 @@ func (c *Client) sendPackagesDeletePackageVersionForOrg(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageVersionForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageVersionForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54006,7 +54006,7 @@ func (c *Client) sendPackagesDeletePackageVersionForUser(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesDeletePackageVersionForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesDeletePackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54155,7 +54155,7 @@ func (c *Client) sendPackagesGetAllPackageVersionsForPackageOwnedByAuthenticated c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54322,7 +54322,7 @@ func (c *Client) sendPackagesGetAllPackageVersionsForPackageOwnedByOrg(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetAllPackageVersionsForPackageOwnedByOrg", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54508,7 +54508,7 @@ func (c *Client) sendPackagesGetAllPackageVersionsForPackageOwnedByUser(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetAllPackageVersionsForPackageOwnedByUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetAllPackageVersionsForPackageOwnedByUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54639,7 +54639,7 @@ func (c *Client) sendPackagesGetPackageForAuthenticatedUser(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54750,7 +54750,7 @@ func (c *Client) sendPackagesGetPackageForOrganization(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageForOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageForOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54880,7 +54880,7 @@ func (c *Client) sendPackagesGetPackageForUser(ctx context.Context, params Packa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55010,7 +55010,7 @@ func (c *Client) sendPackagesGetPackageVersionForAuthenticatedUser(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageVersionForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55140,7 +55140,7 @@ func (c *Client) sendPackagesGetPackageVersionForOrganization(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageVersionForOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageVersionForOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55290,7 +55290,7 @@ func (c *Client) sendPackagesGetPackageVersionForUser(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesGetPackageVersionForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesGetPackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55439,7 +55439,7 @@ func (c *Client) sendPackagesListPackagesForAuthenticatedUser(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesListPackagesForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesListPackagesForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55548,7 +55548,7 @@ func (c *Client) sendPackagesListPackagesForOrganization(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesListPackagesForOrganization", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesListPackagesForOrganizationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55676,7 +55676,7 @@ func (c *Client) sendPackagesListPackagesForUser(ctx context.Context, params Pac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesListPackagesForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesListPackagesForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55811,7 +55811,7 @@ func (c *Client) sendPackagesRestorePackageForAuthenticatedUser(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55953,7 +55953,7 @@ func (c *Client) sendPackagesRestorePackageForOrg(ctx context.Context, params Pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56114,7 +56114,7 @@ func (c *Client) sendPackagesRestorePackageForUser(ctx context.Context, params P c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56273,7 +56273,7 @@ func (c *Client) sendPackagesRestorePackageVersionForAuthenticatedUser(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageVersionForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56413,7 +56413,7 @@ func (c *Client) sendPackagesRestorePackageVersionForOrg(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageVersionForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageVersionForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56572,7 +56572,7 @@ func (c *Client) sendPackagesRestorePackageVersionForUser(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PackagesRestorePackageVersionForUser", + ctx, span := c.cfg.Tracer.Start(ctx, PackagesRestorePackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56721,7 +56721,7 @@ func (c *Client) sendProjectsAddCollaborator(ctx context.Context, request OptNil c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsAddCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsAddCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56833,7 +56833,7 @@ func (c *Client) sendProjectsCreateColumn(ctx context.Context, request *Projects c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsCreateColumn", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsCreateColumnOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56927,7 +56927,7 @@ func (c *Client) sendProjectsCreateForAuthenticatedUser(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsCreateForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsCreateForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57004,7 +57004,7 @@ func (c *Client) sendProjectsCreateForOrg(ctx context.Context, request *Projects c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsCreateForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsCreateForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57100,7 +57100,7 @@ func (c *Client) sendProjectsCreateForRepo(ctx context.Context, request *Project c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsCreateForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsCreateForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57213,7 +57213,7 @@ func (c *Client) sendProjectsDelete(ctx context.Context, params ProjectsDeletePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsDelete", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsDeleteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57303,7 +57303,7 @@ func (c *Client) sendProjectsDeleteCard(ctx context.Context, params ProjectsDele c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsDeleteCard", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsDeleteCardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57393,7 +57393,7 @@ func (c *Client) sendProjectsDeleteColumn(ctx context.Context, params ProjectsDe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsDeleteColumn", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsDeleteColumnOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57485,7 +57485,7 @@ func (c *Client) sendProjectsGet(ctx context.Context, params ProjectsGetParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsGet", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57575,7 +57575,7 @@ func (c *Client) sendProjectsGetCard(ctx context.Context, params ProjectsGetCard c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsGetCard", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsGetCardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57665,7 +57665,7 @@ func (c *Client) sendProjectsGetColumn(ctx context.Context, params ProjectsGetCo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsGetColumn", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsGetColumnOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57757,7 +57757,7 @@ func (c *Client) sendProjectsGetPermissionForUser(ctx context.Context, params Pr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsGetPermissionForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsGetPermissionForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57867,7 +57867,7 @@ func (c *Client) sendProjectsListCards(ctx context.Context, params ProjectsListC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListCards", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListCardsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58017,7 +58017,7 @@ func (c *Client) sendProjectsListCollaborators(ctx context.Context, params Proje c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListCollaborators", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListCollaboratorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58163,7 +58163,7 @@ func (c *Client) sendProjectsListColumns(ctx context.Context, params ProjectsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListColumns", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListColumnsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58294,7 +58294,7 @@ func (c *Client) sendProjectsListForOrg(ctx context.Context, params ProjectsList c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58442,7 +58442,7 @@ func (c *Client) sendProjectsListForRepo(ctx context.Context, params ProjectsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58607,7 +58607,7 @@ func (c *Client) sendProjectsListForUser(ctx context.Context, params ProjectsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsListForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsListForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58753,7 +58753,7 @@ func (c *Client) sendProjectsMoveCard(ctx context.Context, request *ProjectsMove c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsMoveCard", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsMoveCardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58847,7 +58847,7 @@ func (c *Client) sendProjectsMoveColumn(ctx context.Context, request *ProjectsMo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsMoveColumn", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsMoveColumnOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58942,7 +58942,7 @@ func (c *Client) sendProjectsRemoveCollaborator(ctx context.Context, params Proj c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsRemoveCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsRemoveCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59053,7 +59053,7 @@ func (c *Client) sendProjectsUpdate(ctx context.Context, request OptProjectsUpda c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsUpdate", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsUpdateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59146,7 +59146,7 @@ func (c *Client) sendProjectsUpdateCard(ctx context.Context, request OptProjects c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsUpdateCard", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsUpdateCardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59239,7 +59239,7 @@ func (c *Client) sendProjectsUpdateColumn(ctx context.Context, request *Projects c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProjectsUpdateColumn", + ctx, span := c.cfg.Tracer.Start(ctx, ProjectsUpdateColumnOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59332,7 +59332,7 @@ func (c *Client) sendPullsCheckIfMerged(ctx context.Context, params PullsCheckIf c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsCheckIfMerged", + ctx, span := c.cfg.Tracer.Start(ctx, PullsCheckIfMergedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59476,7 +59476,7 @@ func (c *Client) sendPullsCreate(ctx context.Context, request *PullsCreateReq, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsCreate", + ctx, span := c.cfg.Tracer.Start(ctx, PullsCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59598,7 +59598,7 @@ func (c *Client) sendPullsCreateReplyForReviewComment(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsCreateReplyForReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, PullsCreateReplyForReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59767,7 +59767,7 @@ func (c *Client) sendPullsCreateReview(ctx context.Context, request OptPullsCrea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsCreateReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsCreateReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59918,7 +59918,7 @@ func (c *Client) sendPullsCreateReviewComment(ctx context.Context, request *Pull c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsCreateReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, PullsCreateReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60050,7 +60050,7 @@ func (c *Client) sendPullsDeletePendingReview(ctx context.Context, params PullsD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsDeletePendingReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsDeletePendingReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60197,7 +60197,7 @@ func (c *Client) sendPullsDeleteReviewComment(ctx context.Context, params PullsD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsDeleteReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, PullsDeleteReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60327,7 +60327,7 @@ func (c *Client) sendPullsDismissReview(ctx context.Context, request *PullsDismi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsDismissReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsDismissReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60511,7 +60511,7 @@ func (c *Client) sendPullsGet(ctx context.Context, params PullsGetParams) (res P c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsGet", + ctx, span := c.cfg.Tracer.Start(ctx, PullsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60639,7 +60639,7 @@ func (c *Client) sendPullsGetReview(ctx context.Context, params PullsGetReviewPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsGetReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsGetReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60786,7 +60786,7 @@ func (c *Client) sendPullsGetReviewComment(ctx context.Context, params PullsGetR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsGetReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, PullsGetReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60918,7 +60918,7 @@ func (c *Client) sendPullsList(ctx context.Context, params PullsListParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsList", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61151,7 +61151,7 @@ func (c *Client) sendPullsListCommentsForReview(ctx context.Context, params Pull c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListCommentsForReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListCommentsForReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61339,7 +61339,7 @@ func (c *Client) sendPullsListCommits(ctx context.Context, params PullsListCommi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListCommits", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListCommitsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61507,7 +61507,7 @@ func (c *Client) sendPullsListFiles(ctx context.Context, params PullsListFilesPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListFiles", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListFilesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61674,7 +61674,7 @@ func (c *Client) sendPullsListRequestedReviewers(ctx context.Context, params Pul c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListRequestedReviewers", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListRequestedReviewersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61842,7 +61842,7 @@ func (c *Client) sendPullsListReviewComments(ctx context.Context, params PullsLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListReviewComments", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListReviewCommentsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62061,7 +62061,7 @@ func (c *Client) sendPullsListReviewCommentsForRepo(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListReviewCommentsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListReviewCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62260,7 +62260,7 @@ func (c *Client) sendPullsListReviews(ctx context.Context, params PullsListRevie c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsListReviews", + ctx, span := c.cfg.Tracer.Start(ctx, PullsListReviewsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62433,7 +62433,7 @@ func (c *Client) sendPullsMerge(ctx context.Context, request OptNilPullsMergeReq c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsMerge", + ctx, span := c.cfg.Tracer.Start(ctx, PullsMergeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62565,7 +62565,7 @@ func (c *Client) sendPullsRemoveRequestedReviewers(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsRemoveRequestedReviewers", + ctx, span := c.cfg.Tracer.Start(ctx, PullsRemoveRequestedReviewersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62697,7 +62697,7 @@ func (c *Client) sendPullsSubmitReview(ctx context.Context, request *PullsSubmit c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsSubmitReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsSubmitReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62855,7 +62855,7 @@ func (c *Client) sendPullsUpdate(ctx context.Context, request OptPullsUpdateReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsUpdate", + ctx, span := c.cfg.Tracer.Start(ctx, PullsUpdateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62987,7 +62987,7 @@ func (c *Client) sendPullsUpdateBranch(ctx context.Context, request OptNilPullsU c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsUpdateBranch", + ctx, span := c.cfg.Tracer.Start(ctx, PullsUpdateBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63119,7 +63119,7 @@ func (c *Client) sendPullsUpdateReview(ctx context.Context, request *PullsUpdate c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsUpdateReview", + ctx, span := c.cfg.Tracer.Start(ctx, PullsUpdateReviewOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63269,7 +63269,7 @@ func (c *Client) sendPullsUpdateReviewComment(ctx context.Context, request *Pull c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PullsUpdateReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, PullsUpdateReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63403,7 +63403,7 @@ func (c *Client) sendRateLimitGet(ctx context.Context) (res RateLimitGetRes, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RateLimitGet", + ctx, span := c.cfg.Tracer.Start(ctx, RateLimitGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63477,7 +63477,7 @@ func (c *Client) sendReactionsCreateForCommitComment(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63610,7 +63610,7 @@ func (c *Client) sendReactionsCreateForIssue(ctx context.Context, request *React c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForIssue", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForIssueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63744,7 +63744,7 @@ func (c *Client) sendReactionsCreateForIssueComment(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForIssueComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForIssueCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63878,7 +63878,7 @@ func (c *Client) sendReactionsCreateForPullRequestReviewComment(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForPullRequestReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForPullRequestReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64011,7 +64011,7 @@ func (c *Client) sendReactionsCreateForRelease(ctx context.Context, request *Rea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64149,7 +64149,7 @@ func (c *Client) sendReactionsCreateForTeamDiscussionCommentInOrg(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForTeamDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForTeamDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64310,7 +64310,7 @@ func (c *Client) sendReactionsCreateForTeamDiscussionCommentLegacy(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForTeamDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForTeamDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64449,7 +64449,7 @@ func (c *Client) sendReactionsCreateForTeamDiscussionInOrg(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForTeamDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForTeamDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64592,7 +64592,7 @@ func (c *Client) sendReactionsCreateForTeamDiscussionLegacy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsCreateForTeamDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsCreateForTeamDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64707,7 +64707,7 @@ func (c *Client) sendReactionsDeleteForCommitComment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64856,7 +64856,7 @@ func (c *Client) sendReactionsDeleteForIssue(ctx context.Context, params Reactio c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForIssue", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForIssueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65005,7 +65005,7 @@ func (c *Client) sendReactionsDeleteForIssueComment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForIssueComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForIssueCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65155,7 +65155,7 @@ func (c *Client) sendReactionsDeleteForPullRequestComment(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForPullRequestComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForPullRequestCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65309,7 +65309,7 @@ func (c *Client) sendReactionsDeleteForTeamDiscussion(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForTeamDiscussion", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForTeamDiscussionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65461,7 +65461,7 @@ func (c *Client) sendReactionsDeleteForTeamDiscussionComment(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteForTeamDiscussionComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteForTeamDiscussionCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65636,7 +65636,7 @@ func (c *Client) sendReactionsDeleteLegacy(ctx context.Context, params Reactions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsDeleteLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsDeleteLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65726,7 +65726,7 @@ func (c *Client) sendReactionsListForCommitComment(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65910,7 +65910,7 @@ func (c *Client) sendReactionsListForIssue(ctx context.Context, params Reactions c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForIssue", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForIssueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66094,7 +66094,7 @@ func (c *Client) sendReactionsListForIssueComment(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForIssueComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForIssueCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66279,7 +66279,7 @@ func (c *Client) sendReactionsListForPullRequestReviewComment(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForPullRequestReviewComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForPullRequestReviewCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66467,7 +66467,7 @@ func (c *Client) sendReactionsListForTeamDiscussionCommentInOrg(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForTeamDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForTeamDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66678,7 +66678,7 @@ func (c *Client) sendReactionsListForTeamDiscussionCommentLegacy(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForTeamDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForTeamDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66866,7 +66866,7 @@ func (c *Client) sendReactionsListForTeamDiscussionInOrg(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForTeamDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForTeamDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67058,7 +67058,7 @@ func (c *Client) sendReactionsListForTeamDiscussionLegacy(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReactionsListForTeamDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, ReactionsListForTeamDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67223,7 +67223,7 @@ func (c *Client) sendReposAcceptInvitation(ctx context.Context, params ReposAcce c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAcceptInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAcceptInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67327,7 +67327,7 @@ func (c *Client) sendReposAddAppAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAddAppAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAddAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67478,7 +67478,7 @@ func (c *Client) sendReposAddCollaborator(ctx context.Context, request OptReposA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAddCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAddCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67613,7 +67613,7 @@ func (c *Client) sendReposAddStatusCheckContexts(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAddStatusCheckContexts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAddStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67759,7 +67759,7 @@ func (c *Client) sendReposAddTeamAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAddTeamAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAddTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67904,7 +67904,7 @@ func (c *Client) sendReposAddUserAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposAddUserAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposAddUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68040,7 +68040,7 @@ func (c *Client) sendReposCheckCollaborator(ctx context.Context, params ReposChe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCheckCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCheckCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68171,7 +68171,7 @@ func (c *Client) sendReposCheckVulnerabilityAlerts(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCheckVulnerabilityAlerts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCheckVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68335,7 +68335,7 @@ func (c *Client) sendReposCompareCommits(ctx context.Context, params ReposCompar c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCompareCommits", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCompareCommitsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68501,7 +68501,7 @@ func (c *Client) sendReposCreateAutolink(ctx context.Context, request *ReposCrea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateAutolink", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateAutolinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68621,7 +68621,7 @@ func (c *Client) sendReposCreateCommitComment(ctx context.Context, request *Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68759,7 +68759,7 @@ func (c *Client) sendReposCreateCommitSignatureProtection(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateCommitSignatureProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68890,7 +68890,7 @@ func (c *Client) sendReposCreateCommitStatus(ctx context.Context, request *Repos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateCommitStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateCommitStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69021,7 +69021,7 @@ func (c *Client) sendReposCreateDeployKey(ctx context.Context, request *ReposCre c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateDeployKey", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateDeployKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69189,7 +69189,7 @@ func (c *Client) sendReposCreateDeployment(ctx context.Context, request *ReposCr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69304,7 +69304,7 @@ func (c *Client) sendReposCreateDeploymentStatus(ctx context.Context, request *R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateDeploymentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69455,7 +69455,7 @@ func (c *Client) sendReposCreateDispatchEvent(ctx context.Context, request *Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateDispatchEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateDispatchEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69574,7 +69574,7 @@ func (c *Client) sendReposCreateForAuthenticatedUser(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69652,7 +69652,7 @@ func (c *Client) sendReposCreateFork(ctx context.Context, request OptNilReposCre c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateFork", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateForkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69772,7 +69772,7 @@ func (c *Client) sendReposCreateInOrg(ctx context.Context, request *ReposCreateI c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69866,7 +69866,7 @@ func (c *Client) sendReposCreateOrUpdateFileContents(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateOrUpdateFileContents", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateOrUpdateFileContentsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69998,7 +69998,7 @@ func (c *Client) sendReposCreatePagesSite(ctx context.Context, request NilReposC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreatePagesSite", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreatePagesSiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70118,7 +70118,7 @@ func (c *Client) sendReposCreateRelease(ctx context.Context, request *ReposCreat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70242,7 +70242,7 @@ func (c *Client) sendReposCreateUsingTemplate(ctx context.Context, request *Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateUsingTemplate", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateUsingTemplateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70357,7 +70357,7 @@ func (c *Client) sendReposCreateWebhook(ctx context.Context, request OptNilRepos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposCreateWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposCreateWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70470,7 +70470,7 @@ func (c *Client) sendReposDeclineInvitation(ctx context.Context, params ReposDec c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeclineInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeclineInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70563,7 +70563,7 @@ func (c *Client) sendReposDelete(ctx context.Context, params ReposDeleteParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDelete", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70677,7 +70677,7 @@ func (c *Client) sendReposDeleteAccessRestrictions(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70812,7 +70812,7 @@ func (c *Client) sendReposDeleteAdminBranchProtection(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteAdminBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70941,7 +70941,7 @@ func (c *Client) sendReposDeleteAnEnvironment(ctx context.Context, params ReposD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteAnEnvironment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteAnEnvironmentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71070,7 +71070,7 @@ func (c *Client) sendReposDeleteAutolink(ctx context.Context, params ReposDelete c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteAutolink", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteAutolinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71202,7 +71202,7 @@ func (c *Client) sendReposDeleteBranchProtection(ctx context.Context, params Rep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71331,7 +71331,7 @@ func (c *Client) sendReposDeleteCommitComment(ctx context.Context, params ReposD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71466,7 +71466,7 @@ func (c *Client) sendReposDeleteCommitSignatureProtection(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteCommitSignatureProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71596,7 +71596,7 @@ func (c *Client) sendReposDeleteDeployKey(ctx context.Context, params ReposDelet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteDeployKey", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteDeployKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71732,7 +71732,7 @@ func (c *Client) sendReposDeleteDeployment(ctx context.Context, params ReposDele c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71867,7 +71867,7 @@ func (c *Client) sendReposDeleteFile(ctx context.Context, request *ReposDeleteFi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteFile", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71998,7 +71998,7 @@ func (c *Client) sendReposDeleteInvitation(ctx context.Context, params ReposDele c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72126,7 +72126,7 @@ func (c *Client) sendReposDeletePagesSite(ctx context.Context, params ReposDelet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeletePagesSite", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeletePagesSiteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72240,7 +72240,7 @@ func (c *Client) sendReposDeletePullRequestReviewProtection(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeletePullRequestReviewProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeletePullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72369,7 +72369,7 @@ func (c *Client) sendReposDeleteRelease(ctx context.Context, params ReposDeleteR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72497,7 +72497,7 @@ func (c *Client) sendReposDeleteReleaseAsset(ctx context.Context, params ReposDe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteReleaseAsset", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteReleaseAssetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72625,7 +72625,7 @@ func (c *Client) sendReposDeleteWebhook(ctx context.Context, params ReposDeleteW c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDeleteWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDeleteWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72755,7 +72755,7 @@ func (c *Client) sendReposDisableAutomatedSecurityFixes(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDisableAutomatedSecurityFixes", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDisableAutomatedSecurityFixesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72865,7 +72865,7 @@ func (c *Client) sendReposDisableLfsForRepo(ctx context.Context, params ReposDis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDisableLfsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDisableLfsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72978,7 +72978,7 @@ func (c *Client) sendReposDisableVulnerabilityAlerts(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDisableVulnerabilityAlerts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDisableVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73093,7 +73093,7 @@ func (c *Client) sendReposDownloadTarballArchive(ctx context.Context, params Rep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDownloadTarballArchive", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDownloadTarballArchiveOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73226,7 +73226,7 @@ func (c *Client) sendReposDownloadZipballArchive(ctx context.Context, params Rep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposDownloadZipballArchive", + ctx, span := c.cfg.Tracer.Start(ctx, ReposDownloadZipballArchiveOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73356,7 +73356,7 @@ func (c *Client) sendReposEnableAutomatedSecurityFixes(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposEnableAutomatedSecurityFixes", + ctx, span := c.cfg.Tracer.Start(ctx, ReposEnableAutomatedSecurityFixesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73466,7 +73466,7 @@ func (c *Client) sendReposEnableLfsForRepo(ctx context.Context, params ReposEnab c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposEnableLfsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ReposEnableLfsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73579,7 +73579,7 @@ func (c *Client) sendReposEnableVulnerabilityAlerts(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposEnableVulnerabilityAlerts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposEnableVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73690,7 +73690,7 @@ func (c *Client) sendReposGet(ctx context.Context, params ReposGetParams) (res R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGet", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73806,7 +73806,7 @@ func (c *Client) sendReposGetAccessRestrictions(ctx context.Context, params Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73939,7 +73939,7 @@ func (c *Client) sendReposGetAdminBranchProtection(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAdminBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74072,7 +74072,7 @@ func (c *Client) sendReposGetAllStatusCheckContexts(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAllStatusCheckContexts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAllStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74201,7 +74201,7 @@ func (c *Client) sendReposGetAllTopics(ctx context.Context, params ReposGetAllTo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAllTopics", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAllTopicsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74356,7 +74356,7 @@ func (c *Client) sendReposGetAppsWithAccessToProtectedBranch(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAppsWithAccessToProtectedBranch", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAppsWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74486,7 +74486,7 @@ func (c *Client) sendReposGetAutolink(ctx context.Context, params ReposGetAutoli c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetAutolink", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetAutolinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74614,7 +74614,7 @@ func (c *Client) sendReposGetBranch(ctx context.Context, params ReposGetBranchPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetBranch", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74746,7 +74746,7 @@ func (c *Client) sendReposGetBranchProtection(ctx context.Context, params ReposG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74876,7 +74876,7 @@ func (c *Client) sendReposGetClones(ctx context.Context, params ReposGetClonesPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetClones", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetClonesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75007,7 +75007,7 @@ func (c *Client) sendReposGetCodeFrequencyStats(ctx context.Context, params Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCodeFrequencyStats", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCodeFrequencyStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75118,7 +75118,7 @@ func (c *Client) sendReposGetCollaboratorPermissionLevel(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCollaboratorPermissionLevel", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCollaboratorPermissionLevelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75255,7 +75255,7 @@ func (c *Client) sendReposGetCombinedStatusForRef(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCombinedStatusForRef", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCombinedStatusForRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75468,7 +75468,7 @@ func (c *Client) sendReposGetCommit(ctx context.Context, params ReposGetCommitPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCommit", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75635,7 +75635,7 @@ func (c *Client) sendReposGetCommitActivityStats(ctx context.Context, params Rep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCommitActivityStats", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCommitActivityStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75745,7 +75745,7 @@ func (c *Client) sendReposGetCommitComment(ctx context.Context, params ReposGetC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75882,7 +75882,7 @@ func (c *Client) sendReposGetCommitSignatureProtection(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCommitSignatureProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76020,7 +76020,7 @@ func (c *Client) sendReposGetCommunityProfileMetrics(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetCommunityProfileMetrics", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetCommunityProfileMetricsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76135,7 +76135,7 @@ func (c *Client) sendReposGetContributorsStats(ctx context.Context, params Repos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetContributorsStats", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetContributorsStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76245,7 +76245,7 @@ func (c *Client) sendReposGetDeployKey(ctx context.Context, params ReposGetDeplo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetDeployKey", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetDeployKeyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76373,7 +76373,7 @@ func (c *Client) sendReposGetDeployment(ctx context.Context, params ReposGetDepl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76501,7 +76501,7 @@ func (c *Client) sendReposGetDeploymentStatus(ctx context.Context, params ReposG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetDeploymentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76648,7 +76648,7 @@ func (c *Client) sendReposGetLatestPagesBuild(ctx context.Context, params ReposG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetLatestPagesBuild", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetLatestPagesBuildOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76761,7 +76761,7 @@ func (c *Client) sendReposGetLatestRelease(ctx context.Context, params ReposGetL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetLatestRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetLatestReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76871,7 +76871,7 @@ func (c *Client) sendReposGetPages(ctx context.Context, params ReposGetPagesPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetPages", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetPagesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76981,7 +76981,7 @@ func (c *Client) sendReposGetPagesBuild(ctx context.Context, params ReposGetPage c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetPagesBuild", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetPagesBuildOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77115,7 +77115,7 @@ func (c *Client) sendReposGetPagesHealthCheck(ctx context.Context, params ReposG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetPagesHealthCheck", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetPagesHealthCheckOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77228,7 +77228,7 @@ func (c *Client) sendReposGetParticipationStats(ctx context.Context, params Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetParticipationStats", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetParticipationStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77342,7 +77342,7 @@ func (c *Client) sendReposGetPullRequestReviewProtection(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetPullRequestReviewProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetPullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77476,7 +77476,7 @@ func (c *Client) sendReposGetPunchCardStats(ctx context.Context, params ReposGet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetPunchCardStats", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetPunchCardStatsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77588,7 +77588,7 @@ func (c *Client) sendReposGetReadme(ctx context.Context, params ReposGetReadmePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetReadme", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetReadmeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77721,7 +77721,7 @@ func (c *Client) sendReposGetReadmeInDirectory(ctx context.Context, params Repos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetReadmeInDirectory", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetReadmeInDirectoryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77872,7 +77872,7 @@ func (c *Client) sendReposGetRelease(ctx context.Context, params ReposGetRelease c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78003,7 +78003,7 @@ func (c *Client) sendReposGetReleaseAsset(ctx context.Context, params ReposGetRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetReleaseAsset", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetReleaseAssetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78131,7 +78131,7 @@ func (c *Client) sendReposGetReleaseByTag(ctx context.Context, params ReposGetRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetReleaseByTag", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetReleaseByTagOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78263,7 +78263,7 @@ func (c *Client) sendReposGetStatusChecksProtection(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetStatusChecksProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetStatusChecksProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78397,7 +78397,7 @@ func (c *Client) sendReposGetTeamsWithAccessToProtectedBranch(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetTeamsWithAccessToProtectedBranch", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetTeamsWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78526,7 +78526,7 @@ func (c *Client) sendReposGetTopPaths(ctx context.Context, params ReposGetTopPat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetTopPaths", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetTopPathsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78636,7 +78636,7 @@ func (c *Client) sendReposGetTopReferrers(ctx context.Context, params ReposGetTo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetTopReferrers", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetTopReferrersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78751,7 +78751,7 @@ func (c *Client) sendReposGetUsersWithAccessToProtectedBranch(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetUsersWithAccessToProtectedBranch", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetUsersWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78881,7 +78881,7 @@ func (c *Client) sendReposGetViews(ctx context.Context, params ReposGetViewsPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetViews", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetViewsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79014,7 +79014,7 @@ func (c *Client) sendReposGetWebhook(ctx context.Context, params ReposGetWebhook c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79146,7 +79146,7 @@ func (c *Client) sendReposGetWebhookConfigForRepo(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetWebhookConfigForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetWebhookConfigForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79275,7 +79275,7 @@ func (c *Client) sendReposGetWebhookDelivery(ctx context.Context, params ReposGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposGetWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, ReposGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79423,7 +79423,7 @@ func (c *Client) sendReposListAutolinks(ctx context.Context, params ReposListAut c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListAutolinks", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListAutolinksOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79554,7 +79554,7 @@ func (c *Client) sendReposListBranches(ctx context.Context, params ReposListBran c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListBranches", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListBranchesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79724,7 +79724,7 @@ func (c *Client) sendReposListBranchesForHeadCommit(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListBranchesForHeadCommit", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListBranchesForHeadCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79857,7 +79857,7 @@ func (c *Client) sendReposListCollaborators(ctx context.Context, params ReposLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListCollaborators", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListCollaboratorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80022,7 +80022,7 @@ func (c *Client) sendReposListCommentsForCommit(ctx context.Context, params Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListCommentsForCommit", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListCommentsForCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80192,7 +80192,7 @@ func (c *Client) sendReposListCommitCommentsForRepo(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListCommitCommentsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListCommitCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80343,7 +80343,7 @@ func (c *Client) sendReposListCommitStatusesForRef(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListCommitStatusesForRef", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListCommitStatusesForRefOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80541,7 +80541,7 @@ func (c *Client) sendReposListCommits(ctx context.Context, params ReposListCommi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListCommits", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListCommitsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80780,7 +80780,7 @@ func (c *Client) sendReposListContributors(ctx context.Context, params ReposList c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListContributors", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListContributorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80945,7 +80945,7 @@ func (c *Client) sendReposListDeployKeys(ctx context.Context, params ReposListDe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListDeployKeys", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListDeployKeysOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81093,7 +81093,7 @@ func (c *Client) sendReposListDeploymentStatuses(ctx context.Context, params Rep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListDeploymentStatuses", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListDeploymentStatusesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81260,7 +81260,7 @@ func (c *Client) sendReposListDeployments(ctx context.Context, params ReposListD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListDeployments", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListDeploymentsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81479,7 +81479,7 @@ func (c *Client) sendReposListForAuthenticatedUser(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81708,7 +81708,7 @@ func (c *Client) sendReposListForOrg(ctx context.Context, params ReposListForOrg c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81889,7 +81889,7 @@ func (c *Client) sendReposListForUser(ctx context.Context, params ReposListForUs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListForUser", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82069,7 +82069,7 @@ func (c *Client) sendReposListForks(ctx context.Context, params ReposListForksPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListForks", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListForksOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82235,7 +82235,7 @@ func (c *Client) sendReposListInvitations(ctx context.Context, params ReposListI c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListInvitations", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListInvitationsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82384,7 +82384,7 @@ func (c *Client) sendReposListInvitationsForAuthenticatedUser(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListInvitationsForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListInvitationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82495,7 +82495,7 @@ func (c *Client) sendReposListLanguages(ctx context.Context, params ReposListLan c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListLanguages", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListLanguagesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82605,7 +82605,7 @@ func (c *Client) sendReposListPagesBuilds(ctx context.Context, params ReposListP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListPagesBuilds", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListPagesBuildsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82759,7 +82759,7 @@ func (c *Client) sendReposListPublic(ctx context.Context, params ReposListPublic c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListPublic", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListPublicOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82857,7 +82857,7 @@ func (c *Client) sendReposListPullRequestsAssociatedWithCommit(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListPullRequestsAssociatedWithCommit", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListPullRequestsAssociatedWithCommitOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83024,7 +83024,7 @@ func (c *Client) sendReposListReleaseAssets(ctx context.Context, params ReposLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListReleaseAssets", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListReleaseAssetsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83195,7 +83195,7 @@ func (c *Client) sendReposListReleases(ctx context.Context, params ReposListRele c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListReleases", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListReleasesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83343,7 +83343,7 @@ func (c *Client) sendReposListTags(ctx context.Context, params ReposListTagsPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListTags", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListTagsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83491,7 +83491,7 @@ func (c *Client) sendReposListTeams(ctx context.Context, params ReposListTeamsPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListTeams", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListTeamsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83639,7 +83639,7 @@ func (c *Client) sendReposListWebhookDeliveries(ctx context.Context, params Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListWebhookDeliveries", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83806,7 +83806,7 @@ func (c *Client) sendReposListWebhooks(ctx context.Context, params ReposListWebh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposListWebhooks", + ctx, span := c.cfg.Tracer.Start(ctx, ReposListWebhooksOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83954,7 +83954,7 @@ func (c *Client) sendReposMerge(ctx context.Context, request *ReposMergeReq, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposMerge", + ctx, span := c.cfg.Tracer.Start(ctx, ReposMergeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84068,7 +84068,7 @@ func (c *Client) sendReposMergeUpstream(ctx context.Context, request *ReposMerge c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposMergeUpstream", + ctx, span := c.cfg.Tracer.Start(ctx, ReposMergeUpstreamOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84182,7 +84182,7 @@ func (c *Client) sendReposPingWebhook(ctx context.Context, params ReposPingWebho c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposPingWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposPingWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84311,7 +84311,7 @@ func (c *Client) sendReposRedeliverWebhookDelivery(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRedeliverWebhookDelivery", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84473,7 +84473,7 @@ func (c *Client) sendReposRemoveAppAccessRestrictions(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveAppAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84605,7 +84605,7 @@ func (c *Client) sendReposRemoveCollaborator(ctx context.Context, params ReposRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveCollaborator", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveCollaboratorOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84737,7 +84737,7 @@ func (c *Client) sendReposRemoveStatusCheckContexts(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveStatusCheckContexts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84873,7 +84873,7 @@ func (c *Client) sendReposRemoveStatusCheckProtection(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveStatusCheckProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveStatusCheckProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85016,7 +85016,7 @@ func (c *Client) sendReposRemoveTeamAccessRestrictions(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveTeamAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85161,7 +85161,7 @@ func (c *Client) sendReposRemoveUserAccessRestrictions(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRemoveUserAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRemoveUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85305,7 +85305,7 @@ func (c *Client) sendReposRenameBranch(ctx context.Context, request OptReposRena c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRenameBranch", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRenameBranchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85437,7 +85437,7 @@ func (c *Client) sendReposReplaceAllTopics(ctx context.Context, request *ReposRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposReplaceAllTopics", + ctx, span := c.cfg.Tracer.Start(ctx, ReposReplaceAllTopicsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85555,7 +85555,7 @@ func (c *Client) sendReposRequestPagesBuild(ctx context.Context, params ReposReq c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposRequestPagesBuild", + ctx, span := c.cfg.Tracer.Start(ctx, ReposRequestPagesBuildOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85671,7 +85671,7 @@ func (c *Client) sendReposSetAdminBranchProtection(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposSetAdminBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposSetAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85816,7 +85816,7 @@ func (c *Client) sendReposSetAppAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposSetAppAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposSetAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85952,7 +85952,7 @@ func (c *Client) sendReposSetStatusCheckContexts(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposSetStatusCheckContexts", + ctx, span := c.cfg.Tracer.Start(ctx, ReposSetStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86099,7 +86099,7 @@ func (c *Client) sendReposSetTeamAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposSetTeamAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposSetTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86245,7 +86245,7 @@ func (c *Client) sendReposSetUserAccessRestrictions(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposSetUserAccessRestrictions", + ctx, span := c.cfg.Tracer.Start(ctx, ReposSetUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86380,7 +86380,7 @@ func (c *Client) sendReposTestPushWebhook(ctx context.Context, params ReposTestP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposTestPushWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposTestPushWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86513,7 +86513,7 @@ func (c *Client) sendReposTransfer(ctx context.Context, request *ReposTransferRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposTransfer", + ctx, span := c.cfg.Tracer.Start(ctx, ReposTransferOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86627,7 +86627,7 @@ func (c *Client) sendReposUpdate(ctx context.Context, request OptReposUpdateReq, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdate", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86746,7 +86746,7 @@ func (c *Client) sendReposUpdateBranchProtection(ctx context.Context, request *R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateBranchProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateBranchProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86878,7 +86878,7 @@ func (c *Client) sendReposUpdateCommitComment(ctx context.Context, request *Repo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateCommitComment", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateCommitCommentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87009,7 +87009,7 @@ func (c *Client) sendReposUpdateInvitation(ctx context.Context, request OptRepos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateInvitation", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateInvitationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87147,7 +87147,7 @@ func (c *Client) sendReposUpdatePullRequestReviewProtection(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdatePullRequestReviewProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdatePullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87279,7 +87279,7 @@ func (c *Client) sendReposUpdateRelease(ctx context.Context, request OptReposUpd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateRelease", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateReleaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87410,7 +87410,7 @@ func (c *Client) sendReposUpdateReleaseAsset(ctx context.Context, request OptRep c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateReleaseAsset", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateReleaseAssetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87547,7 +87547,7 @@ func (c *Client) sendReposUpdateStatusCheckProtection(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateStatusCheckProtection", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateStatusCheckProtectionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87682,7 +87682,7 @@ func (c *Client) sendReposUpdateWebhook(ctx context.Context, request OptReposUpd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87817,7 +87817,7 @@ func (c *Client) sendReposUpdateWebhookConfigForRepo(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUpdateWebhookConfigForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUpdateWebhookConfigForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87974,7 +87974,7 @@ func (c *Client) sendReposUploadReleaseAsset(ctx context.Context, request *Repos c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReposUploadReleaseAsset", + ctx, span := c.cfg.Tracer.Start(ctx, ReposUploadReleaseAssetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88141,7 +88141,7 @@ func (c *Client) sendScimDeleteUserFromOrg(ctx context.Context, params ScimDelet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ScimDeleteUserFromOrg", + ctx, span := c.cfg.Tracer.Start(ctx, ScimDeleteUserFromOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88269,7 +88269,7 @@ func (c *Client) sendSearchCode(ctx context.Context, params SearchCodeParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchCode", + ctx, span := c.cfg.Tracer.Start(ctx, SearchCodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88437,7 +88437,7 @@ func (c *Client) sendSearchCommits(ctx context.Context, params SearchCommitsPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchCommits", + ctx, span := c.cfg.Tracer.Start(ctx, SearchCommitsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88617,7 +88617,7 @@ func (c *Client) sendSearchIssuesAndPullRequests(ctx context.Context, params Sea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchIssuesAndPullRequests", + ctx, span := c.cfg.Tracer.Start(ctx, SearchIssuesAndPullRequestsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88784,7 +88784,7 @@ func (c *Client) sendSearchLabels(ctx context.Context, params SearchLabelsParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchLabels", + ctx, span := c.cfg.Tracer.Start(ctx, SearchLabelsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88971,7 +88971,7 @@ func (c *Client) sendSearchRepos(ctx context.Context, params SearchReposParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchRepos", + ctx, span := c.cfg.Tracer.Start(ctx, SearchReposOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89142,7 +89142,7 @@ func (c *Client) sendSearchTopics(ctx context.Context, params SearchTopicsParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchTopics", + ctx, span := c.cfg.Tracer.Start(ctx, SearchTopicsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89277,7 +89277,7 @@ func (c *Client) sendSearchUsers(ctx context.Context, params SearchUsersParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchUsers", + ctx, span := c.cfg.Tracer.Start(ctx, SearchUsersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89438,7 +89438,7 @@ func (c *Client) sendSecretScanningGetAlert(ctx context.Context, params SecretSc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecretScanningGetAlert", + ctx, span := c.cfg.Tracer.Start(ctx, SecretScanningGetAlertOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89573,7 +89573,7 @@ func (c *Client) sendSecretScanningListAlertsForOrg(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecretScanningListAlertsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, SecretScanningListAlertsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89739,7 +89739,7 @@ func (c *Client) sendSecretScanningListAlertsForRepo(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecretScanningListAlertsForRepo", + ctx, span := c.cfg.Tracer.Start(ctx, SecretScanningListAlertsForRepoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89924,7 +89924,7 @@ func (c *Client) sendSecretScanningUpdateAlert(ctx context.Context, request *Sec c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecretScanningUpdateAlert", + ctx, span := c.cfg.Tracer.Start(ctx, SecretScanningUpdateAlertOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90079,7 +90079,7 @@ func (c *Client) sendTeamsAddMemberLegacy(ctx context.Context, params TeamsAddMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddMemberLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddMemberLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90209,7 +90209,7 @@ func (c *Client) sendTeamsAddOrUpdateMembershipForUserInOrg(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateMembershipForUserInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90366,7 +90366,7 @@ func (c *Client) sendTeamsAddOrUpdateMembershipForUserLegacy(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateMembershipForUserLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90482,7 +90482,7 @@ func (c *Client) sendTeamsAddOrUpdateProjectPermissionsInOrg(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateProjectPermissionsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateProjectPermissionsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90621,7 +90621,7 @@ func (c *Client) sendTeamsAddOrUpdateProjectPermissionsLegacy(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateProjectPermissionsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateProjectPermissionsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90744,7 +90744,7 @@ func (c *Client) sendTeamsAddOrUpdateRepoPermissionsInOrg(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateRepoPermissionsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateRepoPermissionsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90907,7 +90907,7 @@ func (c *Client) sendTeamsAddOrUpdateRepoPermissionsLegacy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsAddOrUpdateRepoPermissionsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsAddOrUpdateRepoPermissionsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91041,7 +91041,7 @@ func (c *Client) sendTeamsCheckPermissionsForProjectInOrg(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCheckPermissionsForProjectInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCheckPermissionsForProjectInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91176,7 +91176,7 @@ func (c *Client) sendTeamsCheckPermissionsForProjectLegacy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCheckPermissionsForProjectLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCheckPermissionsForProjectLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91293,7 +91293,7 @@ func (c *Client) sendTeamsCheckPermissionsForRepoInOrg(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCheckPermissionsForRepoInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCheckPermissionsForRepoInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91449,7 +91449,7 @@ func (c *Client) sendTeamsCheckPermissionsForRepoLegacy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCheckPermissionsForRepoLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCheckPermissionsForRepoLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91584,7 +91584,7 @@ func (c *Client) sendTeamsCreate(ctx context.Context, request *TeamsCreateReq, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreate", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91688,7 +91688,7 @@ func (c *Client) sendTeamsCreateDiscussionCommentInOrg(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91833,7 +91833,7 @@ func (c *Client) sendTeamsCreateDiscussionCommentLegacy(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91956,7 +91956,7 @@ func (c *Client) sendTeamsCreateDiscussionInOrg(ctx context.Context, request *Te c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92082,7 +92082,7 @@ func (c *Client) sendTeamsCreateDiscussionLegacy(ctx context.Context, request *T c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92183,7 +92183,7 @@ func (c *Client) sendTeamsCreateOrUpdateIdpGroupConnectionsInOrg(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateOrUpdateIdpGroupConnectionsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92307,7 +92307,7 @@ func (c *Client) sendTeamsCreateOrUpdateIdpGroupConnectionsLegacy(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsCreateOrUpdateIdpGroupConnectionsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92404,7 +92404,7 @@ func (c *Client) sendTeamsDeleteDiscussionCommentInOrg(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92557,7 +92557,7 @@ func (c *Client) sendTeamsDeleteDiscussionCommentLegacy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92688,7 +92688,7 @@ func (c *Client) sendTeamsDeleteDiscussionInOrg(ctx context.Context, params Team c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92822,7 +92822,7 @@ func (c *Client) sendTeamsDeleteDiscussionLegacy(ctx context.Context, params Tea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92935,7 +92935,7 @@ func (c *Client) sendTeamsDeleteInOrg(ctx context.Context, params TeamsDeleteInO c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93051,7 +93051,7 @@ func (c *Client) sendTeamsDeleteLegacy(ctx context.Context, params TeamsDeleteLe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsDeleteLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsDeleteLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93143,7 +93143,7 @@ func (c *Client) sendTeamsGetByName(ctx context.Context, params TeamsGetByNamePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetByName", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetByNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93255,7 +93255,7 @@ func (c *Client) sendTeamsGetDiscussionCommentInOrg(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93408,7 +93408,7 @@ func (c *Client) sendTeamsGetDiscussionCommentLegacy(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93539,7 +93539,7 @@ func (c *Client) sendTeamsGetDiscussionInOrg(ctx context.Context, params TeamsGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93673,7 +93673,7 @@ func (c *Client) sendTeamsGetDiscussionLegacy(ctx context.Context, params TeamsG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93786,7 +93786,7 @@ func (c *Client) sendTeamsGetLegacy(ctx context.Context, params TeamsGetLegacyPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93882,7 +93882,7 @@ func (c *Client) sendTeamsGetMemberLegacy(ctx context.Context, params TeamsGetMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetMemberLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetMemberLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93998,7 +93998,7 @@ func (c *Client) sendTeamsGetMembershipForUserInOrg(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetMembershipForUserInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94136,7 +94136,7 @@ func (c *Client) sendTeamsGetMembershipForUserLegacy(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsGetMembershipForUserLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsGetMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94245,7 +94245,7 @@ func (c *Client) sendTeamsList(ctx context.Context, params TeamsListParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsList", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94376,7 +94376,7 @@ func (c *Client) sendTeamsListChildInOrg(ctx context.Context, params TeamsListCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListChildInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListChildInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94528,7 +94528,7 @@ func (c *Client) sendTeamsListChildLegacy(ctx context.Context, params TeamsListC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListChildLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListChildLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94660,7 +94660,7 @@ func (c *Client) sendTeamsListDiscussionCommentsInOrg(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListDiscussionCommentsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListDiscussionCommentsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94850,7 +94850,7 @@ func (c *Client) sendTeamsListDiscussionCommentsLegacy(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListDiscussionCommentsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListDiscussionCommentsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95018,7 +95018,7 @@ func (c *Client) sendTeamsListDiscussionsInOrg(ctx context.Context, params Teams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListDiscussionsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListDiscussionsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95206,7 +95206,7 @@ func (c *Client) sendTeamsListDiscussionsLegacy(ctx context.Context, params Team c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListDiscussionsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListDiscussionsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95355,7 +95355,7 @@ func (c *Client) sendTeamsListForAuthenticatedUser(ctx context.Context, params T c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95473,7 +95473,7 @@ func (c *Client) sendTeamsListIdpGroupsForLegacy(ctx context.Context, params Tea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListIdpGroupsForLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListIdpGroupsForLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95570,7 +95570,7 @@ func (c *Client) sendTeamsListIdpGroupsForOrg(ctx context.Context, params TeamsL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListIdpGroupsForOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListIdpGroupsForOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95704,7 +95704,7 @@ func (c *Client) sendTeamsListIdpGroupsInOrg(ctx context.Context, params TeamsLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListIdpGroupsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListIdpGroupsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95815,7 +95815,7 @@ func (c *Client) sendTeamsListMembersInOrg(ctx context.Context, params TeamsList c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListMembersInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListMembersInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95985,7 +95985,7 @@ func (c *Client) sendTeamsListMembersLegacy(ctx context.Context, params TeamsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListMembersLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListMembersLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96136,7 +96136,7 @@ func (c *Client) sendTeamsListPendingInvitationsInOrg(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListPendingInvitationsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListPendingInvitationsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96292,7 +96292,7 @@ func (c *Client) sendTeamsListPendingInvitationsLegacy(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListPendingInvitationsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListPendingInvitationsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96423,7 +96423,7 @@ func (c *Client) sendTeamsListProjectsInOrg(ctx context.Context, params TeamsLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListProjectsInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListProjectsInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96576,7 +96576,7 @@ func (c *Client) sendTeamsListProjectsLegacy(ctx context.Context, params TeamsLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListProjectsLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListProjectsLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96707,7 +96707,7 @@ func (c *Client) sendTeamsListReposInOrg(ctx context.Context, params TeamsListRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListReposInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListReposInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96859,7 +96859,7 @@ func (c *Client) sendTeamsListReposLegacy(ctx context.Context, params TeamsListR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsListReposLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsListReposLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97008,7 +97008,7 @@ func (c *Client) sendTeamsRemoveMemberLegacy(ctx context.Context, params TeamsRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveMemberLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveMemberLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97131,7 +97131,7 @@ func (c *Client) sendTeamsRemoveMembershipForUserInOrg(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveMembershipForUserInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97276,7 +97276,7 @@ func (c *Client) sendTeamsRemoveMembershipForUserLegacy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveMembershipForUserLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97390,7 +97390,7 @@ func (c *Client) sendTeamsRemoveProjectInOrg(ctx context.Context, params TeamsRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveProjectInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveProjectInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97526,7 +97526,7 @@ func (c *Client) sendTeamsRemoveProjectLegacy(ctx context.Context, params TeamsR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveProjectLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveProjectLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97640,7 +97640,7 @@ func (c *Client) sendTeamsRemoveRepoInOrg(ctx context.Context, params TeamsRemov c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveRepoInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveRepoInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97795,7 +97795,7 @@ func (c *Client) sendTeamsRemoveRepoLegacy(ctx context.Context, params TeamsRemo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsRemoveRepoLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsRemoveRepoLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97926,7 +97926,7 @@ func (c *Client) sendTeamsUpdateDiscussionCommentInOrg(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateDiscussionCommentInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98082,7 +98082,7 @@ func (c *Client) sendTeamsUpdateDiscussionCommentLegacy(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateDiscussionCommentLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98217,7 +98217,7 @@ func (c *Client) sendTeamsUpdateDiscussionInOrg(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateDiscussionInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98355,7 +98355,7 @@ func (c *Client) sendTeamsUpdateDiscussionLegacy(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateDiscussionLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98469,7 +98469,7 @@ func (c *Client) sendTeamsUpdateInOrg(ctx context.Context, request OptTeamsUpdat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateInOrg", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateInOrgOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98587,7 +98587,7 @@ func (c *Client) sendTeamsUpdateLegacy(ctx context.Context, request *TeamsUpdate c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TeamsUpdateLegacy", + ctx, span := c.cfg.Tracer.Start(ctx, TeamsUpdateLegacyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98680,7 +98680,7 @@ func (c *Client) sendUsersAddEmailForAuthenticated(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersAddEmailForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersAddEmailForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98755,7 +98755,7 @@ func (c *Client) sendUsersBlock(ctx context.Context, params UsersBlockParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersBlock", + ctx, span := c.cfg.Tracer.Start(ctx, UsersBlockOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98845,7 +98845,7 @@ func (c *Client) sendUsersCheckBlocked(ctx context.Context, params UsersCheckBlo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersCheckBlocked", + ctx, span := c.cfg.Tracer.Start(ctx, UsersCheckBlockedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98935,7 +98935,7 @@ func (c *Client) sendUsersCheckFollowingForUser(ctx context.Context, params User c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersCheckFollowingForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersCheckFollowingForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99044,7 +99044,7 @@ func (c *Client) sendUsersCheckPersonIsFollowedByAuthenticated(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersCheckPersonIsFollowedByAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersCheckPersonIsFollowedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99136,7 +99136,7 @@ func (c *Client) sendUsersCreateGpgKeyForAuthenticated(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersCreateGpgKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersCreateGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99213,7 +99213,7 @@ func (c *Client) sendUsersCreatePublicSSHKeyForAuthenticated(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersCreatePublicSSHKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersCreatePublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99288,7 +99288,7 @@ func (c *Client) sendUsersDeleteEmailForAuthenticated(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersDeleteEmailForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersDeleteEmailForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99365,7 +99365,7 @@ func (c *Client) sendUsersDeleteGpgKeyForAuthenticated(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersDeleteGpgKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersDeleteGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99457,7 +99457,7 @@ func (c *Client) sendUsersDeletePublicSSHKeyForAuthenticated(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersDeletePublicSSHKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersDeletePublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99551,7 +99551,7 @@ func (c *Client) sendUsersFollow(ctx context.Context, params UsersFollowParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersFollow", + ctx, span := c.cfg.Tracer.Start(ctx, UsersFollowOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99644,7 +99644,7 @@ func (c *Client) sendUsersGetAuthenticated(ctx context.Context) (res UsersGetAut c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersGetAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersGetAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99730,7 +99730,7 @@ func (c *Client) sendUsersGetByUsername(ctx context.Context, params UsersGetByUs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersGetByUsername", + ctx, span := c.cfg.Tracer.Start(ctx, UsersGetByUsernameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99829,7 +99829,7 @@ func (c *Client) sendUsersGetContextForUser(ctx context.Context, params UsersGet c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersGetContextForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersGetContextForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99960,7 +99960,7 @@ func (c *Client) sendUsersGetGpgKeyForAuthenticated(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersGetGpgKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersGetGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100052,7 +100052,7 @@ func (c *Client) sendUsersGetPublicSSHKeyForAuthenticated(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersGetPublicSSHKeyForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersGetPublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100146,7 +100146,7 @@ func (c *Client) sendUsersList(ctx context.Context, params UsersListParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersList", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100256,7 +100256,7 @@ func (c *Client) sendUsersListBlockedByAuthenticated(ctx context.Context) (res U c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListBlockedByAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListBlockedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100329,7 +100329,7 @@ func (c *Client) sendUsersListEmailsForAuthenticated(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListEmailsForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListEmailsForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100439,7 +100439,7 @@ func (c *Client) sendUsersListFollowedByAuthenticated(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListFollowedByAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListFollowedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100549,7 +100549,7 @@ func (c *Client) sendUsersListFollowersForAuthenticatedUser(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListFollowersForAuthenticatedUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListFollowersForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100659,7 +100659,7 @@ func (c *Client) sendUsersListFollowersForUser(ctx context.Context, params Users c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListFollowersForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListFollowersForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100788,7 +100788,7 @@ func (c *Client) sendUsersListFollowingForUser(ctx context.Context, params Users c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListFollowingForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListFollowingForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100919,7 +100919,7 @@ func (c *Client) sendUsersListGpgKeysForAuthenticated(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListGpgKeysForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListGpgKeysForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101029,7 +101029,7 @@ func (c *Client) sendUsersListGpgKeysForUser(ctx context.Context, params UsersLi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListGpgKeysForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListGpgKeysForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101161,7 +101161,7 @@ func (c *Client) sendUsersListPublicEmailsForAuthenticated(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListPublicEmailsForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListPublicEmailsForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101271,7 +101271,7 @@ func (c *Client) sendUsersListPublicKeysForUser(ctx context.Context, params User c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListPublicKeysForUser", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListPublicKeysForUserOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101402,7 +101402,7 @@ func (c *Client) sendUsersListPublicSSHKeysForAuthenticated(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersListPublicSSHKeysForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersListPublicSSHKeysForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101512,7 +101512,7 @@ func (c *Client) sendUsersSetPrimaryEmailVisibilityForAuthenticated(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersSetPrimaryEmailVisibilityForAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersSetPrimaryEmailVisibilityForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101587,7 +101587,7 @@ func (c *Client) sendUsersUnblock(ctx context.Context, params UsersUnblockParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersUnblock", + ctx, span := c.cfg.Tracer.Start(ctx, UsersUnblockOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101678,7 +101678,7 @@ func (c *Client) sendUsersUnfollow(ctx context.Context, params UsersUnfollowPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersUnfollow", + ctx, span := c.cfg.Tracer.Start(ctx, UsersUnfollowOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101770,7 +101770,7 @@ func (c *Client) sendUsersUpdateAuthenticated(ctx context.Context, request OptUs c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UsersUpdateAuthenticated", + ctx, span := c.cfg.Tracer.Start(ctx, UsersUpdateAuthenticatedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_github/oas_handlers_gen.go b/examples/ex_github/oas_handlers_gen.go index e28d7ba17..e202b3756 100644 --- a/examples/ex_github/oas_handlers_gen.go +++ b/examples/ex_github/oas_handlers_gen.go @@ -41,7 +41,7 @@ func (s *Server) handleActionsAddRepoAccessToSelfHostedRunnerGroupInOrgRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72,7 +72,7 @@ func (s *Server) handleActionsAddRepoAccessToSelfHostedRunnerGroupInOrgRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg", + Name: ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation, ID: "actions/add-repo-access-to-self-hosted-runner-group-in-org", } ) @@ -91,7 +91,7 @@ func (s *Server) handleActionsAddRepoAccessToSelfHostedRunnerGroupInOrgRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg", + OperationName: ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation, OperationSummary: "Add repository access to a self-hosted runner group in an organization", OperationID: "actions/add-repo-access-to-self-hosted-runner-group-in-org", Body: nil, @@ -165,7 +165,7 @@ func (s *Server) handleActionsAddSelectedRepoToOrgSecretRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsAddSelectedRepoToOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsAddSelectedRepoToOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -196,7 +196,7 @@ func (s *Server) handleActionsAddSelectedRepoToOrgSecretRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsAddSelectedRepoToOrgSecret", + Name: ActionsAddSelectedRepoToOrgSecretOperation, ID: "actions/add-selected-repo-to-org-secret", } ) @@ -215,7 +215,7 @@ func (s *Server) handleActionsAddSelectedRepoToOrgSecretRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsAddSelectedRepoToOrgSecret", + OperationName: ActionsAddSelectedRepoToOrgSecretOperation, OperationSummary: "Add selected repository to an organization secret", OperationID: "actions/add-selected-repo-to-org-secret", Body: nil, @@ -290,7 +290,7 @@ func (s *Server) handleActionsAddSelfHostedRunnerToGroupForOrgRequest(args [3]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsAddSelfHostedRunnerToGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsAddSelfHostedRunnerToGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -321,7 +321,7 @@ func (s *Server) handleActionsAddSelfHostedRunnerToGroupForOrgRequest(args [3]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsAddSelfHostedRunnerToGroupForOrg", + Name: ActionsAddSelfHostedRunnerToGroupForOrgOperation, ID: "actions/add-self-hosted-runner-to-group-for-org", } ) @@ -340,7 +340,7 @@ func (s *Server) handleActionsAddSelfHostedRunnerToGroupForOrgRequest(args [3]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsAddSelfHostedRunnerToGroupForOrg", + OperationName: ActionsAddSelfHostedRunnerToGroupForOrgOperation, OperationSummary: "Add a self-hosted runner to a group for an organization", OperationID: "actions/add-self-hosted-runner-to-group-for-org", Body: nil, @@ -414,7 +414,7 @@ func (s *Server) handleActionsApproveWorkflowRunRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsApproveWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsApproveWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -445,7 +445,7 @@ func (s *Server) handleActionsApproveWorkflowRunRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsApproveWorkflowRun", + Name: ActionsApproveWorkflowRunOperation, ID: "actions/approve-workflow-run", } ) @@ -464,7 +464,7 @@ func (s *Server) handleActionsApproveWorkflowRunRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsApproveWorkflowRun", + OperationName: ActionsApproveWorkflowRunOperation, OperationSummary: "Approve a workflow run for a fork pull request", OperationID: "actions/approve-workflow-run", Body: nil, @@ -536,7 +536,7 @@ func (s *Server) handleActionsCancelWorkflowRunRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCancelWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCancelWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -567,7 +567,7 @@ func (s *Server) handleActionsCancelWorkflowRunRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCancelWorkflowRun", + Name: ActionsCancelWorkflowRunOperation, ID: "actions/cancel-workflow-run", } ) @@ -586,7 +586,7 @@ func (s *Server) handleActionsCancelWorkflowRunRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCancelWorkflowRun", + OperationName: ActionsCancelWorkflowRunOperation, OperationSummary: "Cancel a workflow run", OperationID: "actions/cancel-workflow-run", Body: nil, @@ -709,7 +709,7 @@ func (s *Server) handleActionsCreateOrUpdateEnvironmentSecretRequest(args [3]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateOrUpdateEnvironmentSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateOrUpdateEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -740,7 +740,7 @@ func (s *Server) handleActionsCreateOrUpdateEnvironmentSecretRequest(args [3]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateOrUpdateEnvironmentSecret", + Name: ActionsCreateOrUpdateEnvironmentSecretOperation, ID: "actions/create-or-update-environment-secret", } ) @@ -774,7 +774,7 @@ func (s *Server) handleActionsCreateOrUpdateEnvironmentSecretRequest(args [3]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateOrUpdateEnvironmentSecret", + OperationName: ActionsCreateOrUpdateEnvironmentSecretOperation, OperationSummary: "Create or update an environment secret", OperationID: "actions/create-or-update-environment-secret", Body: request, @@ -897,7 +897,7 @@ func (s *Server) handleActionsCreateOrUpdateOrgSecretRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateOrUpdateOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateOrUpdateOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -928,7 +928,7 @@ func (s *Server) handleActionsCreateOrUpdateOrgSecretRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateOrUpdateOrgSecret", + Name: ActionsCreateOrUpdateOrgSecretOperation, ID: "actions/create-or-update-org-secret", } ) @@ -962,7 +962,7 @@ func (s *Server) handleActionsCreateOrUpdateOrgSecretRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateOrUpdateOrgSecret", + OperationName: ActionsCreateOrUpdateOrgSecretOperation, OperationSummary: "Create or update an organization secret", OperationID: "actions/create-or-update-org-secret", Body: request, @@ -1081,7 +1081,7 @@ func (s *Server) handleActionsCreateOrUpdateRepoSecretRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateOrUpdateRepoSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateOrUpdateRepoSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1112,7 +1112,7 @@ func (s *Server) handleActionsCreateOrUpdateRepoSecretRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateOrUpdateRepoSecret", + Name: ActionsCreateOrUpdateRepoSecretOperation, ID: "actions/create-or-update-repo-secret", } ) @@ -1146,7 +1146,7 @@ func (s *Server) handleActionsCreateOrUpdateRepoSecretRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateOrUpdateRepoSecret", + OperationName: ActionsCreateOrUpdateRepoSecretOperation, OperationSummary: "Create or update a repository secret", OperationID: "actions/create-or-update-repo-secret", Body: request, @@ -1223,7 +1223,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForOrgRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateRegistrationTokenForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateRegistrationTokenForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1254,7 +1254,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForOrgRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateRegistrationTokenForOrg", + Name: ActionsCreateRegistrationTokenForOrgOperation, ID: "actions/create-registration-token-for-org", } ) @@ -1273,7 +1273,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForOrgRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateRegistrationTokenForOrg", + OperationName: ActionsCreateRegistrationTokenForOrgOperation, OperationSummary: "Create a registration token for an organization", OperationID: "actions/create-registration-token-for-org", Body: nil, @@ -1343,7 +1343,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForRepoRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateRegistrationTokenForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateRegistrationTokenForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1374,7 +1374,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForRepoRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateRegistrationTokenForRepo", + Name: ActionsCreateRegistrationTokenForRepoOperation, ID: "actions/create-registration-token-for-repo", } ) @@ -1393,7 +1393,7 @@ func (s *Server) handleActionsCreateRegistrationTokenForRepoRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateRegistrationTokenForRepo", + OperationName: ActionsCreateRegistrationTokenForRepoOperation, OperationSummary: "Create a registration token for a repository", OperationID: "actions/create-registration-token-for-repo", Body: nil, @@ -1468,7 +1468,7 @@ func (s *Server) handleActionsCreateRemoveTokenForOrgRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateRemoveTokenForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateRemoveTokenForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1499,7 +1499,7 @@ func (s *Server) handleActionsCreateRemoveTokenForOrgRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateRemoveTokenForOrg", + Name: ActionsCreateRemoveTokenForOrgOperation, ID: "actions/create-remove-token-for-org", } ) @@ -1518,7 +1518,7 @@ func (s *Server) handleActionsCreateRemoveTokenForOrgRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateRemoveTokenForOrg", + OperationName: ActionsCreateRemoveTokenForOrgOperation, OperationSummary: "Create a remove token for an organization", OperationID: "actions/create-remove-token-for-org", Body: nil, @@ -1588,7 +1588,7 @@ func (s *Server) handleActionsCreateRemoveTokenForRepoRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateRemoveTokenForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateRemoveTokenForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1619,7 +1619,7 @@ func (s *Server) handleActionsCreateRemoveTokenForRepoRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateRemoveTokenForRepo", + Name: ActionsCreateRemoveTokenForRepoOperation, ID: "actions/create-remove-token-for-repo", } ) @@ -1638,7 +1638,7 @@ func (s *Server) handleActionsCreateRemoveTokenForRepoRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateRemoveTokenForRepo", + OperationName: ActionsCreateRemoveTokenForRepoOperation, OperationSummary: "Create a remove token for a repository", OperationID: "actions/create-remove-token-for-repo", Body: nil, @@ -1708,7 +1708,7 @@ func (s *Server) handleActionsCreateSelfHostedRunnerGroupForOrgRequest(args [1]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsCreateSelfHostedRunnerGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsCreateSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1739,7 +1739,7 @@ func (s *Server) handleActionsCreateSelfHostedRunnerGroupForOrgRequest(args [1]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsCreateSelfHostedRunnerGroupForOrg", + Name: ActionsCreateSelfHostedRunnerGroupForOrgOperation, ID: "actions/create-self-hosted-runner-group-for-org", } ) @@ -1773,7 +1773,7 @@ func (s *Server) handleActionsCreateSelfHostedRunnerGroupForOrgRequest(args [1]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsCreateSelfHostedRunnerGroupForOrg", + OperationName: ActionsCreateSelfHostedRunnerGroupForOrgOperation, OperationSummary: "Create a self-hosted runner group for an organization", OperationID: "actions/create-self-hosted-runner-group-for-org", Body: request, @@ -1837,7 +1837,7 @@ func (s *Server) handleActionsDeleteArtifactRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteArtifact", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteArtifactOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1868,7 +1868,7 @@ func (s *Server) handleActionsDeleteArtifactRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteArtifact", + Name: ActionsDeleteArtifactOperation, ID: "actions/delete-artifact", } ) @@ -1887,7 +1887,7 @@ func (s *Server) handleActionsDeleteArtifactRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteArtifact", + OperationName: ActionsDeleteArtifactOperation, OperationSummary: "Delete an artifact", OperationID: "actions/delete-artifact", Body: nil, @@ -1959,7 +1959,7 @@ func (s *Server) handleActionsDeleteEnvironmentSecretRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteEnvironmentSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1990,7 +1990,7 @@ func (s *Server) handleActionsDeleteEnvironmentSecretRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteEnvironmentSecret", + Name: ActionsDeleteEnvironmentSecretOperation, ID: "actions/delete-environment-secret", } ) @@ -2009,7 +2009,7 @@ func (s *Server) handleActionsDeleteEnvironmentSecretRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteEnvironmentSecret", + OperationName: ActionsDeleteEnvironmentSecretOperation, OperationSummary: "Delete an environment secret", OperationID: "actions/delete-environment-secret", Body: nil, @@ -2081,7 +2081,7 @@ func (s *Server) handleActionsDeleteOrgSecretRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2112,7 +2112,7 @@ func (s *Server) handleActionsDeleteOrgSecretRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteOrgSecret", + Name: ActionsDeleteOrgSecretOperation, ID: "actions/delete-org-secret", } ) @@ -2131,7 +2131,7 @@ func (s *Server) handleActionsDeleteOrgSecretRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteOrgSecret", + OperationName: ActionsDeleteOrgSecretOperation, OperationSummary: "Delete an organization secret", OperationID: "actions/delete-org-secret", Body: nil, @@ -2199,7 +2199,7 @@ func (s *Server) handleActionsDeleteRepoSecretRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteRepoSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteRepoSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2230,7 +2230,7 @@ func (s *Server) handleActionsDeleteRepoSecretRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteRepoSecret", + Name: ActionsDeleteRepoSecretOperation, ID: "actions/delete-repo-secret", } ) @@ -2249,7 +2249,7 @@ func (s *Server) handleActionsDeleteRepoSecretRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteRepoSecret", + OperationName: ActionsDeleteRepoSecretOperation, OperationSummary: "Delete a repository secret", OperationID: "actions/delete-repo-secret", Body: nil, @@ -2321,7 +2321,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromOrgRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteSelfHostedRunnerFromOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteSelfHostedRunnerFromOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2352,7 +2352,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromOrgRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteSelfHostedRunnerFromOrg", + Name: ActionsDeleteSelfHostedRunnerFromOrgOperation, ID: "actions/delete-self-hosted-runner-from-org", } ) @@ -2371,7 +2371,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromOrgRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteSelfHostedRunnerFromOrg", + OperationName: ActionsDeleteSelfHostedRunnerFromOrgOperation, OperationSummary: "Delete a self-hosted runner from an organization", OperationID: "actions/delete-self-hosted-runner-from-org", Body: nil, @@ -2440,7 +2440,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromRepoRequest(args [3]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteSelfHostedRunnerFromRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteSelfHostedRunnerFromRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2471,7 +2471,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromRepoRequest(args [3]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteSelfHostedRunnerFromRepo", + Name: ActionsDeleteSelfHostedRunnerFromRepoOperation, ID: "actions/delete-self-hosted-runner-from-repo", } ) @@ -2490,7 +2490,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerFromRepoRequest(args [3]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteSelfHostedRunnerFromRepo", + OperationName: ActionsDeleteSelfHostedRunnerFromRepoOperation, OperationSummary: "Delete a self-hosted runner from a repository", OperationID: "actions/delete-self-hosted-runner-from-repo", Body: nil, @@ -2564,7 +2564,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerGroupFromOrgRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteSelfHostedRunnerGroupFromOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteSelfHostedRunnerGroupFromOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2595,7 +2595,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerGroupFromOrgRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteSelfHostedRunnerGroupFromOrg", + Name: ActionsDeleteSelfHostedRunnerGroupFromOrgOperation, ID: "actions/delete-self-hosted-runner-group-from-org", } ) @@ -2614,7 +2614,7 @@ func (s *Server) handleActionsDeleteSelfHostedRunnerGroupFromOrgRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteSelfHostedRunnerGroupFromOrg", + OperationName: ActionsDeleteSelfHostedRunnerGroupFromOrgOperation, OperationSummary: "Delete a self-hosted runner group from an organization", OperationID: "actions/delete-self-hosted-runner-group-from-org", Body: nil, @@ -2684,7 +2684,7 @@ func (s *Server) handleActionsDeleteWorkflowRunRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2715,7 +2715,7 @@ func (s *Server) handleActionsDeleteWorkflowRunRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteWorkflowRun", + Name: ActionsDeleteWorkflowRunOperation, ID: "actions/delete-workflow-run", } ) @@ -2734,7 +2734,7 @@ func (s *Server) handleActionsDeleteWorkflowRunRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteWorkflowRun", + OperationName: ActionsDeleteWorkflowRunOperation, OperationSummary: "Delete a workflow run", OperationID: "actions/delete-workflow-run", Body: nil, @@ -2806,7 +2806,7 @@ func (s *Server) handleActionsDeleteWorkflowRunLogsRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDeleteWorkflowRunLogs", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDeleteWorkflowRunLogsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2837,7 +2837,7 @@ func (s *Server) handleActionsDeleteWorkflowRunLogsRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDeleteWorkflowRunLogs", + Name: ActionsDeleteWorkflowRunLogsOperation, ID: "actions/delete-workflow-run-logs", } ) @@ -2856,7 +2856,7 @@ func (s *Server) handleActionsDeleteWorkflowRunLogsRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDeleteWorkflowRunLogs", + OperationName: ActionsDeleteWorkflowRunLogsOperation, OperationSummary: "Delete workflow run logs", OperationID: "actions/delete-workflow-run-logs", Body: nil, @@ -2931,7 +2931,7 @@ func (s *Server) handleActionsDisableSelectedRepositoryGithubActionsOrganization } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDisableSelectedRepositoryGithubActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2962,7 +2962,7 @@ func (s *Server) handleActionsDisableSelectedRepositoryGithubActionsOrganization } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDisableSelectedRepositoryGithubActionsOrganization", + Name: ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation, ID: "actions/disable-selected-repository-github-actions-organization", } ) @@ -2981,7 +2981,7 @@ func (s *Server) handleActionsDisableSelectedRepositoryGithubActionsOrganization if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDisableSelectedRepositoryGithubActionsOrganization", + OperationName: ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation, OperationSummary: "Disable a selected repository for GitHub Actions in an organization", OperationID: "actions/disable-selected-repository-github-actions-organization", Body: nil, @@ -3053,7 +3053,7 @@ func (s *Server) handleActionsDownloadArtifactRequest(args [4]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDownloadArtifact", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDownloadArtifactOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3084,7 +3084,7 @@ func (s *Server) handleActionsDownloadArtifactRequest(args [4]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDownloadArtifact", + Name: ActionsDownloadArtifactOperation, ID: "actions/download-artifact", } ) @@ -3103,7 +3103,7 @@ func (s *Server) handleActionsDownloadArtifactRequest(args [4]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDownloadArtifact", + OperationName: ActionsDownloadArtifactOperation, OperationSummary: "Download an artifact", OperationID: "actions/download-artifact", Body: nil, @@ -3185,7 +3185,7 @@ func (s *Server) handleActionsDownloadJobLogsForWorkflowRunRequest(args [3]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDownloadJobLogsForWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDownloadJobLogsForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3216,7 +3216,7 @@ func (s *Server) handleActionsDownloadJobLogsForWorkflowRunRequest(args [3]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDownloadJobLogsForWorkflowRun", + Name: ActionsDownloadJobLogsForWorkflowRunOperation, ID: "actions/download-job-logs-for-workflow-run", } ) @@ -3235,7 +3235,7 @@ func (s *Server) handleActionsDownloadJobLogsForWorkflowRunRequest(args [3]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDownloadJobLogsForWorkflowRun", + OperationName: ActionsDownloadJobLogsForWorkflowRunOperation, OperationSummary: "Download job logs for a workflow run", OperationID: "actions/download-job-logs-for-workflow-run", Body: nil, @@ -3311,7 +3311,7 @@ func (s *Server) handleActionsDownloadWorkflowRunLogsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsDownloadWorkflowRunLogs", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsDownloadWorkflowRunLogsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3342,7 +3342,7 @@ func (s *Server) handleActionsDownloadWorkflowRunLogsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsDownloadWorkflowRunLogs", + Name: ActionsDownloadWorkflowRunLogsOperation, ID: "actions/download-workflow-run-logs", } ) @@ -3361,7 +3361,7 @@ func (s *Server) handleActionsDownloadWorkflowRunLogsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsDownloadWorkflowRunLogs", + OperationName: ActionsDownloadWorkflowRunLogsOperation, OperationSummary: "Download workflow run logs", OperationID: "actions/download-workflow-run-logs", Body: nil, @@ -3436,7 +3436,7 @@ func (s *Server) handleActionsEnableSelectedRepositoryGithubActionsOrganizationR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsEnableSelectedRepositoryGithubActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3467,7 +3467,7 @@ func (s *Server) handleActionsEnableSelectedRepositoryGithubActionsOrganizationR } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsEnableSelectedRepositoryGithubActionsOrganization", + Name: ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation, ID: "actions/enable-selected-repository-github-actions-organization", } ) @@ -3486,7 +3486,7 @@ func (s *Server) handleActionsEnableSelectedRepositoryGithubActionsOrganizationR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsEnableSelectedRepositoryGithubActionsOrganization", + OperationName: ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation, OperationSummary: "Enable a selected repository for GitHub Actions in an organization", OperationID: "actions/enable-selected-repository-github-actions-organization", Body: nil, @@ -3557,7 +3557,7 @@ func (s *Server) handleActionsGetAllowedActionsOrganizationRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetAllowedActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetAllowedActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3588,7 +3588,7 @@ func (s *Server) handleActionsGetAllowedActionsOrganizationRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetAllowedActionsOrganization", + Name: ActionsGetAllowedActionsOrganizationOperation, ID: "actions/get-allowed-actions-organization", } ) @@ -3607,7 +3607,7 @@ func (s *Server) handleActionsGetAllowedActionsOrganizationRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetAllowedActionsOrganization", + OperationName: ActionsGetAllowedActionsOrganizationOperation, OperationSummary: "Get allowed actions for an organization", OperationID: "actions/get-allowed-actions-organization", Body: nil, @@ -3674,7 +3674,7 @@ func (s *Server) handleActionsGetAllowedActionsRepositoryRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetAllowedActionsRepository", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetAllowedActionsRepositoryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3705,7 +3705,7 @@ func (s *Server) handleActionsGetAllowedActionsRepositoryRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetAllowedActionsRepository", + Name: ActionsGetAllowedActionsRepositoryOperation, ID: "actions/get-allowed-actions-repository", } ) @@ -3724,7 +3724,7 @@ func (s *Server) handleActionsGetAllowedActionsRepositoryRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetAllowedActionsRepository", + OperationName: ActionsGetAllowedActionsRepositoryOperation, OperationSummary: "Get allowed actions for a repository", OperationID: "actions/get-allowed-actions-repository", Body: nil, @@ -3792,7 +3792,7 @@ func (s *Server) handleActionsGetArtifactRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetArtifact", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetArtifactOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3823,7 +3823,7 @@ func (s *Server) handleActionsGetArtifactRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetArtifact", + Name: ActionsGetArtifactOperation, ID: "actions/get-artifact", } ) @@ -3842,7 +3842,7 @@ func (s *Server) handleActionsGetArtifactRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetArtifact", + OperationName: ActionsGetArtifactOperation, OperationSummary: "Get an artifact", OperationID: "actions/get-artifact", Body: nil, @@ -3915,7 +3915,7 @@ func (s *Server) handleActionsGetEnvironmentPublicKeyRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetEnvironmentPublicKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetEnvironmentPublicKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3946,7 +3946,7 @@ func (s *Server) handleActionsGetEnvironmentPublicKeyRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetEnvironmentPublicKey", + Name: ActionsGetEnvironmentPublicKeyOperation, ID: "actions/get-environment-public-key", } ) @@ -3965,7 +3965,7 @@ func (s *Server) handleActionsGetEnvironmentPublicKeyRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetEnvironmentPublicKey", + OperationName: ActionsGetEnvironmentPublicKeyOperation, OperationSummary: "Get an environment public key", OperationID: "actions/get-environment-public-key", Body: nil, @@ -4033,7 +4033,7 @@ func (s *Server) handleActionsGetEnvironmentSecretRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetEnvironmentSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetEnvironmentSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4064,7 +4064,7 @@ func (s *Server) handleActionsGetEnvironmentSecretRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetEnvironmentSecret", + Name: ActionsGetEnvironmentSecretOperation, ID: "actions/get-environment-secret", } ) @@ -4083,7 +4083,7 @@ func (s *Server) handleActionsGetEnvironmentSecretRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetEnvironmentSecret", + OperationName: ActionsGetEnvironmentSecretOperation, OperationSummary: "Get an environment secret", OperationID: "actions/get-environment-secret", Body: nil, @@ -4155,7 +4155,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsOrganizationRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetGithubActionsPermissionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetGithubActionsPermissionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4186,7 +4186,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsOrganizationRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetGithubActionsPermissionsOrganization", + Name: ActionsGetGithubActionsPermissionsOrganizationOperation, ID: "actions/get-github-actions-permissions-organization", } ) @@ -4205,7 +4205,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsOrganizationRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetGithubActionsPermissionsOrganization", + OperationName: ActionsGetGithubActionsPermissionsOrganizationOperation, OperationSummary: "Get GitHub Actions permissions for an organization", OperationID: "actions/get-github-actions-permissions-organization", Body: nil, @@ -4270,7 +4270,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsRepositoryRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetGithubActionsPermissionsRepository", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetGithubActionsPermissionsRepositoryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4301,7 +4301,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsRepositoryRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetGithubActionsPermissionsRepository", + Name: ActionsGetGithubActionsPermissionsRepositoryOperation, ID: "actions/get-github-actions-permissions-repository", } ) @@ -4320,7 +4320,7 @@ func (s *Server) handleActionsGetGithubActionsPermissionsRepositoryRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetGithubActionsPermissionsRepository", + OperationName: ActionsGetGithubActionsPermissionsRepositoryOperation, OperationSummary: "Get GitHub Actions permissions for a repository", OperationID: "actions/get-github-actions-permissions-repository", Body: nil, @@ -4388,7 +4388,7 @@ func (s *Server) handleActionsGetJobForWorkflowRunRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetJobForWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetJobForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4419,7 +4419,7 @@ func (s *Server) handleActionsGetJobForWorkflowRunRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetJobForWorkflowRun", + Name: ActionsGetJobForWorkflowRunOperation, ID: "actions/get-job-for-workflow-run", } ) @@ -4438,7 +4438,7 @@ func (s *Server) handleActionsGetJobForWorkflowRunRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetJobForWorkflowRun", + OperationName: ActionsGetJobForWorkflowRunOperation, OperationSummary: "Get a job for a workflow run", OperationID: "actions/get-job-for-workflow-run", Body: nil, @@ -4511,7 +4511,7 @@ func (s *Server) handleActionsGetOrgPublicKeyRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetOrgPublicKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetOrgPublicKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4542,7 +4542,7 @@ func (s *Server) handleActionsGetOrgPublicKeyRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetOrgPublicKey", + Name: ActionsGetOrgPublicKeyOperation, ID: "actions/get-org-public-key", } ) @@ -4561,7 +4561,7 @@ func (s *Server) handleActionsGetOrgPublicKeyRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetOrgPublicKey", + OperationName: ActionsGetOrgPublicKeyOperation, OperationSummary: "Get an organization public key", OperationID: "actions/get-org-public-key", Body: nil, @@ -4625,7 +4625,7 @@ func (s *Server) handleActionsGetOrgSecretRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4656,7 +4656,7 @@ func (s *Server) handleActionsGetOrgSecretRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetOrgSecret", + Name: ActionsGetOrgSecretOperation, ID: "actions/get-org-secret", } ) @@ -4675,7 +4675,7 @@ func (s *Server) handleActionsGetOrgSecretRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetOrgSecret", + OperationName: ActionsGetOrgSecretOperation, OperationSummary: "Get an organization secret", OperationID: "actions/get-org-secret", Body: nil, @@ -4744,7 +4744,7 @@ func (s *Server) handleActionsGetRepoPublicKeyRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetRepoPublicKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetRepoPublicKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4775,7 +4775,7 @@ func (s *Server) handleActionsGetRepoPublicKeyRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetRepoPublicKey", + Name: ActionsGetRepoPublicKeyOperation, ID: "actions/get-repo-public-key", } ) @@ -4794,7 +4794,7 @@ func (s *Server) handleActionsGetRepoPublicKeyRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetRepoPublicKey", + OperationName: ActionsGetRepoPublicKeyOperation, OperationSummary: "Get a repository public key", OperationID: "actions/get-repo-public-key", Body: nil, @@ -4862,7 +4862,7 @@ func (s *Server) handleActionsGetRepoSecretRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetRepoSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetRepoSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4893,7 +4893,7 @@ func (s *Server) handleActionsGetRepoSecretRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetRepoSecret", + Name: ActionsGetRepoSecretOperation, ID: "actions/get-repo-secret", } ) @@ -4912,7 +4912,7 @@ func (s *Server) handleActionsGetRepoSecretRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetRepoSecret", + OperationName: ActionsGetRepoSecretOperation, OperationSummary: "Get a repository secret", OperationID: "actions/get-repo-secret", Body: nil, @@ -4984,7 +4984,7 @@ func (s *Server) handleActionsGetReviewsForRunRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetReviewsForRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetReviewsForRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5015,7 +5015,7 @@ func (s *Server) handleActionsGetReviewsForRunRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetReviewsForRun", + Name: ActionsGetReviewsForRunOperation, ID: "actions/get-reviews-for-run", } ) @@ -5034,7 +5034,7 @@ func (s *Server) handleActionsGetReviewsForRunRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetReviewsForRun", + OperationName: ActionsGetReviewsForRunOperation, OperationSummary: "Get the review history for a workflow run", OperationID: "actions/get-reviews-for-run", Body: nil, @@ -5105,7 +5105,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForOrgRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetSelfHostedRunnerForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetSelfHostedRunnerForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5136,7 +5136,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForOrgRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetSelfHostedRunnerForOrg", + Name: ActionsGetSelfHostedRunnerForOrgOperation, ID: "actions/get-self-hosted-runner-for-org", } ) @@ -5155,7 +5155,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForOrgRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetSelfHostedRunnerForOrg", + OperationName: ActionsGetSelfHostedRunnerForOrgOperation, OperationSummary: "Get a self-hosted runner for an organization", OperationID: "actions/get-self-hosted-runner-for-org", Body: nil, @@ -5223,7 +5223,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForRepoRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetSelfHostedRunnerForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetSelfHostedRunnerForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5254,7 +5254,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForRepoRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetSelfHostedRunnerForRepo", + Name: ActionsGetSelfHostedRunnerForRepoOperation, ID: "actions/get-self-hosted-runner-for-repo", } ) @@ -5273,7 +5273,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerForRepoRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetSelfHostedRunnerForRepo", + OperationName: ActionsGetSelfHostedRunnerForRepoOperation, OperationSummary: "Get a self-hosted runner for a repository", OperationID: "actions/get-self-hosted-runner-for-repo", Body: nil, @@ -5347,7 +5347,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerGroupForOrgRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetSelfHostedRunnerGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5378,7 +5378,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerGroupForOrgRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetSelfHostedRunnerGroupForOrg", + Name: ActionsGetSelfHostedRunnerGroupForOrgOperation, ID: "actions/get-self-hosted-runner-group-for-org", } ) @@ -5397,7 +5397,7 @@ func (s *Server) handleActionsGetSelfHostedRunnerGroupForOrgRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetSelfHostedRunnerGroupForOrg", + OperationName: ActionsGetSelfHostedRunnerGroupForOrgOperation, OperationSummary: "Get a self-hosted runner group for an organization", OperationID: "actions/get-self-hosted-runner-group-for-org", Body: nil, @@ -5465,7 +5465,7 @@ func (s *Server) handleActionsGetWorkflowRunRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5496,7 +5496,7 @@ func (s *Server) handleActionsGetWorkflowRunRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetWorkflowRun", + Name: ActionsGetWorkflowRunOperation, ID: "actions/get-workflow-run", } ) @@ -5515,7 +5515,7 @@ func (s *Server) handleActionsGetWorkflowRunRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetWorkflowRun", + OperationName: ActionsGetWorkflowRunOperation, OperationSummary: "Get a workflow run", OperationID: "actions/get-workflow-run", Body: nil, @@ -5594,7 +5594,7 @@ func (s *Server) handleActionsGetWorkflowRunUsageRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsGetWorkflowRunUsage", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsGetWorkflowRunUsageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5625,7 +5625,7 @@ func (s *Server) handleActionsGetWorkflowRunUsageRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsGetWorkflowRunUsage", + Name: ActionsGetWorkflowRunUsageOperation, ID: "actions/get-workflow-run-usage", } ) @@ -5644,7 +5644,7 @@ func (s *Server) handleActionsGetWorkflowRunUsageRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsGetWorkflowRunUsage", + OperationName: ActionsGetWorkflowRunUsageOperation, OperationSummary: "Get workflow run usage", OperationID: "actions/get-workflow-run-usage", Body: nil, @@ -5716,7 +5716,7 @@ func (s *Server) handleActionsListArtifactsForRepoRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListArtifactsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListArtifactsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5747,7 +5747,7 @@ func (s *Server) handleActionsListArtifactsForRepoRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListArtifactsForRepo", + Name: ActionsListArtifactsForRepoOperation, ID: "actions/list-artifacts-for-repo", } ) @@ -5766,7 +5766,7 @@ func (s *Server) handleActionsListArtifactsForRepoRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListArtifactsForRepo", + OperationName: ActionsListArtifactsForRepoOperation, OperationSummary: "List artifacts for a repository", OperationID: "actions/list-artifacts-for-repo", Body: nil, @@ -5842,7 +5842,7 @@ func (s *Server) handleActionsListEnvironmentSecretsRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListEnvironmentSecrets", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListEnvironmentSecretsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5873,7 +5873,7 @@ func (s *Server) handleActionsListEnvironmentSecretsRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListEnvironmentSecrets", + Name: ActionsListEnvironmentSecretsOperation, ID: "actions/list-environment-secrets", } ) @@ -5892,7 +5892,7 @@ func (s *Server) handleActionsListEnvironmentSecretsRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListEnvironmentSecrets", + OperationName: ActionsListEnvironmentSecretsOperation, OperationSummary: "List environment secrets", OperationID: "actions/list-environment-secrets", Body: nil, @@ -5970,7 +5970,7 @@ func (s *Server) handleActionsListJobsForWorkflowRunRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListJobsForWorkflowRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListJobsForWorkflowRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6001,7 +6001,7 @@ func (s *Server) handleActionsListJobsForWorkflowRunRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListJobsForWorkflowRun", + Name: ActionsListJobsForWorkflowRunOperation, ID: "actions/list-jobs-for-workflow-run", } ) @@ -6020,7 +6020,7 @@ func (s *Server) handleActionsListJobsForWorkflowRunRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListJobsForWorkflowRun", + OperationName: ActionsListJobsForWorkflowRunOperation, OperationSummary: "List jobs for a workflow run", OperationID: "actions/list-jobs-for-workflow-run", Body: nil, @@ -6104,7 +6104,7 @@ func (s *Server) handleActionsListOrgSecretsRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListOrgSecrets", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListOrgSecretsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6135,7 +6135,7 @@ func (s *Server) handleActionsListOrgSecretsRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListOrgSecrets", + Name: ActionsListOrgSecretsOperation, ID: "actions/list-org-secrets", } ) @@ -6154,7 +6154,7 @@ func (s *Server) handleActionsListOrgSecretsRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListOrgSecrets", + OperationName: ActionsListOrgSecretsOperation, OperationSummary: "List organization secrets", OperationID: "actions/list-org-secrets", Body: nil, @@ -6228,7 +6228,7 @@ func (s *Server) handleActionsListRepoAccessToSelfHostedRunnerGroupInOrgRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6259,7 +6259,7 @@ func (s *Server) handleActionsListRepoAccessToSelfHostedRunnerGroupInOrgRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg", + Name: ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation, ID: "actions/list-repo-access-to-self-hosted-runner-group-in-org", } ) @@ -6278,7 +6278,7 @@ func (s *Server) handleActionsListRepoAccessToSelfHostedRunnerGroupInOrgRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg", + OperationName: ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation, OperationSummary: "List repository access to a self-hosted runner group in an organization", OperationID: "actions/list-repo-access-to-self-hosted-runner-group-in-org", Body: nil, @@ -6354,7 +6354,7 @@ func (s *Server) handleActionsListRepoSecretsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListRepoSecrets", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListRepoSecretsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6385,7 +6385,7 @@ func (s *Server) handleActionsListRepoSecretsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListRepoSecrets", + Name: ActionsListRepoSecretsOperation, ID: "actions/list-repo-secrets", } ) @@ -6404,7 +6404,7 @@ func (s *Server) handleActionsListRepoSecretsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListRepoSecrets", + OperationName: ActionsListRepoSecretsOperation, OperationSummary: "List repository secrets", OperationID: "actions/list-repo-secrets", Body: nil, @@ -6480,7 +6480,7 @@ func (s *Server) handleActionsListRepoWorkflowsRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListRepoWorkflows", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListRepoWorkflowsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6511,7 +6511,7 @@ func (s *Server) handleActionsListRepoWorkflowsRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListRepoWorkflows", + Name: ActionsListRepoWorkflowsOperation, ID: "actions/list-repo-workflows", } ) @@ -6530,7 +6530,7 @@ func (s *Server) handleActionsListRepoWorkflowsRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListRepoWorkflows", + OperationName: ActionsListRepoWorkflowsOperation, OperationSummary: "List repository workflows", OperationID: "actions/list-repo-workflows", Body: nil, @@ -6605,7 +6605,7 @@ func (s *Server) handleActionsListRunnerApplicationsForOrgRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListRunnerApplicationsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListRunnerApplicationsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6636,7 +6636,7 @@ func (s *Server) handleActionsListRunnerApplicationsForOrgRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListRunnerApplicationsForOrg", + Name: ActionsListRunnerApplicationsForOrgOperation, ID: "actions/list-runner-applications-for-org", } ) @@ -6655,7 +6655,7 @@ func (s *Server) handleActionsListRunnerApplicationsForOrgRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListRunnerApplicationsForOrg", + OperationName: ActionsListRunnerApplicationsForOrgOperation, OperationSummary: "List runner applications for an organization", OperationID: "actions/list-runner-applications-for-org", Body: nil, @@ -6718,7 +6718,7 @@ func (s *Server) handleActionsListRunnerApplicationsForRepoRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListRunnerApplicationsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListRunnerApplicationsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6749,7 +6749,7 @@ func (s *Server) handleActionsListRunnerApplicationsForRepoRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListRunnerApplicationsForRepo", + Name: ActionsListRunnerApplicationsForRepoOperation, ID: "actions/list-runner-applications-for-repo", } ) @@ -6768,7 +6768,7 @@ func (s *Server) handleActionsListRunnerApplicationsForRepoRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListRunnerApplicationsForRepo", + OperationName: ActionsListRunnerApplicationsForRepoOperation, OperationSummary: "List runner applications for a repository", OperationID: "actions/list-runner-applications-for-repo", Body: nil, @@ -6837,7 +6837,7 @@ func (s *Server) handleActionsListSelectedReposForOrgSecretRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelectedReposForOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelectedReposForOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6868,7 +6868,7 @@ func (s *Server) handleActionsListSelectedReposForOrgSecretRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelectedReposForOrgSecret", + Name: ActionsListSelectedReposForOrgSecretOperation, ID: "actions/list-selected-repos-for-org-secret", } ) @@ -6887,7 +6887,7 @@ func (s *Server) handleActionsListSelectedReposForOrgSecretRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelectedReposForOrgSecret", + OperationName: ActionsListSelectedReposForOrgSecretOperation, OperationSummary: "List selected repositories for an organization secret", OperationID: "actions/list-selected-repos-for-org-secret", Body: nil, @@ -6966,7 +6966,7 @@ func (s *Server) handleActionsListSelectedRepositoriesEnabledGithubActionsOrgani } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6997,7 +6997,7 @@ func (s *Server) handleActionsListSelectedRepositoriesEnabledGithubActionsOrgani } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization", + Name: ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation, ID: "actions/list-selected-repositories-enabled-github-actions-organization", } ) @@ -7016,7 +7016,7 @@ func (s *Server) handleActionsListSelectedRepositoriesEnabledGithubActionsOrgani if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization", + OperationName: ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation, OperationSummary: "List selected repositories enabled for GitHub Actions in an organization", OperationID: "actions/list-selected-repositories-enabled-github-actions-organization", Body: nil, @@ -7090,7 +7090,7 @@ func (s *Server) handleActionsListSelfHostedRunnerGroupsForOrgRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelfHostedRunnerGroupsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelfHostedRunnerGroupsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7121,7 +7121,7 @@ func (s *Server) handleActionsListSelfHostedRunnerGroupsForOrgRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelfHostedRunnerGroupsForOrg", + Name: ActionsListSelfHostedRunnerGroupsForOrgOperation, ID: "actions/list-self-hosted-runner-groups-for-org", } ) @@ -7140,7 +7140,7 @@ func (s *Server) handleActionsListSelfHostedRunnerGroupsForOrgRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelfHostedRunnerGroupsForOrg", + OperationName: ActionsListSelfHostedRunnerGroupsForOrgOperation, OperationSummary: "List self-hosted runner groups for an organization", OperationID: "actions/list-self-hosted-runner-groups-for-org", Body: nil, @@ -7211,7 +7211,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForOrgRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelfHostedRunnersForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelfHostedRunnersForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7242,7 +7242,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForOrgRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelfHostedRunnersForOrg", + Name: ActionsListSelfHostedRunnersForOrgOperation, ID: "actions/list-self-hosted-runners-for-org", } ) @@ -7261,7 +7261,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForOrgRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelfHostedRunnersForOrg", + OperationName: ActionsListSelfHostedRunnersForOrgOperation, OperationSummary: "List self-hosted runners for an organization", OperationID: "actions/list-self-hosted-runners-for-org", Body: nil, @@ -7332,7 +7332,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForRepoRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelfHostedRunnersForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelfHostedRunnersForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7363,7 +7363,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForRepoRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelfHostedRunnersForRepo", + Name: ActionsListSelfHostedRunnersForRepoOperation, ID: "actions/list-self-hosted-runners-for-repo", } ) @@ -7382,7 +7382,7 @@ func (s *Server) handleActionsListSelfHostedRunnersForRepoRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelfHostedRunnersForRepo", + OperationName: ActionsListSelfHostedRunnersForRepoOperation, OperationSummary: "List self-hosted runners for a repository", OperationID: "actions/list-self-hosted-runners-for-repo", Body: nil, @@ -7460,7 +7460,7 @@ func (s *Server) handleActionsListSelfHostedRunnersInGroupForOrgRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListSelfHostedRunnersInGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListSelfHostedRunnersInGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7491,7 +7491,7 @@ func (s *Server) handleActionsListSelfHostedRunnersInGroupForOrgRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListSelfHostedRunnersInGroupForOrg", + Name: ActionsListSelfHostedRunnersInGroupForOrgOperation, ID: "actions/list-self-hosted-runners-in-group-for-org", } ) @@ -7510,7 +7510,7 @@ func (s *Server) handleActionsListSelfHostedRunnersInGroupForOrgRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListSelfHostedRunnersInGroupForOrg", + OperationName: ActionsListSelfHostedRunnersInGroupForOrgOperation, OperationSummary: "List self-hosted runners in a group for an organization", OperationID: "actions/list-self-hosted-runners-in-group-for-org", Body: nil, @@ -7586,7 +7586,7 @@ func (s *Server) handleActionsListWorkflowRunArtifactsRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListWorkflowRunArtifacts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListWorkflowRunArtifactsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7617,7 +7617,7 @@ func (s *Server) handleActionsListWorkflowRunArtifactsRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListWorkflowRunArtifacts", + Name: ActionsListWorkflowRunArtifactsOperation, ID: "actions/list-workflow-run-artifacts", } ) @@ -7636,7 +7636,7 @@ func (s *Server) handleActionsListWorkflowRunArtifactsRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListWorkflowRunArtifacts", + OperationName: ActionsListWorkflowRunArtifactsOperation, OperationSummary: "List workflow run artifacts", OperationID: "actions/list-workflow-run-artifacts", Body: nil, @@ -7719,7 +7719,7 @@ func (s *Server) handleActionsListWorkflowRunsForRepoRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsListWorkflowRunsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsListWorkflowRunsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7750,7 +7750,7 @@ func (s *Server) handleActionsListWorkflowRunsForRepoRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsListWorkflowRunsForRepo", + Name: ActionsListWorkflowRunsForRepoOperation, ID: "actions/list-workflow-runs-for-repo", } ) @@ -7769,7 +7769,7 @@ func (s *Server) handleActionsListWorkflowRunsForRepoRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsListWorkflowRunsForRepo", + OperationName: ActionsListWorkflowRunsForRepoOperation, OperationSummary: "List workflow runs for a repository", OperationID: "actions/list-workflow-runs-for-repo", Body: nil, @@ -7870,7 +7870,7 @@ func (s *Server) handleActionsReRunWorkflowRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsReRunWorkflow", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsReRunWorkflowOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7901,7 +7901,7 @@ func (s *Server) handleActionsReRunWorkflowRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsReRunWorkflow", + Name: ActionsReRunWorkflowOperation, ID: "actions/re-run-workflow", } ) @@ -7920,7 +7920,7 @@ func (s *Server) handleActionsReRunWorkflowRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsReRunWorkflow", + OperationName: ActionsReRunWorkflowOperation, OperationSummary: "Re-run a workflow", OperationID: "actions/re-run-workflow", Body: nil, @@ -7997,7 +7997,7 @@ func (s *Server) handleActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8028,7 +8028,7 @@ func (s *Server) handleActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg", + Name: ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation, ID: "actions/remove-repo-access-to-self-hosted-runner-group-in-org", } ) @@ -8047,7 +8047,7 @@ func (s *Server) handleActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg", + OperationName: ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation, OperationSummary: "Remove repository access to a self-hosted runner group in an organization", OperationID: "actions/remove-repo-access-to-self-hosted-runner-group-in-org", Body: nil, @@ -8121,7 +8121,7 @@ func (s *Server) handleActionsRemoveSelectedRepoFromOrgSecretRequest(args [3]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsRemoveSelectedRepoFromOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsRemoveSelectedRepoFromOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8152,7 +8152,7 @@ func (s *Server) handleActionsRemoveSelectedRepoFromOrgSecretRequest(args [3]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsRemoveSelectedRepoFromOrgSecret", + Name: ActionsRemoveSelectedRepoFromOrgSecretOperation, ID: "actions/remove-selected-repo-from-org-secret", } ) @@ -8171,7 +8171,7 @@ func (s *Server) handleActionsRemoveSelectedRepoFromOrgSecretRequest(args [3]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsRemoveSelectedRepoFromOrgSecret", + OperationName: ActionsRemoveSelectedRepoFromOrgSecretOperation, OperationSummary: "Remove selected repository from an organization secret", OperationID: "actions/remove-selected-repo-from-org-secret", Body: nil, @@ -8246,7 +8246,7 @@ func (s *Server) handleActionsRemoveSelfHostedRunnerFromGroupForOrgRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsRemoveSelfHostedRunnerFromGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8277,7 +8277,7 @@ func (s *Server) handleActionsRemoveSelfHostedRunnerFromGroupForOrgRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsRemoveSelfHostedRunnerFromGroupForOrg", + Name: ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation, ID: "actions/remove-self-hosted-runner-from-group-for-org", } ) @@ -8296,7 +8296,7 @@ func (s *Server) handleActionsRemoveSelfHostedRunnerFromGroupForOrgRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsRemoveSelfHostedRunnerFromGroupForOrg", + OperationName: ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation, OperationSummary: "Remove a self-hosted runner from a group for an organization", OperationID: "actions/remove-self-hosted-runner-from-group-for-org", Body: nil, @@ -8368,7 +8368,7 @@ func (s *Server) handleActionsRetryWorkflowRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsRetryWorkflow", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsRetryWorkflowOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8399,7 +8399,7 @@ func (s *Server) handleActionsRetryWorkflowRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsRetryWorkflow", + Name: ActionsRetryWorkflowOperation, ID: "actions/retry-workflow", } ) @@ -8418,7 +8418,7 @@ func (s *Server) handleActionsRetryWorkflowRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsRetryWorkflow", + OperationName: ActionsRetryWorkflowOperation, OperationSummary: "Retry a workflow", OperationID: "actions/retry-workflow", Body: nil, @@ -8489,7 +8489,7 @@ func (s *Server) handleActionsReviewPendingDeploymentsForRunRequest(args [3]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsReviewPendingDeploymentsForRun", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsReviewPendingDeploymentsForRunOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8520,7 +8520,7 @@ func (s *Server) handleActionsReviewPendingDeploymentsForRunRequest(args [3]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsReviewPendingDeploymentsForRun", + Name: ActionsReviewPendingDeploymentsForRunOperation, ID: "actions/review-pending-deployments-for-run", } ) @@ -8554,7 +8554,7 @@ func (s *Server) handleActionsReviewPendingDeploymentsForRunRequest(args [3]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsReviewPendingDeploymentsForRun", + OperationName: ActionsReviewPendingDeploymentsForRunOperation, OperationSummary: "Review pending deployments for a workflow run", OperationID: "actions/review-pending-deployments-for-run", Body: request, @@ -8634,7 +8634,7 @@ func (s *Server) handleActionsSetAllowedActionsOrganizationRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetAllowedActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetAllowedActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8665,7 +8665,7 @@ func (s *Server) handleActionsSetAllowedActionsOrganizationRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetAllowedActionsOrganization", + Name: ActionsSetAllowedActionsOrganizationOperation, ID: "actions/set-allowed-actions-organization", } ) @@ -8699,7 +8699,7 @@ func (s *Server) handleActionsSetAllowedActionsOrganizationRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetAllowedActionsOrganization", + OperationName: ActionsSetAllowedActionsOrganizationOperation, OperationSummary: "Set allowed actions for an organization", OperationID: "actions/set-allowed-actions-organization", Body: request, @@ -8770,7 +8770,7 @@ func (s *Server) handleActionsSetAllowedActionsRepositoryRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetAllowedActionsRepository", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetAllowedActionsRepositoryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8801,7 +8801,7 @@ func (s *Server) handleActionsSetAllowedActionsRepositoryRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetAllowedActionsRepository", + Name: ActionsSetAllowedActionsRepositoryOperation, ID: "actions/set-allowed-actions-repository", } ) @@ -8835,7 +8835,7 @@ func (s *Server) handleActionsSetAllowedActionsRepositoryRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetAllowedActionsRepository", + OperationName: ActionsSetAllowedActionsRepositoryOperation, OperationSummary: "Set allowed actions for a repository", OperationID: "actions/set-allowed-actions-repository", Body: request, @@ -8906,7 +8906,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsOrganizationRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetGithubActionsPermissionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetGithubActionsPermissionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8937,7 +8937,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsOrganizationRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetGithubActionsPermissionsOrganization", + Name: ActionsSetGithubActionsPermissionsOrganizationOperation, ID: "actions/set-github-actions-permissions-organization", } ) @@ -8971,7 +8971,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsOrganizationRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetGithubActionsPermissionsOrganization", + OperationName: ActionsSetGithubActionsPermissionsOrganizationOperation, OperationSummary: "Set GitHub Actions permissions for an organization", OperationID: "actions/set-github-actions-permissions-organization", Body: request, @@ -9039,7 +9039,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsRepositoryRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetGithubActionsPermissionsRepository", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetGithubActionsPermissionsRepositoryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9070,7 +9070,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsRepositoryRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetGithubActionsPermissionsRepository", + Name: ActionsSetGithubActionsPermissionsRepositoryOperation, ID: "actions/set-github-actions-permissions-repository", } ) @@ -9104,7 +9104,7 @@ func (s *Server) handleActionsSetGithubActionsPermissionsRepositoryRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetGithubActionsPermissionsRepository", + OperationName: ActionsSetGithubActionsPermissionsRepositoryOperation, OperationSummary: "Set GitHub Actions permissions for a repository", OperationID: "actions/set-github-actions-permissions-repository", Body: request, @@ -9175,7 +9175,7 @@ func (s *Server) handleActionsSetRepoAccessToSelfHostedRunnerGroupInOrgRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9206,7 +9206,7 @@ func (s *Server) handleActionsSetRepoAccessToSelfHostedRunnerGroupInOrgRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg", + Name: ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation, ID: "actions/set-repo-access-to-self-hosted-runner-group-in-org", } ) @@ -9240,7 +9240,7 @@ func (s *Server) handleActionsSetRepoAccessToSelfHostedRunnerGroupInOrgRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg", + OperationName: ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation, OperationSummary: "Set repository access for a self-hosted runner group in an organization", OperationID: "actions/set-repo-access-to-self-hosted-runner-group-in-org", Body: request, @@ -9310,7 +9310,7 @@ func (s *Server) handleActionsSetSelectedReposForOrgSecretRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetSelectedReposForOrgSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetSelectedReposForOrgSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9341,7 +9341,7 @@ func (s *Server) handleActionsSetSelectedReposForOrgSecretRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetSelectedReposForOrgSecret", + Name: ActionsSetSelectedReposForOrgSecretOperation, ID: "actions/set-selected-repos-for-org-secret", } ) @@ -9375,7 +9375,7 @@ func (s *Server) handleActionsSetSelectedReposForOrgSecretRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetSelectedReposForOrgSecret", + OperationName: ActionsSetSelectedReposForOrgSecretOperation, OperationSummary: "Set selected repositories for an organization secret", OperationID: "actions/set-selected-repos-for-org-secret", Body: request, @@ -9446,7 +9446,7 @@ func (s *Server) handleActionsSetSelectedRepositoriesEnabledGithubActionsOrganiz } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9477,7 +9477,7 @@ func (s *Server) handleActionsSetSelectedRepositoriesEnabledGithubActionsOrganiz } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization", + Name: ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation, ID: "actions/set-selected-repositories-enabled-github-actions-organization", } ) @@ -9511,7 +9511,7 @@ func (s *Server) handleActionsSetSelectedRepositoriesEnabledGithubActionsOrganiz if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization", + OperationName: ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation, OperationSummary: "Set selected repositories enabled for GitHub Actions in an organization", OperationID: "actions/set-selected-repositories-enabled-github-actions-organization", Body: request, @@ -9577,7 +9577,7 @@ func (s *Server) handleActionsSetSelfHostedRunnersInGroupForOrgRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsSetSelfHostedRunnersInGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsSetSelfHostedRunnersInGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9608,7 +9608,7 @@ func (s *Server) handleActionsSetSelfHostedRunnersInGroupForOrgRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsSetSelfHostedRunnersInGroupForOrg", + Name: ActionsSetSelfHostedRunnersInGroupForOrgOperation, ID: "actions/set-self-hosted-runners-in-group-for-org", } ) @@ -9642,7 +9642,7 @@ func (s *Server) handleActionsSetSelfHostedRunnersInGroupForOrgRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsSetSelfHostedRunnersInGroupForOrg", + OperationName: ActionsSetSelfHostedRunnersInGroupForOrgOperation, OperationSummary: "Set self-hosted runners in a group for an organization", OperationID: "actions/set-self-hosted-runners-in-group-for-org", Body: request, @@ -9712,7 +9712,7 @@ func (s *Server) handleActionsUpdateSelfHostedRunnerGroupForOrgRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActionsUpdateSelfHostedRunnerGroupForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActionsUpdateSelfHostedRunnerGroupForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9743,7 +9743,7 @@ func (s *Server) handleActionsUpdateSelfHostedRunnerGroupForOrgRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActionsUpdateSelfHostedRunnerGroupForOrg", + Name: ActionsUpdateSelfHostedRunnerGroupForOrgOperation, ID: "actions/update-self-hosted-runner-group-for-org", } ) @@ -9777,7 +9777,7 @@ func (s *Server) handleActionsUpdateSelfHostedRunnerGroupForOrgRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActionsUpdateSelfHostedRunnerGroupForOrg", + OperationName: ActionsUpdateSelfHostedRunnerGroupForOrgOperation, OperationSummary: "Update a self-hosted runner group for an organization", OperationID: "actions/update-self-hosted-runner-group-for-org", Body: request, @@ -9843,7 +9843,7 @@ func (s *Server) handleActivityCheckRepoIsStarredByAuthenticatedUserRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityCheckRepoIsStarredByAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityCheckRepoIsStarredByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9874,7 +9874,7 @@ func (s *Server) handleActivityCheckRepoIsStarredByAuthenticatedUserRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityCheckRepoIsStarredByAuthenticatedUser", + Name: ActivityCheckRepoIsStarredByAuthenticatedUserOperation, ID: "activity/check-repo-is-starred-by-authenticated-user", } ) @@ -9893,7 +9893,7 @@ func (s *Server) handleActivityCheckRepoIsStarredByAuthenticatedUserRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityCheckRepoIsStarredByAuthenticatedUser", + OperationName: ActivityCheckRepoIsStarredByAuthenticatedUserOperation, OperationSummary: "Check if a repository is starred by the authenticated user", OperationID: "activity/check-repo-is-starred-by-authenticated-user", Body: nil, @@ -9961,7 +9961,7 @@ func (s *Server) handleActivityDeleteRepoSubscriptionRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityDeleteRepoSubscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityDeleteRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9992,7 +9992,7 @@ func (s *Server) handleActivityDeleteRepoSubscriptionRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityDeleteRepoSubscription", + Name: ActivityDeleteRepoSubscriptionOperation, ID: "activity/delete-repo-subscription", } ) @@ -10011,7 +10011,7 @@ func (s *Server) handleActivityDeleteRepoSubscriptionRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityDeleteRepoSubscription", + OperationName: ActivityDeleteRepoSubscriptionOperation, OperationSummary: "Delete a repository subscription", OperationID: "activity/delete-repo-subscription", Body: nil, @@ -10081,7 +10081,7 @@ func (s *Server) handleActivityDeleteThreadSubscriptionRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityDeleteThreadSubscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityDeleteThreadSubscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10112,7 +10112,7 @@ func (s *Server) handleActivityDeleteThreadSubscriptionRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityDeleteThreadSubscription", + Name: ActivityDeleteThreadSubscriptionOperation, ID: "activity/delete-thread-subscription", } ) @@ -10131,7 +10131,7 @@ func (s *Server) handleActivityDeleteThreadSubscriptionRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityDeleteThreadSubscription", + OperationName: ActivityDeleteThreadSubscriptionOperation, OperationSummary: "Delete a thread subscription", OperationID: "activity/delete-thread-subscription", Body: nil, @@ -10207,7 +10207,7 @@ func (s *Server) handleActivityGetFeedsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityGetFeeds", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityGetFeedsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10243,7 +10243,7 @@ func (s *Server) handleActivityGetFeedsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityGetFeeds", + OperationName: ActivityGetFeedsOperation, OperationSummary: "Get feeds", OperationID: "activity/get-feeds", Body: nil, @@ -10300,7 +10300,7 @@ func (s *Server) handleActivityGetRepoSubscriptionRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityGetRepoSubscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityGetRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10331,7 +10331,7 @@ func (s *Server) handleActivityGetRepoSubscriptionRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityGetRepoSubscription", + Name: ActivityGetRepoSubscriptionOperation, ID: "activity/get-repo-subscription", } ) @@ -10350,7 +10350,7 @@ func (s *Server) handleActivityGetRepoSubscriptionRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityGetRepoSubscription", + OperationName: ActivityGetRepoSubscriptionOperation, OperationSummary: "Get a repository subscription", OperationID: "activity/get-repo-subscription", Body: nil, @@ -10416,7 +10416,7 @@ func (s *Server) handleActivityGetThreadRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityGetThread", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityGetThreadOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10447,7 +10447,7 @@ func (s *Server) handleActivityGetThreadRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityGetThread", + Name: ActivityGetThreadOperation, ID: "activity/get-thread", } ) @@ -10466,7 +10466,7 @@ func (s *Server) handleActivityGetThreadRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityGetThread", + OperationName: ActivityGetThreadOperation, OperationSummary: "Get a thread", OperationID: "activity/get-thread", Body: nil, @@ -10531,7 +10531,7 @@ func (s *Server) handleActivityGetThreadSubscriptionForAuthenticatedUserRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityGetThreadSubscriptionForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityGetThreadSubscriptionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10562,7 +10562,7 @@ func (s *Server) handleActivityGetThreadSubscriptionForAuthenticatedUserRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityGetThreadSubscriptionForAuthenticatedUser", + Name: ActivityGetThreadSubscriptionForAuthenticatedUserOperation, ID: "activity/get-thread-subscription-for-authenticated-user", } ) @@ -10581,7 +10581,7 @@ func (s *Server) handleActivityGetThreadSubscriptionForAuthenticatedUserRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityGetThreadSubscriptionForAuthenticatedUser", + OperationName: ActivityGetThreadSubscriptionForAuthenticatedUserOperation, OperationSummary: "Get a thread subscription for the authenticated user", OperationID: "activity/get-thread-subscription-for-authenticated-user", Body: nil, @@ -10644,7 +10644,7 @@ func (s *Server) handleActivityListEventsForAuthenticatedUserRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListEventsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListEventsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10675,7 +10675,7 @@ func (s *Server) handleActivityListEventsForAuthenticatedUserRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListEventsForAuthenticatedUser", + Name: ActivityListEventsForAuthenticatedUserOperation, ID: "activity/list-events-for-authenticated-user", } ) @@ -10694,7 +10694,7 @@ func (s *Server) handleActivityListEventsForAuthenticatedUserRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListEventsForAuthenticatedUser", + OperationName: ActivityListEventsForAuthenticatedUserOperation, OperationSummary: "List events for the authenticated user", OperationID: "activity/list-events-for-authenticated-user", Body: nil, @@ -10764,7 +10764,7 @@ func (s *Server) handleActivityListNotificationsForAuthenticatedUserRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListNotificationsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListNotificationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10795,7 +10795,7 @@ func (s *Server) handleActivityListNotificationsForAuthenticatedUserRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListNotificationsForAuthenticatedUser", + Name: ActivityListNotificationsForAuthenticatedUserOperation, ID: "activity/list-notifications-for-authenticated-user", } ) @@ -10814,7 +10814,7 @@ func (s *Server) handleActivityListNotificationsForAuthenticatedUserRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListNotificationsForAuthenticatedUser", + OperationName: ActivityListNotificationsForAuthenticatedUserOperation, OperationSummary: "List notifications for the authenticated user", OperationID: "activity/list-notifications-for-authenticated-user", Body: nil, @@ -10896,7 +10896,7 @@ func (s *Server) handleActivityListOrgEventsForAuthenticatedUserRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListOrgEventsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListOrgEventsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10927,7 +10927,7 @@ func (s *Server) handleActivityListOrgEventsForAuthenticatedUserRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListOrgEventsForAuthenticatedUser", + Name: ActivityListOrgEventsForAuthenticatedUserOperation, ID: "activity/list-org-events-for-authenticated-user", } ) @@ -10946,7 +10946,7 @@ func (s *Server) handleActivityListOrgEventsForAuthenticatedUserRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListOrgEventsForAuthenticatedUser", + OperationName: ActivityListOrgEventsForAuthenticatedUserOperation, OperationSummary: "List organization events for the authenticated user", OperationID: "activity/list-org-events-for-authenticated-user", Body: nil, @@ -11021,7 +11021,7 @@ func (s *Server) handleActivityListPublicEventsRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListPublicEvents", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListPublicEventsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11052,7 +11052,7 @@ func (s *Server) handleActivityListPublicEventsRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListPublicEvents", + Name: ActivityListPublicEventsOperation, ID: "activity/list-public-events", } ) @@ -11071,7 +11071,7 @@ func (s *Server) handleActivityListPublicEventsRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListPublicEvents", + OperationName: ActivityListPublicEventsOperation, OperationSummary: "List public events", OperationID: "activity/list-public-events", Body: nil, @@ -11137,7 +11137,7 @@ func (s *Server) handleActivityListPublicEventsForRepoNetworkRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListPublicEventsForRepoNetwork", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListPublicEventsForRepoNetworkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11168,7 +11168,7 @@ func (s *Server) handleActivityListPublicEventsForRepoNetworkRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListPublicEventsForRepoNetwork", + Name: ActivityListPublicEventsForRepoNetworkOperation, ID: "activity/list-public-events-for-repo-network", } ) @@ -11187,7 +11187,7 @@ func (s *Server) handleActivityListPublicEventsForRepoNetworkRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListPublicEventsForRepoNetwork", + OperationName: ActivityListPublicEventsForRepoNetworkOperation, OperationSummary: "List public events for a network of repositories", OperationID: "activity/list-public-events-for-repo-network", Body: nil, @@ -11261,7 +11261,7 @@ func (s *Server) handleActivityListPublicEventsForUserRequest(args [1]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListPublicEventsForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListPublicEventsForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11292,7 +11292,7 @@ func (s *Server) handleActivityListPublicEventsForUserRequest(args [1]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListPublicEventsForUser", + Name: ActivityListPublicEventsForUserOperation, ID: "activity/list-public-events-for-user", } ) @@ -11311,7 +11311,7 @@ func (s *Server) handleActivityListPublicEventsForUserRequest(args [1]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListPublicEventsForUser", + OperationName: ActivityListPublicEventsForUserOperation, OperationSummary: "List public events for a user", OperationID: "activity/list-public-events-for-user", Body: nil, @@ -11381,7 +11381,7 @@ func (s *Server) handleActivityListPublicOrgEventsRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListPublicOrgEvents", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListPublicOrgEventsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11412,7 +11412,7 @@ func (s *Server) handleActivityListPublicOrgEventsRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListPublicOrgEvents", + Name: ActivityListPublicOrgEventsOperation, ID: "activity/list-public-org-events", } ) @@ -11431,7 +11431,7 @@ func (s *Server) handleActivityListPublicOrgEventsRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListPublicOrgEvents", + OperationName: ActivityListPublicOrgEventsOperation, OperationSummary: "List public organization events", OperationID: "activity/list-public-org-events", Body: nil, @@ -11503,7 +11503,7 @@ func (s *Server) handleActivityListReceivedEventsForUserRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListReceivedEventsForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListReceivedEventsForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11534,7 +11534,7 @@ func (s *Server) handleActivityListReceivedEventsForUserRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListReceivedEventsForUser", + Name: ActivityListReceivedEventsForUserOperation, ID: "activity/list-received-events-for-user", } ) @@ -11553,7 +11553,7 @@ func (s *Server) handleActivityListReceivedEventsForUserRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListReceivedEventsForUser", + OperationName: ActivityListReceivedEventsForUserOperation, OperationSummary: "List events received by the authenticated user", OperationID: "activity/list-received-events-for-user", Body: nil, @@ -11623,7 +11623,7 @@ func (s *Server) handleActivityListReceivedPublicEventsForUserRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListReceivedPublicEventsForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListReceivedPublicEventsForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11654,7 +11654,7 @@ func (s *Server) handleActivityListReceivedPublicEventsForUserRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListReceivedPublicEventsForUser", + Name: ActivityListReceivedPublicEventsForUserOperation, ID: "activity/list-received-public-events-for-user", } ) @@ -11673,7 +11673,7 @@ func (s *Server) handleActivityListReceivedPublicEventsForUserRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListReceivedPublicEventsForUser", + OperationName: ActivityListReceivedPublicEventsForUserOperation, OperationSummary: "List public events received by a user", OperationID: "activity/list-received-public-events-for-user", Body: nil, @@ -11743,7 +11743,7 @@ func (s *Server) handleActivityListRepoEventsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListRepoEvents", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListRepoEventsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11774,7 +11774,7 @@ func (s *Server) handleActivityListRepoEventsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListRepoEvents", + Name: ActivityListRepoEventsOperation, ID: "activity/list-repo-events", } ) @@ -11793,7 +11793,7 @@ func (s *Server) handleActivityListRepoEventsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListRepoEvents", + OperationName: ActivityListRepoEventsOperation, OperationSummary: "List repository events", OperationID: "activity/list-repo-events", Body: nil, @@ -11867,7 +11867,7 @@ func (s *Server) handleActivityListRepoNotificationsForAuthenticatedUserRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListRepoNotificationsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListRepoNotificationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11898,7 +11898,7 @@ func (s *Server) handleActivityListRepoNotificationsForAuthenticatedUserRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListRepoNotificationsForAuthenticatedUser", + Name: ActivityListRepoNotificationsForAuthenticatedUserOperation, ID: "activity/list-repo-notifications-for-authenticated-user", } ) @@ -11917,7 +11917,7 @@ func (s *Server) handleActivityListRepoNotificationsForAuthenticatedUserRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListRepoNotificationsForAuthenticatedUser", + OperationName: ActivityListRepoNotificationsForAuthenticatedUserOperation, OperationSummary: "List repository notifications for the authenticated user", OperationID: "activity/list-repo-notifications-for-authenticated-user", Body: nil, @@ -12009,7 +12009,7 @@ func (s *Server) handleActivityListReposStarredByAuthenticatedUserRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListReposStarredByAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListReposStarredByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12040,7 +12040,7 @@ func (s *Server) handleActivityListReposStarredByAuthenticatedUserRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListReposStarredByAuthenticatedUser", + Name: ActivityListReposStarredByAuthenticatedUserOperation, ID: "activity/list-repos-starred-by-authenticated-user", } ) @@ -12059,7 +12059,7 @@ func (s *Server) handleActivityListReposStarredByAuthenticatedUserRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListReposStarredByAuthenticatedUser", + OperationName: ActivityListReposStarredByAuthenticatedUserOperation, OperationSummary: "List repositories starred by the authenticated user", OperationID: "activity/list-repos-starred-by-authenticated-user", Body: nil, @@ -12133,7 +12133,7 @@ func (s *Server) handleActivityListReposWatchedByUserRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListReposWatchedByUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListReposWatchedByUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12164,7 +12164,7 @@ func (s *Server) handleActivityListReposWatchedByUserRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListReposWatchedByUser", + Name: ActivityListReposWatchedByUserOperation, ID: "activity/list-repos-watched-by-user", } ) @@ -12183,7 +12183,7 @@ func (s *Server) handleActivityListReposWatchedByUserRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListReposWatchedByUser", + OperationName: ActivityListReposWatchedByUserOperation, OperationSummary: "List repositories watched by a user", OperationID: "activity/list-repos-watched-by-user", Body: nil, @@ -12253,7 +12253,7 @@ func (s *Server) handleActivityListWatchedReposForAuthenticatedUserRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListWatchedReposForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListWatchedReposForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12284,7 +12284,7 @@ func (s *Server) handleActivityListWatchedReposForAuthenticatedUserRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListWatchedReposForAuthenticatedUser", + Name: ActivityListWatchedReposForAuthenticatedUserOperation, ID: "activity/list-watched-repos-for-authenticated-user", } ) @@ -12303,7 +12303,7 @@ func (s *Server) handleActivityListWatchedReposForAuthenticatedUserRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListWatchedReposForAuthenticatedUser", + OperationName: ActivityListWatchedReposForAuthenticatedUserOperation, OperationSummary: "List repositories watched by the authenticated user", OperationID: "activity/list-watched-repos-for-authenticated-user", Body: nil, @@ -12369,7 +12369,7 @@ func (s *Server) handleActivityListWatchersForRepoRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityListWatchersForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityListWatchersForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12400,7 +12400,7 @@ func (s *Server) handleActivityListWatchersForRepoRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityListWatchersForRepo", + Name: ActivityListWatchersForRepoOperation, ID: "activity/list-watchers-for-repo", } ) @@ -12419,7 +12419,7 @@ func (s *Server) handleActivityListWatchersForRepoRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityListWatchersForRepo", + OperationName: ActivityListWatchersForRepoOperation, OperationSummary: "List watchers", OperationID: "activity/list-watchers-for-repo", Body: nil, @@ -12499,7 +12499,7 @@ func (s *Server) handleActivityMarkNotificationsAsReadRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityMarkNotificationsAsRead", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityMarkNotificationsAsReadOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12530,7 +12530,7 @@ func (s *Server) handleActivityMarkNotificationsAsReadRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityMarkNotificationsAsRead", + Name: ActivityMarkNotificationsAsReadOperation, ID: "activity/mark-notifications-as-read", } ) @@ -12554,7 +12554,7 @@ func (s *Server) handleActivityMarkNotificationsAsReadRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityMarkNotificationsAsRead", + OperationName: ActivityMarkNotificationsAsReadOperation, OperationSummary: "Mark notifications as read", OperationID: "activity/mark-notifications-as-read", Body: request, @@ -12617,7 +12617,7 @@ func (s *Server) handleActivityMarkRepoNotificationsAsReadRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityMarkRepoNotificationsAsRead", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityMarkRepoNotificationsAsReadOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12648,7 +12648,7 @@ func (s *Server) handleActivityMarkRepoNotificationsAsReadRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityMarkRepoNotificationsAsRead", + Name: ActivityMarkRepoNotificationsAsReadOperation, ID: "activity/mark-repo-notifications-as-read", } ) @@ -12682,7 +12682,7 @@ func (s *Server) handleActivityMarkRepoNotificationsAsReadRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityMarkRepoNotificationsAsRead", + OperationName: ActivityMarkRepoNotificationsAsReadOperation, OperationSummary: "Mark repository notifications as read", OperationID: "activity/mark-repo-notifications-as-read", Body: request, @@ -12748,7 +12748,7 @@ func (s *Server) handleActivityMarkThreadAsReadRequest(args [1]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityMarkThreadAsRead", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityMarkThreadAsReadOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12779,7 +12779,7 @@ func (s *Server) handleActivityMarkThreadAsReadRequest(args [1]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityMarkThreadAsRead", + Name: ActivityMarkThreadAsReadOperation, ID: "activity/mark-thread-as-read", } ) @@ -12798,7 +12798,7 @@ func (s *Server) handleActivityMarkThreadAsReadRequest(args [1]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityMarkThreadAsRead", + OperationName: ActivityMarkThreadAsReadOperation, OperationSummary: "Mark a thread as read", OperationID: "activity/mark-thread-as-read", Body: nil, @@ -12863,7 +12863,7 @@ func (s *Server) handleActivitySetRepoSubscriptionRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivitySetRepoSubscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivitySetRepoSubscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12894,7 +12894,7 @@ func (s *Server) handleActivitySetRepoSubscriptionRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivitySetRepoSubscription", + Name: ActivitySetRepoSubscriptionOperation, ID: "activity/set-repo-subscription", } ) @@ -12928,7 +12928,7 @@ func (s *Server) handleActivitySetRepoSubscriptionRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivitySetRepoSubscription", + OperationName: ActivitySetRepoSubscriptionOperation, OperationSummary: "Set a repository subscription", OperationID: "activity/set-repo-subscription", Body: request, @@ -13001,7 +13001,7 @@ func (s *Server) handleActivitySetThreadSubscriptionRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivitySetThreadSubscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivitySetThreadSubscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13032,7 +13032,7 @@ func (s *Server) handleActivitySetThreadSubscriptionRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivitySetThreadSubscription", + Name: ActivitySetThreadSubscriptionOperation, ID: "activity/set-thread-subscription", } ) @@ -13066,7 +13066,7 @@ func (s *Server) handleActivitySetThreadSubscriptionRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivitySetThreadSubscription", + OperationName: ActivitySetThreadSubscriptionOperation, OperationSummary: "Set a thread subscription", OperationID: "activity/set-thread-subscription", Body: request, @@ -13130,7 +13130,7 @@ func (s *Server) handleActivityStarRepoForAuthenticatedUserRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityStarRepoForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityStarRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13161,7 +13161,7 @@ func (s *Server) handleActivityStarRepoForAuthenticatedUserRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityStarRepoForAuthenticatedUser", + Name: ActivityStarRepoForAuthenticatedUserOperation, ID: "activity/star-repo-for-authenticated-user", } ) @@ -13180,7 +13180,7 @@ func (s *Server) handleActivityStarRepoForAuthenticatedUserRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityStarRepoForAuthenticatedUser", + OperationName: ActivityStarRepoForAuthenticatedUserOperation, OperationSummary: "Star a repository for the authenticated user", OperationID: "activity/star-repo-for-authenticated-user", Body: nil, @@ -13246,7 +13246,7 @@ func (s *Server) handleActivityUnstarRepoForAuthenticatedUserRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ActivityUnstarRepoForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ActivityUnstarRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13277,7 +13277,7 @@ func (s *Server) handleActivityUnstarRepoForAuthenticatedUserRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ActivityUnstarRepoForAuthenticatedUser", + Name: ActivityUnstarRepoForAuthenticatedUserOperation, ID: "activity/unstar-repo-for-authenticated-user", } ) @@ -13296,7 +13296,7 @@ func (s *Server) handleActivityUnstarRepoForAuthenticatedUserRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ActivityUnstarRepoForAuthenticatedUser", + OperationName: ActivityUnstarRepoForAuthenticatedUserOperation, OperationSummary: "Unstar a repository for the authenticated user", OperationID: "activity/unstar-repo-for-authenticated-user", Body: nil, @@ -13367,7 +13367,7 @@ func (s *Server) handleAppsAddRepoToInstallationRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsAddRepoToInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsAddRepoToInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13398,7 +13398,7 @@ func (s *Server) handleAppsAddRepoToInstallationRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsAddRepoToInstallation", + Name: AppsAddRepoToInstallationOperation, ID: "apps/add-repo-to-installation", } ) @@ -13417,7 +13417,7 @@ func (s *Server) handleAppsAddRepoToInstallationRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsAddRepoToInstallation", + OperationName: AppsAddRepoToInstallationOperation, OperationSummary: "Add a repository to an app installation", OperationID: "apps/add-repo-to-installation", Body: nil, @@ -13488,7 +13488,7 @@ func (s *Server) handleAppsCheckTokenRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsCheckToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsCheckTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13519,7 +13519,7 @@ func (s *Server) handleAppsCheckTokenRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsCheckToken", + Name: AppsCheckTokenOperation, ID: "apps/check-token", } ) @@ -13553,7 +13553,7 @@ func (s *Server) handleAppsCheckTokenRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsCheckToken", + OperationName: AppsCheckTokenOperation, OperationSummary: "Check a token", OperationID: "apps/check-token", Body: request, @@ -13624,7 +13624,7 @@ func (s *Server) handleAppsCreateContentAttachmentRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsCreateContentAttachment", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsCreateContentAttachmentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13655,7 +13655,7 @@ func (s *Server) handleAppsCreateContentAttachmentRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsCreateContentAttachment", + Name: AppsCreateContentAttachmentOperation, ID: "apps/create-content-attachment", } ) @@ -13689,7 +13689,7 @@ func (s *Server) handleAppsCreateContentAttachmentRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsCreateContentAttachment", + OperationName: AppsCreateContentAttachmentOperation, OperationSummary: "Create a content attachment", OperationID: "apps/create-content-attachment", Body: request, @@ -13762,7 +13762,7 @@ func (s *Server) handleAppsCreateFromManifestRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsCreateFromManifest", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsCreateFromManifestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13793,7 +13793,7 @@ func (s *Server) handleAppsCreateFromManifestRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsCreateFromManifest", + Name: AppsCreateFromManifestOperation, ID: "apps/create-from-manifest", } ) @@ -13827,7 +13827,7 @@ func (s *Server) handleAppsCreateFromManifestRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsCreateFromManifest", + OperationName: AppsCreateFromManifestOperation, OperationSummary: "Create a GitHub App from a manifest", OperationID: "apps/create-from-manifest", Body: request, @@ -13898,7 +13898,7 @@ func (s *Server) handleAppsCreateInstallationAccessTokenRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsCreateInstallationAccessToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsCreateInstallationAccessTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13929,7 +13929,7 @@ func (s *Server) handleAppsCreateInstallationAccessTokenRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsCreateInstallationAccessToken", + Name: AppsCreateInstallationAccessTokenOperation, ID: "apps/create-installation-access-token", } ) @@ -13963,7 +13963,7 @@ func (s *Server) handleAppsCreateInstallationAccessTokenRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsCreateInstallationAccessToken", + OperationName: AppsCreateInstallationAccessTokenOperation, OperationSummary: "Create an installation access token for an app", OperationID: "apps/create-installation-access-token", Body: request, @@ -14034,7 +14034,7 @@ func (s *Server) handleAppsDeleteAuthorizationRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsDeleteAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsDeleteAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14065,7 +14065,7 @@ func (s *Server) handleAppsDeleteAuthorizationRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsDeleteAuthorization", + Name: AppsDeleteAuthorizationOperation, ID: "apps/delete-authorization", } ) @@ -14099,7 +14099,7 @@ func (s *Server) handleAppsDeleteAuthorizationRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsDeleteAuthorization", + OperationName: AppsDeleteAuthorizationOperation, OperationSummary: "Delete an app authorization", OperationID: "apps/delete-authorization", Body: request, @@ -14166,7 +14166,7 @@ func (s *Server) handleAppsDeleteInstallationRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsDeleteInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsDeleteInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14197,7 +14197,7 @@ func (s *Server) handleAppsDeleteInstallationRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsDeleteInstallation", + Name: AppsDeleteInstallationOperation, ID: "apps/delete-installation", } ) @@ -14216,7 +14216,7 @@ func (s *Server) handleAppsDeleteInstallationRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsDeleteInstallation", + OperationName: AppsDeleteInstallationOperation, OperationSummary: "Delete an installation for the authenticated app", OperationID: "apps/delete-installation", Body: nil, @@ -14281,7 +14281,7 @@ func (s *Server) handleAppsDeleteTokenRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsDeleteToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsDeleteTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14312,7 +14312,7 @@ func (s *Server) handleAppsDeleteTokenRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsDeleteToken", + Name: AppsDeleteTokenOperation, ID: "apps/delete-token", } ) @@ -14346,7 +14346,7 @@ func (s *Server) handleAppsDeleteTokenRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsDeleteToken", + OperationName: AppsDeleteTokenOperation, OperationSummary: "Delete an app token", OperationID: "apps/delete-token", Body: request, @@ -14415,7 +14415,7 @@ func (s *Server) handleAppsGetAuthenticatedRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14451,7 +14451,7 @@ func (s *Server) handleAppsGetAuthenticatedRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetAuthenticated", + OperationName: AppsGetAuthenticatedOperation, OperationSummary: "Get the authenticated app", OperationID: "apps/get-authenticated", Body: nil, @@ -14515,7 +14515,7 @@ func (s *Server) handleAppsGetBySlugRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetBySlug", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetBySlugOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14546,7 +14546,7 @@ func (s *Server) handleAppsGetBySlugRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsGetBySlug", + Name: AppsGetBySlugOperation, ID: "apps/get-by-slug", } ) @@ -14565,7 +14565,7 @@ func (s *Server) handleAppsGetBySlugRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetBySlug", + OperationName: AppsGetBySlugOperation, OperationSummary: "Get an app", OperationID: "apps/get-by-slug", Body: nil, @@ -14634,7 +14634,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetSubscriptionPlanForAccount", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetSubscriptionPlanForAccountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14665,7 +14665,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsGetSubscriptionPlanForAccount", + Name: AppsGetSubscriptionPlanForAccountOperation, ID: "apps/get-subscription-plan-for-account", } ) @@ -14684,7 +14684,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetSubscriptionPlanForAccount", + OperationName: AppsGetSubscriptionPlanForAccountOperation, OperationSummary: "Get a subscription plan for an account", OperationID: "apps/get-subscription-plan-for-account", Body: nil, @@ -14753,7 +14753,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountStubbedRequest(args [1]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetSubscriptionPlanForAccountStubbed", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetSubscriptionPlanForAccountStubbedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14784,7 +14784,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountStubbedRequest(args [1]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsGetSubscriptionPlanForAccountStubbed", + Name: AppsGetSubscriptionPlanForAccountStubbedOperation, ID: "apps/get-subscription-plan-for-account-stubbed", } ) @@ -14803,7 +14803,7 @@ func (s *Server) handleAppsGetSubscriptionPlanForAccountStubbedRequest(args [1]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetSubscriptionPlanForAccountStubbed", + OperationName: AppsGetSubscriptionPlanForAccountStubbedOperation, OperationSummary: "Get a subscription plan for an account (stubbed)", OperationID: "apps/get-subscription-plan-for-account-stubbed", Body: nil, @@ -14869,7 +14869,7 @@ func (s *Server) handleAppsGetWebhookConfigForAppRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetWebhookConfigForApp", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetWebhookConfigForAppOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14905,7 +14905,7 @@ func (s *Server) handleAppsGetWebhookConfigForAppRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetWebhookConfigForApp", + OperationName: AppsGetWebhookConfigForAppOperation, OperationSummary: "Get a webhook configuration for an app", OperationID: "apps/get-webhook-config-for-app", Body: nil, @@ -14965,7 +14965,7 @@ func (s *Server) handleAppsGetWebhookDeliveryRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsGetWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14996,7 +14996,7 @@ func (s *Server) handleAppsGetWebhookDeliveryRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsGetWebhookDelivery", + Name: AppsGetWebhookDeliveryOperation, ID: "apps/get-webhook-delivery", } ) @@ -15015,7 +15015,7 @@ func (s *Server) handleAppsGetWebhookDeliveryRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsGetWebhookDelivery", + OperationName: AppsGetWebhookDeliveryOperation, OperationSummary: "Get a delivery for an app webhook", OperationID: "apps/get-webhook-delivery", Body: nil, @@ -15085,7 +15085,7 @@ func (s *Server) handleAppsListAccountsForPlanRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListAccountsForPlan", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListAccountsForPlanOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15116,7 +15116,7 @@ func (s *Server) handleAppsListAccountsForPlanRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListAccountsForPlan", + Name: AppsListAccountsForPlanOperation, ID: "apps/list-accounts-for-plan", } ) @@ -15135,7 +15135,7 @@ func (s *Server) handleAppsListAccountsForPlanRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListAccountsForPlan", + OperationName: AppsListAccountsForPlanOperation, OperationSummary: "List accounts for a plan", OperationID: "apps/list-accounts-for-plan", Body: nil, @@ -15221,7 +15221,7 @@ func (s *Server) handleAppsListAccountsForPlanStubbedRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListAccountsForPlanStubbed", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListAccountsForPlanStubbedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15252,7 +15252,7 @@ func (s *Server) handleAppsListAccountsForPlanStubbedRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListAccountsForPlanStubbed", + Name: AppsListAccountsForPlanStubbedOperation, ID: "apps/list-accounts-for-plan-stubbed", } ) @@ -15271,7 +15271,7 @@ func (s *Server) handleAppsListAccountsForPlanStubbedRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListAccountsForPlanStubbed", + OperationName: AppsListAccountsForPlanStubbedOperation, OperationSummary: "List accounts for a plan (stubbed)", OperationID: "apps/list-accounts-for-plan-stubbed", Body: nil, @@ -15355,7 +15355,7 @@ func (s *Server) handleAppsListInstallationReposForAuthenticatedUserRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListInstallationReposForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListInstallationReposForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15386,7 +15386,7 @@ func (s *Server) handleAppsListInstallationReposForAuthenticatedUserRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListInstallationReposForAuthenticatedUser", + Name: AppsListInstallationReposForAuthenticatedUserOperation, ID: "apps/list-installation-repos-for-authenticated-user", } ) @@ -15405,7 +15405,7 @@ func (s *Server) handleAppsListInstallationReposForAuthenticatedUserRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListInstallationReposForAuthenticatedUser", + OperationName: AppsListInstallationReposForAuthenticatedUserOperation, OperationSummary: "List repositories accessible to the user access token", OperationID: "apps/list-installation-repos-for-authenticated-user", Body: nil, @@ -15480,7 +15480,7 @@ func (s *Server) handleAppsListPlansRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListPlans", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListPlansOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15511,7 +15511,7 @@ func (s *Server) handleAppsListPlansRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListPlans", + Name: AppsListPlansOperation, ID: "apps/list-plans", } ) @@ -15530,7 +15530,7 @@ func (s *Server) handleAppsListPlansRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListPlans", + OperationName: AppsListPlansOperation, OperationSummary: "List plans", OperationID: "apps/list-plans", Body: nil, @@ -15601,7 +15601,7 @@ func (s *Server) handleAppsListPlansStubbedRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListPlansStubbed", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListPlansStubbedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15632,7 +15632,7 @@ func (s *Server) handleAppsListPlansStubbedRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListPlansStubbed", + Name: AppsListPlansStubbedOperation, ID: "apps/list-plans-stubbed", } ) @@ -15651,7 +15651,7 @@ func (s *Server) handleAppsListPlansStubbedRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListPlansStubbed", + OperationName: AppsListPlansStubbedOperation, OperationSummary: "List plans (stubbed)", OperationID: "apps/list-plans-stubbed", Body: nil, @@ -15720,7 +15720,7 @@ func (s *Server) handleAppsListReposAccessibleToInstallationRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListReposAccessibleToInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListReposAccessibleToInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15751,7 +15751,7 @@ func (s *Server) handleAppsListReposAccessibleToInstallationRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListReposAccessibleToInstallation", + Name: AppsListReposAccessibleToInstallationOperation, ID: "apps/list-repos-accessible-to-installation", } ) @@ -15770,7 +15770,7 @@ func (s *Server) handleAppsListReposAccessibleToInstallationRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListReposAccessibleToInstallation", + OperationName: AppsListReposAccessibleToInstallationOperation, OperationSummary: "List repositories accessible to the app installation", OperationID: "apps/list-repos-accessible-to-installation", Body: nil, @@ -15838,7 +15838,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListSubscriptionsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListSubscriptionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15869,7 +15869,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListSubscriptionsForAuthenticatedUser", + Name: AppsListSubscriptionsForAuthenticatedUserOperation, ID: "apps/list-subscriptions-for-authenticated-user", } ) @@ -15888,7 +15888,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListSubscriptionsForAuthenticatedUser", + OperationName: AppsListSubscriptionsForAuthenticatedUserOperation, OperationSummary: "List subscriptions for the authenticated user", OperationID: "apps/list-subscriptions-for-authenticated-user", Body: nil, @@ -15956,7 +15956,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserStubbedRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListSubscriptionsForAuthenticatedUserStubbed", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListSubscriptionsForAuthenticatedUserStubbedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15987,7 +15987,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserStubbedRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListSubscriptionsForAuthenticatedUserStubbed", + Name: AppsListSubscriptionsForAuthenticatedUserStubbedOperation, ID: "apps/list-subscriptions-for-authenticated-user-stubbed", } ) @@ -16006,7 +16006,7 @@ func (s *Server) handleAppsListSubscriptionsForAuthenticatedUserStubbedRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListSubscriptionsForAuthenticatedUserStubbed", + OperationName: AppsListSubscriptionsForAuthenticatedUserStubbedOperation, OperationSummary: "List subscriptions for the authenticated user (stubbed)", OperationID: "apps/list-subscriptions-for-authenticated-user-stubbed", Body: nil, @@ -16075,7 +16075,7 @@ func (s *Server) handleAppsListWebhookDeliveriesRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsListWebhookDeliveries", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16106,7 +16106,7 @@ func (s *Server) handleAppsListWebhookDeliveriesRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsListWebhookDeliveries", + Name: AppsListWebhookDeliveriesOperation, ID: "apps/list-webhook-deliveries", } ) @@ -16125,7 +16125,7 @@ func (s *Server) handleAppsListWebhookDeliveriesRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsListWebhookDeliveries", + OperationName: AppsListWebhookDeliveriesOperation, OperationSummary: "List deliveries for an app webhook", OperationID: "apps/list-webhook-deliveries", Body: nil, @@ -16194,7 +16194,7 @@ func (s *Server) handleAppsRedeliverWebhookDeliveryRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsRedeliverWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16225,7 +16225,7 @@ func (s *Server) handleAppsRedeliverWebhookDeliveryRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsRedeliverWebhookDelivery", + Name: AppsRedeliverWebhookDeliveryOperation, ID: "apps/redeliver-webhook-delivery", } ) @@ -16244,7 +16244,7 @@ func (s *Server) handleAppsRedeliverWebhookDeliveryRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsRedeliverWebhookDelivery", + OperationName: AppsRedeliverWebhookDeliveryOperation, OperationSummary: "Redeliver a delivery for an app webhook", OperationID: "apps/redeliver-webhook-delivery", Body: nil, @@ -16311,7 +16311,7 @@ func (s *Server) handleAppsRemoveRepoFromInstallationRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsRemoveRepoFromInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsRemoveRepoFromInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16342,7 +16342,7 @@ func (s *Server) handleAppsRemoveRepoFromInstallationRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsRemoveRepoFromInstallation", + Name: AppsRemoveRepoFromInstallationOperation, ID: "apps/remove-repo-from-installation", } ) @@ -16361,7 +16361,7 @@ func (s *Server) handleAppsRemoveRepoFromInstallationRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsRemoveRepoFromInstallation", + OperationName: AppsRemoveRepoFromInstallationOperation, OperationSummary: "Remove a repository from an app installation", OperationID: "apps/remove-repo-from-installation", Body: nil, @@ -16432,7 +16432,7 @@ func (s *Server) handleAppsResetTokenRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsResetToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsResetTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16463,7 +16463,7 @@ func (s *Server) handleAppsResetTokenRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsResetToken", + Name: AppsResetTokenOperation, ID: "apps/reset-token", } ) @@ -16497,7 +16497,7 @@ func (s *Server) handleAppsResetTokenRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsResetToken", + OperationName: AppsResetTokenOperation, OperationSummary: "Reset a token", OperationID: "apps/reset-token", Body: request, @@ -16568,7 +16568,7 @@ func (s *Server) handleAppsRevokeInstallationAccessTokenRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsRevokeInstallationAccessToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsRevokeInstallationAccessTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16604,7 +16604,7 @@ func (s *Server) handleAppsRevokeInstallationAccessTokenRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsRevokeInstallationAccessToken", + OperationName: AppsRevokeInstallationAccessTokenOperation, OperationSummary: "Revoke an installation access token", OperationID: "apps/revoke-installation-access-token", Body: nil, @@ -16666,7 +16666,7 @@ func (s *Server) handleAppsScopeTokenRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsScopeToken", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsScopeTokenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16697,7 +16697,7 @@ func (s *Server) handleAppsScopeTokenRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsScopeToken", + Name: AppsScopeTokenOperation, ID: "apps/scope-token", } ) @@ -16731,7 +16731,7 @@ func (s *Server) handleAppsScopeTokenRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsScopeToken", + OperationName: AppsScopeTokenOperation, OperationSummary: "Create a scoped access token", OperationID: "apps/scope-token", Body: request, @@ -16798,7 +16798,7 @@ func (s *Server) handleAppsSuspendInstallationRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsSuspendInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsSuspendInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16829,7 +16829,7 @@ func (s *Server) handleAppsSuspendInstallationRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsSuspendInstallation", + Name: AppsSuspendInstallationOperation, ID: "apps/suspend-installation", } ) @@ -16848,7 +16848,7 @@ func (s *Server) handleAppsSuspendInstallationRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsSuspendInstallation", + OperationName: AppsSuspendInstallationOperation, OperationSummary: "Suspend an app installation", OperationID: "apps/suspend-installation", Body: nil, @@ -16913,7 +16913,7 @@ func (s *Server) handleAppsUnsuspendInstallationRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsUnsuspendInstallation", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsUnsuspendInstallationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16944,7 +16944,7 @@ func (s *Server) handleAppsUnsuspendInstallationRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsUnsuspendInstallation", + Name: AppsUnsuspendInstallationOperation, ID: "apps/unsuspend-installation", } ) @@ -16963,7 +16963,7 @@ func (s *Server) handleAppsUnsuspendInstallationRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsUnsuspendInstallation", + OperationName: AppsUnsuspendInstallationOperation, OperationSummary: "Unsuspend an app installation", OperationID: "apps/unsuspend-installation", Body: nil, @@ -17029,7 +17029,7 @@ func (s *Server) handleAppsUpdateWebhookConfigForAppRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AppsUpdateWebhookConfigForApp", + ctx, span := s.cfg.Tracer.Start(r.Context(), AppsUpdateWebhookConfigForAppOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17060,7 +17060,7 @@ func (s *Server) handleAppsUpdateWebhookConfigForAppRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "AppsUpdateWebhookConfigForApp", + Name: AppsUpdateWebhookConfigForAppOperation, ID: "apps/update-webhook-config-for-app", } ) @@ -17084,7 +17084,7 @@ func (s *Server) handleAppsUpdateWebhookConfigForAppRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AppsUpdateWebhookConfigForApp", + OperationName: AppsUpdateWebhookConfigForAppOperation, OperationSummary: "Update a webhook configuration for an app", OperationID: "apps/update-webhook-config-for-app", Body: request, @@ -17148,7 +17148,7 @@ func (s *Server) handleBillingGetGithubActionsBillingGheRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubActionsBillingGhe", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubActionsBillingGheOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17179,7 +17179,7 @@ func (s *Server) handleBillingGetGithubActionsBillingGheRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubActionsBillingGhe", + Name: BillingGetGithubActionsBillingGheOperation, ID: "billing/get-github-actions-billing-ghe", } ) @@ -17198,7 +17198,7 @@ func (s *Server) handleBillingGetGithubActionsBillingGheRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubActionsBillingGhe", + OperationName: BillingGetGithubActionsBillingGheOperation, OperationSummary: "Get GitHub Actions billing for an enterprise", OperationID: "billing/get-github-actions-billing-ghe", Body: nil, @@ -17267,7 +17267,7 @@ func (s *Server) handleBillingGetGithubActionsBillingOrgRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubActionsBillingOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubActionsBillingOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17298,7 +17298,7 @@ func (s *Server) handleBillingGetGithubActionsBillingOrgRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubActionsBillingOrg", + Name: BillingGetGithubActionsBillingOrgOperation, ID: "billing/get-github-actions-billing-org", } ) @@ -17317,7 +17317,7 @@ func (s *Server) handleBillingGetGithubActionsBillingOrgRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubActionsBillingOrg", + OperationName: BillingGetGithubActionsBillingOrgOperation, OperationSummary: "Get GitHub Actions billing for an organization", OperationID: "billing/get-github-actions-billing-org", Body: nil, @@ -17386,7 +17386,7 @@ func (s *Server) handleBillingGetGithubActionsBillingUserRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubActionsBillingUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubActionsBillingUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17417,7 +17417,7 @@ func (s *Server) handleBillingGetGithubActionsBillingUserRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubActionsBillingUser", + Name: BillingGetGithubActionsBillingUserOperation, ID: "billing/get-github-actions-billing-user", } ) @@ -17436,7 +17436,7 @@ func (s *Server) handleBillingGetGithubActionsBillingUserRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubActionsBillingUser", + OperationName: BillingGetGithubActionsBillingUserOperation, OperationSummary: "Get GitHub Actions billing for a user", OperationID: "billing/get-github-actions-billing-user", Body: nil, @@ -17502,7 +17502,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingGheRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubPackagesBillingGhe", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubPackagesBillingGheOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17533,7 +17533,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingGheRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubPackagesBillingGhe", + Name: BillingGetGithubPackagesBillingGheOperation, ID: "billing/get-github-packages-billing-ghe", } ) @@ -17552,7 +17552,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingGheRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubPackagesBillingGhe", + OperationName: BillingGetGithubPackagesBillingGheOperation, OperationSummary: "Get GitHub Packages billing for an enterprise", OperationID: "billing/get-github-packages-billing-ghe", Body: nil, @@ -17618,7 +17618,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingOrgRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubPackagesBillingOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubPackagesBillingOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17649,7 +17649,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingOrgRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubPackagesBillingOrg", + Name: BillingGetGithubPackagesBillingOrgOperation, ID: "billing/get-github-packages-billing-org", } ) @@ -17668,7 +17668,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingOrgRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubPackagesBillingOrg", + OperationName: BillingGetGithubPackagesBillingOrgOperation, OperationSummary: "Get GitHub Packages billing for an organization", OperationID: "billing/get-github-packages-billing-org", Body: nil, @@ -17734,7 +17734,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingUserRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetGithubPackagesBillingUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetGithubPackagesBillingUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17765,7 +17765,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingUserRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetGithubPackagesBillingUser", + Name: BillingGetGithubPackagesBillingUserOperation, ID: "billing/get-github-packages-billing-user", } ) @@ -17784,7 +17784,7 @@ func (s *Server) handleBillingGetGithubPackagesBillingUserRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetGithubPackagesBillingUser", + OperationName: BillingGetGithubPackagesBillingUserOperation, OperationSummary: "Get GitHub Packages billing for a user", OperationID: "billing/get-github-packages-billing-user", Body: nil, @@ -17850,7 +17850,7 @@ func (s *Server) handleBillingGetSharedStorageBillingGheRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetSharedStorageBillingGhe", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetSharedStorageBillingGheOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17881,7 +17881,7 @@ func (s *Server) handleBillingGetSharedStorageBillingGheRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetSharedStorageBillingGhe", + Name: BillingGetSharedStorageBillingGheOperation, ID: "billing/get-shared-storage-billing-ghe", } ) @@ -17900,7 +17900,7 @@ func (s *Server) handleBillingGetSharedStorageBillingGheRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetSharedStorageBillingGhe", + OperationName: BillingGetSharedStorageBillingGheOperation, OperationSummary: "Get shared storage billing for an enterprise", OperationID: "billing/get-shared-storage-billing-ghe", Body: nil, @@ -17966,7 +17966,7 @@ func (s *Server) handleBillingGetSharedStorageBillingOrgRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetSharedStorageBillingOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetSharedStorageBillingOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17997,7 +17997,7 @@ func (s *Server) handleBillingGetSharedStorageBillingOrgRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetSharedStorageBillingOrg", + Name: BillingGetSharedStorageBillingOrgOperation, ID: "billing/get-shared-storage-billing-org", } ) @@ -18016,7 +18016,7 @@ func (s *Server) handleBillingGetSharedStorageBillingOrgRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetSharedStorageBillingOrg", + OperationName: BillingGetSharedStorageBillingOrgOperation, OperationSummary: "Get shared storage billing for an organization", OperationID: "billing/get-shared-storage-billing-org", Body: nil, @@ -18082,7 +18082,7 @@ func (s *Server) handleBillingGetSharedStorageBillingUserRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BillingGetSharedStorageBillingUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), BillingGetSharedStorageBillingUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18113,7 +18113,7 @@ func (s *Server) handleBillingGetSharedStorageBillingUserRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "BillingGetSharedStorageBillingUser", + Name: BillingGetSharedStorageBillingUserOperation, ID: "billing/get-shared-storage-billing-user", } ) @@ -18132,7 +18132,7 @@ func (s *Server) handleBillingGetSharedStorageBillingUserRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BillingGetSharedStorageBillingUser", + OperationName: BillingGetSharedStorageBillingUserOperation, OperationSummary: "Get shared storage billing for a user", OperationID: "billing/get-shared-storage-billing-user", Body: nil, @@ -18202,7 +18202,7 @@ func (s *Server) handleChecksCreateSuiteRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksCreateSuite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksCreateSuiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18233,7 +18233,7 @@ func (s *Server) handleChecksCreateSuiteRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksCreateSuite", + Name: ChecksCreateSuiteOperation, ID: "checks/create-suite", } ) @@ -18267,7 +18267,7 @@ func (s *Server) handleChecksCreateSuiteRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksCreateSuite", + OperationName: ChecksCreateSuiteOperation, OperationSummary: "Create a check suite", OperationID: "checks/create-suite", Body: request, @@ -18338,7 +18338,7 @@ func (s *Server) handleChecksGetRequest(args [3]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18369,7 +18369,7 @@ func (s *Server) handleChecksGetRequest(args [3]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksGet", + Name: ChecksGetOperation, ID: "checks/get", } ) @@ -18388,7 +18388,7 @@ func (s *Server) handleChecksGetRequest(args [3]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksGet", + OperationName: ChecksGetOperation, OperationSummary: "Get a check run", OperationID: "checks/get", Body: nil, @@ -18463,7 +18463,7 @@ func (s *Server) handleChecksGetSuiteRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksGetSuite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksGetSuiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18494,7 +18494,7 @@ func (s *Server) handleChecksGetSuiteRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksGetSuite", + Name: ChecksGetSuiteOperation, ID: "checks/get-suite", } ) @@ -18513,7 +18513,7 @@ func (s *Server) handleChecksGetSuiteRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksGetSuite", + OperationName: ChecksGetSuiteOperation, OperationSummary: "Get a check suite", OperationID: "checks/get-suite", Body: nil, @@ -18586,7 +18586,7 @@ func (s *Server) handleChecksListAnnotationsRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksListAnnotations", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksListAnnotationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18617,7 +18617,7 @@ func (s *Server) handleChecksListAnnotationsRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksListAnnotations", + Name: ChecksListAnnotationsOperation, ID: "checks/list-annotations", } ) @@ -18636,7 +18636,7 @@ func (s *Server) handleChecksListAnnotationsRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksListAnnotations", + OperationName: ChecksListAnnotationsOperation, OperationSummary: "List check run annotations", OperationID: "checks/list-annotations", Body: nil, @@ -18720,7 +18720,7 @@ func (s *Server) handleChecksListForRefRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksListForRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksListForRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18751,7 +18751,7 @@ func (s *Server) handleChecksListForRefRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksListForRef", + Name: ChecksListForRefOperation, ID: "checks/list-for-ref", } ) @@ -18770,7 +18770,7 @@ func (s *Server) handleChecksListForRefRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksListForRef", + OperationName: ChecksListForRefOperation, OperationSummary: "List check runs for a Git reference", OperationID: "checks/list-for-ref", Body: nil, @@ -18869,7 +18869,7 @@ func (s *Server) handleChecksListForSuiteRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksListForSuite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksListForSuiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18900,7 +18900,7 @@ func (s *Server) handleChecksListForSuiteRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksListForSuite", + Name: ChecksListForSuiteOperation, ID: "checks/list-for-suite", } ) @@ -18919,7 +18919,7 @@ func (s *Server) handleChecksListForSuiteRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksListForSuite", + OperationName: ChecksListForSuiteOperation, OperationSummary: "List check runs in a check suite", OperationID: "checks/list-for-suite", Body: nil, @@ -19015,7 +19015,7 @@ func (s *Server) handleChecksListSuitesForRefRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksListSuitesForRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksListSuitesForRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19046,7 +19046,7 @@ func (s *Server) handleChecksListSuitesForRefRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksListSuitesForRef", + Name: ChecksListSuitesForRefOperation, ID: "checks/list-suites-for-ref", } ) @@ -19065,7 +19065,7 @@ func (s *Server) handleChecksListSuitesForRefRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksListSuitesForRef", + OperationName: ChecksListSuitesForRefOperation, OperationSummary: "List check suites for a Git reference", OperationID: "checks/list-suites-for-ref", Body: nil, @@ -19156,7 +19156,7 @@ func (s *Server) handleChecksRerequestSuiteRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksRerequestSuite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksRerequestSuiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19187,7 +19187,7 @@ func (s *Server) handleChecksRerequestSuiteRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksRerequestSuite", + Name: ChecksRerequestSuiteOperation, ID: "checks/rerequest-suite", } ) @@ -19206,7 +19206,7 @@ func (s *Server) handleChecksRerequestSuiteRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksRerequestSuite", + OperationName: ChecksRerequestSuiteOperation, OperationSummary: "Rerequest a check suite", OperationID: "checks/rerequest-suite", Body: nil, @@ -19280,7 +19280,7 @@ func (s *Server) handleChecksSetSuitesPreferencesRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ChecksSetSuitesPreferences", + ctx, span := s.cfg.Tracer.Start(r.Context(), ChecksSetSuitesPreferencesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19311,7 +19311,7 @@ func (s *Server) handleChecksSetSuitesPreferencesRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ChecksSetSuitesPreferences", + Name: ChecksSetSuitesPreferencesOperation, ID: "checks/set-suites-preferences", } ) @@ -19345,7 +19345,7 @@ func (s *Server) handleChecksSetSuitesPreferencesRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ChecksSetSuitesPreferences", + OperationName: ChecksSetSuitesPreferencesOperation, OperationSummary: "Update repository preferences for check suites", OperationID: "checks/set-suites-preferences", Body: request, @@ -19469,7 +19469,7 @@ func (s *Server) handleCodeScanningDeleteAnalysisRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningDeleteAnalysis", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningDeleteAnalysisOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19500,7 +19500,7 @@ func (s *Server) handleCodeScanningDeleteAnalysisRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningDeleteAnalysis", + Name: CodeScanningDeleteAnalysisOperation, ID: "code-scanning/delete-analysis", } ) @@ -19519,7 +19519,7 @@ func (s *Server) handleCodeScanningDeleteAnalysisRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningDeleteAnalysis", + OperationName: CodeScanningDeleteAnalysisOperation, OperationSummary: "Delete a code scanning analysis from a repository", OperationID: "code-scanning/delete-analysis", Body: nil, @@ -19599,7 +19599,7 @@ func (s *Server) handleCodeScanningGetAlertRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningGetAlert", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningGetAlertOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19630,7 +19630,7 @@ func (s *Server) handleCodeScanningGetAlertRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningGetAlert", + Name: CodeScanningGetAlertOperation, ID: "code-scanning/get-alert", } ) @@ -19649,7 +19649,7 @@ func (s *Server) handleCodeScanningGetAlertRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningGetAlert", + OperationName: CodeScanningGetAlertOperation, OperationSummary: "Get a code scanning alert", OperationID: "code-scanning/get-alert", Body: nil, @@ -19737,7 +19737,7 @@ func (s *Server) handleCodeScanningGetAnalysisRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningGetAnalysis", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningGetAnalysisOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19768,7 +19768,7 @@ func (s *Server) handleCodeScanningGetAnalysisRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningGetAnalysis", + Name: CodeScanningGetAnalysisOperation, ID: "code-scanning/get-analysis", } ) @@ -19787,7 +19787,7 @@ func (s *Server) handleCodeScanningGetAnalysisRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningGetAnalysis", + OperationName: CodeScanningGetAnalysisOperation, OperationSummary: "Get a code scanning analysis for a repository", OperationID: "code-scanning/get-analysis", Body: nil, @@ -19862,7 +19862,7 @@ func (s *Server) handleCodeScanningGetSarifRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningGetSarif", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningGetSarifOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19893,7 +19893,7 @@ func (s *Server) handleCodeScanningGetSarifRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningGetSarif", + Name: CodeScanningGetSarifOperation, ID: "code-scanning/get-sarif", } ) @@ -19912,7 +19912,7 @@ func (s *Server) handleCodeScanningGetSarifRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningGetSarif", + OperationName: CodeScanningGetSarifOperation, OperationSummary: "Get information about a SARIF upload", OperationID: "code-scanning/get-sarif", Body: nil, @@ -19984,7 +19984,7 @@ func (s *Server) handleCodeScanningListAlertInstancesRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningListAlertInstances", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningListAlertInstancesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20015,7 +20015,7 @@ func (s *Server) handleCodeScanningListAlertInstancesRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningListAlertInstances", + Name: CodeScanningListAlertInstancesOperation, ID: "code-scanning/list-alert-instances", } ) @@ -20034,7 +20034,7 @@ func (s *Server) handleCodeScanningListAlertInstancesRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningListAlertInstances", + OperationName: CodeScanningListAlertInstancesOperation, OperationSummary: "List instances of a code scanning alert", OperationID: "code-scanning/list-alert-instances", Body: nil, @@ -20123,7 +20123,7 @@ func (s *Server) handleCodeScanningListAlertsForRepoRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningListAlertsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningListAlertsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20154,7 +20154,7 @@ func (s *Server) handleCodeScanningListAlertsForRepoRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningListAlertsForRepo", + Name: CodeScanningListAlertsForRepoOperation, ID: "code-scanning/list-alerts-for-repo", } ) @@ -20173,7 +20173,7 @@ func (s *Server) handleCodeScanningListAlertsForRepoRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningListAlertsForRepo", + OperationName: CodeScanningListAlertsForRepoOperation, OperationSummary: "List code scanning alerts for a repository", OperationID: "code-scanning/list-alerts-for-repo", Body: nil, @@ -20277,7 +20277,7 @@ func (s *Server) handleCodeScanningListRecentAnalysesRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningListRecentAnalyses", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningListRecentAnalysesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20308,7 +20308,7 @@ func (s *Server) handleCodeScanningListRecentAnalysesRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningListRecentAnalyses", + Name: CodeScanningListRecentAnalysesOperation, ID: "code-scanning/list-recent-analyses", } ) @@ -20327,7 +20327,7 @@ func (s *Server) handleCodeScanningListRecentAnalysesRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningListRecentAnalyses", + OperationName: CodeScanningListRecentAnalysesOperation, OperationSummary: "List code scanning analyses for a repository", OperationID: "code-scanning/list-recent-analyses", Body: nil, @@ -20419,7 +20419,7 @@ func (s *Server) handleCodeScanningUpdateAlertRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningUpdateAlert", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningUpdateAlertOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20450,7 +20450,7 @@ func (s *Server) handleCodeScanningUpdateAlertRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningUpdateAlert", + Name: CodeScanningUpdateAlertOperation, ID: "code-scanning/update-alert", } ) @@ -20484,7 +20484,7 @@ func (s *Server) handleCodeScanningUpdateAlertRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningUpdateAlert", + OperationName: CodeScanningUpdateAlertOperation, OperationSummary: "Update a code scanning alert", OperationID: "code-scanning/update-alert", Body: request, @@ -20580,7 +20580,7 @@ func (s *Server) handleCodeScanningUploadSarifRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodeScanningUploadSarif", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodeScanningUploadSarifOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20611,7 +20611,7 @@ func (s *Server) handleCodeScanningUploadSarifRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodeScanningUploadSarif", + Name: CodeScanningUploadSarifOperation, ID: "code-scanning/upload-sarif", } ) @@ -20645,7 +20645,7 @@ func (s *Server) handleCodeScanningUploadSarifRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodeScanningUploadSarif", + OperationName: CodeScanningUploadSarifOperation, OperationSummary: "Upload an analysis as SARIF data", OperationID: "code-scanning/upload-sarif", Body: request, @@ -20711,7 +20711,7 @@ func (s *Server) handleCodesOfConductGetAllCodesOfConductRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodesOfConductGetAllCodesOfConduct", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodesOfConductGetAllCodesOfConductOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20747,7 +20747,7 @@ func (s *Server) handleCodesOfConductGetAllCodesOfConductRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodesOfConductGetAllCodesOfConduct", + OperationName: CodesOfConductGetAllCodesOfConductOperation, OperationSummary: "Get all codes of conduct", OperationID: "codes-of-conduct/get-all-codes-of-conduct", Body: nil, @@ -20804,7 +20804,7 @@ func (s *Server) handleCodesOfConductGetConductCodeRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CodesOfConductGetConductCode", + ctx, span := s.cfg.Tracer.Start(r.Context(), CodesOfConductGetConductCodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20835,7 +20835,7 @@ func (s *Server) handleCodesOfConductGetConductCodeRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "CodesOfConductGetConductCode", + Name: CodesOfConductGetConductCodeOperation, ID: "codes-of-conduct/get-conduct-code", } ) @@ -20854,7 +20854,7 @@ func (s *Server) handleCodesOfConductGetConductCodeRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CodesOfConductGetConductCode", + OperationName: CodesOfConductGetConductCodeOperation, OperationSummary: "Get a code of conduct", OperationID: "codes-of-conduct/get-conduct-code", Body: nil, @@ -20916,7 +20916,7 @@ func (s *Server) handleEmojisGetRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EmojisGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), EmojisGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20952,7 +20952,7 @@ func (s *Server) handleEmojisGetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EmojisGet", + OperationName: EmojisGetOperation, OperationSummary: "Get emojis", OperationID: "emojis/get", Body: nil, @@ -21013,7 +21013,7 @@ func (s *Server) handleEnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnter } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21044,7 +21044,7 @@ func (s *Server) handleEnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnter } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise", + Name: EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, ID: "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise", } ) @@ -21063,7 +21063,7 @@ func (s *Server) handleEnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnter if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise", + OperationName: EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, OperationSummary: "Add organization access to a self-hosted runner group in an enterprise", OperationID: "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise", Body: nil, @@ -21135,7 +21135,7 @@ func (s *Server) handleEnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseReq } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21166,7 +21166,7 @@ func (s *Server) handleEnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseReq } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise", + Name: EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation, ID: "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise", } ) @@ -21185,7 +21185,7 @@ func (s *Server) handleEnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseReq if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise", + OperationName: EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation, OperationSummary: "Add a self-hosted runner to a group for an enterprise", OperationID: "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise", Body: nil, @@ -21262,7 +21262,7 @@ func (s *Server) handleEnterpriseAdminCreateRegistrationTokenForEnterpriseReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminCreateRegistrationTokenForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21293,7 +21293,7 @@ func (s *Server) handleEnterpriseAdminCreateRegistrationTokenForEnterpriseReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminCreateRegistrationTokenForEnterprise", + Name: EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation, ID: "enterprise-admin/create-registration-token-for-enterprise", } ) @@ -21312,7 +21312,7 @@ func (s *Server) handleEnterpriseAdminCreateRegistrationTokenForEnterpriseReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminCreateRegistrationTokenForEnterprise", + OperationName: EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation, OperationSummary: "Create a registration token for an enterprise", OperationID: "enterprise-admin/create-registration-token-for-enterprise", Body: nil, @@ -21383,7 +21383,7 @@ func (s *Server) handleEnterpriseAdminCreateRemoveTokenForEnterpriseRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminCreateRemoveTokenForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminCreateRemoveTokenForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21414,7 +21414,7 @@ func (s *Server) handleEnterpriseAdminCreateRemoveTokenForEnterpriseRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminCreateRemoveTokenForEnterprise", + Name: EnterpriseAdminCreateRemoveTokenForEnterpriseOperation, ID: "enterprise-admin/create-remove-token-for-enterprise", } ) @@ -21433,7 +21433,7 @@ func (s *Server) handleEnterpriseAdminCreateRemoveTokenForEnterpriseRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminCreateRemoveTokenForEnterprise", + OperationName: EnterpriseAdminCreateRemoveTokenForEnterpriseOperation, OperationSummary: "Create a remove token for an enterprise", OperationID: "enterprise-admin/create-remove-token-for-enterprise", Body: nil, @@ -21496,7 +21496,7 @@ func (s *Server) handleEnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21527,7 +21527,7 @@ func (s *Server) handleEnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise", + Name: EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation, ID: "enterprise-admin/create-self-hosted-runner-group-for-enterprise", } ) @@ -21561,7 +21561,7 @@ func (s *Server) handleEnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise", + OperationName: EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation, OperationSummary: "Create a self-hosted runner group for an enterprise", OperationID: "enterprise-admin/create-self-hosted-runner-group-for-enterprise", Body: request, @@ -21624,7 +21624,7 @@ func (s *Server) handleEnterpriseAdminDeleteScimGroupFromEnterpriseRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminDeleteScimGroupFromEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminDeleteScimGroupFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21655,7 +21655,7 @@ func (s *Server) handleEnterpriseAdminDeleteScimGroupFromEnterpriseRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminDeleteScimGroupFromEnterprise", + Name: EnterpriseAdminDeleteScimGroupFromEnterpriseOperation, ID: "enterprise-admin/delete-scim-group-from-enterprise", } ) @@ -21674,7 +21674,7 @@ func (s *Server) handleEnterpriseAdminDeleteScimGroupFromEnterpriseRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminDeleteScimGroupFromEnterprise", + OperationName: EnterpriseAdminDeleteScimGroupFromEnterpriseOperation, OperationSummary: "Delete a SCIM group from an enterprise", OperationID: "enterprise-admin/delete-scim-group-from-enterprise", Body: nil, @@ -21742,7 +21742,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21773,7 +21773,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise", + Name: EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation, ID: "enterprise-admin/delete-self-hosted-runner-from-enterprise", } ) @@ -21792,7 +21792,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise", + OperationName: EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation, OperationSummary: "Delete a self-hosted runner from an enterprise", OperationID: "enterprise-admin/delete-self-hosted-runner-from-enterprise", Body: nil, @@ -21859,7 +21859,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21890,7 +21890,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseR } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise", + Name: EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation, ID: "enterprise-admin/delete-self-hosted-runner-group-from-enterprise", } ) @@ -21909,7 +21909,7 @@ func (s *Server) handleEnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise", + OperationName: EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation, OperationSummary: "Delete a self-hosted runner group from an enterprise", OperationID: "enterprise-admin/delete-self-hosted-runner-group-from-enterprise", Body: nil, @@ -21976,7 +21976,7 @@ func (s *Server) handleEnterpriseAdminDeleteUserFromEnterpriseRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminDeleteUserFromEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminDeleteUserFromEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22007,7 +22007,7 @@ func (s *Server) handleEnterpriseAdminDeleteUserFromEnterpriseRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminDeleteUserFromEnterprise", + Name: EnterpriseAdminDeleteUserFromEnterpriseOperation, ID: "enterprise-admin/delete-user-from-enterprise", } ) @@ -22026,7 +22026,7 @@ func (s *Server) handleEnterpriseAdminDeleteUserFromEnterpriseRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminDeleteUserFromEnterprise", + OperationName: EnterpriseAdminDeleteUserFromEnterpriseOperation, OperationSummary: "Delete a SCIM user from an enterprise", OperationID: "enterprise-admin/delete-user-from-enterprise", Body: nil, @@ -22096,7 +22096,7 @@ func (s *Server) handleEnterpriseAdminDisableSelectedOrganizationGithubActionsEn } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22127,7 +22127,7 @@ func (s *Server) handleEnterpriseAdminDisableSelectedOrganizationGithubActionsEn } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise", + Name: EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation, ID: "enterprise-admin/disable-selected-organization-github-actions-enterprise", } ) @@ -22146,7 +22146,7 @@ func (s *Server) handleEnterpriseAdminDisableSelectedOrganizationGithubActionsEn if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise", + OperationName: EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation, OperationSummary: "Disable a selected organization for GitHub Actions in an enterprise", OperationID: "enterprise-admin/disable-selected-organization-github-actions-enterprise", Body: nil, @@ -22216,7 +22216,7 @@ func (s *Server) handleEnterpriseAdminEnableSelectedOrganizationGithubActionsEnt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22247,7 +22247,7 @@ func (s *Server) handleEnterpriseAdminEnableSelectedOrganizationGithubActionsEnt } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise", + Name: EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation, ID: "enterprise-admin/enable-selected-organization-github-actions-enterprise", } ) @@ -22266,7 +22266,7 @@ func (s *Server) handleEnterpriseAdminEnableSelectedOrganizationGithubActionsEnt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise", + OperationName: EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation, OperationSummary: "Enable a selected organization for GitHub Actions in an enterprise", OperationID: "enterprise-admin/enable-selected-organization-github-actions-enterprise", Body: nil, @@ -22336,7 +22336,7 @@ func (s *Server) handleEnterpriseAdminGetAllowedActionsEnterpriseRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetAllowedActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetAllowedActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22367,7 +22367,7 @@ func (s *Server) handleEnterpriseAdminGetAllowedActionsEnterpriseRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetAllowedActionsEnterprise", + Name: EnterpriseAdminGetAllowedActionsEnterpriseOperation, ID: "enterprise-admin/get-allowed-actions-enterprise", } ) @@ -22386,7 +22386,7 @@ func (s *Server) handleEnterpriseAdminGetAllowedActionsEnterpriseRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetAllowedActionsEnterprise", + OperationName: EnterpriseAdminGetAllowedActionsEnterpriseOperation, OperationSummary: "Get allowed actions for an enterprise", OperationID: "enterprise-admin/get-allowed-actions-enterprise", Body: nil, @@ -22449,7 +22449,7 @@ func (s *Server) handleEnterpriseAdminGetAuditLogRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetAuditLog", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetAuditLogOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22480,7 +22480,7 @@ func (s *Server) handleEnterpriseAdminGetAuditLogRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetAuditLog", + Name: EnterpriseAdminGetAuditLogOperation, ID: "enterprise-admin/get-audit-log", } ) @@ -22499,7 +22499,7 @@ func (s *Server) handleEnterpriseAdminGetAuditLogRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetAuditLog", + OperationName: EnterpriseAdminGetAuditLogOperation, OperationSummary: "Get the audit log for an enterprise", OperationID: "enterprise-admin/get-audit-log", Body: nil, @@ -22590,7 +22590,7 @@ func (s *Server) handleEnterpriseAdminGetGithubActionsPermissionsEnterpriseReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetGithubActionsPermissionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22621,7 +22621,7 @@ func (s *Server) handleEnterpriseAdminGetGithubActionsPermissionsEnterpriseReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetGithubActionsPermissionsEnterprise", + Name: EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation, ID: "enterprise-admin/get-github-actions-permissions-enterprise", } ) @@ -22640,7 +22640,7 @@ func (s *Server) handleEnterpriseAdminGetGithubActionsPermissionsEnterpriseReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetGithubActionsPermissionsEnterprise", + OperationName: EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation, OperationSummary: "Get GitHub Actions permissions for an enterprise", OperationID: "enterprise-admin/get-github-actions-permissions-enterprise", Body: nil, @@ -22703,7 +22703,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseGro } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22734,7 +22734,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseGro } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup", + Name: EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation, ID: "enterprise-admin/get-provisioning-information-for-enterprise-group", } ) @@ -22753,7 +22753,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseGro if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup", + OperationName: EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation, OperationSummary: "Get SCIM provisioning information for an enterprise group", OperationID: "enterprise-admin/get-provisioning-information-for-enterprise-group", Body: nil, @@ -22824,7 +22824,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseUse } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetProvisioningInformationForEnterpriseUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22855,7 +22855,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseUse } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetProvisioningInformationForEnterpriseUser", + Name: EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation, ID: "enterprise-admin/get-provisioning-information-for-enterprise-user", } ) @@ -22874,7 +22874,7 @@ func (s *Server) handleEnterpriseAdminGetProvisioningInformationForEnterpriseUse if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetProvisioningInformationForEnterpriseUser", + OperationName: EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation, OperationSummary: "Get SCIM provisioning information for an enterprise user", OperationID: "enterprise-admin/get-provisioning-information-for-enterprise-user", Body: nil, @@ -22941,7 +22941,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerForEnterpriseRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetSelfHostedRunnerForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22972,7 +22972,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerForEnterpriseRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetSelfHostedRunnerForEnterprise", + Name: EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation, ID: "enterprise-admin/get-self-hosted-runner-for-enterprise", } ) @@ -22991,7 +22991,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerForEnterpriseRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetSelfHostedRunnerForEnterprise", + OperationName: EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation, OperationSummary: "Get a self-hosted runner for an enterprise", OperationID: "enterprise-admin/get-self-hosted-runner-for-enterprise", Body: nil, @@ -23058,7 +23058,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23089,7 +23089,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise", + Name: EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation, ID: "enterprise-admin/get-self-hosted-runner-group-for-enterprise", } ) @@ -23108,7 +23108,7 @@ func (s *Server) handleEnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise", + OperationName: EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation, OperationSummary: "Get a self-hosted runner group for an enterprise", OperationID: "enterprise-admin/get-self-hosted-runner-group-for-enterprise", Body: nil, @@ -23175,7 +23175,7 @@ func (s *Server) handleEnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnte } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23206,7 +23206,7 @@ func (s *Server) handleEnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnte } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise", + Name: EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, ID: "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise", } ) @@ -23225,7 +23225,7 @@ func (s *Server) handleEnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnte if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise", + OperationName: EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, OperationSummary: "List organization access to a self-hosted runner group in an enterprise", OperationID: "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise", Body: nil, @@ -23300,7 +23300,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedGroupsEnterpriseRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListProvisionedGroupsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListProvisionedGroupsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23331,7 +23331,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedGroupsEnterpriseRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListProvisionedGroupsEnterprise", + Name: EnterpriseAdminListProvisionedGroupsEnterpriseOperation, ID: "enterprise-admin/list-provisioned-groups-enterprise", } ) @@ -23350,7 +23350,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedGroupsEnterpriseRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListProvisionedGroupsEnterprise", + OperationName: EnterpriseAdminListProvisionedGroupsEnterpriseOperation, OperationSummary: "List provisioned SCIM groups for an enterprise", OperationID: "enterprise-admin/list-provisioned-groups-enterprise", Body: nil, @@ -23454,7 +23454,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedIdentitiesEnterpriseRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListProvisionedIdentitiesEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23485,7 +23485,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedIdentitiesEnterpriseRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListProvisionedIdentitiesEnterprise", + Name: EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation, ID: "enterprise-admin/list-provisioned-identities-enterprise", } ) @@ -23504,7 +23504,7 @@ func (s *Server) handleEnterpriseAdminListProvisionedIdentitiesEnterpriseRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListProvisionedIdentitiesEnterprise", + OperationName: EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation, OperationSummary: "List SCIM provisioned identities for an enterprise", OperationID: "enterprise-admin/list-provisioned-identities-enterprise", Body: nil, @@ -23579,7 +23579,7 @@ func (s *Server) handleEnterpriseAdminListRunnerApplicationsForEnterpriseRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListRunnerApplicationsForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListRunnerApplicationsForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23610,7 +23610,7 @@ func (s *Server) handleEnterpriseAdminListRunnerApplicationsForEnterpriseRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListRunnerApplicationsForEnterprise", + Name: EnterpriseAdminListRunnerApplicationsForEnterpriseOperation, ID: "enterprise-admin/list-runner-applications-for-enterprise", } ) @@ -23629,7 +23629,7 @@ func (s *Server) handleEnterpriseAdminListRunnerApplicationsForEnterpriseRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListRunnerApplicationsForEnterprise", + OperationName: EnterpriseAdminListRunnerApplicationsForEnterpriseOperation, OperationSummary: "List runner applications for an enterprise", OperationID: "enterprise-admin/list-runner-applications-for-enterprise", Body: nil, @@ -23695,7 +23695,7 @@ func (s *Server) handleEnterpriseAdminListSelectedOrganizationsEnabledGithubActi } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23726,7 +23726,7 @@ func (s *Server) handleEnterpriseAdminListSelectedOrganizationsEnabledGithubActi } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise", + Name: EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, ID: "enterprise-admin/list-selected-organizations-enabled-github-actions-enterprise", } ) @@ -23745,7 +23745,7 @@ func (s *Server) handleEnterpriseAdminListSelectedOrganizationsEnabledGithubActi if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise", + OperationName: EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, OperationSummary: "List selected organizations enabled for GitHub Actions in an enterprise", OperationID: "enterprise-admin/list-selected-organizations-enabled-github-actions-enterprise", Body: nil, @@ -23816,7 +23816,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseReq } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23847,7 +23847,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseReq } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise", + Name: EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation, ID: "enterprise-admin/list-self-hosted-runner-groups-for-enterprise", } ) @@ -23866,7 +23866,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseReq if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise", + OperationName: EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation, OperationSummary: "List self-hosted runner groups for an enterprise", OperationID: "enterprise-admin/list-self-hosted-runner-groups-for-enterprise", Body: nil, @@ -23937,7 +23937,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersForEnterpriseRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListSelfHostedRunnersForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23968,7 +23968,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersForEnterpriseRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListSelfHostedRunnersForEnterprise", + Name: EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation, ID: "enterprise-admin/list-self-hosted-runners-for-enterprise", } ) @@ -23987,7 +23987,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersForEnterpriseRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListSelfHostedRunnersForEnterprise", + OperationName: EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation, OperationSummary: "List self-hosted runners for an enterprise", OperationID: "enterprise-admin/list-self-hosted-runners-for-enterprise", Body: nil, @@ -24058,7 +24058,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24089,7 +24089,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseR } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise", + Name: EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation, ID: "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise", } ) @@ -24108,7 +24108,7 @@ func (s *Server) handleEnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise", + OperationName: EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation, OperationSummary: "List self-hosted runners in a group for an enterprise", OperationID: "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise", Body: nil, @@ -24186,7 +24186,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseGroupRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminProvisionAndInviteEnterpriseGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24217,7 +24217,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseGroupRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminProvisionAndInviteEnterpriseGroup", + Name: EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation, ID: "enterprise-admin/provision-and-invite-enterprise-group", } ) @@ -24251,7 +24251,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseGroupRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminProvisionAndInviteEnterpriseGroup", + OperationName: EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation, OperationSummary: "Provision a SCIM enterprise group and invite users", OperationID: "enterprise-admin/provision-and-invite-enterprise-group", Body: request, @@ -24319,7 +24319,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseUserRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminProvisionAndInviteEnterpriseUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminProvisionAndInviteEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24350,7 +24350,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseUserRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminProvisionAndInviteEnterpriseUser", + Name: EnterpriseAdminProvisionAndInviteEnterpriseUserOperation, ID: "enterprise-admin/provision-and-invite-enterprise-user", } ) @@ -24384,7 +24384,7 @@ func (s *Server) handleEnterpriseAdminProvisionAndInviteEnterpriseUserRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminProvisionAndInviteEnterpriseUser", + OperationName: EnterpriseAdminProvisionAndInviteEnterpriseUserOperation, OperationSummary: "Provision and invite a SCIM enterprise user", OperationID: "enterprise-admin/provision-and-invite-enterprise-user", Body: request, @@ -24450,7 +24450,7 @@ func (s *Server) handleEnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEn } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24481,7 +24481,7 @@ func (s *Server) handleEnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEn } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise", + Name: EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, ID: "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise", } ) @@ -24500,7 +24500,7 @@ func (s *Server) handleEnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEn if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise", + OperationName: EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, OperationSummary: "Remove organization access to a self-hosted runner group in an enterprise", OperationID: "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise", Body: nil, @@ -24572,7 +24572,7 @@ func (s *Server) handleEnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24603,7 +24603,7 @@ func (s *Server) handleEnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpri } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise", + Name: EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation, ID: "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise", } ) @@ -24622,7 +24622,7 @@ func (s *Server) handleEnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise", + OperationName: EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation, OperationSummary: "Remove a self-hosted runner from a group for an enterprise", OperationID: "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise", Body: nil, @@ -24696,7 +24696,7 @@ func (s *Server) handleEnterpriseAdminSetAllowedActionsEnterpriseRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetAllowedActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetAllowedActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24727,7 +24727,7 @@ func (s *Server) handleEnterpriseAdminSetAllowedActionsEnterpriseRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetAllowedActionsEnterprise", + Name: EnterpriseAdminSetAllowedActionsEnterpriseOperation, ID: "enterprise-admin/set-allowed-actions-enterprise", } ) @@ -24761,7 +24761,7 @@ func (s *Server) handleEnterpriseAdminSetAllowedActionsEnterpriseRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetAllowedActionsEnterprise", + OperationName: EnterpriseAdminSetAllowedActionsEnterpriseOperation, OperationSummary: "Set allowed actions for an enterprise", OperationID: "enterprise-admin/set-allowed-actions-enterprise", Body: request, @@ -24824,7 +24824,7 @@ func (s *Server) handleEnterpriseAdminSetGithubActionsPermissionsEnterpriseReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetGithubActionsPermissionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24855,7 +24855,7 @@ func (s *Server) handleEnterpriseAdminSetGithubActionsPermissionsEnterpriseReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetGithubActionsPermissionsEnterprise", + Name: EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation, ID: "enterprise-admin/set-github-actions-permissions-enterprise", } ) @@ -24889,7 +24889,7 @@ func (s *Server) handleEnterpriseAdminSetGithubActionsPermissionsEnterpriseReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetGithubActionsPermissionsEnterprise", + OperationName: EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation, OperationSummary: "Set GitHub Actions permissions for an enterprise", OperationID: "enterprise-admin/set-github-actions-permissions-enterprise", Body: request, @@ -24957,7 +24957,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseGrou } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24988,7 +24988,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseGrou } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup", + Name: EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation, ID: "enterprise-admin/set-information-for-provisioned-enterprise-group", } ) @@ -25022,7 +25022,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseGrou if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup", + OperationName: EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation, OperationSummary: "Set SCIM information for a provisioned enterprise group", OperationID: "enterprise-admin/set-information-for-provisioned-enterprise-group", Body: request, @@ -25097,7 +25097,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseUser } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetInformationForProvisionedEnterpriseUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25128,7 +25128,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseUser } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetInformationForProvisionedEnterpriseUser", + Name: EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation, ID: "enterprise-admin/set-information-for-provisioned-enterprise-user", } ) @@ -25162,7 +25162,7 @@ func (s *Server) handleEnterpriseAdminSetInformationForProvisionedEnterpriseUser if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetInformationForProvisionedEnterpriseUser", + OperationName: EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation, OperationSummary: "Set SCIM information for a provisioned enterprise user", OperationID: "enterprise-admin/set-information-for-provisioned-enterprise-user", Body: request, @@ -25230,7 +25230,7 @@ func (s *Server) handleEnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnter } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25261,7 +25261,7 @@ func (s *Server) handleEnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnter } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise", + Name: EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, ID: "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise", } ) @@ -25295,7 +25295,7 @@ func (s *Server) handleEnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnter if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise", + OperationName: EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation, OperationSummary: "Set organization access for a self-hosted runner group in an enterprise", OperationID: "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise", Body: request, @@ -25365,7 +25365,7 @@ func (s *Server) handleEnterpriseAdminSetSelectedOrganizationsEnabledGithubActio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25396,7 +25396,7 @@ func (s *Server) handleEnterpriseAdminSetSelectedOrganizationsEnabledGithubActio } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise", + Name: EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, ID: "enterprise-admin/set-selected-organizations-enabled-github-actions-enterprise", } ) @@ -25430,7 +25430,7 @@ func (s *Server) handleEnterpriseAdminSetSelectedOrganizationsEnabledGithubActio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise", + OperationName: EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation, OperationSummary: "Set selected organizations enabled for GitHub Actions in an enterprise", OperationID: "enterprise-admin/set-selected-organizations-enabled-github-actions-enterprise", Body: request, @@ -25493,7 +25493,7 @@ func (s *Server) handleEnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25524,7 +25524,7 @@ func (s *Server) handleEnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise", + Name: EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation, ID: "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise", } ) @@ -25558,7 +25558,7 @@ func (s *Server) handleEnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise", + OperationName: EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation, OperationSummary: "Set self-hosted runners in a group for an enterprise", OperationID: "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise", Body: request, @@ -25629,7 +25629,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseGroupRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminUpdateAttributeForEnterpriseGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25660,7 +25660,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseGroupRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminUpdateAttributeForEnterpriseGroup", + Name: EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation, ID: "enterprise-admin/update-attribute-for-enterprise-group", } ) @@ -25694,7 +25694,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseGroupRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminUpdateAttributeForEnterpriseGroup", + OperationName: EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation, OperationSummary: "Update an attribute for a SCIM enterprise group", OperationID: "enterprise-admin/update-attribute-for-enterprise-group", Body: request, @@ -25782,7 +25782,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseUserRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminUpdateAttributeForEnterpriseUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminUpdateAttributeForEnterpriseUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25813,7 +25813,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseUserRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminUpdateAttributeForEnterpriseUser", + Name: EnterpriseAdminUpdateAttributeForEnterpriseUserOperation, ID: "enterprise-admin/update-attribute-for-enterprise-user", } ) @@ -25847,7 +25847,7 @@ func (s *Server) handleEnterpriseAdminUpdateAttributeForEnterpriseUserRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminUpdateAttributeForEnterpriseUser", + OperationName: EnterpriseAdminUpdateAttributeForEnterpriseUserOperation, OperationSummary: "Update an attribute for a SCIM enterprise user", OperationID: "enterprise-admin/update-attribute-for-enterprise-user", Body: request, @@ -25914,7 +25914,7 @@ func (s *Server) handleEnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise", + ctx, span := s.cfg.Tracer.Start(r.Context(), EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25945,7 +25945,7 @@ func (s *Server) handleEnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise", + Name: EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation, ID: "enterprise-admin/update-self-hosted-runner-group-for-enterprise", } ) @@ -25979,7 +25979,7 @@ func (s *Server) handleEnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise", + OperationName: EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation, OperationSummary: "Update a self-hosted runner group for an enterprise", OperationID: "enterprise-admin/update-self-hosted-runner-group-for-enterprise", Body: request, @@ -26045,7 +26045,7 @@ func (s *Server) handleGistsCheckIsStarredRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsCheckIsStarred", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsCheckIsStarredOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26076,7 +26076,7 @@ func (s *Server) handleGistsCheckIsStarredRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsCheckIsStarred", + Name: GistsCheckIsStarredOperation, ID: "gists/check-is-starred", } ) @@ -26095,7 +26095,7 @@ func (s *Server) handleGistsCheckIsStarredRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsCheckIsStarred", + OperationName: GistsCheckIsStarredOperation, OperationSummary: "Check if a gist is starred", OperationID: "gists/check-is-starred", Body: nil, @@ -26159,7 +26159,7 @@ func (s *Server) handleGistsCreateRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26190,7 +26190,7 @@ func (s *Server) handleGistsCreateRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsCreate", + Name: GistsCreateOperation, ID: "gists/create", } ) @@ -26214,7 +26214,7 @@ func (s *Server) handleGistsCreateRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsCreate", + OperationName: GistsCreateOperation, OperationSummary: "Create a gist", OperationID: "gists/create", Body: request, @@ -26271,7 +26271,7 @@ func (s *Server) handleGistsCreateCommentRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsCreateComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsCreateCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26302,7 +26302,7 @@ func (s *Server) handleGistsCreateCommentRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsCreateComment", + Name: GistsCreateCommentOperation, ID: "gists/create-comment", } ) @@ -26336,7 +26336,7 @@ func (s *Server) handleGistsCreateCommentRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsCreateComment", + OperationName: GistsCreateCommentOperation, OperationSummary: "Create a gist comment", OperationID: "gists/create-comment", Body: request, @@ -26398,7 +26398,7 @@ func (s *Server) handleGistsDeleteRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsDelete", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsDeleteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26429,7 +26429,7 @@ func (s *Server) handleGistsDeleteRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsDelete", + Name: GistsDeleteOperation, ID: "gists/delete", } ) @@ -26448,7 +26448,7 @@ func (s *Server) handleGistsDeleteRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsDelete", + OperationName: GistsDeleteOperation, OperationSummary: "Delete a gist", OperationID: "gists/delete", Body: nil, @@ -26510,7 +26510,7 @@ func (s *Server) handleGistsDeleteCommentRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsDeleteComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsDeleteCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26541,7 +26541,7 @@ func (s *Server) handleGistsDeleteCommentRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsDeleteComment", + Name: GistsDeleteCommentOperation, ID: "gists/delete-comment", } ) @@ -26560,7 +26560,7 @@ func (s *Server) handleGistsDeleteCommentRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsDeleteComment", + OperationName: GistsDeleteCommentOperation, OperationSummary: "Delete a gist comment", OperationID: "gists/delete-comment", Body: nil, @@ -26626,7 +26626,7 @@ func (s *Server) handleGistsForkRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsFork", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsForkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26657,7 +26657,7 @@ func (s *Server) handleGistsForkRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsFork", + Name: GistsForkOperation, ID: "gists/fork", } ) @@ -26676,7 +26676,7 @@ func (s *Server) handleGistsForkRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsFork", + OperationName: GistsForkOperation, OperationSummary: "Fork a gist", OperationID: "gists/fork", Body: nil, @@ -26738,7 +26738,7 @@ func (s *Server) handleGistsGetRequest(args [1]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26769,7 +26769,7 @@ func (s *Server) handleGistsGetRequest(args [1]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsGet", + Name: GistsGetOperation, ID: "gists/get", } ) @@ -26788,7 +26788,7 @@ func (s *Server) handleGistsGetRequest(args [1]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsGet", + OperationName: GistsGetOperation, OperationSummary: "Get a gist", OperationID: "gists/get", Body: nil, @@ -26850,7 +26850,7 @@ func (s *Server) handleGistsGetCommentRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsGetComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsGetCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26881,7 +26881,7 @@ func (s *Server) handleGistsGetCommentRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsGetComment", + Name: GistsGetCommentOperation, ID: "gists/get-comment", } ) @@ -26900,7 +26900,7 @@ func (s *Server) handleGistsGetCommentRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsGetComment", + OperationName: GistsGetCommentOperation, OperationSummary: "Get a gist comment", OperationID: "gists/get-comment", Body: nil, @@ -26966,7 +26966,7 @@ func (s *Server) handleGistsGetRevisionRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsGetRevision", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsGetRevisionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26997,7 +26997,7 @@ func (s *Server) handleGistsGetRevisionRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsGetRevision", + Name: GistsGetRevisionOperation, ID: "gists/get-revision", } ) @@ -27016,7 +27016,7 @@ func (s *Server) handleGistsGetRevisionRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsGetRevision", + OperationName: GistsGetRevisionOperation, OperationSummary: "Get a gist revision", OperationID: "gists/get-revision", Body: nil, @@ -27083,7 +27083,7 @@ func (s *Server) handleGistsListRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsList", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27114,7 +27114,7 @@ func (s *Server) handleGistsListRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsList", + Name: GistsListOperation, ID: "gists/list", } ) @@ -27133,7 +27133,7 @@ func (s *Server) handleGistsListRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsList", + OperationName: GistsListOperation, OperationSummary: "List gists for the authenticated user", OperationID: "gists/list", Body: nil, @@ -27203,7 +27203,7 @@ func (s *Server) handleGistsListCommentsRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListComments", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListCommentsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27234,7 +27234,7 @@ func (s *Server) handleGistsListCommentsRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListComments", + Name: GistsListCommentsOperation, ID: "gists/list-comments", } ) @@ -27253,7 +27253,7 @@ func (s *Server) handleGistsListCommentsRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListComments", + OperationName: GistsListCommentsOperation, OperationSummary: "List gist comments", OperationID: "gists/list-comments", Body: nil, @@ -27323,7 +27323,7 @@ func (s *Server) handleGistsListCommitsRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListCommits", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListCommitsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27354,7 +27354,7 @@ func (s *Server) handleGistsListCommitsRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListCommits", + Name: GistsListCommitsOperation, ID: "gists/list-commits", } ) @@ -27373,7 +27373,7 @@ func (s *Server) handleGistsListCommitsRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListCommits", + OperationName: GistsListCommitsOperation, OperationSummary: "List gist commits", OperationID: "gists/list-commits", Body: nil, @@ -27443,7 +27443,7 @@ func (s *Server) handleGistsListForUserRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27474,7 +27474,7 @@ func (s *Server) handleGistsListForUserRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListForUser", + Name: GistsListForUserOperation, ID: "gists/list-for-user", } ) @@ -27493,7 +27493,7 @@ func (s *Server) handleGistsListForUserRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListForUser", + OperationName: GistsListForUserOperation, OperationSummary: "List gists for a user", OperationID: "gists/list-for-user", Body: nil, @@ -27567,7 +27567,7 @@ func (s *Server) handleGistsListForksRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListForks", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListForksOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27598,7 +27598,7 @@ func (s *Server) handleGistsListForksRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListForks", + Name: GistsListForksOperation, ID: "gists/list-forks", } ) @@ -27617,7 +27617,7 @@ func (s *Server) handleGistsListForksRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListForks", + OperationName: GistsListForksOperation, OperationSummary: "List gist forks", OperationID: "gists/list-forks", Body: nil, @@ -27690,7 +27690,7 @@ func (s *Server) handleGistsListPublicRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListPublic", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListPublicOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27721,7 +27721,7 @@ func (s *Server) handleGistsListPublicRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListPublic", + Name: GistsListPublicOperation, ID: "gists/list-public", } ) @@ -27740,7 +27740,7 @@ func (s *Server) handleGistsListPublicRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListPublic", + OperationName: GistsListPublicOperation, OperationSummary: "List public gists", OperationID: "gists/list-public", Body: nil, @@ -27810,7 +27810,7 @@ func (s *Server) handleGistsListStarredRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsListStarred", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsListStarredOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27841,7 +27841,7 @@ func (s *Server) handleGistsListStarredRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsListStarred", + Name: GistsListStarredOperation, ID: "gists/list-starred", } ) @@ -27860,7 +27860,7 @@ func (s *Server) handleGistsListStarredRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsListStarred", + OperationName: GistsListStarredOperation, OperationSummary: "List starred gists", OperationID: "gists/list-starred", Body: nil, @@ -27932,7 +27932,7 @@ func (s *Server) handleGistsStarRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsStar", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsStarOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27963,7 +27963,7 @@ func (s *Server) handleGistsStarRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsStar", + Name: GistsStarOperation, ID: "gists/star", } ) @@ -27982,7 +27982,7 @@ func (s *Server) handleGistsStarRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsStar", + OperationName: GistsStarOperation, OperationSummary: "Star a gist", OperationID: "gists/star", Body: nil, @@ -28044,7 +28044,7 @@ func (s *Server) handleGistsUnstarRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsUnstar", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsUnstarOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28075,7 +28075,7 @@ func (s *Server) handleGistsUnstarRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsUnstar", + Name: GistsUnstarOperation, ID: "gists/unstar", } ) @@ -28094,7 +28094,7 @@ func (s *Server) handleGistsUnstarRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsUnstar", + OperationName: GistsUnstarOperation, OperationSummary: "Unstar a gist", OperationID: "gists/unstar", Body: nil, @@ -28156,7 +28156,7 @@ func (s *Server) handleGistsUpdateCommentRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GistsUpdateComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), GistsUpdateCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28187,7 +28187,7 @@ func (s *Server) handleGistsUpdateCommentRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GistsUpdateComment", + Name: GistsUpdateCommentOperation, ID: "gists/update-comment", } ) @@ -28221,7 +28221,7 @@ func (s *Server) handleGistsUpdateCommentRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GistsUpdateComment", + OperationName: GistsUpdateCommentOperation, OperationSummary: "Update a gist comment", OperationID: "gists/update-comment", Body: request, @@ -28287,7 +28287,7 @@ func (s *Server) handleGitCreateBlobRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitCreateBlob", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitCreateBlobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28318,7 +28318,7 @@ func (s *Server) handleGitCreateBlobRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitCreateBlob", + Name: GitCreateBlobOperation, ID: "git/create-blob", } ) @@ -28352,7 +28352,7 @@ func (s *Server) handleGitCreateBlobRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitCreateBlob", + OperationName: GitCreateBlobOperation, OperationSummary: "Create a blob", OperationID: "git/create-blob", Body: request, @@ -28451,7 +28451,7 @@ func (s *Server) handleGitCreateCommitRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitCreateCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitCreateCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28482,7 +28482,7 @@ func (s *Server) handleGitCreateCommitRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitCreateCommit", + Name: GitCreateCommitOperation, ID: "git/create-commit", } ) @@ -28516,7 +28516,7 @@ func (s *Server) handleGitCreateCommitRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitCreateCommit", + OperationName: GitCreateCommitOperation, OperationSummary: "Create a commit", OperationID: "git/create-commit", Body: request, @@ -28584,7 +28584,7 @@ func (s *Server) handleGitCreateRefRequest(args [2]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitCreateRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitCreateRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28615,7 +28615,7 @@ func (s *Server) handleGitCreateRefRequest(args [2]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitCreateRef", + Name: GitCreateRefOperation, ID: "git/create-ref", } ) @@ -28649,7 +28649,7 @@ func (s *Server) handleGitCreateRefRequest(args [2]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitCreateRef", + OperationName: GitCreateRefOperation, OperationSummary: "Create a reference", OperationID: "git/create-ref", Body: request, @@ -28751,7 +28751,7 @@ func (s *Server) handleGitCreateTagRequest(args [2]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitCreateTag", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitCreateTagOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28782,7 +28782,7 @@ func (s *Server) handleGitCreateTagRequest(args [2]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitCreateTag", + Name: GitCreateTagOperation, ID: "git/create-tag", } ) @@ -28816,7 +28816,7 @@ func (s *Server) handleGitCreateTagRequest(args [2]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitCreateTag", + OperationName: GitCreateTagOperation, OperationSummary: "Create a tag object", OperationID: "git/create-tag", Body: request, @@ -28888,7 +28888,7 @@ func (s *Server) handleGitCreateTreeRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitCreateTree", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitCreateTreeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28919,7 +28919,7 @@ func (s *Server) handleGitCreateTreeRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitCreateTree", + Name: GitCreateTreeOperation, ID: "git/create-tree", } ) @@ -28953,7 +28953,7 @@ func (s *Server) handleGitCreateTreeRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitCreateTree", + OperationName: GitCreateTreeOperation, OperationSummary: "Create a tree", OperationID: "git/create-tree", Body: request, @@ -29019,7 +29019,7 @@ func (s *Server) handleGitDeleteRefRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitDeleteRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitDeleteRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29050,7 +29050,7 @@ func (s *Server) handleGitDeleteRefRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitDeleteRef", + Name: GitDeleteRefOperation, ID: "git/delete-ref", } ) @@ -29069,7 +29069,7 @@ func (s *Server) handleGitDeleteRefRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitDeleteRef", + OperationName: GitDeleteRefOperation, OperationSummary: "Delete a reference", OperationID: "git/delete-ref", Body: nil, @@ -29140,7 +29140,7 @@ func (s *Server) handleGitGetBlobRequest(args [3]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitGetBlob", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitGetBlobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29171,7 +29171,7 @@ func (s *Server) handleGitGetBlobRequest(args [3]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitGetBlob", + Name: GitGetBlobOperation, ID: "git/get-blob", } ) @@ -29190,7 +29190,7 @@ func (s *Server) handleGitGetBlobRequest(args [3]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitGetBlob", + OperationName: GitGetBlobOperation, OperationSummary: "Get a blob", OperationID: "git/get-blob", Body: nil, @@ -29293,7 +29293,7 @@ func (s *Server) handleGitGetCommitRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitGetCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitGetCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29324,7 +29324,7 @@ func (s *Server) handleGitGetCommitRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitGetCommit", + Name: GitGetCommitOperation, ID: "git/get-commit", } ) @@ -29343,7 +29343,7 @@ func (s *Server) handleGitGetCommitRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitGetCommit", + OperationName: GitGetCommitOperation, OperationSummary: "Get a commit", OperationID: "git/get-commit", Body: nil, @@ -29420,7 +29420,7 @@ func (s *Server) handleGitGetRefRequest(args [3]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitGetRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitGetRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29451,7 +29451,7 @@ func (s *Server) handleGitGetRefRequest(args [3]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitGetRef", + Name: GitGetRefOperation, ID: "git/get-ref", } ) @@ -29470,7 +29470,7 @@ func (s *Server) handleGitGetRefRequest(args [3]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitGetRef", + OperationName: GitGetRefOperation, OperationSummary: "Get a reference", OperationID: "git/get-ref", Body: nil, @@ -29571,7 +29571,7 @@ func (s *Server) handleGitGetTagRequest(args [3]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitGetTag", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitGetTagOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29602,7 +29602,7 @@ func (s *Server) handleGitGetTagRequest(args [3]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitGetTag", + Name: GitGetTagOperation, ID: "git/get-tag", } ) @@ -29621,7 +29621,7 @@ func (s *Server) handleGitGetTagRequest(args [3]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitGetTag", + OperationName: GitGetTagOperation, OperationSummary: "Get a tag", OperationID: "git/get-tag", Body: nil, @@ -29694,7 +29694,7 @@ func (s *Server) handleGitGetTreeRequest(args [3]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitGetTree", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitGetTreeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29725,7 +29725,7 @@ func (s *Server) handleGitGetTreeRequest(args [3]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitGetTree", + Name: GitGetTreeOperation, ID: "git/get-tree", } ) @@ -29744,7 +29744,7 @@ func (s *Server) handleGitGetTreeRequest(args [3]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitGetTree", + OperationName: GitGetTreeOperation, OperationSummary: "Get a tree", OperationID: "git/get-tree", Body: nil, @@ -29832,7 +29832,7 @@ func (s *Server) handleGitListMatchingRefsRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitListMatchingRefs", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitListMatchingRefsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29863,7 +29863,7 @@ func (s *Server) handleGitListMatchingRefsRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitListMatchingRefs", + Name: GitListMatchingRefsOperation, ID: "git/list-matching-refs", } ) @@ -29882,7 +29882,7 @@ func (s *Server) handleGitListMatchingRefsRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitListMatchingRefs", + OperationName: GitListMatchingRefsOperation, OperationSummary: "List matching references", OperationID: "git/list-matching-refs", Body: nil, @@ -29960,7 +29960,7 @@ func (s *Server) handleGitUpdateRefRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitUpdateRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitUpdateRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29991,7 +29991,7 @@ func (s *Server) handleGitUpdateRefRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitUpdateRef", + Name: GitUpdateRefOperation, ID: "git/update-ref", } ) @@ -30025,7 +30025,7 @@ func (s *Server) handleGitUpdateRefRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitUpdateRef", + OperationName: GitUpdateRefOperation, OperationSummary: "Update a reference", OperationID: "git/update-ref", Body: request, @@ -30096,7 +30096,7 @@ func (s *Server) handleGitignoreGetAllTemplatesRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitignoreGetAllTemplates", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitignoreGetAllTemplatesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30132,7 +30132,7 @@ func (s *Server) handleGitignoreGetAllTemplatesRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitignoreGetAllTemplates", + OperationName: GitignoreGetAllTemplatesOperation, OperationSummary: "Get all gitignore templates", OperationID: "gitignore/get-all-templates", Body: nil, @@ -30191,7 +30191,7 @@ func (s *Server) handleGitignoreGetTemplateRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GitignoreGetTemplate", + ctx, span := s.cfg.Tracer.Start(r.Context(), GitignoreGetTemplateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30222,7 +30222,7 @@ func (s *Server) handleGitignoreGetTemplateRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "GitignoreGetTemplate", + Name: GitignoreGetTemplateOperation, ID: "gitignore/get-template", } ) @@ -30241,7 +30241,7 @@ func (s *Server) handleGitignoreGetTemplateRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GitignoreGetTemplate", + OperationName: GitignoreGetTemplateOperation, OperationSummary: "Get a gitignore template", OperationID: "gitignore/get-template", Body: nil, @@ -30303,7 +30303,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForAuthenticatedUserRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsRemoveRestrictionsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsRemoveRestrictionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30339,7 +30339,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForAuthenticatedUserRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsRemoveRestrictionsForAuthenticatedUser", + OperationName: InteractionsRemoveRestrictionsForAuthenticatedUserOperation, OperationSummary: "Remove interaction restrictions from your public repositories", OperationID: "interactions/remove-restrictions-for-authenticated-user", Body: nil, @@ -30397,7 +30397,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForOrgRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsRemoveRestrictionsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsRemoveRestrictionsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30428,7 +30428,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForOrgRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "InteractionsRemoveRestrictionsForOrg", + Name: InteractionsRemoveRestrictionsForOrgOperation, ID: "interactions/remove-restrictions-for-org", } ) @@ -30447,7 +30447,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForOrgRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsRemoveRestrictionsForOrg", + OperationName: InteractionsRemoveRestrictionsForOrgOperation, OperationSummary: "Remove interaction restrictions for an organization", OperationID: "interactions/remove-restrictions-for-org", Body: nil, @@ -30512,7 +30512,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForRepoRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsRemoveRestrictionsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsRemoveRestrictionsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30543,7 +30543,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForRepoRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "InteractionsRemoveRestrictionsForRepo", + Name: InteractionsRemoveRestrictionsForRepoOperation, ID: "interactions/remove-restrictions-for-repo", } ) @@ -30562,7 +30562,7 @@ func (s *Server) handleInteractionsRemoveRestrictionsForRepoRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsRemoveRestrictionsForRepo", + OperationName: InteractionsRemoveRestrictionsForRepoOperation, OperationSummary: "Remove interaction restrictions for a repository", OperationID: "interactions/remove-restrictions-for-repo", Body: nil, @@ -30630,7 +30630,7 @@ func (s *Server) handleInteractionsSetRestrictionsForAuthenticatedUserRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsSetRestrictionsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsSetRestrictionsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30661,7 +30661,7 @@ func (s *Server) handleInteractionsSetRestrictionsForAuthenticatedUserRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "InteractionsSetRestrictionsForAuthenticatedUser", + Name: InteractionsSetRestrictionsForAuthenticatedUserOperation, ID: "interactions/set-restrictions-for-authenticated-user", } ) @@ -30685,7 +30685,7 @@ func (s *Server) handleInteractionsSetRestrictionsForAuthenticatedUserRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsSetRestrictionsForAuthenticatedUser", + OperationName: InteractionsSetRestrictionsForAuthenticatedUserOperation, OperationSummary: "Set interaction restrictions for your public repositories", OperationID: "interactions/set-restrictions-for-authenticated-user", Body: request, @@ -30745,7 +30745,7 @@ func (s *Server) handleInteractionsSetRestrictionsForOrgRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsSetRestrictionsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsSetRestrictionsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30776,7 +30776,7 @@ func (s *Server) handleInteractionsSetRestrictionsForOrgRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "InteractionsSetRestrictionsForOrg", + Name: InteractionsSetRestrictionsForOrgOperation, ID: "interactions/set-restrictions-for-org", } ) @@ -30810,7 +30810,7 @@ func (s *Server) handleInteractionsSetRestrictionsForOrgRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsSetRestrictionsForOrg", + OperationName: InteractionsSetRestrictionsForOrgOperation, OperationSummary: "Set interaction restrictions for an organization", OperationID: "interactions/set-restrictions-for-org", Body: request, @@ -30875,7 +30875,7 @@ func (s *Server) handleInteractionsSetRestrictionsForRepoRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "InteractionsSetRestrictionsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), InteractionsSetRestrictionsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30906,7 +30906,7 @@ func (s *Server) handleInteractionsSetRestrictionsForRepoRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "InteractionsSetRestrictionsForRepo", + Name: InteractionsSetRestrictionsForRepoOperation, ID: "interactions/set-restrictions-for-repo", } ) @@ -30940,7 +30940,7 @@ func (s *Server) handleInteractionsSetRestrictionsForRepoRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "InteractionsSetRestrictionsForRepo", + OperationName: InteractionsSetRestrictionsForRepoOperation, OperationSummary: "Set interaction restrictions for a repository", OperationID: "interactions/set-restrictions-for-repo", Body: request, @@ -31006,7 +31006,7 @@ func (s *Server) handleIssuesAddAssigneesRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesAddAssignees", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesAddAssigneesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31037,7 +31037,7 @@ func (s *Server) handleIssuesAddAssigneesRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesAddAssignees", + Name: IssuesAddAssigneesOperation, ID: "issues/add-assignees", } ) @@ -31071,7 +31071,7 @@ func (s *Server) handleIssuesAddAssigneesRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesAddAssignees", + OperationName: IssuesAddAssigneesOperation, OperationSummary: "Add assignees to an issue", OperationID: "issues/add-assignees", Body: request, @@ -31144,7 +31144,7 @@ func (s *Server) handleIssuesCheckUserCanBeAssignedRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesCheckUserCanBeAssigned", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesCheckUserCanBeAssignedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31175,7 +31175,7 @@ func (s *Server) handleIssuesCheckUserCanBeAssignedRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesCheckUserCanBeAssigned", + Name: IssuesCheckUserCanBeAssignedOperation, ID: "issues/check-user-can-be-assigned", } ) @@ -31194,7 +31194,7 @@ func (s *Server) handleIssuesCheckUserCanBeAssignedRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesCheckUserCanBeAssigned", + OperationName: IssuesCheckUserCanBeAssignedOperation, OperationSummary: "Check if a user can be assigned", OperationID: "issues/check-user-can-be-assigned", Body: nil, @@ -31273,7 +31273,7 @@ func (s *Server) handleIssuesCreateRequest(args [2]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31304,7 +31304,7 @@ func (s *Server) handleIssuesCreateRequest(args [2]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesCreate", + Name: IssuesCreateOperation, ID: "issues/create", } ) @@ -31338,7 +31338,7 @@ func (s *Server) handleIssuesCreateRequest(args [2]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesCreate", + OperationName: IssuesCreateOperation, OperationSummary: "Create an issue", OperationID: "issues/create", Body: request, @@ -31410,7 +31410,7 @@ func (s *Server) handleIssuesCreateCommentRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesCreateComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesCreateCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31441,7 +31441,7 @@ func (s *Server) handleIssuesCreateCommentRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesCreateComment", + Name: IssuesCreateCommentOperation, ID: "issues/create-comment", } ) @@ -31475,7 +31475,7 @@ func (s *Server) handleIssuesCreateCommentRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesCreateComment", + OperationName: IssuesCreateCommentOperation, OperationSummary: "Create an issue comment", OperationID: "issues/create-comment", Body: request, @@ -31545,7 +31545,7 @@ func (s *Server) handleIssuesCreateLabelRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesCreateLabel", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesCreateLabelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31576,7 +31576,7 @@ func (s *Server) handleIssuesCreateLabelRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesCreateLabel", + Name: IssuesCreateLabelOperation, ID: "issues/create-label", } ) @@ -31610,7 +31610,7 @@ func (s *Server) handleIssuesCreateLabelRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesCreateLabel", + OperationName: IssuesCreateLabelOperation, OperationSummary: "Create a label", OperationID: "issues/create-label", Body: request, @@ -31676,7 +31676,7 @@ func (s *Server) handleIssuesCreateMilestoneRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesCreateMilestone", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesCreateMilestoneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31707,7 +31707,7 @@ func (s *Server) handleIssuesCreateMilestoneRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesCreateMilestone", + Name: IssuesCreateMilestoneOperation, ID: "issues/create-milestone", } ) @@ -31741,7 +31741,7 @@ func (s *Server) handleIssuesCreateMilestoneRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesCreateMilestone", + OperationName: IssuesCreateMilestoneOperation, OperationSummary: "Create a milestone", OperationID: "issues/create-milestone", Body: request, @@ -31807,7 +31807,7 @@ func (s *Server) handleIssuesDeleteCommentRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesDeleteComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesDeleteCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31838,7 +31838,7 @@ func (s *Server) handleIssuesDeleteCommentRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesDeleteComment", + Name: IssuesDeleteCommentOperation, ID: "issues/delete-comment", } ) @@ -31857,7 +31857,7 @@ func (s *Server) handleIssuesDeleteCommentRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesDeleteComment", + OperationName: IssuesDeleteCommentOperation, OperationSummary: "Delete an issue comment", OperationID: "issues/delete-comment", Body: nil, @@ -31927,7 +31927,7 @@ func (s *Server) handleIssuesDeleteLabelRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesDeleteLabel", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesDeleteLabelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31958,7 +31958,7 @@ func (s *Server) handleIssuesDeleteLabelRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesDeleteLabel", + Name: IssuesDeleteLabelOperation, ID: "issues/delete-label", } ) @@ -31977,7 +31977,7 @@ func (s *Server) handleIssuesDeleteLabelRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesDeleteLabel", + OperationName: IssuesDeleteLabelOperation, OperationSummary: "Delete a label", OperationID: "issues/delete-label", Body: nil, @@ -32047,7 +32047,7 @@ func (s *Server) handleIssuesDeleteMilestoneRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesDeleteMilestone", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesDeleteMilestoneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32078,7 +32078,7 @@ func (s *Server) handleIssuesDeleteMilestoneRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesDeleteMilestone", + Name: IssuesDeleteMilestoneOperation, ID: "issues/delete-milestone", } ) @@ -32097,7 +32097,7 @@ func (s *Server) handleIssuesDeleteMilestoneRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesDeleteMilestone", + OperationName: IssuesDeleteMilestoneOperation, OperationSummary: "Delete a milestone", OperationID: "issues/delete-milestone", Body: nil, @@ -32185,7 +32185,7 @@ func (s *Server) handleIssuesGetRequest(args [3]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32216,7 +32216,7 @@ func (s *Server) handleIssuesGetRequest(args [3]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesGet", + Name: IssuesGetOperation, ID: "issues/get", } ) @@ -32235,7 +32235,7 @@ func (s *Server) handleIssuesGetRequest(args [3]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesGet", + OperationName: IssuesGetOperation, OperationSummary: "Get an issue", OperationID: "issues/get", Body: nil, @@ -32305,7 +32305,7 @@ func (s *Server) handleIssuesGetCommentRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesGetComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesGetCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32336,7 +32336,7 @@ func (s *Server) handleIssuesGetCommentRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesGetComment", + Name: IssuesGetCommentOperation, ID: "issues/get-comment", } ) @@ -32355,7 +32355,7 @@ func (s *Server) handleIssuesGetCommentRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesGetComment", + OperationName: IssuesGetCommentOperation, OperationSummary: "Get an issue comment", OperationID: "issues/get-comment", Body: nil, @@ -32425,7 +32425,7 @@ func (s *Server) handleIssuesGetEventRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesGetEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesGetEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32456,7 +32456,7 @@ func (s *Server) handleIssuesGetEventRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesGetEvent", + Name: IssuesGetEventOperation, ID: "issues/get-event", } ) @@ -32475,7 +32475,7 @@ func (s *Server) handleIssuesGetEventRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesGetEvent", + OperationName: IssuesGetEventOperation, OperationSummary: "Get an issue event", OperationID: "issues/get-event", Body: nil, @@ -32545,7 +32545,7 @@ func (s *Server) handleIssuesGetLabelRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesGetLabel", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesGetLabelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32576,7 +32576,7 @@ func (s *Server) handleIssuesGetLabelRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesGetLabel", + Name: IssuesGetLabelOperation, ID: "issues/get-label", } ) @@ -32595,7 +32595,7 @@ func (s *Server) handleIssuesGetLabelRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesGetLabel", + OperationName: IssuesGetLabelOperation, OperationSummary: "Get a label", OperationID: "issues/get-label", Body: nil, @@ -32665,7 +32665,7 @@ func (s *Server) handleIssuesGetMilestoneRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesGetMilestone", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesGetMilestoneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32696,7 +32696,7 @@ func (s *Server) handleIssuesGetMilestoneRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesGetMilestone", + Name: IssuesGetMilestoneOperation, ID: "issues/get-milestone", } ) @@ -32715,7 +32715,7 @@ func (s *Server) handleIssuesGetMilestoneRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesGetMilestone", + OperationName: IssuesGetMilestoneOperation, OperationSummary: "Get a milestone", OperationID: "issues/get-milestone", Body: nil, @@ -32797,7 +32797,7 @@ func (s *Server) handleIssuesListRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesList", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32828,7 +32828,7 @@ func (s *Server) handleIssuesListRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesList", + Name: IssuesListOperation, ID: "issues/list", } ) @@ -32847,7 +32847,7 @@ func (s *Server) handleIssuesListRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesList", + OperationName: IssuesListOperation, OperationSummary: "List issues assigned to the authenticated user", OperationID: "issues/list", Body: nil, @@ -32954,7 +32954,7 @@ func (s *Server) handleIssuesListAssigneesRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListAssignees", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListAssigneesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32985,7 +32985,7 @@ func (s *Server) handleIssuesListAssigneesRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListAssignees", + Name: IssuesListAssigneesOperation, ID: "issues/list-assignees", } ) @@ -33004,7 +33004,7 @@ func (s *Server) handleIssuesListAssigneesRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListAssignees", + OperationName: IssuesListAssigneesOperation, OperationSummary: "List assignees", OperationID: "issues/list-assignees", Body: nil, @@ -33078,7 +33078,7 @@ func (s *Server) handleIssuesListCommentsRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListComments", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListCommentsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33109,7 +33109,7 @@ func (s *Server) handleIssuesListCommentsRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListComments", + Name: IssuesListCommentsOperation, ID: "issues/list-comments", } ) @@ -33128,7 +33128,7 @@ func (s *Server) handleIssuesListCommentsRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListComments", + OperationName: IssuesListCommentsOperation, OperationSummary: "List issue comments", OperationID: "issues/list-comments", Body: nil, @@ -33210,7 +33210,7 @@ func (s *Server) handleIssuesListCommentsForRepoRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListCommentsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33241,7 +33241,7 @@ func (s *Server) handleIssuesListCommentsForRepoRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListCommentsForRepo", + Name: IssuesListCommentsForRepoOperation, ID: "issues/list-comments-for-repo", } ) @@ -33260,7 +33260,7 @@ func (s *Server) handleIssuesListCommentsForRepoRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListCommentsForRepo", + OperationName: IssuesListCommentsForRepoOperation, OperationSummary: "List issue comments for a repository", OperationID: "issues/list-comments-for-repo", Body: nil, @@ -33346,7 +33346,7 @@ func (s *Server) handleIssuesListEventsForRepoRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListEventsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListEventsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33377,7 +33377,7 @@ func (s *Server) handleIssuesListEventsForRepoRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListEventsForRepo", + Name: IssuesListEventsForRepoOperation, ID: "issues/list-events-for-repo", } ) @@ -33396,7 +33396,7 @@ func (s *Server) handleIssuesListEventsForRepoRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListEventsForRepo", + OperationName: IssuesListEventsForRepoOperation, OperationSummary: "List issue events for a repository", OperationID: "issues/list-events-for-repo", Body: nil, @@ -33478,7 +33478,7 @@ func (s *Server) handleIssuesListForAuthenticatedUserRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33509,7 +33509,7 @@ func (s *Server) handleIssuesListForAuthenticatedUserRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListForAuthenticatedUser", + Name: IssuesListForAuthenticatedUserOperation, ID: "issues/list-for-authenticated-user", } ) @@ -33528,7 +33528,7 @@ func (s *Server) handleIssuesListForAuthenticatedUserRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListForAuthenticatedUser", + OperationName: IssuesListForAuthenticatedUserOperation, OperationSummary: "List user account issues assigned to the authenticated user", OperationID: "issues/list-for-authenticated-user", Body: nil, @@ -33626,7 +33626,7 @@ func (s *Server) handleIssuesListForOrgRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33657,7 +33657,7 @@ func (s *Server) handleIssuesListForOrgRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListForOrg", + Name: IssuesListForOrgOperation, ID: "issues/list-for-org", } ) @@ -33676,7 +33676,7 @@ func (s *Server) handleIssuesListForOrgRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListForOrg", + OperationName: IssuesListForOrgOperation, OperationSummary: "List organization issues assigned to the authenticated user", OperationID: "issues/list-for-org", Body: nil, @@ -33778,7 +33778,7 @@ func (s *Server) handleIssuesListForRepoRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33809,7 +33809,7 @@ func (s *Server) handleIssuesListForRepoRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListForRepo", + Name: IssuesListForRepoOperation, ID: "issues/list-for-repo", } ) @@ -33828,7 +33828,7 @@ func (s *Server) handleIssuesListForRepoRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListForRepo", + OperationName: IssuesListForRepoOperation, OperationSummary: "List repository issues", OperationID: "issues/list-for-repo", Body: nil, @@ -33938,7 +33938,7 @@ func (s *Server) handleIssuesListLabelsForMilestoneRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListLabelsForMilestone", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListLabelsForMilestoneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33969,7 +33969,7 @@ func (s *Server) handleIssuesListLabelsForMilestoneRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListLabelsForMilestone", + Name: IssuesListLabelsForMilestoneOperation, ID: "issues/list-labels-for-milestone", } ) @@ -33988,7 +33988,7 @@ func (s *Server) handleIssuesListLabelsForMilestoneRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListLabelsForMilestone", + OperationName: IssuesListLabelsForMilestoneOperation, OperationSummary: "List labels for issues in a milestone", OperationID: "issues/list-labels-for-milestone", Body: nil, @@ -34066,7 +34066,7 @@ func (s *Server) handleIssuesListLabelsForRepoRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListLabelsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListLabelsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34097,7 +34097,7 @@ func (s *Server) handleIssuesListLabelsForRepoRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListLabelsForRepo", + Name: IssuesListLabelsForRepoOperation, ID: "issues/list-labels-for-repo", } ) @@ -34116,7 +34116,7 @@ func (s *Server) handleIssuesListLabelsForRepoRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListLabelsForRepo", + OperationName: IssuesListLabelsForRepoOperation, OperationSummary: "List labels for a repository", OperationID: "issues/list-labels-for-repo", Body: nil, @@ -34190,7 +34190,7 @@ func (s *Server) handleIssuesListLabelsOnIssueRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListLabelsOnIssue", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListLabelsOnIssueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34221,7 +34221,7 @@ func (s *Server) handleIssuesListLabelsOnIssueRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListLabelsOnIssue", + Name: IssuesListLabelsOnIssueOperation, ID: "issues/list-labels-on-issue", } ) @@ -34240,7 +34240,7 @@ func (s *Server) handleIssuesListLabelsOnIssueRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListLabelsOnIssue", + OperationName: IssuesListLabelsOnIssueOperation, OperationSummary: "List labels for an issue", OperationID: "issues/list-labels-on-issue", Body: nil, @@ -34318,7 +34318,7 @@ func (s *Server) handleIssuesListMilestonesRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesListMilestones", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesListMilestonesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34349,7 +34349,7 @@ func (s *Server) handleIssuesListMilestonesRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesListMilestones", + Name: IssuesListMilestonesOperation, ID: "issues/list-milestones", } ) @@ -34368,7 +34368,7 @@ func (s *Server) handleIssuesListMilestonesRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesListMilestones", + OperationName: IssuesListMilestonesOperation, OperationSummary: "List milestones", OperationID: "issues/list-milestones", Body: nil, @@ -34457,7 +34457,7 @@ func (s *Server) handleIssuesLockRequest(args [3]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesLock", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesLockOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34488,7 +34488,7 @@ func (s *Server) handleIssuesLockRequest(args [3]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesLock", + Name: IssuesLockOperation, ID: "issues/lock", } ) @@ -34522,7 +34522,7 @@ func (s *Server) handleIssuesLockRequest(args [3]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesLock", + OperationName: IssuesLockOperation, OperationSummary: "Lock an issue", OperationID: "issues/lock", Body: request, @@ -34592,7 +34592,7 @@ func (s *Server) handleIssuesRemoveAllLabelsRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesRemoveAllLabels", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesRemoveAllLabelsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34623,7 +34623,7 @@ func (s *Server) handleIssuesRemoveAllLabelsRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesRemoveAllLabels", + Name: IssuesRemoveAllLabelsOperation, ID: "issues/remove-all-labels", } ) @@ -34642,7 +34642,7 @@ func (s *Server) handleIssuesRemoveAllLabelsRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesRemoveAllLabels", + OperationName: IssuesRemoveAllLabelsOperation, OperationSummary: "Remove all labels from an issue", OperationID: "issues/remove-all-labels", Body: nil, @@ -34712,7 +34712,7 @@ func (s *Server) handleIssuesRemoveAssigneesRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesRemoveAssignees", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesRemoveAssigneesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34743,7 +34743,7 @@ func (s *Server) handleIssuesRemoveAssigneesRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesRemoveAssignees", + Name: IssuesRemoveAssigneesOperation, ID: "issues/remove-assignees", } ) @@ -34777,7 +34777,7 @@ func (s *Server) handleIssuesRemoveAssigneesRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesRemoveAssignees", + OperationName: IssuesRemoveAssigneesOperation, OperationSummary: "Remove assignees from an issue", OperationID: "issues/remove-assignees", Body: request, @@ -34848,7 +34848,7 @@ func (s *Server) handleIssuesRemoveLabelRequest(args [4]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesRemoveLabel", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesRemoveLabelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34879,7 +34879,7 @@ func (s *Server) handleIssuesRemoveLabelRequest(args [4]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesRemoveLabel", + Name: IssuesRemoveLabelOperation, ID: "issues/remove-label", } ) @@ -34898,7 +34898,7 @@ func (s *Server) handleIssuesRemoveLabelRequest(args [4]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesRemoveLabel", + OperationName: IssuesRemoveLabelOperation, OperationSummary: "Remove a label from an issue", OperationID: "issues/remove-label", Body: nil, @@ -34972,7 +34972,7 @@ func (s *Server) handleIssuesUnlockRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesUnlock", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesUnlockOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35003,7 +35003,7 @@ func (s *Server) handleIssuesUnlockRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesUnlock", + Name: IssuesUnlockOperation, ID: "issues/unlock", } ) @@ -35022,7 +35022,7 @@ func (s *Server) handleIssuesUnlockRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesUnlock", + OperationName: IssuesUnlockOperation, OperationSummary: "Unlock an issue", OperationID: "issues/unlock", Body: nil, @@ -35092,7 +35092,7 @@ func (s *Server) handleIssuesUpdateRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesUpdate", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesUpdateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35123,7 +35123,7 @@ func (s *Server) handleIssuesUpdateRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesUpdate", + Name: IssuesUpdateOperation, ID: "issues/update", } ) @@ -35157,7 +35157,7 @@ func (s *Server) handleIssuesUpdateRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesUpdate", + OperationName: IssuesUpdateOperation, OperationSummary: "Update an issue", OperationID: "issues/update", Body: request, @@ -35227,7 +35227,7 @@ func (s *Server) handleIssuesUpdateCommentRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesUpdateComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesUpdateCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35258,7 +35258,7 @@ func (s *Server) handleIssuesUpdateCommentRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesUpdateComment", + Name: IssuesUpdateCommentOperation, ID: "issues/update-comment", } ) @@ -35292,7 +35292,7 @@ func (s *Server) handleIssuesUpdateCommentRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesUpdateComment", + OperationName: IssuesUpdateCommentOperation, OperationSummary: "Update an issue comment", OperationID: "issues/update-comment", Body: request, @@ -35362,7 +35362,7 @@ func (s *Server) handleIssuesUpdateLabelRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesUpdateLabel", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesUpdateLabelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35393,7 +35393,7 @@ func (s *Server) handleIssuesUpdateLabelRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesUpdateLabel", + Name: IssuesUpdateLabelOperation, ID: "issues/update-label", } ) @@ -35427,7 +35427,7 @@ func (s *Server) handleIssuesUpdateLabelRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesUpdateLabel", + OperationName: IssuesUpdateLabelOperation, OperationSummary: "Update a label", OperationID: "issues/update-label", Body: request, @@ -35497,7 +35497,7 @@ func (s *Server) handleIssuesUpdateMilestoneRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IssuesUpdateMilestone", + ctx, span := s.cfg.Tracer.Start(r.Context(), IssuesUpdateMilestoneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35528,7 +35528,7 @@ func (s *Server) handleIssuesUpdateMilestoneRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "IssuesUpdateMilestone", + Name: IssuesUpdateMilestoneOperation, ID: "issues/update-milestone", } ) @@ -35562,7 +35562,7 @@ func (s *Server) handleIssuesUpdateMilestoneRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IssuesUpdateMilestone", + OperationName: IssuesUpdateMilestoneOperation, OperationSummary: "Update a milestone", OperationID: "issues/update-milestone", Body: request, @@ -35632,7 +35632,7 @@ func (s *Server) handleLicensesGetRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LicensesGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), LicensesGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35663,7 +35663,7 @@ func (s *Server) handleLicensesGetRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "LicensesGet", + Name: LicensesGetOperation, ID: "licenses/get", } ) @@ -35682,7 +35682,7 @@ func (s *Server) handleLicensesGetRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LicensesGet", + OperationName: LicensesGetOperation, OperationSummary: "Get a license", OperationID: "licenses/get", Body: nil, @@ -35744,7 +35744,7 @@ func (s *Server) handleLicensesGetAllCommonlyUsedRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LicensesGetAllCommonlyUsed", + ctx, span := s.cfg.Tracer.Start(r.Context(), LicensesGetAllCommonlyUsedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35775,7 +35775,7 @@ func (s *Server) handleLicensesGetAllCommonlyUsedRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "LicensesGetAllCommonlyUsed", + Name: LicensesGetAllCommonlyUsedOperation, ID: "licenses/get-all-commonly-used", } ) @@ -35794,7 +35794,7 @@ func (s *Server) handleLicensesGetAllCommonlyUsedRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LicensesGetAllCommonlyUsed", + OperationName: LicensesGetAllCommonlyUsedOperation, OperationSummary: "Get all commonly used licenses", OperationID: "licenses/get-all-commonly-used", Body: nil, @@ -35868,7 +35868,7 @@ func (s *Server) handleLicensesGetForRepoRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LicensesGetForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), LicensesGetForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35899,7 +35899,7 @@ func (s *Server) handleLicensesGetForRepoRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "LicensesGetForRepo", + Name: LicensesGetForRepoOperation, ID: "licenses/get-for-repo", } ) @@ -35918,7 +35918,7 @@ func (s *Server) handleLicensesGetForRepoRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LicensesGetForRepo", + OperationName: LicensesGetForRepoOperation, OperationSummary: "Get the license for a repository", OperationID: "licenses/get-for-repo", Body: nil, @@ -35984,7 +35984,7 @@ func (s *Server) handleMarkdownRenderRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarkdownRender", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarkdownRenderOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36015,7 +36015,7 @@ func (s *Server) handleMarkdownRenderRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarkdownRender", + Name: MarkdownRenderOperation, ID: "markdown/render", } ) @@ -36039,7 +36039,7 @@ func (s *Server) handleMarkdownRenderRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarkdownRender", + OperationName: MarkdownRenderOperation, OperationSummary: "Render a Markdown document", OperationID: "markdown/render", Body: request, @@ -36099,7 +36099,7 @@ func (s *Server) handleMarkdownRenderRawRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarkdownRenderRaw", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarkdownRenderRawOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36130,7 +36130,7 @@ func (s *Server) handleMarkdownRenderRawRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarkdownRenderRaw", + Name: MarkdownRenderRawOperation, ID: "markdown/render-raw", } ) @@ -36154,7 +36154,7 @@ func (s *Server) handleMarkdownRenderRawRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarkdownRenderRaw", + OperationName: MarkdownRenderRawOperation, OperationSummary: "Render a Markdown document in raw mode", OperationID: "markdown/render-raw", Body: request, @@ -36215,7 +36215,7 @@ func (s *Server) handleMetaGetRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MetaGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MetaGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36251,7 +36251,7 @@ func (s *Server) handleMetaGetRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MetaGet", + OperationName: MetaGetOperation, OperationSummary: "Get GitHub meta information", OperationID: "meta/get", Body: nil, @@ -36308,7 +36308,7 @@ func (s *Server) handleMetaGetOctocatRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MetaGetOctocat", + ctx, span := s.cfg.Tracer.Start(r.Context(), MetaGetOctocatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36339,7 +36339,7 @@ func (s *Server) handleMetaGetOctocatRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "MetaGetOctocat", + Name: MetaGetOctocatOperation, ID: "meta/get-octocat", } ) @@ -36358,7 +36358,7 @@ func (s *Server) handleMetaGetOctocatRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MetaGetOctocat", + OperationName: MetaGetOctocatOperation, OperationSummary: "Get Octocat", OperationID: "meta/get-octocat", Body: nil, @@ -36420,7 +36420,7 @@ func (s *Server) handleMetaGetZenRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MetaGetZen", + ctx, span := s.cfg.Tracer.Start(r.Context(), MetaGetZenOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36456,7 +36456,7 @@ func (s *Server) handleMetaGetZenRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MetaGetZen", + OperationName: MetaGetZenOperation, OperationSummary: "Get the Zen of GitHub", OperationID: "meta/get-zen", Body: nil, @@ -36513,7 +36513,7 @@ func (s *Server) handleMetaRootRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MetaRoot", + ctx, span := s.cfg.Tracer.Start(r.Context(), MetaRootOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36549,7 +36549,7 @@ func (s *Server) handleMetaRootRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MetaRoot", + OperationName: MetaRootOperation, OperationSummary: "GitHub API Root", OperationID: "meta/root", Body: nil, @@ -36606,7 +36606,7 @@ func (s *Server) handleMigrationsCancelImportRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsCancelImport", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsCancelImportOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36637,7 +36637,7 @@ func (s *Server) handleMigrationsCancelImportRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsCancelImport", + Name: MigrationsCancelImportOperation, ID: "migrations/cancel-import", } ) @@ -36656,7 +36656,7 @@ func (s *Server) handleMigrationsCancelImportRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsCancelImport", + OperationName: MigrationsCancelImportOperation, OperationSummary: "Cancel an import", OperationID: "migrations/cancel-import", Body: nil, @@ -36726,7 +36726,7 @@ func (s *Server) handleMigrationsDeleteArchiveForAuthenticatedUserRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsDeleteArchiveForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsDeleteArchiveForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36757,7 +36757,7 @@ func (s *Server) handleMigrationsDeleteArchiveForAuthenticatedUserRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsDeleteArchiveForAuthenticatedUser", + Name: MigrationsDeleteArchiveForAuthenticatedUserOperation, ID: "migrations/delete-archive-for-authenticated-user", } ) @@ -36776,7 +36776,7 @@ func (s *Server) handleMigrationsDeleteArchiveForAuthenticatedUserRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsDeleteArchiveForAuthenticatedUser", + OperationName: MigrationsDeleteArchiveForAuthenticatedUserOperation, OperationSummary: "Delete a user migration archive", OperationID: "migrations/delete-archive-for-authenticated-user", Body: nil, @@ -36839,7 +36839,7 @@ func (s *Server) handleMigrationsDeleteArchiveForOrgRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsDeleteArchiveForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsDeleteArchiveForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36870,7 +36870,7 @@ func (s *Server) handleMigrationsDeleteArchiveForOrgRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsDeleteArchiveForOrg", + Name: MigrationsDeleteArchiveForOrgOperation, ID: "migrations/delete-archive-for-org", } ) @@ -36889,7 +36889,7 @@ func (s *Server) handleMigrationsDeleteArchiveForOrgRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsDeleteArchiveForOrg", + OperationName: MigrationsDeleteArchiveForOrgOperation, OperationSummary: "Delete an organization migration archive", OperationID: "migrations/delete-archive-for-org", Body: nil, @@ -36955,7 +36955,7 @@ func (s *Server) handleMigrationsDownloadArchiveForOrgRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsDownloadArchiveForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsDownloadArchiveForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36986,7 +36986,7 @@ func (s *Server) handleMigrationsDownloadArchiveForOrgRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsDownloadArchiveForOrg", + Name: MigrationsDownloadArchiveForOrgOperation, ID: "migrations/download-archive-for-org", } ) @@ -37005,7 +37005,7 @@ func (s *Server) handleMigrationsDownloadArchiveForOrgRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsDownloadArchiveForOrg", + OperationName: MigrationsDownloadArchiveForOrgOperation, OperationSummary: "Download an organization migration archive", OperationID: "migrations/download-archive-for-org", Body: nil, @@ -37091,7 +37091,7 @@ func (s *Server) handleMigrationsGetArchiveForAuthenticatedUserRequest(args [1]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetArchiveForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetArchiveForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37122,7 +37122,7 @@ func (s *Server) handleMigrationsGetArchiveForAuthenticatedUserRequest(args [1]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetArchiveForAuthenticatedUser", + Name: MigrationsGetArchiveForAuthenticatedUserOperation, ID: "migrations/get-archive-for-authenticated-user", } ) @@ -37141,7 +37141,7 @@ func (s *Server) handleMigrationsGetArchiveForAuthenticatedUserRequest(args [1]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetArchiveForAuthenticatedUser", + OperationName: MigrationsGetArchiveForAuthenticatedUserOperation, OperationSummary: "Download a user migration archive", OperationID: "migrations/get-archive-for-authenticated-user", Body: nil, @@ -37210,7 +37210,7 @@ func (s *Server) handleMigrationsGetCommitAuthorsRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetCommitAuthors", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetCommitAuthorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37241,7 +37241,7 @@ func (s *Server) handleMigrationsGetCommitAuthorsRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetCommitAuthors", + Name: MigrationsGetCommitAuthorsOperation, ID: "migrations/get-commit-authors", } ) @@ -37260,7 +37260,7 @@ func (s *Server) handleMigrationsGetCommitAuthorsRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetCommitAuthors", + OperationName: MigrationsGetCommitAuthorsOperation, OperationSummary: "Get commit authors", OperationID: "migrations/get-commit-authors", Body: nil, @@ -37382,7 +37382,7 @@ func (s *Server) handleMigrationsGetImportStatusRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetImportStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetImportStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37413,7 +37413,7 @@ func (s *Server) handleMigrationsGetImportStatusRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetImportStatus", + Name: MigrationsGetImportStatusOperation, ID: "migrations/get-import-status", } ) @@ -37432,7 +37432,7 @@ func (s *Server) handleMigrationsGetImportStatusRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetImportStatus", + OperationName: MigrationsGetImportStatusOperation, OperationSummary: "Get an import status", OperationID: "migrations/get-import-status", Body: nil, @@ -37498,7 +37498,7 @@ func (s *Server) handleMigrationsGetLargeFilesRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetLargeFiles", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetLargeFilesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37529,7 +37529,7 @@ func (s *Server) handleMigrationsGetLargeFilesRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetLargeFiles", + Name: MigrationsGetLargeFilesOperation, ID: "migrations/get-large-files", } ) @@ -37548,7 +37548,7 @@ func (s *Server) handleMigrationsGetLargeFilesRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetLargeFiles", + OperationName: MigrationsGetLargeFilesOperation, OperationSummary: "Get large files", OperationID: "migrations/get-large-files", Body: nil, @@ -37621,7 +37621,7 @@ func (s *Server) handleMigrationsGetStatusForAuthenticatedUserRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetStatusForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetStatusForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37652,7 +37652,7 @@ func (s *Server) handleMigrationsGetStatusForAuthenticatedUserRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetStatusForAuthenticatedUser", + Name: MigrationsGetStatusForAuthenticatedUserOperation, ID: "migrations/get-status-for-authenticated-user", } ) @@ -37671,7 +37671,7 @@ func (s *Server) handleMigrationsGetStatusForAuthenticatedUserRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetStatusForAuthenticatedUser", + OperationName: MigrationsGetStatusForAuthenticatedUserOperation, OperationSummary: "Get a user migration status", OperationID: "migrations/get-status-for-authenticated-user", Body: nil, @@ -37742,7 +37742,7 @@ func (s *Server) handleMigrationsGetStatusForOrgRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsGetStatusForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsGetStatusForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37773,7 +37773,7 @@ func (s *Server) handleMigrationsGetStatusForOrgRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsGetStatusForOrg", + Name: MigrationsGetStatusForOrgOperation, ID: "migrations/get-status-for-org", } ) @@ -37792,7 +37792,7 @@ func (s *Server) handleMigrationsGetStatusForOrgRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsGetStatusForOrg", + OperationName: MigrationsGetStatusForOrgOperation, OperationSummary: "Get an organization migration status", OperationID: "migrations/get-status-for-org", Body: nil, @@ -37862,7 +37862,7 @@ func (s *Server) handleMigrationsListForAuthenticatedUserRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsListForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37893,7 +37893,7 @@ func (s *Server) handleMigrationsListForAuthenticatedUserRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsListForAuthenticatedUser", + Name: MigrationsListForAuthenticatedUserOperation, ID: "migrations/list-for-authenticated-user", } ) @@ -37912,7 +37912,7 @@ func (s *Server) handleMigrationsListForAuthenticatedUserRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsListForAuthenticatedUser", + OperationName: MigrationsListForAuthenticatedUserOperation, OperationSummary: "List user migrations", OperationID: "migrations/list-for-authenticated-user", Body: nil, @@ -37978,7 +37978,7 @@ func (s *Server) handleMigrationsListForOrgRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsListForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsListForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38009,7 +38009,7 @@ func (s *Server) handleMigrationsListForOrgRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsListForOrg", + Name: MigrationsListForOrgOperation, ID: "migrations/list-for-org", } ) @@ -38028,7 +38028,7 @@ func (s *Server) handleMigrationsListForOrgRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsListForOrg", + OperationName: MigrationsListForOrgOperation, OperationSummary: "List organization migrations", OperationID: "migrations/list-for-org", Body: nil, @@ -38102,7 +38102,7 @@ func (s *Server) handleMigrationsListReposForOrgRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsListReposForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsListReposForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38133,7 +38133,7 @@ func (s *Server) handleMigrationsListReposForOrgRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsListReposForOrg", + Name: MigrationsListReposForOrgOperation, ID: "migrations/list-repos-for-org", } ) @@ -38152,7 +38152,7 @@ func (s *Server) handleMigrationsListReposForOrgRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsListReposForOrg", + OperationName: MigrationsListReposForOrgOperation, OperationSummary: "List repositories in an organization migration", OperationID: "migrations/list-repos-for-org", Body: nil, @@ -38226,7 +38226,7 @@ func (s *Server) handleMigrationsListReposForUserRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsListReposForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsListReposForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38257,7 +38257,7 @@ func (s *Server) handleMigrationsListReposForUserRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsListReposForUser", + Name: MigrationsListReposForUserOperation, ID: "migrations/list-repos-for-user", } ) @@ -38276,7 +38276,7 @@ func (s *Server) handleMigrationsListReposForUserRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsListReposForUser", + OperationName: MigrationsListReposForUserOperation, OperationSummary: "List repositories for a user migration", OperationID: "migrations/list-repos-for-user", Body: nil, @@ -38347,7 +38347,7 @@ func (s *Server) handleMigrationsMapCommitAuthorRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsMapCommitAuthor", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsMapCommitAuthorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38378,7 +38378,7 @@ func (s *Server) handleMigrationsMapCommitAuthorRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsMapCommitAuthor", + Name: MigrationsMapCommitAuthorOperation, ID: "migrations/map-commit-author", } ) @@ -38412,7 +38412,7 @@ func (s *Server) handleMigrationsMapCommitAuthorRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsMapCommitAuthor", + OperationName: MigrationsMapCommitAuthorOperation, OperationSummary: "Map a commit author", OperationID: "migrations/map-commit-author", Body: request, @@ -38485,7 +38485,7 @@ func (s *Server) handleMigrationsSetLfsPreferenceRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsSetLfsPreference", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsSetLfsPreferenceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38516,7 +38516,7 @@ func (s *Server) handleMigrationsSetLfsPreferenceRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsSetLfsPreference", + Name: MigrationsSetLfsPreferenceOperation, ID: "migrations/set-lfs-preference", } ) @@ -38550,7 +38550,7 @@ func (s *Server) handleMigrationsSetLfsPreferenceRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsSetLfsPreference", + OperationName: MigrationsSetLfsPreferenceOperation, OperationSummary: "Update Git LFS preference", OperationID: "migrations/set-lfs-preference", Body: request, @@ -38616,7 +38616,7 @@ func (s *Server) handleMigrationsStartForAuthenticatedUserRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsStartForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsStartForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38647,7 +38647,7 @@ func (s *Server) handleMigrationsStartForAuthenticatedUserRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsStartForAuthenticatedUser", + Name: MigrationsStartForAuthenticatedUserOperation, ID: "migrations/start-for-authenticated-user", } ) @@ -38671,7 +38671,7 @@ func (s *Server) handleMigrationsStartForAuthenticatedUserRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsStartForAuthenticatedUser", + OperationName: MigrationsStartForAuthenticatedUserOperation, OperationSummary: "Start a user migration", OperationID: "migrations/start-for-authenticated-user", Body: request, @@ -38728,7 +38728,7 @@ func (s *Server) handleMigrationsStartForOrgRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsStartForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsStartForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38759,7 +38759,7 @@ func (s *Server) handleMigrationsStartForOrgRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsStartForOrg", + Name: MigrationsStartForOrgOperation, ID: "migrations/start-for-org", } ) @@ -38793,7 +38793,7 @@ func (s *Server) handleMigrationsStartForOrgRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsStartForOrg", + OperationName: MigrationsStartForOrgOperation, OperationSummary: "Start an organization migration", OperationID: "migrations/start-for-org", Body: request, @@ -38855,7 +38855,7 @@ func (s *Server) handleMigrationsStartImportRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsStartImport", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsStartImportOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38886,7 +38886,7 @@ func (s *Server) handleMigrationsStartImportRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsStartImport", + Name: MigrationsStartImportOperation, ID: "migrations/start-import", } ) @@ -38920,7 +38920,7 @@ func (s *Server) handleMigrationsStartImportRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsStartImport", + OperationName: MigrationsStartImportOperation, OperationSummary: "Start an import", OperationID: "migrations/start-import", Body: request, @@ -38990,7 +38990,7 @@ func (s *Server) handleMigrationsUnlockRepoForAuthenticatedUserRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsUnlockRepoForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsUnlockRepoForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39021,7 +39021,7 @@ func (s *Server) handleMigrationsUnlockRepoForAuthenticatedUserRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsUnlockRepoForAuthenticatedUser", + Name: MigrationsUnlockRepoForAuthenticatedUserOperation, ID: "migrations/unlock-repo-for-authenticated-user", } ) @@ -39040,7 +39040,7 @@ func (s *Server) handleMigrationsUnlockRepoForAuthenticatedUserRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsUnlockRepoForAuthenticatedUser", + OperationName: MigrationsUnlockRepoForAuthenticatedUserOperation, OperationSummary: "Unlock a user repository", OperationID: "migrations/unlock-repo-for-authenticated-user", Body: nil, @@ -39108,7 +39108,7 @@ func (s *Server) handleMigrationsUnlockRepoForOrgRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsUnlockRepoForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsUnlockRepoForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39139,7 +39139,7 @@ func (s *Server) handleMigrationsUnlockRepoForOrgRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsUnlockRepoForOrg", + Name: MigrationsUnlockRepoForOrgOperation, ID: "migrations/unlock-repo-for-org", } ) @@ -39158,7 +39158,7 @@ func (s *Server) handleMigrationsUnlockRepoForOrgRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsUnlockRepoForOrg", + OperationName: MigrationsUnlockRepoForOrgOperation, OperationSummary: "Unlock an organization repository", OperationID: "migrations/unlock-repo-for-org", Body: nil, @@ -39230,7 +39230,7 @@ func (s *Server) handleMigrationsUpdateImportRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MigrationsUpdateImport", + ctx, span := s.cfg.Tracer.Start(r.Context(), MigrationsUpdateImportOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39261,7 +39261,7 @@ func (s *Server) handleMigrationsUpdateImportRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "MigrationsUpdateImport", + Name: MigrationsUpdateImportOperation, ID: "migrations/update-import", } ) @@ -39295,7 +39295,7 @@ func (s *Server) handleMigrationsUpdateImportRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MigrationsUpdateImport", + OperationName: MigrationsUpdateImportOperation, OperationSummary: "Update an import", OperationID: "migrations/update-import", Body: request, @@ -39390,7 +39390,7 @@ func (s *Server) handleOAuthAuthorizationsCreateAuthorizationRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsCreateAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsCreateAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39421,7 +39421,7 @@ func (s *Server) handleOAuthAuthorizationsCreateAuthorizationRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsCreateAuthorization", + Name: OAuthAuthorizationsCreateAuthorizationOperation, ID: "oauth-authorizations/create-authorization", } ) @@ -39445,7 +39445,7 @@ func (s *Server) handleOAuthAuthorizationsCreateAuthorizationRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsCreateAuthorization", + OperationName: OAuthAuthorizationsCreateAuthorizationOperation, OperationSummary: "Create a new authorization", OperationID: "oauth-authorizations/create-authorization", Body: request, @@ -39511,7 +39511,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteAuthorizationRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsDeleteAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsDeleteAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39542,7 +39542,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteAuthorizationRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsDeleteAuthorization", + Name: OAuthAuthorizationsDeleteAuthorizationOperation, ID: "oauth-authorizations/delete-authorization", } ) @@ -39561,7 +39561,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteAuthorizationRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsDeleteAuthorization", + OperationName: OAuthAuthorizationsDeleteAuthorizationOperation, OperationSummary: "Delete an authorization", OperationID: "oauth-authorizations/delete-authorization", Body: nil, @@ -39635,7 +39635,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteGrantRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsDeleteGrant", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsDeleteGrantOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39666,7 +39666,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteGrantRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsDeleteGrant", + Name: OAuthAuthorizationsDeleteGrantOperation, ID: "oauth-authorizations/delete-grant", } ) @@ -39685,7 +39685,7 @@ func (s *Server) handleOAuthAuthorizationsDeleteGrantRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsDeleteGrant", + OperationName: OAuthAuthorizationsDeleteGrantOperation, OperationSummary: "Delete a grant", OperationID: "oauth-authorizations/delete-grant", Body: nil, @@ -39756,7 +39756,7 @@ func (s *Server) handleOAuthAuthorizationsGetAuthorizationRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsGetAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsGetAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39787,7 +39787,7 @@ func (s *Server) handleOAuthAuthorizationsGetAuthorizationRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsGetAuthorization", + Name: OAuthAuthorizationsGetAuthorizationOperation, ID: "oauth-authorizations/get-authorization", } ) @@ -39806,7 +39806,7 @@ func (s *Server) handleOAuthAuthorizationsGetAuthorizationRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsGetAuthorization", + OperationName: OAuthAuthorizationsGetAuthorizationOperation, OperationSummary: "Get a single authorization", OperationID: "oauth-authorizations/get-authorization", Body: nil, @@ -39877,7 +39877,7 @@ func (s *Server) handleOAuthAuthorizationsGetGrantRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsGetGrant", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsGetGrantOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39908,7 +39908,7 @@ func (s *Server) handleOAuthAuthorizationsGetGrantRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsGetGrant", + Name: OAuthAuthorizationsGetGrantOperation, ID: "oauth-authorizations/get-grant", } ) @@ -39927,7 +39927,7 @@ func (s *Server) handleOAuthAuthorizationsGetGrantRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsGetGrant", + OperationName: OAuthAuthorizationsGetGrantOperation, OperationSummary: "Get a single grant", OperationID: "oauth-authorizations/get-grant", Body: nil, @@ -40017,7 +40017,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsGetOrCreateAuthorizationForApp", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40048,7 +40048,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsGetOrCreateAuthorizationForApp", + Name: OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation, ID: "oauth-authorizations/get-or-create-authorization-for-app", } ) @@ -40082,7 +40082,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsGetOrCreateAuthorizationForApp", + OperationName: OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation, OperationSummary: "Get-or-create an authorization for a specific app", OperationID: "oauth-authorizations/get-or-create-authorization-for-app", Body: request, @@ -40167,7 +40167,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppAndFinge } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40198,7 +40198,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppAndFinge } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint", + Name: OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation, ID: "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint", } ) @@ -40232,7 +40232,7 @@ func (s *Server) handleOAuthAuthorizationsGetOrCreateAuthorizationForAppAndFinge if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint", + OperationName: OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation, OperationSummary: "Get-or-create an authorization for a specific app and fingerprint", OperationID: "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint", Body: request, @@ -40307,7 +40307,7 @@ func (s *Server) handleOAuthAuthorizationsListAuthorizationsRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsListAuthorizations", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsListAuthorizationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40338,7 +40338,7 @@ func (s *Server) handleOAuthAuthorizationsListAuthorizationsRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsListAuthorizations", + Name: OAuthAuthorizationsListAuthorizationsOperation, ID: "oauth-authorizations/list-authorizations", } ) @@ -40357,7 +40357,7 @@ func (s *Server) handleOAuthAuthorizationsListAuthorizationsRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsListAuthorizations", + OperationName: OAuthAuthorizationsListAuthorizationsOperation, OperationSummary: "List your authorizations", OperationID: "oauth-authorizations/list-authorizations", Body: nil, @@ -40447,7 +40447,7 @@ func (s *Server) handleOAuthAuthorizationsListGrantsRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsListGrants", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsListGrantsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40478,7 +40478,7 @@ func (s *Server) handleOAuthAuthorizationsListGrantsRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsListGrants", + Name: OAuthAuthorizationsListGrantsOperation, ID: "oauth-authorizations/list-grants", } ) @@ -40497,7 +40497,7 @@ func (s *Server) handleOAuthAuthorizationsListGrantsRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsListGrants", + OperationName: OAuthAuthorizationsListGrantsOperation, OperationSummary: "List your grants", OperationID: "oauth-authorizations/list-grants", Body: nil, @@ -40580,7 +40580,7 @@ func (s *Server) handleOAuthAuthorizationsUpdateAuthorizationRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OAuthAuthorizationsUpdateAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), OAuthAuthorizationsUpdateAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40611,7 +40611,7 @@ func (s *Server) handleOAuthAuthorizationsUpdateAuthorizationRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "OAuthAuthorizationsUpdateAuthorization", + Name: OAuthAuthorizationsUpdateAuthorizationOperation, ID: "oauth-authorizations/update-authorization", } ) @@ -40645,7 +40645,7 @@ func (s *Server) handleOAuthAuthorizationsUpdateAuthorizationRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OAuthAuthorizationsUpdateAuthorization", + OperationName: OAuthAuthorizationsUpdateAuthorizationOperation, OperationSummary: "Update an existing authorization", OperationID: "oauth-authorizations/update-authorization", Body: request, @@ -40707,7 +40707,7 @@ func (s *Server) handleOrgsBlockUserRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsBlockUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsBlockUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40738,7 +40738,7 @@ func (s *Server) handleOrgsBlockUserRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsBlockUser", + Name: OrgsBlockUserOperation, ID: "orgs/block-user", } ) @@ -40757,7 +40757,7 @@ func (s *Server) handleOrgsBlockUserRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsBlockUser", + OperationName: OrgsBlockUserOperation, OperationSummary: "Block a user from an organization", OperationID: "orgs/block-user", Body: nil, @@ -40826,7 +40826,7 @@ func (s *Server) handleOrgsCancelInvitationRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCancelInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCancelInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40857,7 +40857,7 @@ func (s *Server) handleOrgsCancelInvitationRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCancelInvitation", + Name: OrgsCancelInvitationOperation, ID: "orgs/cancel-invitation", } ) @@ -40876,7 +40876,7 @@ func (s *Server) handleOrgsCancelInvitationRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCancelInvitation", + OperationName: OrgsCancelInvitationOperation, OperationSummary: "Cancel an organization invitation", OperationID: "orgs/cancel-invitation", Body: nil, @@ -40942,7 +40942,7 @@ func (s *Server) handleOrgsCheckBlockedUserRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCheckBlockedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCheckBlockedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40973,7 +40973,7 @@ func (s *Server) handleOrgsCheckBlockedUserRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCheckBlockedUser", + Name: OrgsCheckBlockedUserOperation, ID: "orgs/check-blocked-user", } ) @@ -40992,7 +40992,7 @@ func (s *Server) handleOrgsCheckBlockedUserRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCheckBlockedUser", + OperationName: OrgsCheckBlockedUserOperation, OperationSummary: "Check if a user is blocked by an organization", OperationID: "orgs/check-blocked-user", Body: nil, @@ -41058,7 +41058,7 @@ func (s *Server) handleOrgsCheckMembershipForUserRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCheckMembershipForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCheckMembershipForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41089,7 +41089,7 @@ func (s *Server) handleOrgsCheckMembershipForUserRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCheckMembershipForUser", + Name: OrgsCheckMembershipForUserOperation, ID: "orgs/check-membership-for-user", } ) @@ -41108,7 +41108,7 @@ func (s *Server) handleOrgsCheckMembershipForUserRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCheckMembershipForUser", + OperationName: OrgsCheckMembershipForUserOperation, OperationSummary: "Check organization membership for a user", OperationID: "orgs/check-membership-for-user", Body: nil, @@ -41174,7 +41174,7 @@ func (s *Server) handleOrgsCheckPublicMembershipForUserRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCheckPublicMembershipForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCheckPublicMembershipForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41205,7 +41205,7 @@ func (s *Server) handleOrgsCheckPublicMembershipForUserRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCheckPublicMembershipForUser", + Name: OrgsCheckPublicMembershipForUserOperation, ID: "orgs/check-public-membership-for-user", } ) @@ -41224,7 +41224,7 @@ func (s *Server) handleOrgsCheckPublicMembershipForUserRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCheckPublicMembershipForUser", + OperationName: OrgsCheckPublicMembershipForUserOperation, OperationSummary: "Check public organization membership for a user", OperationID: "orgs/check-public-membership-for-user", Body: nil, @@ -41294,7 +41294,7 @@ func (s *Server) handleOrgsConvertMemberToOutsideCollaboratorRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsConvertMemberToOutsideCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsConvertMemberToOutsideCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41325,7 +41325,7 @@ func (s *Server) handleOrgsConvertMemberToOutsideCollaboratorRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsConvertMemberToOutsideCollaborator", + Name: OrgsConvertMemberToOutsideCollaboratorOperation, ID: "orgs/convert-member-to-outside-collaborator", } ) @@ -41344,7 +41344,7 @@ func (s *Server) handleOrgsConvertMemberToOutsideCollaboratorRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsConvertMemberToOutsideCollaborator", + OperationName: OrgsConvertMemberToOutsideCollaboratorOperation, OperationSummary: "Convert an organization member to outside collaborator", OperationID: "orgs/convert-member-to-outside-collaborator", Body: nil, @@ -41418,7 +41418,7 @@ func (s *Server) handleOrgsCreateInvitationRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCreateInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCreateInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41449,7 +41449,7 @@ func (s *Server) handleOrgsCreateInvitationRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCreateInvitation", + Name: OrgsCreateInvitationOperation, ID: "orgs/create-invitation", } ) @@ -41483,7 +41483,7 @@ func (s *Server) handleOrgsCreateInvitationRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCreateInvitation", + OperationName: OrgsCreateInvitationOperation, OperationSummary: "Create an organization invitation", OperationID: "orgs/create-invitation", Body: request, @@ -41545,7 +41545,7 @@ func (s *Server) handleOrgsCreateWebhookRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsCreateWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsCreateWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41576,7 +41576,7 @@ func (s *Server) handleOrgsCreateWebhookRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsCreateWebhook", + Name: OrgsCreateWebhookOperation, ID: "orgs/create-webhook", } ) @@ -41610,7 +41610,7 @@ func (s *Server) handleOrgsCreateWebhookRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsCreateWebhook", + OperationName: OrgsCreateWebhookOperation, OperationSummary: "Create an organization webhook", OperationID: "orgs/create-webhook", Body: request, @@ -41672,7 +41672,7 @@ func (s *Server) handleOrgsDeleteWebhookRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsDeleteWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsDeleteWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41703,7 +41703,7 @@ func (s *Server) handleOrgsDeleteWebhookRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsDeleteWebhook", + Name: OrgsDeleteWebhookOperation, ID: "orgs/delete-webhook", } ) @@ -41722,7 +41722,7 @@ func (s *Server) handleOrgsDeleteWebhookRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsDeleteWebhook", + OperationName: OrgsDeleteWebhookOperation, OperationSummary: "Delete an organization webhook", OperationID: "orgs/delete-webhook", Body: nil, @@ -41796,7 +41796,7 @@ func (s *Server) handleOrgsGetRequest(args [1]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41827,7 +41827,7 @@ func (s *Server) handleOrgsGetRequest(args [1]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGet", + Name: OrgsGetOperation, ID: "orgs/get", } ) @@ -41846,7 +41846,7 @@ func (s *Server) handleOrgsGetRequest(args [1]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGet", + OperationName: OrgsGetOperation, OperationSummary: "Get an organization", OperationID: "orgs/get", Body: nil, @@ -41913,7 +41913,7 @@ func (s *Server) handleOrgsGetAuditLogRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetAuditLog", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetAuditLogOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41944,7 +41944,7 @@ func (s *Server) handleOrgsGetAuditLogRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetAuditLog", + Name: OrgsGetAuditLogOperation, ID: "orgs/get-audit-log", } ) @@ -41963,7 +41963,7 @@ func (s *Server) handleOrgsGetAuditLogRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetAuditLog", + OperationName: OrgsGetAuditLogOperation, OperationSummary: "Get the audit log for an organization", OperationID: "orgs/get-audit-log", Body: nil, @@ -42053,7 +42053,7 @@ func (s *Server) handleOrgsGetMembershipForAuthenticatedUserRequest(args [1]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetMembershipForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42084,7 +42084,7 @@ func (s *Server) handleOrgsGetMembershipForAuthenticatedUserRequest(args [1]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetMembershipForAuthenticatedUser", + Name: OrgsGetMembershipForAuthenticatedUserOperation, ID: "orgs/get-membership-for-authenticated-user", } ) @@ -42103,7 +42103,7 @@ func (s *Server) handleOrgsGetMembershipForAuthenticatedUserRequest(args [1]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetMembershipForAuthenticatedUser", + OperationName: OrgsGetMembershipForAuthenticatedUserOperation, OperationSummary: "Get an organization membership for the authenticated user", OperationID: "orgs/get-membership-for-authenticated-user", Body: nil, @@ -42167,7 +42167,7 @@ func (s *Server) handleOrgsGetMembershipForUserRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetMembershipForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetMembershipForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42198,7 +42198,7 @@ func (s *Server) handleOrgsGetMembershipForUserRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetMembershipForUser", + Name: OrgsGetMembershipForUserOperation, ID: "orgs/get-membership-for-user", } ) @@ -42217,7 +42217,7 @@ func (s *Server) handleOrgsGetMembershipForUserRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetMembershipForUser", + OperationName: OrgsGetMembershipForUserOperation, OperationSummary: "Get organization membership for a user", OperationID: "orgs/get-membership-for-user", Body: nil, @@ -42285,7 +42285,7 @@ func (s *Server) handleOrgsGetWebhookRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42316,7 +42316,7 @@ func (s *Server) handleOrgsGetWebhookRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetWebhook", + Name: OrgsGetWebhookOperation, ID: "orgs/get-webhook", } ) @@ -42335,7 +42335,7 @@ func (s *Server) handleOrgsGetWebhookRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetWebhook", + OperationName: OrgsGetWebhookOperation, OperationSummary: "Get an organization webhook", OperationID: "orgs/get-webhook", Body: nil, @@ -42405,7 +42405,7 @@ func (s *Server) handleOrgsGetWebhookConfigForOrgRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetWebhookConfigForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetWebhookConfigForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42436,7 +42436,7 @@ func (s *Server) handleOrgsGetWebhookConfigForOrgRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetWebhookConfigForOrg", + Name: OrgsGetWebhookConfigForOrgOperation, ID: "orgs/get-webhook-config-for-org", } ) @@ -42455,7 +42455,7 @@ func (s *Server) handleOrgsGetWebhookConfigForOrgRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetWebhookConfigForOrg", + OperationName: OrgsGetWebhookConfigForOrgOperation, OperationSummary: "Get a webhook configuration for an organization", OperationID: "orgs/get-webhook-config-for-org", Body: nil, @@ -42521,7 +42521,7 @@ func (s *Server) handleOrgsGetWebhookDeliveryRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsGetWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42552,7 +42552,7 @@ func (s *Server) handleOrgsGetWebhookDeliveryRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsGetWebhookDelivery", + Name: OrgsGetWebhookDeliveryOperation, ID: "orgs/get-webhook-delivery", } ) @@ -42571,7 +42571,7 @@ func (s *Server) handleOrgsGetWebhookDeliveryRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsGetWebhookDelivery", + OperationName: OrgsGetWebhookDeliveryOperation, OperationSummary: "Get a webhook delivery for an organization webhook", OperationID: "orgs/get-webhook-delivery", Body: nil, @@ -42644,7 +42644,7 @@ func (s *Server) handleOrgsListRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsList", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42675,7 +42675,7 @@ func (s *Server) handleOrgsListRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsList", + Name: OrgsListOperation, ID: "orgs/list", } ) @@ -42694,7 +42694,7 @@ func (s *Server) handleOrgsListRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsList", + OperationName: OrgsListOperation, OperationSummary: "List organizations", OperationID: "orgs/list", Body: nil, @@ -42760,7 +42760,7 @@ func (s *Server) handleOrgsListBlockedUsersRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListBlockedUsers", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListBlockedUsersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42791,7 +42791,7 @@ func (s *Server) handleOrgsListBlockedUsersRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListBlockedUsers", + Name: OrgsListBlockedUsersOperation, ID: "orgs/list-blocked-users", } ) @@ -42810,7 +42810,7 @@ func (s *Server) handleOrgsListBlockedUsersRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListBlockedUsers", + OperationName: OrgsListBlockedUsersOperation, OperationSummary: "List users blocked by an organization", OperationID: "orgs/list-blocked-users", Body: nil, @@ -42873,7 +42873,7 @@ func (s *Server) handleOrgsListFailedInvitationsRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListFailedInvitations", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListFailedInvitationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42904,7 +42904,7 @@ func (s *Server) handleOrgsListFailedInvitationsRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListFailedInvitations", + Name: OrgsListFailedInvitationsOperation, ID: "orgs/list-failed-invitations", } ) @@ -42923,7 +42923,7 @@ func (s *Server) handleOrgsListFailedInvitationsRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListFailedInvitations", + OperationName: OrgsListFailedInvitationsOperation, OperationSummary: "List failed organization invitations", OperationID: "orgs/list-failed-invitations", Body: nil, @@ -42998,7 +42998,7 @@ func (s *Server) handleOrgsListForAuthenticatedUserRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43029,7 +43029,7 @@ func (s *Server) handleOrgsListForAuthenticatedUserRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListForAuthenticatedUser", + Name: OrgsListForAuthenticatedUserOperation, ID: "orgs/list-for-authenticated-user", } ) @@ -43048,7 +43048,7 @@ func (s *Server) handleOrgsListForAuthenticatedUserRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListForAuthenticatedUser", + OperationName: OrgsListForAuthenticatedUserOperation, OperationSummary: "List organizations for the authenticated user", OperationID: "orgs/list-for-authenticated-user", Body: nil, @@ -43119,7 +43119,7 @@ func (s *Server) handleOrgsListForUserRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43150,7 +43150,7 @@ func (s *Server) handleOrgsListForUserRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListForUser", + Name: OrgsListForUserOperation, ID: "orgs/list-for-user", } ) @@ -43169,7 +43169,7 @@ func (s *Server) handleOrgsListForUserRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListForUser", + OperationName: OrgsListForUserOperation, OperationSummary: "List organizations for a user", OperationID: "orgs/list-for-user", Body: nil, @@ -43240,7 +43240,7 @@ func (s *Server) handleOrgsListInvitationTeamsRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListInvitationTeams", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListInvitationTeamsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43271,7 +43271,7 @@ func (s *Server) handleOrgsListInvitationTeamsRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListInvitationTeams", + Name: OrgsListInvitationTeamsOperation, ID: "orgs/list-invitation-teams", } ) @@ -43290,7 +43290,7 @@ func (s *Server) handleOrgsListInvitationTeamsRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListInvitationTeams", + OperationName: OrgsListInvitationTeamsOperation, OperationSummary: "List organization invitation teams", OperationID: "orgs/list-invitation-teams", Body: nil, @@ -43365,7 +43365,7 @@ func (s *Server) handleOrgsListMembersRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListMembers", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListMembersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43396,7 +43396,7 @@ func (s *Server) handleOrgsListMembersRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListMembers", + Name: OrgsListMembersOperation, ID: "orgs/list-members", } ) @@ -43415,7 +43415,7 @@ func (s *Server) handleOrgsListMembersRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListMembers", + OperationName: OrgsListMembersOperation, OperationSummary: "List organization members", OperationID: "orgs/list-members", Body: nil, @@ -43493,7 +43493,7 @@ func (s *Server) handleOrgsListMembershipsForAuthenticatedUserRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListMembershipsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListMembershipsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43524,7 +43524,7 @@ func (s *Server) handleOrgsListMembershipsForAuthenticatedUserRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListMembershipsForAuthenticatedUser", + Name: OrgsListMembershipsForAuthenticatedUserOperation, ID: "orgs/list-memberships-for-authenticated-user", } ) @@ -43543,7 +43543,7 @@ func (s *Server) handleOrgsListMembershipsForAuthenticatedUserRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListMembershipsForAuthenticatedUser", + OperationName: OrgsListMembershipsForAuthenticatedUserOperation, OperationSummary: "List organization memberships for the authenticated user", OperationID: "orgs/list-memberships-for-authenticated-user", Body: nil, @@ -43613,7 +43613,7 @@ func (s *Server) handleOrgsListOutsideCollaboratorsRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListOutsideCollaborators", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListOutsideCollaboratorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43644,7 +43644,7 @@ func (s *Server) handleOrgsListOutsideCollaboratorsRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListOutsideCollaborators", + Name: OrgsListOutsideCollaboratorsOperation, ID: "orgs/list-outside-collaborators", } ) @@ -43663,7 +43663,7 @@ func (s *Server) handleOrgsListOutsideCollaboratorsRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListOutsideCollaborators", + OperationName: OrgsListOutsideCollaboratorsOperation, OperationSummary: "List outside collaborators for an organization", OperationID: "orgs/list-outside-collaborators", Body: nil, @@ -43740,7 +43740,7 @@ func (s *Server) handleOrgsListPendingInvitationsRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListPendingInvitations", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListPendingInvitationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43771,7 +43771,7 @@ func (s *Server) handleOrgsListPendingInvitationsRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListPendingInvitations", + Name: OrgsListPendingInvitationsOperation, ID: "orgs/list-pending-invitations", } ) @@ -43790,7 +43790,7 @@ func (s *Server) handleOrgsListPendingInvitationsRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListPendingInvitations", + OperationName: OrgsListPendingInvitationsOperation, OperationSummary: "List pending organization invitations", OperationID: "orgs/list-pending-invitations", Body: nil, @@ -43860,7 +43860,7 @@ func (s *Server) handleOrgsListPublicMembersRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListPublicMembers", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListPublicMembersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43891,7 +43891,7 @@ func (s *Server) handleOrgsListPublicMembersRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListPublicMembers", + Name: OrgsListPublicMembersOperation, ID: "orgs/list-public-members", } ) @@ -43910,7 +43910,7 @@ func (s *Server) handleOrgsListPublicMembersRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListPublicMembers", + OperationName: OrgsListPublicMembersOperation, OperationSummary: "List public organization members", OperationID: "orgs/list-public-members", Body: nil, @@ -43987,7 +43987,7 @@ func (s *Server) handleOrgsListSamlSSOAuthorizationsRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListSamlSSOAuthorizations", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListSamlSSOAuthorizationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44018,7 +44018,7 @@ func (s *Server) handleOrgsListSamlSSOAuthorizationsRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListSamlSSOAuthorizations", + Name: OrgsListSamlSSOAuthorizationsOperation, ID: "orgs/list-saml-sso-authorizations", } ) @@ -44037,7 +44037,7 @@ func (s *Server) handleOrgsListSamlSSOAuthorizationsRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListSamlSSOAuthorizations", + OperationName: OrgsListSamlSSOAuthorizationsOperation, OperationSummary: "List SAML SSO authorizations for an organization", OperationID: "orgs/list-saml-sso-authorizations", Body: nil, @@ -44099,7 +44099,7 @@ func (s *Server) handleOrgsListWebhookDeliveriesRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListWebhookDeliveries", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44130,7 +44130,7 @@ func (s *Server) handleOrgsListWebhookDeliveriesRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListWebhookDeliveries", + Name: OrgsListWebhookDeliveriesOperation, ID: "orgs/list-webhook-deliveries", } ) @@ -44149,7 +44149,7 @@ func (s *Server) handleOrgsListWebhookDeliveriesRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListWebhookDeliveries", + OperationName: OrgsListWebhookDeliveriesOperation, OperationSummary: "List deliveries for an organization webhook", OperationID: "orgs/list-webhook-deliveries", Body: nil, @@ -44223,7 +44223,7 @@ func (s *Server) handleOrgsListWebhooksRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsListWebhooks", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsListWebhooksOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44254,7 +44254,7 @@ func (s *Server) handleOrgsListWebhooksRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsListWebhooks", + Name: OrgsListWebhooksOperation, ID: "orgs/list-webhooks", } ) @@ -44273,7 +44273,7 @@ func (s *Server) handleOrgsListWebhooksRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsListWebhooks", + OperationName: OrgsListWebhooksOperation, OperationSummary: "List organization webhooks", OperationID: "orgs/list-webhooks", Body: nil, @@ -44344,7 +44344,7 @@ func (s *Server) handleOrgsPingWebhookRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsPingWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsPingWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44375,7 +44375,7 @@ func (s *Server) handleOrgsPingWebhookRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsPingWebhook", + Name: OrgsPingWebhookOperation, ID: "orgs/ping-webhook", } ) @@ -44394,7 +44394,7 @@ func (s *Server) handleOrgsPingWebhookRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsPingWebhook", + OperationName: OrgsPingWebhookOperation, OperationSummary: "Ping an organization webhook", OperationID: "orgs/ping-webhook", Body: nil, @@ -44460,7 +44460,7 @@ func (s *Server) handleOrgsRedeliverWebhookDeliveryRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRedeliverWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44491,7 +44491,7 @@ func (s *Server) handleOrgsRedeliverWebhookDeliveryRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRedeliverWebhookDelivery", + Name: OrgsRedeliverWebhookDeliveryOperation, ID: "orgs/redeliver-webhook-delivery", } ) @@ -44510,7 +44510,7 @@ func (s *Server) handleOrgsRedeliverWebhookDeliveryRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRedeliverWebhookDelivery", + OperationName: OrgsRedeliverWebhookDeliveryOperation, OperationSummary: "Redeliver a delivery for an organization webhook", OperationID: "orgs/redeliver-webhook-delivery", Body: nil, @@ -44581,7 +44581,7 @@ func (s *Server) handleOrgsRemoveMemberRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRemoveMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRemoveMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44612,7 +44612,7 @@ func (s *Server) handleOrgsRemoveMemberRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRemoveMember", + Name: OrgsRemoveMemberOperation, ID: "orgs/remove-member", } ) @@ -44631,7 +44631,7 @@ func (s *Server) handleOrgsRemoveMemberRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRemoveMember", + OperationName: OrgsRemoveMemberOperation, OperationSummary: "Remove an organization member", OperationID: "orgs/remove-member", Body: nil, @@ -44701,7 +44701,7 @@ func (s *Server) handleOrgsRemoveMembershipForUserRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRemoveMembershipForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRemoveMembershipForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44732,7 +44732,7 @@ func (s *Server) handleOrgsRemoveMembershipForUserRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRemoveMembershipForUser", + Name: OrgsRemoveMembershipForUserOperation, ID: "orgs/remove-membership-for-user", } ) @@ -44751,7 +44751,7 @@ func (s *Server) handleOrgsRemoveMembershipForUserRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRemoveMembershipForUser", + OperationName: OrgsRemoveMembershipForUserOperation, OperationSummary: "Remove organization membership for a user", OperationID: "orgs/remove-membership-for-user", Body: nil, @@ -44817,7 +44817,7 @@ func (s *Server) handleOrgsRemoveOutsideCollaboratorRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRemoveOutsideCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRemoveOutsideCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44848,7 +44848,7 @@ func (s *Server) handleOrgsRemoveOutsideCollaboratorRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRemoveOutsideCollaborator", + Name: OrgsRemoveOutsideCollaboratorOperation, ID: "orgs/remove-outside-collaborator", } ) @@ -44867,7 +44867,7 @@ func (s *Server) handleOrgsRemoveOutsideCollaboratorRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRemoveOutsideCollaborator", + OperationName: OrgsRemoveOutsideCollaboratorOperation, OperationSummary: "Remove outside collaborator from an organization", OperationID: "orgs/remove-outside-collaborator", Body: nil, @@ -44933,7 +44933,7 @@ func (s *Server) handleOrgsRemovePublicMembershipForAuthenticatedUserRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRemovePublicMembershipForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRemovePublicMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44964,7 +44964,7 @@ func (s *Server) handleOrgsRemovePublicMembershipForAuthenticatedUserRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRemovePublicMembershipForAuthenticatedUser", + Name: OrgsRemovePublicMembershipForAuthenticatedUserOperation, ID: "orgs/remove-public-membership-for-authenticated-user", } ) @@ -44983,7 +44983,7 @@ func (s *Server) handleOrgsRemovePublicMembershipForAuthenticatedUserRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRemovePublicMembershipForAuthenticatedUser", + OperationName: OrgsRemovePublicMembershipForAuthenticatedUserOperation, OperationSummary: "Remove public organization membership for the authenticated user", OperationID: "orgs/remove-public-membership-for-authenticated-user", Body: nil, @@ -45055,7 +45055,7 @@ func (s *Server) handleOrgsRemoveSamlSSOAuthorizationRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsRemoveSamlSSOAuthorization", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsRemoveSamlSSOAuthorizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45086,7 +45086,7 @@ func (s *Server) handleOrgsRemoveSamlSSOAuthorizationRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsRemoveSamlSSOAuthorization", + Name: OrgsRemoveSamlSSOAuthorizationOperation, ID: "orgs/remove-saml-sso-authorization", } ) @@ -45105,7 +45105,7 @@ func (s *Server) handleOrgsRemoveSamlSSOAuthorizationRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsRemoveSamlSSOAuthorization", + OperationName: OrgsRemoveSamlSSOAuthorizationOperation, OperationSummary: "Remove a SAML SSO authorization for an organization", OperationID: "orgs/remove-saml-sso-authorization", Body: nil, @@ -45184,7 +45184,7 @@ func (s *Server) handleOrgsSetMembershipForUserRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsSetMembershipForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsSetMembershipForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45215,7 +45215,7 @@ func (s *Server) handleOrgsSetMembershipForUserRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsSetMembershipForUser", + Name: OrgsSetMembershipForUserOperation, ID: "orgs/set-membership-for-user", } ) @@ -45249,7 +45249,7 @@ func (s *Server) handleOrgsSetMembershipForUserRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsSetMembershipForUser", + OperationName: OrgsSetMembershipForUserOperation, OperationSummary: "Set organization membership for a user", OperationID: "orgs/set-membership-for-user", Body: request, @@ -45319,7 +45319,7 @@ func (s *Server) handleOrgsSetPublicMembershipForAuthenticatedUserRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsSetPublicMembershipForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsSetPublicMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45350,7 +45350,7 @@ func (s *Server) handleOrgsSetPublicMembershipForAuthenticatedUserRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsSetPublicMembershipForAuthenticatedUser", + Name: OrgsSetPublicMembershipForAuthenticatedUserOperation, ID: "orgs/set-public-membership-for-authenticated-user", } ) @@ -45369,7 +45369,7 @@ func (s *Server) handleOrgsSetPublicMembershipForAuthenticatedUserRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsSetPublicMembershipForAuthenticatedUser", + OperationName: OrgsSetPublicMembershipForAuthenticatedUserOperation, OperationSummary: "Set public organization membership for the authenticated user", OperationID: "orgs/set-public-membership-for-authenticated-user", Body: nil, @@ -45435,7 +45435,7 @@ func (s *Server) handleOrgsUnblockUserRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsUnblockUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsUnblockUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45466,7 +45466,7 @@ func (s *Server) handleOrgsUnblockUserRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsUnblockUser", + Name: OrgsUnblockUserOperation, ID: "orgs/unblock-user", } ) @@ -45485,7 +45485,7 @@ func (s *Server) handleOrgsUnblockUserRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsUnblockUser", + OperationName: OrgsUnblockUserOperation, OperationSummary: "Unblock a user from an organization", OperationID: "orgs/unblock-user", Body: nil, @@ -45551,7 +45551,7 @@ func (s *Server) handleOrgsUpdateMembershipForAuthenticatedUserRequest(args [1]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsUpdateMembershipForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsUpdateMembershipForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45582,7 +45582,7 @@ func (s *Server) handleOrgsUpdateMembershipForAuthenticatedUserRequest(args [1]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsUpdateMembershipForAuthenticatedUser", + Name: OrgsUpdateMembershipForAuthenticatedUserOperation, ID: "orgs/update-membership-for-authenticated-user", } ) @@ -45616,7 +45616,7 @@ func (s *Server) handleOrgsUpdateMembershipForAuthenticatedUserRequest(args [1]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsUpdateMembershipForAuthenticatedUser", + OperationName: OrgsUpdateMembershipForAuthenticatedUserOperation, OperationSummary: "Update an organization membership for the authenticated user", OperationID: "orgs/update-membership-for-authenticated-user", Body: request, @@ -45682,7 +45682,7 @@ func (s *Server) handleOrgsUpdateWebhookRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsUpdateWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsUpdateWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45713,7 +45713,7 @@ func (s *Server) handleOrgsUpdateWebhookRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsUpdateWebhook", + Name: OrgsUpdateWebhookOperation, ID: "orgs/update-webhook", } ) @@ -45747,7 +45747,7 @@ func (s *Server) handleOrgsUpdateWebhookRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsUpdateWebhook", + OperationName: OrgsUpdateWebhookOperation, OperationSummary: "Update an organization webhook", OperationID: "orgs/update-webhook", Body: request, @@ -45817,7 +45817,7 @@ func (s *Server) handleOrgsUpdateWebhookConfigForOrgRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrgsUpdateWebhookConfigForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrgsUpdateWebhookConfigForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45848,7 +45848,7 @@ func (s *Server) handleOrgsUpdateWebhookConfigForOrgRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrgsUpdateWebhookConfigForOrg", + Name: OrgsUpdateWebhookConfigForOrgOperation, ID: "orgs/update-webhook-config-for-org", } ) @@ -45882,7 +45882,7 @@ func (s *Server) handleOrgsUpdateWebhookConfigForOrgRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrgsUpdateWebhookConfigForOrg", + OperationName: OrgsUpdateWebhookConfigForOrgOperation, OperationSummary: "Update a webhook configuration for an organization", OperationID: "orgs/update-webhook-config-for-org", Body: request, @@ -45953,7 +45953,7 @@ func (s *Server) handlePackagesDeletePackageForAuthenticatedUserRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45984,7 +45984,7 @@ func (s *Server) handlePackagesDeletePackageForAuthenticatedUserRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageForAuthenticatedUser", + Name: PackagesDeletePackageForAuthenticatedUserOperation, ID: "packages/delete-package-for-authenticated-user", } ) @@ -46003,7 +46003,7 @@ func (s *Server) handlePackagesDeletePackageForAuthenticatedUserRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageForAuthenticatedUser", + OperationName: PackagesDeletePackageForAuthenticatedUserOperation, OperationSummary: "Delete a package for the authenticated user", OperationID: "packages/delete-package-for-authenticated-user", Body: nil, @@ -46076,7 +46076,7 @@ func (s *Server) handlePackagesDeletePackageForOrgRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46107,7 +46107,7 @@ func (s *Server) handlePackagesDeletePackageForOrgRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageForOrg", + Name: PackagesDeletePackageForOrgOperation, ID: "packages/delete-package-for-org", } ) @@ -46126,7 +46126,7 @@ func (s *Server) handlePackagesDeletePackageForOrgRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageForOrg", + OperationName: PackagesDeletePackageForOrgOperation, OperationSummary: "Delete a package for an organization", OperationID: "packages/delete-package-for-org", Body: nil, @@ -46203,7 +46203,7 @@ func (s *Server) handlePackagesDeletePackageForUserRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46234,7 +46234,7 @@ func (s *Server) handlePackagesDeletePackageForUserRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageForUser", + Name: PackagesDeletePackageForUserOperation, ID: "packages/delete-package-for-user", } ) @@ -46253,7 +46253,7 @@ func (s *Server) handlePackagesDeletePackageForUserRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageForUser", + OperationName: PackagesDeletePackageForUserOperation, OperationSummary: "Delete a package for a user", OperationID: "packages/delete-package-for-user", Body: nil, @@ -46328,7 +46328,7 @@ func (s *Server) handlePackagesDeletePackageVersionForAuthenticatedUserRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageVersionForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46359,7 +46359,7 @@ func (s *Server) handlePackagesDeletePackageVersionForAuthenticatedUserRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageVersionForAuthenticatedUser", + Name: PackagesDeletePackageVersionForAuthenticatedUserOperation, ID: "packages/delete-package-version-for-authenticated-user", } ) @@ -46378,7 +46378,7 @@ func (s *Server) handlePackagesDeletePackageVersionForAuthenticatedUserRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageVersionForAuthenticatedUser", + OperationName: PackagesDeletePackageVersionForAuthenticatedUserOperation, OperationSummary: "Delete a package version for the authenticated user", OperationID: "packages/delete-package-version-for-authenticated-user", Body: nil, @@ -46455,7 +46455,7 @@ func (s *Server) handlePackagesDeletePackageVersionForOrgRequest(args [4]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageVersionForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageVersionForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46486,7 +46486,7 @@ func (s *Server) handlePackagesDeletePackageVersionForOrgRequest(args [4]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageVersionForOrg", + Name: PackagesDeletePackageVersionForOrgOperation, ID: "packages/delete-package-version-for-org", } ) @@ -46505,7 +46505,7 @@ func (s *Server) handlePackagesDeletePackageVersionForOrgRequest(args [4]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageVersionForOrg", + OperationName: PackagesDeletePackageVersionForOrgOperation, OperationSummary: "Delete package version for an organization", OperationID: "packages/delete-package-version-for-org", Body: nil, @@ -46586,7 +46586,7 @@ func (s *Server) handlePackagesDeletePackageVersionForUserRequest(args [4]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesDeletePackageVersionForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesDeletePackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46617,7 +46617,7 @@ func (s *Server) handlePackagesDeletePackageVersionForUserRequest(args [4]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesDeletePackageVersionForUser", + Name: PackagesDeletePackageVersionForUserOperation, ID: "packages/delete-package-version-for-user", } ) @@ -46636,7 +46636,7 @@ func (s *Server) handlePackagesDeletePackageVersionForUserRequest(args [4]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesDeletePackageVersionForUser", + OperationName: PackagesDeletePackageVersionForUserOperation, OperationSummary: "Delete package version for a user", OperationID: "packages/delete-package-version-for-user", Body: nil, @@ -46712,7 +46712,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByAuthenticat } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46743,7 +46743,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByAuthenticat } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser", + Name: PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation, ID: "packages/get-all-package-versions-for-package-owned-by-authenticated-user", } ) @@ -46762,7 +46762,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByAuthenticat if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser", + OperationName: PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation, OperationSummary: "Get all package versions for a package owned by the authenticated user", OperationID: "packages/get-all-package-versions-for-package-owned-by-authenticated-user", Body: nil, @@ -46842,7 +46842,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByOrgRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetAllPackageVersionsForPackageOwnedByOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46873,7 +46873,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByOrgRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetAllPackageVersionsForPackageOwnedByOrg", + Name: PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation, ID: "packages/get-all-package-versions-for-package-owned-by-org", } ) @@ -46892,7 +46892,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByOrgRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetAllPackageVersionsForPackageOwnedByOrg", + OperationName: PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation, OperationSummary: "Get all package versions for a package owned by an organization", OperationID: "packages/get-all-package-versions-for-package-owned-by-org", Body: nil, @@ -46976,7 +46976,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByUserRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetAllPackageVersionsForPackageOwnedByUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetAllPackageVersionsForPackageOwnedByUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47007,7 +47007,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByUserRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetAllPackageVersionsForPackageOwnedByUser", + Name: PackagesGetAllPackageVersionsForPackageOwnedByUserOperation, ID: "packages/get-all-package-versions-for-package-owned-by-user", } ) @@ -47026,7 +47026,7 @@ func (s *Server) handlePackagesGetAllPackageVersionsForPackageOwnedByUserRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetAllPackageVersionsForPackageOwnedByUser", + OperationName: PackagesGetAllPackageVersionsForPackageOwnedByUserOperation, OperationSummary: "Get all package versions for a package owned by a user", OperationID: "packages/get-all-package-versions-for-package-owned-by-user", Body: nil, @@ -47098,7 +47098,7 @@ func (s *Server) handlePackagesGetPackageForAuthenticatedUserRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47129,7 +47129,7 @@ func (s *Server) handlePackagesGetPackageForAuthenticatedUserRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageForAuthenticatedUser", + Name: PackagesGetPackageForAuthenticatedUserOperation, ID: "packages/get-package-for-authenticated-user", } ) @@ -47148,7 +47148,7 @@ func (s *Server) handlePackagesGetPackageForAuthenticatedUserRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageForAuthenticatedUser", + OperationName: PackagesGetPackageForAuthenticatedUserOperation, OperationSummary: "Get a package for the authenticated user", OperationID: "packages/get-package-for-authenticated-user", Body: nil, @@ -47216,7 +47216,7 @@ func (s *Server) handlePackagesGetPackageForOrganizationRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageForOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageForOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47247,7 +47247,7 @@ func (s *Server) handlePackagesGetPackageForOrganizationRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageForOrganization", + Name: PackagesGetPackageForOrganizationOperation, ID: "packages/get-package-for-organization", } ) @@ -47266,7 +47266,7 @@ func (s *Server) handlePackagesGetPackageForOrganizationRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageForOrganization", + OperationName: PackagesGetPackageForOrganizationOperation, OperationSummary: "Get a package for an organization", OperationID: "packages/get-package-for-organization", Body: nil, @@ -47338,7 +47338,7 @@ func (s *Server) handlePackagesGetPackageForUserRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47369,7 +47369,7 @@ func (s *Server) handlePackagesGetPackageForUserRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageForUser", + Name: PackagesGetPackageForUserOperation, ID: "packages/get-package-for-user", } ) @@ -47388,7 +47388,7 @@ func (s *Server) handlePackagesGetPackageForUserRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageForUser", + OperationName: PackagesGetPackageForUserOperation, OperationSummary: "Get a package for a user", OperationID: "packages/get-package-for-user", Body: nil, @@ -47460,7 +47460,7 @@ func (s *Server) handlePackagesGetPackageVersionForAuthenticatedUserRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageVersionForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47491,7 +47491,7 @@ func (s *Server) handlePackagesGetPackageVersionForAuthenticatedUserRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageVersionForAuthenticatedUser", + Name: PackagesGetPackageVersionForAuthenticatedUserOperation, ID: "packages/get-package-version-for-authenticated-user", } ) @@ -47510,7 +47510,7 @@ func (s *Server) handlePackagesGetPackageVersionForAuthenticatedUserRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageVersionForAuthenticatedUser", + OperationName: PackagesGetPackageVersionForAuthenticatedUserOperation, OperationSummary: "Get a package version for the authenticated user", OperationID: "packages/get-package-version-for-authenticated-user", Body: nil, @@ -47582,7 +47582,7 @@ func (s *Server) handlePackagesGetPackageVersionForOrganizationRequest(args [4]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageVersionForOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageVersionForOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47613,7 +47613,7 @@ func (s *Server) handlePackagesGetPackageVersionForOrganizationRequest(args [4]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageVersionForOrganization", + Name: PackagesGetPackageVersionForOrganizationOperation, ID: "packages/get-package-version-for-organization", } ) @@ -47632,7 +47632,7 @@ func (s *Server) handlePackagesGetPackageVersionForOrganizationRequest(args [4]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageVersionForOrganization", + OperationName: PackagesGetPackageVersionForOrganizationOperation, OperationSummary: "Get a package version for an organization", OperationID: "packages/get-package-version-for-organization", Body: nil, @@ -47709,7 +47709,7 @@ func (s *Server) handlePackagesGetPackageVersionForUserRequest(args [4]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesGetPackageVersionForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesGetPackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47740,7 +47740,7 @@ func (s *Server) handlePackagesGetPackageVersionForUserRequest(args [4]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesGetPackageVersionForUser", + Name: PackagesGetPackageVersionForUserOperation, ID: "packages/get-package-version-for-user", } ) @@ -47759,7 +47759,7 @@ func (s *Server) handlePackagesGetPackageVersionForUserRequest(args [4]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesGetPackageVersionForUser", + OperationName: PackagesGetPackageVersionForUserOperation, OperationSummary: "Get a package version for a user", OperationID: "packages/get-package-version-for-user", Body: nil, @@ -47835,7 +47835,7 @@ func (s *Server) handlePackagesListPackagesForAuthenticatedUserRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesListPackagesForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesListPackagesForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47866,7 +47866,7 @@ func (s *Server) handlePackagesListPackagesForAuthenticatedUserRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesListPackagesForAuthenticatedUser", + Name: PackagesListPackagesForAuthenticatedUserOperation, ID: "packages/list-packages-for-authenticated-user", } ) @@ -47885,7 +47885,7 @@ func (s *Server) handlePackagesListPackagesForAuthenticatedUserRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesListPackagesForAuthenticatedUser", + OperationName: PackagesListPackagesForAuthenticatedUserOperation, OperationSummary: "List packages for the authenticated user's namespace", OperationID: "packages/list-packages-for-authenticated-user", Body: nil, @@ -47953,7 +47953,7 @@ func (s *Server) handlePackagesListPackagesForOrganizationRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesListPackagesForOrganization", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesListPackagesForOrganizationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47984,7 +47984,7 @@ func (s *Server) handlePackagesListPackagesForOrganizationRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesListPackagesForOrganization", + Name: PackagesListPackagesForOrganizationOperation, ID: "packages/list-packages-for-organization", } ) @@ -48003,7 +48003,7 @@ func (s *Server) handlePackagesListPackagesForOrganizationRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesListPackagesForOrganization", + OperationName: PackagesListPackagesForOrganizationOperation, OperationSummary: "List packages for an organization", OperationID: "packages/list-packages-for-organization", Body: nil, @@ -48075,7 +48075,7 @@ func (s *Server) handlePackagesListPackagesForUserRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesListPackagesForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesListPackagesForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48106,7 +48106,7 @@ func (s *Server) handlePackagesListPackagesForUserRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesListPackagesForUser", + Name: PackagesListPackagesForUserOperation, ID: "packages/list-packages-for-user", } ) @@ -48125,7 +48125,7 @@ func (s *Server) handlePackagesListPackagesForUserRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesListPackagesForUser", + OperationName: PackagesListPackagesForUserOperation, OperationSummary: "List packages for a user", OperationID: "packages/list-packages-for-user", Body: nil, @@ -48204,7 +48204,7 @@ func (s *Server) handlePackagesRestorePackageForAuthenticatedUserRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48235,7 +48235,7 @@ func (s *Server) handlePackagesRestorePackageForAuthenticatedUserRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageForAuthenticatedUser", + Name: PackagesRestorePackageForAuthenticatedUserOperation, ID: "packages/restore-package-for-authenticated-user", } ) @@ -48254,7 +48254,7 @@ func (s *Server) handlePackagesRestorePackageForAuthenticatedUserRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageForAuthenticatedUser", + OperationName: PackagesRestorePackageForAuthenticatedUserOperation, OperationSummary: "Restore a package for the authenticated user", OperationID: "packages/restore-package-for-authenticated-user", Body: nil, @@ -48335,7 +48335,7 @@ func (s *Server) handlePackagesRestorePackageForOrgRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48366,7 +48366,7 @@ func (s *Server) handlePackagesRestorePackageForOrgRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageForOrg", + Name: PackagesRestorePackageForOrgOperation, ID: "packages/restore-package-for-org", } ) @@ -48385,7 +48385,7 @@ func (s *Server) handlePackagesRestorePackageForOrgRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageForOrg", + OperationName: PackagesRestorePackageForOrgOperation, OperationSummary: "Restore a package for an organization", OperationID: "packages/restore-package-for-org", Body: nil, @@ -48470,7 +48470,7 @@ func (s *Server) handlePackagesRestorePackageForUserRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48501,7 +48501,7 @@ func (s *Server) handlePackagesRestorePackageForUserRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageForUser", + Name: PackagesRestorePackageForUserOperation, ID: "packages/restore-package-for-user", } ) @@ -48520,7 +48520,7 @@ func (s *Server) handlePackagesRestorePackageForUserRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageForUser", + OperationName: PackagesRestorePackageForUserOperation, OperationSummary: "Restore a package for a user", OperationID: "packages/restore-package-for-user", Body: nil, @@ -48603,7 +48603,7 @@ func (s *Server) handlePackagesRestorePackageVersionForAuthenticatedUserRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageVersionForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageVersionForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48634,7 +48634,7 @@ func (s *Server) handlePackagesRestorePackageVersionForAuthenticatedUserRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageVersionForAuthenticatedUser", + Name: PackagesRestorePackageVersionForAuthenticatedUserOperation, ID: "packages/restore-package-version-for-authenticated-user", } ) @@ -48653,7 +48653,7 @@ func (s *Server) handlePackagesRestorePackageVersionForAuthenticatedUserRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageVersionForAuthenticatedUser", + OperationName: PackagesRestorePackageVersionForAuthenticatedUserOperation, OperationSummary: "Restore a package version for the authenticated user", OperationID: "packages/restore-package-version-for-authenticated-user", Body: nil, @@ -48734,7 +48734,7 @@ func (s *Server) handlePackagesRestorePackageVersionForOrgRequest(args [4]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageVersionForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageVersionForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48765,7 +48765,7 @@ func (s *Server) handlePackagesRestorePackageVersionForOrgRequest(args [4]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageVersionForOrg", + Name: PackagesRestorePackageVersionForOrgOperation, ID: "packages/restore-package-version-for-org", } ) @@ -48784,7 +48784,7 @@ func (s *Server) handlePackagesRestorePackageVersionForOrgRequest(args [4]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageVersionForOrg", + OperationName: PackagesRestorePackageVersionForOrgOperation, OperationSummary: "Restore package version for an organization", OperationID: "packages/restore-package-version-for-org", Body: nil, @@ -48869,7 +48869,7 @@ func (s *Server) handlePackagesRestorePackageVersionForUserRequest(args [4]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PackagesRestorePackageVersionForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), PackagesRestorePackageVersionForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48900,7 +48900,7 @@ func (s *Server) handlePackagesRestorePackageVersionForUserRequest(args [4]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "PackagesRestorePackageVersionForUser", + Name: PackagesRestorePackageVersionForUserOperation, ID: "packages/restore-package-version-for-user", } ) @@ -48919,7 +48919,7 @@ func (s *Server) handlePackagesRestorePackageVersionForUserRequest(args [4]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PackagesRestorePackageVersionForUser", + OperationName: PackagesRestorePackageVersionForUserOperation, OperationSummary: "Restore package version for a user", OperationID: "packages/restore-package-version-for-user", Body: nil, @@ -48994,7 +48994,7 @@ func (s *Server) handleProjectsAddCollaboratorRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsAddCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsAddCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49025,7 +49025,7 @@ func (s *Server) handleProjectsAddCollaboratorRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsAddCollaborator", + Name: ProjectsAddCollaboratorOperation, ID: "projects/add-collaborator", } ) @@ -49059,7 +49059,7 @@ func (s *Server) handleProjectsAddCollaboratorRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsAddCollaborator", + OperationName: ProjectsAddCollaboratorOperation, OperationSummary: "Add project collaborator", OperationID: "projects/add-collaborator", Body: request, @@ -49125,7 +49125,7 @@ func (s *Server) handleProjectsCreateColumnRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsCreateColumn", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsCreateColumnOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49156,7 +49156,7 @@ func (s *Server) handleProjectsCreateColumnRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsCreateColumn", + Name: ProjectsCreateColumnOperation, ID: "projects/create-column", } ) @@ -49190,7 +49190,7 @@ func (s *Server) handleProjectsCreateColumnRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsCreateColumn", + OperationName: ProjectsCreateColumnOperation, OperationSummary: "Create a project column", OperationID: "projects/create-column", Body: request, @@ -49252,7 +49252,7 @@ func (s *Server) handleProjectsCreateForAuthenticatedUserRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsCreateForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsCreateForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49283,7 +49283,7 @@ func (s *Server) handleProjectsCreateForAuthenticatedUserRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsCreateForAuthenticatedUser", + Name: ProjectsCreateForAuthenticatedUserOperation, ID: "projects/create-for-authenticated-user", } ) @@ -49307,7 +49307,7 @@ func (s *Server) handleProjectsCreateForAuthenticatedUserRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsCreateForAuthenticatedUser", + OperationName: ProjectsCreateForAuthenticatedUserOperation, OperationSummary: "Create a user project", OperationID: "projects/create-for-authenticated-user", Body: request, @@ -49366,7 +49366,7 @@ func (s *Server) handleProjectsCreateForOrgRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsCreateForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsCreateForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49397,7 +49397,7 @@ func (s *Server) handleProjectsCreateForOrgRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsCreateForOrg", + Name: ProjectsCreateForOrgOperation, ID: "projects/create-for-org", } ) @@ -49431,7 +49431,7 @@ func (s *Server) handleProjectsCreateForOrgRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsCreateForOrg", + OperationName: ProjectsCreateForOrgOperation, OperationSummary: "Create an organization project", OperationID: "projects/create-for-org", Body: request, @@ -49495,7 +49495,7 @@ func (s *Server) handleProjectsCreateForRepoRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsCreateForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsCreateForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49526,7 +49526,7 @@ func (s *Server) handleProjectsCreateForRepoRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsCreateForRepo", + Name: ProjectsCreateForRepoOperation, ID: "projects/create-for-repo", } ) @@ -49560,7 +49560,7 @@ func (s *Server) handleProjectsCreateForRepoRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsCreateForRepo", + OperationName: ProjectsCreateForRepoOperation, OperationSummary: "Create a repository project", OperationID: "projects/create-for-repo", Body: request, @@ -49626,7 +49626,7 @@ func (s *Server) handleProjectsDeleteRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsDelete", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsDeleteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49657,7 +49657,7 @@ func (s *Server) handleProjectsDeleteRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsDelete", + Name: ProjectsDeleteOperation, ID: "projects/delete", } ) @@ -49676,7 +49676,7 @@ func (s *Server) handleProjectsDeleteRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsDelete", + OperationName: ProjectsDeleteOperation, OperationSummary: "Delete a project", OperationID: "projects/delete", Body: nil, @@ -49738,7 +49738,7 @@ func (s *Server) handleProjectsDeleteCardRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsDeleteCard", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsDeleteCardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49769,7 +49769,7 @@ func (s *Server) handleProjectsDeleteCardRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsDeleteCard", + Name: ProjectsDeleteCardOperation, ID: "projects/delete-card", } ) @@ -49788,7 +49788,7 @@ func (s *Server) handleProjectsDeleteCardRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsDeleteCard", + OperationName: ProjectsDeleteCardOperation, OperationSummary: "Delete a project card", OperationID: "projects/delete-card", Body: nil, @@ -49850,7 +49850,7 @@ func (s *Server) handleProjectsDeleteColumnRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsDeleteColumn", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsDeleteColumnOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49881,7 +49881,7 @@ func (s *Server) handleProjectsDeleteColumnRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsDeleteColumn", + Name: ProjectsDeleteColumnOperation, ID: "projects/delete-column", } ) @@ -49900,7 +49900,7 @@ func (s *Server) handleProjectsDeleteColumnRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsDeleteColumn", + OperationName: ProjectsDeleteColumnOperation, OperationSummary: "Delete a project column", OperationID: "projects/delete-column", Body: nil, @@ -49964,7 +49964,7 @@ func (s *Server) handleProjectsGetRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49995,7 +49995,7 @@ func (s *Server) handleProjectsGetRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsGet", + Name: ProjectsGetOperation, ID: "projects/get", } ) @@ -50014,7 +50014,7 @@ func (s *Server) handleProjectsGetRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsGet", + OperationName: ProjectsGetOperation, OperationSummary: "Get a project", OperationID: "projects/get", Body: nil, @@ -50076,7 +50076,7 @@ func (s *Server) handleProjectsGetCardRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsGetCard", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsGetCardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50107,7 +50107,7 @@ func (s *Server) handleProjectsGetCardRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsGetCard", + Name: ProjectsGetCardOperation, ID: "projects/get-card", } ) @@ -50126,7 +50126,7 @@ func (s *Server) handleProjectsGetCardRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsGetCard", + OperationName: ProjectsGetCardOperation, OperationSummary: "Get a project card", OperationID: "projects/get-card", Body: nil, @@ -50188,7 +50188,7 @@ func (s *Server) handleProjectsGetColumnRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsGetColumn", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsGetColumnOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50219,7 +50219,7 @@ func (s *Server) handleProjectsGetColumnRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsGetColumn", + Name: ProjectsGetColumnOperation, ID: "projects/get-column", } ) @@ -50238,7 +50238,7 @@ func (s *Server) handleProjectsGetColumnRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsGetColumn", + OperationName: ProjectsGetColumnOperation, OperationSummary: "Get a project column", OperationID: "projects/get-column", Body: nil, @@ -50302,7 +50302,7 @@ func (s *Server) handleProjectsGetPermissionForUserRequest(args [2]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsGetPermissionForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsGetPermissionForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50333,7 +50333,7 @@ func (s *Server) handleProjectsGetPermissionForUserRequest(args [2]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsGetPermissionForUser", + Name: ProjectsGetPermissionForUserOperation, ID: "projects/get-permission-for-user", } ) @@ -50352,7 +50352,7 @@ func (s *Server) handleProjectsGetPermissionForUserRequest(args [2]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsGetPermissionForUser", + OperationName: ProjectsGetPermissionForUserOperation, OperationSummary: "Get project permission for a user", OperationID: "projects/get-permission-for-user", Body: nil, @@ -50418,7 +50418,7 @@ func (s *Server) handleProjectsListCardsRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListCards", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListCardsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50449,7 +50449,7 @@ func (s *Server) handleProjectsListCardsRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListCards", + Name: ProjectsListCardsOperation, ID: "projects/list-cards", } ) @@ -50468,7 +50468,7 @@ func (s *Server) handleProjectsListCardsRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListCards", + OperationName: ProjectsListCardsOperation, OperationSummary: "List project cards", OperationID: "projects/list-cards", Body: nil, @@ -50546,7 +50546,7 @@ func (s *Server) handleProjectsListCollaboratorsRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListCollaborators", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListCollaboratorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50577,7 +50577,7 @@ func (s *Server) handleProjectsListCollaboratorsRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListCollaborators", + Name: ProjectsListCollaboratorsOperation, ID: "projects/list-collaborators", } ) @@ -50596,7 +50596,7 @@ func (s *Server) handleProjectsListCollaboratorsRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListCollaborators", + OperationName: ProjectsListCollaboratorsOperation, OperationSummary: "List project collaborators", OperationID: "projects/list-collaborators", Body: nil, @@ -50670,7 +50670,7 @@ func (s *Server) handleProjectsListColumnsRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListColumns", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListColumnsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50701,7 +50701,7 @@ func (s *Server) handleProjectsListColumnsRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListColumns", + Name: ProjectsListColumnsOperation, ID: "projects/list-columns", } ) @@ -50720,7 +50720,7 @@ func (s *Server) handleProjectsListColumnsRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListColumns", + OperationName: ProjectsListColumnsOperation, OperationSummary: "List project columns", OperationID: "projects/list-columns", Body: nil, @@ -50792,7 +50792,7 @@ func (s *Server) handleProjectsListForOrgRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50823,7 +50823,7 @@ func (s *Server) handleProjectsListForOrgRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListForOrg", + Name: ProjectsListForOrgOperation, ID: "projects/list-for-org", } ) @@ -50842,7 +50842,7 @@ func (s *Server) handleProjectsListForOrgRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListForOrg", + OperationName: ProjectsListForOrgOperation, OperationSummary: "List organization projects", OperationID: "projects/list-for-org", Body: nil, @@ -50918,7 +50918,7 @@ func (s *Server) handleProjectsListForRepoRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50949,7 +50949,7 @@ func (s *Server) handleProjectsListForRepoRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListForRepo", + Name: ProjectsListForRepoOperation, ID: "projects/list-for-repo", } ) @@ -50968,7 +50968,7 @@ func (s *Server) handleProjectsListForRepoRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListForRepo", + OperationName: ProjectsListForRepoOperation, OperationSummary: "List repository projects", OperationID: "projects/list-for-repo", Body: nil, @@ -51046,7 +51046,7 @@ func (s *Server) handleProjectsListForUserRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsListForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsListForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51077,7 +51077,7 @@ func (s *Server) handleProjectsListForUserRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsListForUser", + Name: ProjectsListForUserOperation, ID: "projects/list-for-user", } ) @@ -51096,7 +51096,7 @@ func (s *Server) handleProjectsListForUserRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsListForUser", + OperationName: ProjectsListForUserOperation, OperationSummary: "List user projects", OperationID: "projects/list-for-user", Body: nil, @@ -51170,7 +51170,7 @@ func (s *Server) handleProjectsMoveCardRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsMoveCard", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsMoveCardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51201,7 +51201,7 @@ func (s *Server) handleProjectsMoveCardRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsMoveCard", + Name: ProjectsMoveCardOperation, ID: "projects/move-card", } ) @@ -51235,7 +51235,7 @@ func (s *Server) handleProjectsMoveCardRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsMoveCard", + OperationName: ProjectsMoveCardOperation, OperationSummary: "Move a project card", OperationID: "projects/move-card", Body: request, @@ -51297,7 +51297,7 @@ func (s *Server) handleProjectsMoveColumnRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsMoveColumn", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsMoveColumnOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51328,7 +51328,7 @@ func (s *Server) handleProjectsMoveColumnRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsMoveColumn", + Name: ProjectsMoveColumnOperation, ID: "projects/move-column", } ) @@ -51362,7 +51362,7 @@ func (s *Server) handleProjectsMoveColumnRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsMoveColumn", + OperationName: ProjectsMoveColumnOperation, OperationSummary: "Move a project column", OperationID: "projects/move-column", Body: request, @@ -51425,7 +51425,7 @@ func (s *Server) handleProjectsRemoveCollaboratorRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsRemoveCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsRemoveCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51456,7 +51456,7 @@ func (s *Server) handleProjectsRemoveCollaboratorRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsRemoveCollaborator", + Name: ProjectsRemoveCollaboratorOperation, ID: "projects/remove-collaborator", } ) @@ -51475,7 +51475,7 @@ func (s *Server) handleProjectsRemoveCollaboratorRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsRemoveCollaborator", + OperationName: ProjectsRemoveCollaboratorOperation, OperationSummary: "Remove user as a collaborator", OperationID: "projects/remove-collaborator", Body: nil, @@ -51543,7 +51543,7 @@ func (s *Server) handleProjectsUpdateRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsUpdate", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsUpdateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51574,7 +51574,7 @@ func (s *Server) handleProjectsUpdateRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsUpdate", + Name: ProjectsUpdateOperation, ID: "projects/update", } ) @@ -51608,7 +51608,7 @@ func (s *Server) handleProjectsUpdateRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsUpdate", + OperationName: ProjectsUpdateOperation, OperationSummary: "Update a project", OperationID: "projects/update", Body: request, @@ -51670,7 +51670,7 @@ func (s *Server) handleProjectsUpdateCardRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsUpdateCard", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsUpdateCardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51701,7 +51701,7 @@ func (s *Server) handleProjectsUpdateCardRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsUpdateCard", + Name: ProjectsUpdateCardOperation, ID: "projects/update-card", } ) @@ -51735,7 +51735,7 @@ func (s *Server) handleProjectsUpdateCardRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsUpdateCard", + OperationName: ProjectsUpdateCardOperation, OperationSummary: "Update an existing project card", OperationID: "projects/update-card", Body: request, @@ -51797,7 +51797,7 @@ func (s *Server) handleProjectsUpdateColumnRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProjectsUpdateColumn", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProjectsUpdateColumnOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51828,7 +51828,7 @@ func (s *Server) handleProjectsUpdateColumnRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ProjectsUpdateColumn", + Name: ProjectsUpdateColumnOperation, ID: "projects/update-column", } ) @@ -51862,7 +51862,7 @@ func (s *Server) handleProjectsUpdateColumnRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProjectsUpdateColumn", + OperationName: ProjectsUpdateColumnOperation, OperationSummary: "Update an existing project column", OperationID: "projects/update-column", Body: request, @@ -51924,7 +51924,7 @@ func (s *Server) handlePullsCheckIfMergedRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsCheckIfMerged", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsCheckIfMergedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51955,7 +51955,7 @@ func (s *Server) handlePullsCheckIfMergedRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsCheckIfMerged", + Name: PullsCheckIfMergedOperation, ID: "pulls/check-if-merged", } ) @@ -51974,7 +51974,7 @@ func (s *Server) handlePullsCheckIfMergedRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsCheckIfMerged", + OperationName: PullsCheckIfMergedOperation, OperationSummary: "Check if a pull request has been merged", OperationID: "pulls/check-if-merged", Body: nil, @@ -52059,7 +52059,7 @@ func (s *Server) handlePullsCreateRequest(args [2]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52090,7 +52090,7 @@ func (s *Server) handlePullsCreateRequest(args [2]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsCreate", + Name: PullsCreateOperation, ID: "pulls/create", } ) @@ -52124,7 +52124,7 @@ func (s *Server) handlePullsCreateRequest(args [2]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsCreate", + OperationName: PullsCreateOperation, OperationSummary: "Create a pull request", OperationID: "pulls/create", Body: request, @@ -52199,7 +52199,7 @@ func (s *Server) handlePullsCreateReplyForReviewCommentRequest(args [4]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsCreateReplyForReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsCreateReplyForReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52230,7 +52230,7 @@ func (s *Server) handlePullsCreateReplyForReviewCommentRequest(args [4]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsCreateReplyForReviewComment", + Name: PullsCreateReplyForReviewCommentOperation, ID: "pulls/create-reply-for-review-comment", } ) @@ -52264,7 +52264,7 @@ func (s *Server) handlePullsCreateReplyForReviewCommentRequest(args [4]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsCreateReplyForReviewComment", + OperationName: PullsCreateReplyForReviewCommentOperation, OperationSummary: "Create a reply for a review comment", OperationID: "pulls/create-reply-for-review-comment", Body: request, @@ -52356,7 +52356,7 @@ func (s *Server) handlePullsCreateReviewRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsCreateReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsCreateReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52387,7 +52387,7 @@ func (s *Server) handlePullsCreateReviewRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsCreateReview", + Name: PullsCreateReviewOperation, ID: "pulls/create-review", } ) @@ -52421,7 +52421,7 @@ func (s *Server) handlePullsCreateReviewRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsCreateReview", + OperationName: PullsCreateReviewOperation, OperationSummary: "Create a review for a pull request", OperationID: "pulls/create-review", Body: request, @@ -52510,7 +52510,7 @@ func (s *Server) handlePullsCreateReviewCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsCreateReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsCreateReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52541,7 +52541,7 @@ func (s *Server) handlePullsCreateReviewCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsCreateReviewComment", + Name: PullsCreateReviewCommentOperation, ID: "pulls/create-review-comment", } ) @@ -52575,7 +52575,7 @@ func (s *Server) handlePullsCreateReviewCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsCreateReviewComment", + OperationName: PullsCreateReviewCommentOperation, OperationSummary: "Create a review comment for a pull request", OperationID: "pulls/create-review-comment", Body: request, @@ -52645,7 +52645,7 @@ func (s *Server) handlePullsDeletePendingReviewRequest(args [4]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsDeletePendingReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsDeletePendingReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52676,7 +52676,7 @@ func (s *Server) handlePullsDeletePendingReviewRequest(args [4]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsDeletePendingReview", + Name: PullsDeletePendingReviewOperation, ID: "pulls/delete-pending-review", } ) @@ -52695,7 +52695,7 @@ func (s *Server) handlePullsDeletePendingReviewRequest(args [4]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsDeletePendingReview", + OperationName: PullsDeletePendingReviewOperation, OperationSummary: "Delete a pending review for a pull request", OperationID: "pulls/delete-pending-review", Body: nil, @@ -52769,7 +52769,7 @@ func (s *Server) handlePullsDeleteReviewCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsDeleteReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsDeleteReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52800,7 +52800,7 @@ func (s *Server) handlePullsDeleteReviewCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsDeleteReviewComment", + Name: PullsDeleteReviewCommentOperation, ID: "pulls/delete-review-comment", } ) @@ -52819,7 +52819,7 @@ func (s *Server) handlePullsDeleteReviewCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsDeleteReviewComment", + OperationName: PullsDeleteReviewCommentOperation, OperationSummary: "Delete a review comment for a pull request", OperationID: "pulls/delete-review-comment", Body: nil, @@ -52891,7 +52891,7 @@ func (s *Server) handlePullsDismissReviewRequest(args [4]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsDismissReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsDismissReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52922,7 +52922,7 @@ func (s *Server) handlePullsDismissReviewRequest(args [4]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsDismissReview", + Name: PullsDismissReviewOperation, ID: "pulls/dismiss-review", } ) @@ -52956,7 +52956,7 @@ func (s *Server) handlePullsDismissReviewRequest(args [4]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsDismissReview", + OperationName: PullsDismissReviewOperation, OperationSummary: "Dismiss a review for a pull request", OperationID: "pulls/dismiss-review", Body: request, @@ -53063,7 +53063,7 @@ func (s *Server) handlePullsGetRequest(args [3]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53094,7 +53094,7 @@ func (s *Server) handlePullsGetRequest(args [3]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsGet", + Name: PullsGetOperation, ID: "pulls/get", } ) @@ -53113,7 +53113,7 @@ func (s *Server) handlePullsGetRequest(args [3]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsGet", + OperationName: PullsGetOperation, OperationSummary: "Get a pull request", OperationID: "pulls/get", Body: nil, @@ -53183,7 +53183,7 @@ func (s *Server) handlePullsGetReviewRequest(args [4]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsGetReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsGetReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53214,7 +53214,7 @@ func (s *Server) handlePullsGetReviewRequest(args [4]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsGetReview", + Name: PullsGetReviewOperation, ID: "pulls/get-review", } ) @@ -53233,7 +53233,7 @@ func (s *Server) handlePullsGetReviewRequest(args [4]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsGetReview", + OperationName: PullsGetReviewOperation, OperationSummary: "Get a review for a pull request", OperationID: "pulls/get-review", Body: nil, @@ -53307,7 +53307,7 @@ func (s *Server) handlePullsGetReviewCommentRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsGetReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsGetReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53338,7 +53338,7 @@ func (s *Server) handlePullsGetReviewCommentRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsGetReviewComment", + Name: PullsGetReviewCommentOperation, ID: "pulls/get-review-comment", } ) @@ -53357,7 +53357,7 @@ func (s *Server) handlePullsGetReviewCommentRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsGetReviewComment", + OperationName: PullsGetReviewCommentOperation, OperationSummary: "Get a review comment for a pull request", OperationID: "pulls/get-review-comment", Body: nil, @@ -53431,7 +53431,7 @@ func (s *Server) handlePullsListRequest(args [2]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsList", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53462,7 +53462,7 @@ func (s *Server) handlePullsListRequest(args [2]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsList", + Name: PullsListOperation, ID: "pulls/list", } ) @@ -53481,7 +53481,7 @@ func (s *Server) handlePullsListRequest(args [2]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsList", + OperationName: PullsListOperation, OperationSummary: "List pull requests", OperationID: "pulls/list", Body: nil, @@ -53575,7 +53575,7 @@ func (s *Server) handlePullsListCommentsForReviewRequest(args [4]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListCommentsForReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListCommentsForReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53606,7 +53606,7 @@ func (s *Server) handlePullsListCommentsForReviewRequest(args [4]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListCommentsForReview", + Name: PullsListCommentsForReviewOperation, ID: "pulls/list-comments-for-review", } ) @@ -53625,7 +53625,7 @@ func (s *Server) handlePullsListCommentsForReviewRequest(args [4]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListCommentsForReview", + OperationName: PullsListCommentsForReviewOperation, OperationSummary: "List comments for a pull request review", OperationID: "pulls/list-comments-for-review", Body: nil, @@ -53709,7 +53709,7 @@ func (s *Server) handlePullsListCommitsRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListCommits", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListCommitsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53740,7 +53740,7 @@ func (s *Server) handlePullsListCommitsRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListCommits", + Name: PullsListCommitsOperation, ID: "pulls/list-commits", } ) @@ -53759,7 +53759,7 @@ func (s *Server) handlePullsListCommitsRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListCommits", + OperationName: PullsListCommitsOperation, OperationSummary: "List commits on a pull request", OperationID: "pulls/list-commits", Body: nil, @@ -53838,7 +53838,7 @@ func (s *Server) handlePullsListFilesRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListFiles", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListFilesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53869,7 +53869,7 @@ func (s *Server) handlePullsListFilesRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListFiles", + Name: PullsListFilesOperation, ID: "pulls/list-files", } ) @@ -53888,7 +53888,7 @@ func (s *Server) handlePullsListFilesRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListFiles", + OperationName: PullsListFilesOperation, OperationSummary: "List pull requests files", OperationID: "pulls/list-files", Body: nil, @@ -53966,7 +53966,7 @@ func (s *Server) handlePullsListRequestedReviewersRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListRequestedReviewers", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListRequestedReviewersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53997,7 +53997,7 @@ func (s *Server) handlePullsListRequestedReviewersRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListRequestedReviewers", + Name: PullsListRequestedReviewersOperation, ID: "pulls/list-requested-reviewers", } ) @@ -54016,7 +54016,7 @@ func (s *Server) handlePullsListRequestedReviewersRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListRequestedReviewers", + OperationName: PullsListRequestedReviewersOperation, OperationSummary: "List requested reviewers for a pull request", OperationID: "pulls/list-requested-reviewers", Body: nil, @@ -54095,7 +54095,7 @@ func (s *Server) handlePullsListReviewCommentsRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListReviewComments", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListReviewCommentsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54126,7 +54126,7 @@ func (s *Server) handlePullsListReviewCommentsRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListReviewComments", + Name: PullsListReviewCommentsOperation, ID: "pulls/list-review-comments", } ) @@ -54145,7 +54145,7 @@ func (s *Server) handlePullsListReviewCommentsRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListReviewComments", + OperationName: PullsListReviewCommentsOperation, OperationSummary: "List review comments on a pull request", OperationID: "pulls/list-review-comments", Body: nil, @@ -54236,7 +54236,7 @@ func (s *Server) handlePullsListReviewCommentsForRepoRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListReviewCommentsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListReviewCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54267,7 +54267,7 @@ func (s *Server) handlePullsListReviewCommentsForRepoRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListReviewCommentsForRepo", + Name: PullsListReviewCommentsForRepoOperation, ID: "pulls/list-review-comments-for-repo", } ) @@ -54286,7 +54286,7 @@ func (s *Server) handlePullsListReviewCommentsForRepoRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListReviewCommentsForRepo", + OperationName: PullsListReviewCommentsForRepoOperation, OperationSummary: "List review comments in a repository", OperationID: "pulls/list-review-comments-for-repo", Body: nil, @@ -54372,7 +54372,7 @@ func (s *Server) handlePullsListReviewsRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsListReviews", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsListReviewsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54403,7 +54403,7 @@ func (s *Server) handlePullsListReviewsRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsListReviews", + Name: PullsListReviewsOperation, ID: "pulls/list-reviews", } ) @@ -54422,7 +54422,7 @@ func (s *Server) handlePullsListReviewsRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsListReviews", + OperationName: PullsListReviewsOperation, OperationSummary: "List reviews for a pull request", OperationID: "pulls/list-reviews", Body: nil, @@ -54506,7 +54506,7 @@ func (s *Server) handlePullsMergeRequest(args [3]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsMerge", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsMergeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54537,7 +54537,7 @@ func (s *Server) handlePullsMergeRequest(args [3]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsMerge", + Name: PullsMergeOperation, ID: "pulls/merge", } ) @@ -54571,7 +54571,7 @@ func (s *Server) handlePullsMergeRequest(args [3]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsMerge", + OperationName: PullsMergeOperation, OperationSummary: "Merge a pull request", OperationID: "pulls/merge", Body: request, @@ -54641,7 +54641,7 @@ func (s *Server) handlePullsRemoveRequestedReviewersRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsRemoveRequestedReviewers", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsRemoveRequestedReviewersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54672,7 +54672,7 @@ func (s *Server) handlePullsRemoveRequestedReviewersRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsRemoveRequestedReviewers", + Name: PullsRemoveRequestedReviewersOperation, ID: "pulls/remove-requested-reviewers", } ) @@ -54706,7 +54706,7 @@ func (s *Server) handlePullsRemoveRequestedReviewersRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsRemoveRequestedReviewers", + OperationName: PullsRemoveRequestedReviewersOperation, OperationSummary: "Remove requested reviewers from a pull request", OperationID: "pulls/remove-requested-reviewers", Body: request, @@ -54776,7 +54776,7 @@ func (s *Server) handlePullsSubmitReviewRequest(args [4]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsSubmitReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsSubmitReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54807,7 +54807,7 @@ func (s *Server) handlePullsSubmitReviewRequest(args [4]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsSubmitReview", + Name: PullsSubmitReviewOperation, ID: "pulls/submit-review", } ) @@ -54841,7 +54841,7 @@ func (s *Server) handlePullsSubmitReviewRequest(args [4]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsSubmitReview", + OperationName: PullsSubmitReviewOperation, OperationSummary: "Submit a review for a pull request", OperationID: "pulls/submit-review", Body: request, @@ -54922,7 +54922,7 @@ func (s *Server) handlePullsUpdateRequest(args [3]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsUpdate", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsUpdateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54953,7 +54953,7 @@ func (s *Server) handlePullsUpdateRequest(args [3]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsUpdate", + Name: PullsUpdateOperation, ID: "pulls/update", } ) @@ -54987,7 +54987,7 @@ func (s *Server) handlePullsUpdateRequest(args [3]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsUpdate", + OperationName: PullsUpdateOperation, OperationSummary: "Update a pull request", OperationID: "pulls/update", Body: request, @@ -55058,7 +55058,7 @@ func (s *Server) handlePullsUpdateBranchRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsUpdateBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsUpdateBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55089,7 +55089,7 @@ func (s *Server) handlePullsUpdateBranchRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsUpdateBranch", + Name: PullsUpdateBranchOperation, ID: "pulls/update-branch", } ) @@ -55123,7 +55123,7 @@ func (s *Server) handlePullsUpdateBranchRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsUpdateBranch", + OperationName: PullsUpdateBranchOperation, OperationSummary: "Update a pull request branch", OperationID: "pulls/update-branch", Body: request, @@ -55193,7 +55193,7 @@ func (s *Server) handlePullsUpdateReviewRequest(args [4]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsUpdateReview", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsUpdateReviewOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55224,7 +55224,7 @@ func (s *Server) handlePullsUpdateReviewRequest(args [4]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsUpdateReview", + Name: PullsUpdateReviewOperation, ID: "pulls/update-review", } ) @@ -55258,7 +55258,7 @@ func (s *Server) handlePullsUpdateReviewRequest(args [4]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsUpdateReview", + OperationName: PullsUpdateReviewOperation, OperationSummary: "Update a review for a pull request", OperationID: "pulls/update-review", Body: request, @@ -55332,7 +55332,7 @@ func (s *Server) handlePullsUpdateReviewCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PullsUpdateReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), PullsUpdateReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55363,7 +55363,7 @@ func (s *Server) handlePullsUpdateReviewCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "PullsUpdateReviewComment", + Name: PullsUpdateReviewCommentOperation, ID: "pulls/update-review-comment", } ) @@ -55397,7 +55397,7 @@ func (s *Server) handlePullsUpdateReviewCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PullsUpdateReviewComment", + OperationName: PullsUpdateReviewCommentOperation, OperationSummary: "Update a review comment for a pull request", OperationID: "pulls/update-review-comment", Body: request, @@ -55470,7 +55470,7 @@ func (s *Server) handleRateLimitGetRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RateLimitGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), RateLimitGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55506,7 +55506,7 @@ func (s *Server) handleRateLimitGetRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RateLimitGet", + OperationName: RateLimitGetOperation, OperationSummary: "Get rate limit status for the authenticated user", OperationID: "rate-limit/get", Body: nil, @@ -55565,7 +55565,7 @@ func (s *Server) handleReactionsCreateForCommitCommentRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55596,7 +55596,7 @@ func (s *Server) handleReactionsCreateForCommitCommentRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForCommitComment", + Name: ReactionsCreateForCommitCommentOperation, ID: "reactions/create-for-commit-comment", } ) @@ -55630,7 +55630,7 @@ func (s *Server) handleReactionsCreateForCommitCommentRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForCommitComment", + OperationName: ReactionsCreateForCommitCommentOperation, OperationSummary: "Create reaction for a commit comment", OperationID: "reactions/create-for-commit-comment", Body: request, @@ -55701,7 +55701,7 @@ func (s *Server) handleReactionsCreateForIssueRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForIssue", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForIssueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55732,7 +55732,7 @@ func (s *Server) handleReactionsCreateForIssueRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForIssue", + Name: ReactionsCreateForIssueOperation, ID: "reactions/create-for-issue", } ) @@ -55766,7 +55766,7 @@ func (s *Server) handleReactionsCreateForIssueRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForIssue", + OperationName: ReactionsCreateForIssueOperation, OperationSummary: "Create reaction for an issue", OperationID: "reactions/create-for-issue", Body: request, @@ -55838,7 +55838,7 @@ func (s *Server) handleReactionsCreateForIssueCommentRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForIssueComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForIssueCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55869,7 +55869,7 @@ func (s *Server) handleReactionsCreateForIssueCommentRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForIssueComment", + Name: ReactionsCreateForIssueCommentOperation, ID: "reactions/create-for-issue-comment", } ) @@ -55903,7 +55903,7 @@ func (s *Server) handleReactionsCreateForIssueCommentRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForIssueComment", + OperationName: ReactionsCreateForIssueCommentOperation, OperationSummary: "Create reaction for an issue comment", OperationID: "reactions/create-for-issue-comment", Body: request, @@ -55975,7 +55975,7 @@ func (s *Server) handleReactionsCreateForPullRequestReviewCommentRequest(args [3 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForPullRequestReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForPullRequestReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56006,7 +56006,7 @@ func (s *Server) handleReactionsCreateForPullRequestReviewCommentRequest(args [3 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForPullRequestReviewComment", + Name: ReactionsCreateForPullRequestReviewCommentOperation, ID: "reactions/create-for-pull-request-review-comment", } ) @@ -56040,7 +56040,7 @@ func (s *Server) handleReactionsCreateForPullRequestReviewCommentRequest(args [3 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForPullRequestReviewComment", + OperationName: ReactionsCreateForPullRequestReviewCommentOperation, OperationSummary: "Create reaction for a pull request review comment", OperationID: "reactions/create-for-pull-request-review-comment", Body: request, @@ -56111,7 +56111,7 @@ func (s *Server) handleReactionsCreateForReleaseRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56142,7 +56142,7 @@ func (s *Server) handleReactionsCreateForReleaseRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForRelease", + Name: ReactionsCreateForReleaseOperation, ID: "reactions/create-for-release", } ) @@ -56176,7 +56176,7 @@ func (s *Server) handleReactionsCreateForReleaseRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForRelease", + OperationName: ReactionsCreateForReleaseOperation, OperationSummary: "Create reaction for a release", OperationID: "reactions/create-for-release", Body: request, @@ -56252,7 +56252,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentInOrgRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForTeamDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForTeamDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56283,7 +56283,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentInOrgRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForTeamDiscussionCommentInOrg", + Name: ReactionsCreateForTeamDiscussionCommentInOrgOperation, ID: "reactions/create-for-team-discussion-comment-in-org", } ) @@ -56317,7 +56317,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentInOrgRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForTeamDiscussionCommentInOrg", + OperationName: ReactionsCreateForTeamDiscussionCommentInOrgOperation, OperationSummary: "Create reaction for a team discussion comment", OperationID: "reactions/create-for-team-discussion-comment-in-org", Body: request, @@ -56401,7 +56401,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentLegacyRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForTeamDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForTeamDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56432,7 +56432,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentLegacyRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForTeamDiscussionCommentLegacy", + Name: ReactionsCreateForTeamDiscussionCommentLegacyOperation, ID: "reactions/create-for-team-discussion-comment-legacy", } ) @@ -56466,7 +56466,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionCommentLegacyRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForTeamDiscussionCommentLegacy", + OperationName: ReactionsCreateForTeamDiscussionCommentLegacyOperation, OperationSummary: "Create reaction for a team discussion comment (Legacy)", OperationID: "reactions/create-for-team-discussion-comment-legacy", Body: request, @@ -56543,7 +56543,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionInOrgRequest(args [3]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForTeamDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForTeamDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56574,7 +56574,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionInOrgRequest(args [3]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForTeamDiscussionInOrg", + Name: ReactionsCreateForTeamDiscussionInOrgOperation, ID: "reactions/create-for-team-discussion-in-org", } ) @@ -56608,7 +56608,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionInOrgRequest(args [3]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForTeamDiscussionInOrg", + OperationName: ReactionsCreateForTeamDiscussionInOrgOperation, OperationSummary: "Create reaction for a team discussion", OperationID: "reactions/create-for-team-discussion-in-org", Body: request, @@ -56689,7 +56689,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionLegacyRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsCreateForTeamDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsCreateForTeamDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56720,7 +56720,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionLegacyRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsCreateForTeamDiscussionLegacy", + Name: ReactionsCreateForTeamDiscussionLegacyOperation, ID: "reactions/create-for-team-discussion-legacy", } ) @@ -56754,7 +56754,7 @@ func (s *Server) handleReactionsCreateForTeamDiscussionLegacyRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsCreateForTeamDiscussionLegacy", + OperationName: ReactionsCreateForTeamDiscussionLegacyOperation, OperationSummary: "Create reaction for a team discussion (Legacy)", OperationID: "reactions/create-for-team-discussion-legacy", Body: request, @@ -56822,7 +56822,7 @@ func (s *Server) handleReactionsDeleteForCommitCommentRequest(args [4]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56853,7 +56853,7 @@ func (s *Server) handleReactionsDeleteForCommitCommentRequest(args [4]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForCommitComment", + Name: ReactionsDeleteForCommitCommentOperation, ID: "reactions/delete-for-commit-comment", } ) @@ -56872,7 +56872,7 @@ func (s *Server) handleReactionsDeleteForCommitCommentRequest(args [4]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForCommitComment", + OperationName: ReactionsDeleteForCommitCommentOperation, OperationSummary: "Delete a commit comment reaction", OperationID: "reactions/delete-for-commit-comment", Body: nil, @@ -56948,7 +56948,7 @@ func (s *Server) handleReactionsDeleteForIssueRequest(args [4]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForIssue", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForIssueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56979,7 +56979,7 @@ func (s *Server) handleReactionsDeleteForIssueRequest(args [4]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForIssue", + Name: ReactionsDeleteForIssueOperation, ID: "reactions/delete-for-issue", } ) @@ -56998,7 +56998,7 @@ func (s *Server) handleReactionsDeleteForIssueRequest(args [4]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForIssue", + OperationName: ReactionsDeleteForIssueOperation, OperationSummary: "Delete an issue reaction", OperationID: "reactions/delete-for-issue", Body: nil, @@ -57074,7 +57074,7 @@ func (s *Server) handleReactionsDeleteForIssueCommentRequest(args [4]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForIssueComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForIssueCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57105,7 +57105,7 @@ func (s *Server) handleReactionsDeleteForIssueCommentRequest(args [4]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForIssueComment", + Name: ReactionsDeleteForIssueCommentOperation, ID: "reactions/delete-for-issue-comment", } ) @@ -57124,7 +57124,7 @@ func (s *Server) handleReactionsDeleteForIssueCommentRequest(args [4]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForIssueComment", + OperationName: ReactionsDeleteForIssueCommentOperation, OperationSummary: "Delete an issue comment reaction", OperationID: "reactions/delete-for-issue-comment", Body: nil, @@ -57201,7 +57201,7 @@ func (s *Server) handleReactionsDeleteForPullRequestCommentRequest(args [4]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForPullRequestComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForPullRequestCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57232,7 +57232,7 @@ func (s *Server) handleReactionsDeleteForPullRequestCommentRequest(args [4]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForPullRequestComment", + Name: ReactionsDeleteForPullRequestCommentOperation, ID: "reactions/delete-for-pull-request-comment", } ) @@ -57251,7 +57251,7 @@ func (s *Server) handleReactionsDeleteForPullRequestCommentRequest(args [4]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForPullRequestComment", + OperationName: ReactionsDeleteForPullRequestCommentOperation, OperationSummary: "Delete a pull request comment reaction", OperationID: "reactions/delete-for-pull-request-comment", Body: nil, @@ -57332,7 +57332,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionRequest(args [4]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForTeamDiscussion", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForTeamDiscussionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57363,7 +57363,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionRequest(args [4]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForTeamDiscussion", + Name: ReactionsDeleteForTeamDiscussionOperation, ID: "reactions/delete-for-team-discussion", } ) @@ -57382,7 +57382,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionRequest(args [4]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForTeamDiscussion", + OperationName: ReactionsDeleteForTeamDiscussionOperation, OperationSummary: "Delete team discussion reaction", OperationID: "reactions/delete-for-team-discussion", Body: nil, @@ -57461,7 +57461,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionCommentRequest(args [5]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteForTeamDiscussionComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteForTeamDiscussionCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57492,7 +57492,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionCommentRequest(args [5]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteForTeamDiscussionComment", + Name: ReactionsDeleteForTeamDiscussionCommentOperation, ID: "reactions/delete-for-team-discussion-comment", } ) @@ -57511,7 +57511,7 @@ func (s *Server) handleReactionsDeleteForTeamDiscussionCommentRequest(args [5]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteForTeamDiscussionComment", + OperationName: ReactionsDeleteForTeamDiscussionCommentOperation, OperationSummary: "Delete team discussion comment reaction", OperationID: "reactions/delete-for-team-discussion-comment", Body: nil, @@ -57598,7 +57598,7 @@ func (s *Server) handleReactionsDeleteLegacyRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsDeleteLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsDeleteLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57629,7 +57629,7 @@ func (s *Server) handleReactionsDeleteLegacyRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsDeleteLegacy", + Name: ReactionsDeleteLegacyOperation, ID: "reactions/delete-legacy", } ) @@ -57648,7 +57648,7 @@ func (s *Server) handleReactionsDeleteLegacyRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsDeleteLegacy", + OperationName: ReactionsDeleteLegacyOperation, OperationSummary: "Delete a reaction (Legacy)", OperationID: "reactions/delete-legacy", Body: nil, @@ -57710,7 +57710,7 @@ func (s *Server) handleReactionsListForCommitCommentRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57741,7 +57741,7 @@ func (s *Server) handleReactionsListForCommitCommentRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForCommitComment", + Name: ReactionsListForCommitCommentOperation, ID: "reactions/list-for-commit-comment", } ) @@ -57760,7 +57760,7 @@ func (s *Server) handleReactionsListForCommitCommentRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForCommitComment", + OperationName: ReactionsListForCommitCommentOperation, OperationSummary: "List reactions for a commit comment", OperationID: "reactions/list-for-commit-comment", Body: nil, @@ -57842,7 +57842,7 @@ func (s *Server) handleReactionsListForIssueRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForIssue", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForIssueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57873,7 +57873,7 @@ func (s *Server) handleReactionsListForIssueRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForIssue", + Name: ReactionsListForIssueOperation, ID: "reactions/list-for-issue", } ) @@ -57892,7 +57892,7 @@ func (s *Server) handleReactionsListForIssueRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForIssue", + OperationName: ReactionsListForIssueOperation, OperationSummary: "List reactions for an issue", OperationID: "reactions/list-for-issue", Body: nil, @@ -57974,7 +57974,7 @@ func (s *Server) handleReactionsListForIssueCommentRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForIssueComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForIssueCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58005,7 +58005,7 @@ func (s *Server) handleReactionsListForIssueCommentRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForIssueComment", + Name: ReactionsListForIssueCommentOperation, ID: "reactions/list-for-issue-comment", } ) @@ -58024,7 +58024,7 @@ func (s *Server) handleReactionsListForIssueCommentRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForIssueComment", + OperationName: ReactionsListForIssueCommentOperation, OperationSummary: "List reactions for an issue comment", OperationID: "reactions/list-for-issue-comment", Body: nil, @@ -58107,7 +58107,7 @@ func (s *Server) handleReactionsListForPullRequestReviewCommentRequest(args [3]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForPullRequestReviewComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForPullRequestReviewCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58138,7 +58138,7 @@ func (s *Server) handleReactionsListForPullRequestReviewCommentRequest(args [3]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForPullRequestReviewComment", + Name: ReactionsListForPullRequestReviewCommentOperation, ID: "reactions/list-for-pull-request-review-comment", } ) @@ -58157,7 +58157,7 @@ func (s *Server) handleReactionsListForPullRequestReviewCommentRequest(args [3]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForPullRequestReviewComment", + OperationName: ReactionsListForPullRequestReviewCommentOperation, OperationSummary: "List reactions for a pull request review comment", OperationID: "reactions/list-for-pull-request-review-comment", Body: nil, @@ -58243,7 +58243,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentInOrgRequest(args [4 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForTeamDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForTeamDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58274,7 +58274,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentInOrgRequest(args [4 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForTeamDiscussionCommentInOrg", + Name: ReactionsListForTeamDiscussionCommentInOrgOperation, ID: "reactions/list-for-team-discussion-comment-in-org", } ) @@ -58293,7 +58293,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentInOrgRequest(args [4 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForTeamDiscussionCommentInOrg", + OperationName: ReactionsListForTeamDiscussionCommentInOrgOperation, OperationSummary: "List reactions for a team discussion comment", OperationID: "reactions/list-for-team-discussion-comment-in-org", Body: nil, @@ -58387,7 +58387,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentLegacyRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForTeamDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForTeamDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58418,7 +58418,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentLegacyRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForTeamDiscussionCommentLegacy", + Name: ReactionsListForTeamDiscussionCommentLegacyOperation, ID: "reactions/list-for-team-discussion-comment-legacy", } ) @@ -58437,7 +58437,7 @@ func (s *Server) handleReactionsListForTeamDiscussionCommentLegacyRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForTeamDiscussionCommentLegacy", + OperationName: ReactionsListForTeamDiscussionCommentLegacyOperation, OperationSummary: "List reactions for a team discussion comment (Legacy)", OperationID: "reactions/list-for-team-discussion-comment-legacy", Body: nil, @@ -58523,7 +58523,7 @@ func (s *Server) handleReactionsListForTeamDiscussionInOrgRequest(args [3]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForTeamDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForTeamDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58554,7 +58554,7 @@ func (s *Server) handleReactionsListForTeamDiscussionInOrgRequest(args [3]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForTeamDiscussionInOrg", + Name: ReactionsListForTeamDiscussionInOrgOperation, ID: "reactions/list-for-team-discussion-in-org", } ) @@ -58573,7 +58573,7 @@ func (s *Server) handleReactionsListForTeamDiscussionInOrgRequest(args [3]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForTeamDiscussionInOrg", + OperationName: ReactionsListForTeamDiscussionInOrgOperation, OperationSummary: "List reactions for a team discussion", OperationID: "reactions/list-for-team-discussion-in-org", Body: nil, @@ -58663,7 +58663,7 @@ func (s *Server) handleReactionsListForTeamDiscussionLegacyRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReactionsListForTeamDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReactionsListForTeamDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58694,7 +58694,7 @@ func (s *Server) handleReactionsListForTeamDiscussionLegacyRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReactionsListForTeamDiscussionLegacy", + Name: ReactionsListForTeamDiscussionLegacyOperation, ID: "reactions/list-for-team-discussion-legacy", } ) @@ -58713,7 +58713,7 @@ func (s *Server) handleReactionsListForTeamDiscussionLegacyRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReactionsListForTeamDiscussionLegacy", + OperationName: ReactionsListForTeamDiscussionLegacyOperation, OperationSummary: "List reactions for a team discussion (Legacy)", OperationID: "reactions/list-for-team-discussion-legacy", Body: nil, @@ -58791,7 +58791,7 @@ func (s *Server) handleReposAcceptInvitationRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAcceptInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAcceptInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58822,7 +58822,7 @@ func (s *Server) handleReposAcceptInvitationRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAcceptInvitation", + Name: ReposAcceptInvitationOperation, ID: "repos/accept-invitation", } ) @@ -58841,7 +58841,7 @@ func (s *Server) handleReposAcceptInvitationRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAcceptInvitation", + OperationName: ReposAcceptInvitationOperation, OperationSummary: "Accept a repository invitation", OperationID: "repos/accept-invitation", Body: nil, @@ -58917,7 +58917,7 @@ func (s *Server) handleReposAddAppAccessRestrictionsRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAddAppAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAddAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58948,7 +58948,7 @@ func (s *Server) handleReposAddAppAccessRestrictionsRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAddAppAccessRestrictions", + Name: ReposAddAppAccessRestrictionsOperation, ID: "repos/add-app-access-restrictions", } ) @@ -58982,7 +58982,7 @@ func (s *Server) handleReposAddAppAccessRestrictionsRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAddAppAccessRestrictions", + OperationName: ReposAddAppAccessRestrictionsOperation, OperationSummary: "Add app access restrictions", OperationID: "repos/add-app-access-restrictions", Body: request, @@ -59071,7 +59071,7 @@ func (s *Server) handleReposAddCollaboratorRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAddCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAddCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59102,7 +59102,7 @@ func (s *Server) handleReposAddCollaboratorRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAddCollaborator", + Name: ReposAddCollaboratorOperation, ID: "repos/add-collaborator", } ) @@ -59136,7 +59136,7 @@ func (s *Server) handleReposAddCollaboratorRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAddCollaborator", + OperationName: ReposAddCollaboratorOperation, OperationSummary: "Add a repository collaborator", OperationID: "repos/add-collaborator", Body: request, @@ -59210,7 +59210,7 @@ func (s *Server) handleReposAddStatusCheckContextsRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAddStatusCheckContexts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAddStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59241,7 +59241,7 @@ func (s *Server) handleReposAddStatusCheckContextsRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAddStatusCheckContexts", + Name: ReposAddStatusCheckContextsOperation, ID: "repos/add-status-check-contexts", } ) @@ -59275,7 +59275,7 @@ func (s *Server) handleReposAddStatusCheckContextsRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAddStatusCheckContexts", + OperationName: ReposAddStatusCheckContextsOperation, OperationSummary: "Add status check contexts", OperationID: "repos/add-status-check-contexts", Body: request, @@ -59359,7 +59359,7 @@ func (s *Server) handleReposAddTeamAccessRestrictionsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAddTeamAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAddTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59390,7 +59390,7 @@ func (s *Server) handleReposAddTeamAccessRestrictionsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAddTeamAccessRestrictions", + Name: ReposAddTeamAccessRestrictionsOperation, ID: "repos/add-team-access-restrictions", } ) @@ -59424,7 +59424,7 @@ func (s *Server) handleReposAddTeamAccessRestrictionsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAddTeamAccessRestrictions", + OperationName: ReposAddTeamAccessRestrictionsOperation, OperationSummary: "Add team access restrictions", OperationID: "repos/add-team-access-restrictions", Body: request, @@ -59507,7 +59507,7 @@ func (s *Server) handleReposAddUserAccessRestrictionsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposAddUserAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposAddUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59538,7 +59538,7 @@ func (s *Server) handleReposAddUserAccessRestrictionsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposAddUserAccessRestrictions", + Name: ReposAddUserAccessRestrictionsOperation, ID: "repos/add-user-access-restrictions", } ) @@ -59572,7 +59572,7 @@ func (s *Server) handleReposAddUserAccessRestrictionsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposAddUserAccessRestrictions", + OperationName: ReposAddUserAccessRestrictionsOperation, OperationSummary: "Add user access restrictions", OperationID: "repos/add-user-access-restrictions", Body: request, @@ -59646,7 +59646,7 @@ func (s *Server) handleReposCheckCollaboratorRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCheckCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCheckCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59677,7 +59677,7 @@ func (s *Server) handleReposCheckCollaboratorRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCheckCollaborator", + Name: ReposCheckCollaboratorOperation, ID: "repos/check-collaborator", } ) @@ -59696,7 +59696,7 @@ func (s *Server) handleReposCheckCollaboratorRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCheckCollaborator", + OperationName: ReposCheckCollaboratorOperation, OperationSummary: "Check if a user is a repository collaborator", OperationID: "repos/check-collaborator", Body: nil, @@ -59769,7 +59769,7 @@ func (s *Server) handleReposCheckVulnerabilityAlertsRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCheckVulnerabilityAlerts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCheckVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59800,7 +59800,7 @@ func (s *Server) handleReposCheckVulnerabilityAlertsRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCheckVulnerabilityAlerts", + Name: ReposCheckVulnerabilityAlertsOperation, ID: "repos/check-vulnerability-alerts", } ) @@ -59819,7 +59819,7 @@ func (s *Server) handleReposCheckVulnerabilityAlertsRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCheckVulnerabilityAlerts", + OperationName: ReposCheckVulnerabilityAlertsOperation, OperationSummary: "Check if vulnerability alerts are enabled for a repository", OperationID: "repos/check-vulnerability-alerts", Body: nil, @@ -59939,7 +59939,7 @@ func (s *Server) handleReposCompareCommitsRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCompareCommits", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCompareCommitsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59970,7 +59970,7 @@ func (s *Server) handleReposCompareCommitsRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCompareCommits", + Name: ReposCompareCommitsOperation, ID: "repos/compare-commits", } ) @@ -59989,7 +59989,7 @@ func (s *Server) handleReposCompareCommitsRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCompareCommits", + OperationName: ReposCompareCommitsOperation, OperationSummary: "Compare two commits", OperationID: "repos/compare-commits", Body: nil, @@ -60067,7 +60067,7 @@ func (s *Server) handleReposCreateAutolinkRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateAutolink", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateAutolinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60098,7 +60098,7 @@ func (s *Server) handleReposCreateAutolinkRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateAutolink", + Name: ReposCreateAutolinkOperation, ID: "repos/create-autolink", } ) @@ -60132,7 +60132,7 @@ func (s *Server) handleReposCreateAutolinkRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateAutolink", + OperationName: ReposCreateAutolinkOperation, OperationSummary: "Create an autolink reference for a repository", OperationID: "repos/create-autolink", Body: request, @@ -60205,7 +60205,7 @@ func (s *Server) handleReposCreateCommitCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60236,7 +60236,7 @@ func (s *Server) handleReposCreateCommitCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateCommitComment", + Name: ReposCreateCommitCommentOperation, ID: "repos/create-commit-comment", } ) @@ -60270,7 +60270,7 @@ func (s *Server) handleReposCreateCommitCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateCommitComment", + OperationName: ReposCreateCommitCommentOperation, OperationSummary: "Create a commit comment", OperationID: "repos/create-commit-comment", Body: request, @@ -60346,7 +60346,7 @@ func (s *Server) handleReposCreateCommitSignatureProtectionRequest(args [3]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateCommitSignatureProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60377,7 +60377,7 @@ func (s *Server) handleReposCreateCommitSignatureProtectionRequest(args [3]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateCommitSignatureProtection", + Name: ReposCreateCommitSignatureProtectionOperation, ID: "repos/create-commit-signature-protection", } ) @@ -60396,7 +60396,7 @@ func (s *Server) handleReposCreateCommitSignatureProtectionRequest(args [3]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateCommitSignatureProtection", + OperationName: ReposCreateCommitSignatureProtectionOperation, OperationSummary: "Create commit signature protection", OperationID: "repos/create-commit-signature-protection", Body: nil, @@ -60468,7 +60468,7 @@ func (s *Server) handleReposCreateCommitStatusRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateCommitStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateCommitStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60499,7 +60499,7 @@ func (s *Server) handleReposCreateCommitStatusRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateCommitStatus", + Name: ReposCreateCommitStatusOperation, ID: "repos/create-commit-status", } ) @@ -60533,7 +60533,7 @@ func (s *Server) handleReposCreateCommitStatusRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateCommitStatus", + OperationName: ReposCreateCommitStatusOperation, OperationSummary: "Create a commit status", OperationID: "repos/create-commit-status", Body: request, @@ -60603,7 +60603,7 @@ func (s *Server) handleReposCreateDeployKeyRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateDeployKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateDeployKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60634,7 +60634,7 @@ func (s *Server) handleReposCreateDeployKeyRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateDeployKey", + Name: ReposCreateDeployKeyOperation, ID: "repos/create-deploy-key", } ) @@ -60668,7 +60668,7 @@ func (s *Server) handleReposCreateDeployKeyRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateDeployKey", + OperationName: ReposCreateDeployKeyOperation, OperationSummary: "Create a deploy key", OperationID: "repos/create-deploy-key", Body: request, @@ -60789,7 +60789,7 @@ func (s *Server) handleReposCreateDeploymentRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60820,7 +60820,7 @@ func (s *Server) handleReposCreateDeploymentRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateDeployment", + Name: ReposCreateDeploymentOperation, ID: "repos/create-deployment", } ) @@ -60854,7 +60854,7 @@ func (s *Server) handleReposCreateDeploymentRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateDeployment", + OperationName: ReposCreateDeploymentOperation, OperationSummary: "Create a deployment", OperationID: "repos/create-deployment", Body: request, @@ -60922,7 +60922,7 @@ func (s *Server) handleReposCreateDeploymentStatusRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateDeploymentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60953,7 +60953,7 @@ func (s *Server) handleReposCreateDeploymentStatusRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateDeploymentStatus", + Name: ReposCreateDeploymentStatusOperation, ID: "repos/create-deployment-status", } ) @@ -60987,7 +60987,7 @@ func (s *Server) handleReposCreateDeploymentStatusRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateDeploymentStatus", + OperationName: ReposCreateDeploymentStatusOperation, OperationSummary: "Create a deployment status", OperationID: "repos/create-deployment-status", Body: request, @@ -61076,7 +61076,7 @@ func (s *Server) handleReposCreateDispatchEventRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateDispatchEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateDispatchEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61107,7 +61107,7 @@ func (s *Server) handleReposCreateDispatchEventRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateDispatchEvent", + Name: ReposCreateDispatchEventOperation, ID: "repos/create-dispatch-event", } ) @@ -61141,7 +61141,7 @@ func (s *Server) handleReposCreateDispatchEventRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateDispatchEvent", + OperationName: ReposCreateDispatchEventOperation, OperationSummary: "Create a repository dispatch event", OperationID: "repos/create-dispatch-event", Body: request, @@ -61213,7 +61213,7 @@ func (s *Server) handleReposCreateForAuthenticatedUserRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61244,7 +61244,7 @@ func (s *Server) handleReposCreateForAuthenticatedUserRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateForAuthenticatedUser", + Name: ReposCreateForAuthenticatedUserOperation, ID: "repos/create-for-authenticated-user", } ) @@ -61268,7 +61268,7 @@ func (s *Server) handleReposCreateForAuthenticatedUserRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateForAuthenticatedUser", + OperationName: ReposCreateForAuthenticatedUserOperation, OperationSummary: "Create a repository for the authenticated user", OperationID: "repos/create-for-authenticated-user", Body: request, @@ -61328,7 +61328,7 @@ func (s *Server) handleReposCreateForkRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateFork", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateForkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61359,7 +61359,7 @@ func (s *Server) handleReposCreateForkRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateFork", + Name: ReposCreateForkOperation, ID: "repos/create-fork", } ) @@ -61393,7 +61393,7 @@ func (s *Server) handleReposCreateForkRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateFork", + OperationName: ReposCreateForkOperation, OperationSummary: "Create a fork", OperationID: "repos/create-fork", Body: request, @@ -61466,7 +61466,7 @@ func (s *Server) handleReposCreateInOrgRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61497,7 +61497,7 @@ func (s *Server) handleReposCreateInOrgRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateInOrg", + Name: ReposCreateInOrgOperation, ID: "repos/create-in-org", } ) @@ -61531,7 +61531,7 @@ func (s *Server) handleReposCreateInOrgRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateInOrg", + OperationName: ReposCreateInOrgOperation, OperationSummary: "Create an organization repository", OperationID: "repos/create-in-org", Body: request, @@ -61593,7 +61593,7 @@ func (s *Server) handleReposCreateOrUpdateFileContentsRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateOrUpdateFileContents", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateOrUpdateFileContentsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61624,7 +61624,7 @@ func (s *Server) handleReposCreateOrUpdateFileContentsRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateOrUpdateFileContents", + Name: ReposCreateOrUpdateFileContentsOperation, ID: "repos/create-or-update-file-contents", } ) @@ -61658,7 +61658,7 @@ func (s *Server) handleReposCreateOrUpdateFileContentsRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateOrUpdateFileContents", + OperationName: ReposCreateOrUpdateFileContentsOperation, OperationSummary: "Create or update file contents", OperationID: "repos/create-or-update-file-contents", Body: request, @@ -61729,7 +61729,7 @@ func (s *Server) handleReposCreatePagesSiteRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreatePagesSite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreatePagesSiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61760,7 +61760,7 @@ func (s *Server) handleReposCreatePagesSiteRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreatePagesSite", + Name: ReposCreatePagesSiteOperation, ID: "repos/create-pages-site", } ) @@ -61794,7 +61794,7 @@ func (s *Server) handleReposCreatePagesSiteRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreatePagesSite", + OperationName: ReposCreatePagesSiteOperation, OperationSummary: "Create a GitHub Pages site", OperationID: "repos/create-pages-site", Body: request, @@ -61867,7 +61867,7 @@ func (s *Server) handleReposCreateReleaseRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61898,7 +61898,7 @@ func (s *Server) handleReposCreateReleaseRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateRelease", + Name: ReposCreateReleaseOperation, ID: "repos/create-release", } ) @@ -61932,7 +61932,7 @@ func (s *Server) handleReposCreateReleaseRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateRelease", + OperationName: ReposCreateReleaseOperation, OperationSummary: "Create a release", OperationID: "repos/create-release", Body: request, @@ -62009,7 +62009,7 @@ func (s *Server) handleReposCreateUsingTemplateRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateUsingTemplate", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateUsingTemplateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62040,7 +62040,7 @@ func (s *Server) handleReposCreateUsingTemplateRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateUsingTemplate", + Name: ReposCreateUsingTemplateOperation, ID: "repos/create-using-template", } ) @@ -62074,7 +62074,7 @@ func (s *Server) handleReposCreateUsingTemplateRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateUsingTemplate", + OperationName: ReposCreateUsingTemplateOperation, OperationSummary: "Create a repository using a template", OperationID: "repos/create-using-template", Body: request, @@ -62142,7 +62142,7 @@ func (s *Server) handleReposCreateWebhookRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposCreateWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposCreateWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62173,7 +62173,7 @@ func (s *Server) handleReposCreateWebhookRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposCreateWebhook", + Name: ReposCreateWebhookOperation, ID: "repos/create-webhook", } ) @@ -62207,7 +62207,7 @@ func (s *Server) handleReposCreateWebhookRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposCreateWebhook", + OperationName: ReposCreateWebhookOperation, OperationSummary: "Create a repository webhook", OperationID: "repos/create-webhook", Body: request, @@ -62273,7 +62273,7 @@ func (s *Server) handleReposDeclineInvitationRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeclineInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeclineInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62304,7 +62304,7 @@ func (s *Server) handleReposDeclineInvitationRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeclineInvitation", + Name: ReposDeclineInvitationOperation, ID: "repos/decline-invitation", } ) @@ -62323,7 +62323,7 @@ func (s *Server) handleReposDeclineInvitationRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeclineInvitation", + OperationName: ReposDeclineInvitationOperation, OperationSummary: "Decline a repository invitation", OperationID: "repos/decline-invitation", Body: nil, @@ -62388,7 +62388,7 @@ func (s *Server) handleReposDeleteRequest(args [2]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDelete", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62419,7 +62419,7 @@ func (s *Server) handleReposDeleteRequest(args [2]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDelete", + Name: ReposDeleteOperation, ID: "repos/delete", } ) @@ -62438,7 +62438,7 @@ func (s *Server) handleReposDeleteRequest(args [2]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDelete", + OperationName: ReposDeleteOperation, OperationSummary: "Delete a repository", OperationID: "repos/delete", Body: nil, @@ -62509,7 +62509,7 @@ func (s *Server) handleReposDeleteAccessRestrictionsRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62540,7 +62540,7 @@ func (s *Server) handleReposDeleteAccessRestrictionsRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteAccessRestrictions", + Name: ReposDeleteAccessRestrictionsOperation, ID: "repos/delete-access-restrictions", } ) @@ -62559,7 +62559,7 @@ func (s *Server) handleReposDeleteAccessRestrictionsRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteAccessRestrictions", + OperationName: ReposDeleteAccessRestrictionsOperation, OperationSummary: "Delete access restrictions", OperationID: "repos/delete-access-restrictions", Body: nil, @@ -62635,7 +62635,7 @@ func (s *Server) handleReposDeleteAdminBranchProtectionRequest(args [3]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteAdminBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62666,7 +62666,7 @@ func (s *Server) handleReposDeleteAdminBranchProtectionRequest(args [3]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteAdminBranchProtection", + Name: ReposDeleteAdminBranchProtectionOperation, ID: "repos/delete-admin-branch-protection", } ) @@ -62685,7 +62685,7 @@ func (s *Server) handleReposDeleteAdminBranchProtectionRequest(args [3]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteAdminBranchProtection", + OperationName: ReposDeleteAdminBranchProtectionOperation, OperationSummary: "Delete admin branch protection", OperationID: "repos/delete-admin-branch-protection", Body: nil, @@ -62755,7 +62755,7 @@ func (s *Server) handleReposDeleteAnEnvironmentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteAnEnvironment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteAnEnvironmentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62786,7 +62786,7 @@ func (s *Server) handleReposDeleteAnEnvironmentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteAnEnvironment", + Name: ReposDeleteAnEnvironmentOperation, ID: "repos/delete-an-environment", } ) @@ -62805,7 +62805,7 @@ func (s *Server) handleReposDeleteAnEnvironmentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteAnEnvironment", + OperationName: ReposDeleteAnEnvironmentOperation, OperationSummary: "Delete an environment", OperationID: "repos/delete-an-environment", Body: nil, @@ -62876,7 +62876,7 @@ func (s *Server) handleReposDeleteAutolinkRequest(args [3]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteAutolink", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteAutolinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62907,7 +62907,7 @@ func (s *Server) handleReposDeleteAutolinkRequest(args [3]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteAutolink", + Name: ReposDeleteAutolinkOperation, ID: "repos/delete-autolink", } ) @@ -62926,7 +62926,7 @@ func (s *Server) handleReposDeleteAutolinkRequest(args [3]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteAutolink", + OperationName: ReposDeleteAutolinkOperation, OperationSummary: "Delete an autolink reference from a repository", OperationID: "repos/delete-autolink", Body: nil, @@ -63000,7 +63000,7 @@ func (s *Server) handleReposDeleteBranchProtectionRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63031,7 +63031,7 @@ func (s *Server) handleReposDeleteBranchProtectionRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteBranchProtection", + Name: ReposDeleteBranchProtectionOperation, ID: "repos/delete-branch-protection", } ) @@ -63050,7 +63050,7 @@ func (s *Server) handleReposDeleteBranchProtectionRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteBranchProtection", + OperationName: ReposDeleteBranchProtectionOperation, OperationSummary: "Delete branch protection", OperationID: "repos/delete-branch-protection", Body: nil, @@ -63120,7 +63120,7 @@ func (s *Server) handleReposDeleteCommitCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63151,7 +63151,7 @@ func (s *Server) handleReposDeleteCommitCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteCommitComment", + Name: ReposDeleteCommitCommentOperation, ID: "repos/delete-commit-comment", } ) @@ -63170,7 +63170,7 @@ func (s *Server) handleReposDeleteCommitCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteCommitComment", + OperationName: ReposDeleteCommitCommentOperation, OperationSummary: "Delete a commit comment", OperationID: "repos/delete-commit-comment", Body: nil, @@ -63247,7 +63247,7 @@ func (s *Server) handleReposDeleteCommitSignatureProtectionRequest(args [3]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteCommitSignatureProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63278,7 +63278,7 @@ func (s *Server) handleReposDeleteCommitSignatureProtectionRequest(args [3]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteCommitSignatureProtection", + Name: ReposDeleteCommitSignatureProtectionOperation, ID: "repos/delete-commit-signature-protection", } ) @@ -63297,7 +63297,7 @@ func (s *Server) handleReposDeleteCommitSignatureProtectionRequest(args [3]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteCommitSignatureProtection", + OperationName: ReposDeleteCommitSignatureProtectionOperation, OperationSummary: "Delete commit signature protection", OperationID: "repos/delete-commit-signature-protection", Body: nil, @@ -63368,7 +63368,7 @@ func (s *Server) handleReposDeleteDeployKeyRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteDeployKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteDeployKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63399,7 +63399,7 @@ func (s *Server) handleReposDeleteDeployKeyRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteDeployKey", + Name: ReposDeleteDeployKeyOperation, ID: "repos/delete-deploy-key", } ) @@ -63418,7 +63418,7 @@ func (s *Server) handleReposDeleteDeployKeyRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteDeployKey", + OperationName: ReposDeleteDeployKeyOperation, OperationSummary: "Delete a deploy key", OperationID: "repos/delete-deploy-key", Body: nil, @@ -63496,7 +63496,7 @@ func (s *Server) handleReposDeleteDeploymentRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63527,7 +63527,7 @@ func (s *Server) handleReposDeleteDeploymentRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteDeployment", + Name: ReposDeleteDeploymentOperation, ID: "repos/delete-deployment", } ) @@ -63546,7 +63546,7 @@ func (s *Server) handleReposDeleteDeploymentRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteDeployment", + OperationName: ReposDeleteDeploymentOperation, OperationSummary: "Delete a deployment", OperationID: "repos/delete-deployment", Body: nil, @@ -63623,7 +63623,7 @@ func (s *Server) handleReposDeleteFileRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63654,7 +63654,7 @@ func (s *Server) handleReposDeleteFileRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteFile", + Name: ReposDeleteFileOperation, ID: "repos/delete-file", } ) @@ -63688,7 +63688,7 @@ func (s *Server) handleReposDeleteFileRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteFile", + OperationName: ReposDeleteFileOperation, OperationSummary: "Delete a file", OperationID: "repos/delete-file", Body: request, @@ -63758,7 +63758,7 @@ func (s *Server) handleReposDeleteInvitationRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63789,7 +63789,7 @@ func (s *Server) handleReposDeleteInvitationRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteInvitation", + Name: ReposDeleteInvitationOperation, ID: "repos/delete-invitation", } ) @@ -63808,7 +63808,7 @@ func (s *Server) handleReposDeleteInvitationRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteInvitation", + OperationName: ReposDeleteInvitationOperation, OperationSummary: "Delete a repository invitation", OperationID: "repos/delete-invitation", Body: nil, @@ -63878,7 +63878,7 @@ func (s *Server) handleReposDeletePagesSiteRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeletePagesSite", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeletePagesSiteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63909,7 +63909,7 @@ func (s *Server) handleReposDeletePagesSiteRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeletePagesSite", + Name: ReposDeletePagesSiteOperation, ID: "repos/delete-pages-site", } ) @@ -63928,7 +63928,7 @@ func (s *Server) handleReposDeletePagesSiteRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeletePagesSite", + OperationName: ReposDeletePagesSiteOperation, OperationSummary: "Delete a GitHub Pages site", OperationID: "repos/delete-pages-site", Body: nil, @@ -63998,7 +63998,7 @@ func (s *Server) handleReposDeletePullRequestReviewProtectionRequest(args [3]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeletePullRequestReviewProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeletePullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64029,7 +64029,7 @@ func (s *Server) handleReposDeletePullRequestReviewProtectionRequest(args [3]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeletePullRequestReviewProtection", + Name: ReposDeletePullRequestReviewProtectionOperation, ID: "repos/delete-pull-request-review-protection", } ) @@ -64048,7 +64048,7 @@ func (s *Server) handleReposDeletePullRequestReviewProtectionRequest(args [3]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeletePullRequestReviewProtection", + OperationName: ReposDeletePullRequestReviewProtectionOperation, OperationSummary: "Delete pull request review protection", OperationID: "repos/delete-pull-request-review-protection", Body: nil, @@ -64118,7 +64118,7 @@ func (s *Server) handleReposDeleteReleaseRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64149,7 +64149,7 @@ func (s *Server) handleReposDeleteReleaseRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteRelease", + Name: ReposDeleteReleaseOperation, ID: "repos/delete-release", } ) @@ -64168,7 +64168,7 @@ func (s *Server) handleReposDeleteReleaseRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteRelease", + OperationName: ReposDeleteReleaseOperation, OperationSummary: "Delete a release", OperationID: "repos/delete-release", Body: nil, @@ -64238,7 +64238,7 @@ func (s *Server) handleReposDeleteReleaseAssetRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteReleaseAsset", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteReleaseAssetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64269,7 +64269,7 @@ func (s *Server) handleReposDeleteReleaseAssetRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteReleaseAsset", + Name: ReposDeleteReleaseAssetOperation, ID: "repos/delete-release-asset", } ) @@ -64288,7 +64288,7 @@ func (s *Server) handleReposDeleteReleaseAssetRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteReleaseAsset", + OperationName: ReposDeleteReleaseAssetOperation, OperationSummary: "Delete a release asset", OperationID: "repos/delete-release-asset", Body: nil, @@ -64358,7 +64358,7 @@ func (s *Server) handleReposDeleteWebhookRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDeleteWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDeleteWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64389,7 +64389,7 @@ func (s *Server) handleReposDeleteWebhookRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDeleteWebhook", + Name: ReposDeleteWebhookOperation, ID: "repos/delete-webhook", } ) @@ -64408,7 +64408,7 @@ func (s *Server) handleReposDeleteWebhookRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDeleteWebhook", + OperationName: ReposDeleteWebhookOperation, OperationSummary: "Delete a repository webhook", OperationID: "repos/delete-webhook", Body: nil, @@ -64480,7 +64480,7 @@ func (s *Server) handleReposDisableAutomatedSecurityFixesRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDisableAutomatedSecurityFixes", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDisableAutomatedSecurityFixesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64511,7 +64511,7 @@ func (s *Server) handleReposDisableAutomatedSecurityFixesRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDisableAutomatedSecurityFixes", + Name: ReposDisableAutomatedSecurityFixesOperation, ID: "repos/disable-automated-security-fixes", } ) @@ -64530,7 +64530,7 @@ func (s *Server) handleReposDisableAutomatedSecurityFixesRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDisableAutomatedSecurityFixes", + OperationName: ReposDisableAutomatedSecurityFixesOperation, OperationSummary: "Disable automated security fixes", OperationID: "repos/disable-automated-security-fixes", Body: nil, @@ -64596,7 +64596,7 @@ func (s *Server) handleReposDisableLfsForRepoRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDisableLfsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDisableLfsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64627,7 +64627,7 @@ func (s *Server) handleReposDisableLfsForRepoRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDisableLfsForRepo", + Name: ReposDisableLfsForRepoOperation, ID: "repos/disable-lfs-for-repo", } ) @@ -64646,7 +64646,7 @@ func (s *Server) handleReposDisableLfsForRepoRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDisableLfsForRepo", + OperationName: ReposDisableLfsForRepoOperation, OperationSummary: "Disable Git LFS for a repository", OperationID: "repos/disable-lfs-for-repo", Body: nil, @@ -64715,7 +64715,7 @@ func (s *Server) handleReposDisableVulnerabilityAlertsRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDisableVulnerabilityAlerts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDisableVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64746,7 +64746,7 @@ func (s *Server) handleReposDisableVulnerabilityAlertsRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDisableVulnerabilityAlerts", + Name: ReposDisableVulnerabilityAlertsOperation, ID: "repos/disable-vulnerability-alerts", } ) @@ -64765,7 +64765,7 @@ func (s *Server) handleReposDisableVulnerabilityAlertsRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDisableVulnerabilityAlerts", + OperationName: ReposDisableVulnerabilityAlertsOperation, OperationSummary: "Disable vulnerability alerts", OperationID: "repos/disable-vulnerability-alerts", Body: nil, @@ -64836,7 +64836,7 @@ func (s *Server) handleReposDownloadTarballArchiveRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDownloadTarballArchive", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDownloadTarballArchiveOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64867,7 +64867,7 @@ func (s *Server) handleReposDownloadTarballArchiveRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDownloadTarballArchive", + Name: ReposDownloadTarballArchiveOperation, ID: "repos/download-tarball-archive", } ) @@ -64886,7 +64886,7 @@ func (s *Server) handleReposDownloadTarballArchiveRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDownloadTarballArchive", + OperationName: ReposDownloadTarballArchiveOperation, OperationSummary: "Download a repository archive (tar)", OperationID: "repos/download-tarball-archive", Body: nil, @@ -64961,7 +64961,7 @@ func (s *Server) handleReposDownloadZipballArchiveRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposDownloadZipballArchive", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposDownloadZipballArchiveOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64992,7 +64992,7 @@ func (s *Server) handleReposDownloadZipballArchiveRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposDownloadZipballArchive", + Name: ReposDownloadZipballArchiveOperation, ID: "repos/download-zipball-archive", } ) @@ -65011,7 +65011,7 @@ func (s *Server) handleReposDownloadZipballArchiveRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposDownloadZipballArchive", + OperationName: ReposDownloadZipballArchiveOperation, OperationSummary: "Download a repository archive (zip)", OperationID: "repos/download-zipball-archive", Body: nil, @@ -65083,7 +65083,7 @@ func (s *Server) handleReposEnableAutomatedSecurityFixesRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposEnableAutomatedSecurityFixes", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposEnableAutomatedSecurityFixesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65114,7 +65114,7 @@ func (s *Server) handleReposEnableAutomatedSecurityFixesRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposEnableAutomatedSecurityFixes", + Name: ReposEnableAutomatedSecurityFixesOperation, ID: "repos/enable-automated-security-fixes", } ) @@ -65133,7 +65133,7 @@ func (s *Server) handleReposEnableAutomatedSecurityFixesRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposEnableAutomatedSecurityFixes", + OperationName: ReposEnableAutomatedSecurityFixesOperation, OperationSummary: "Enable automated security fixes", OperationID: "repos/enable-automated-security-fixes", Body: nil, @@ -65199,7 +65199,7 @@ func (s *Server) handleReposEnableLfsForRepoRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposEnableLfsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposEnableLfsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65230,7 +65230,7 @@ func (s *Server) handleReposEnableLfsForRepoRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposEnableLfsForRepo", + Name: ReposEnableLfsForRepoOperation, ID: "repos/enable-lfs-for-repo", } ) @@ -65249,7 +65249,7 @@ func (s *Server) handleReposEnableLfsForRepoRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposEnableLfsForRepo", + OperationName: ReposEnableLfsForRepoOperation, OperationSummary: "Enable Git LFS for a repository", OperationID: "repos/enable-lfs-for-repo", Body: nil, @@ -65318,7 +65318,7 @@ func (s *Server) handleReposEnableVulnerabilityAlertsRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposEnableVulnerabilityAlerts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposEnableVulnerabilityAlertsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65349,7 +65349,7 @@ func (s *Server) handleReposEnableVulnerabilityAlertsRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposEnableVulnerabilityAlerts", + Name: ReposEnableVulnerabilityAlertsOperation, ID: "repos/enable-vulnerability-alerts", } ) @@ -65368,7 +65368,7 @@ func (s *Server) handleReposEnableVulnerabilityAlertsRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposEnableVulnerabilityAlerts", + OperationName: ReposEnableVulnerabilityAlertsOperation, OperationSummary: "Enable vulnerability alerts", OperationID: "repos/enable-vulnerability-alerts", Body: nil, @@ -65435,7 +65435,7 @@ func (s *Server) handleReposGetRequest(args [2]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65466,7 +65466,7 @@ func (s *Server) handleReposGetRequest(args [2]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGet", + Name: ReposGetOperation, ID: "repos/get", } ) @@ -65485,7 +65485,7 @@ func (s *Server) handleReposGetRequest(args [2]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGet", + OperationName: ReposGetOperation, OperationSummary: "Get a repository", OperationID: "repos/get", Body: nil, @@ -65558,7 +65558,7 @@ func (s *Server) handleReposGetAccessRestrictionsRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65589,7 +65589,7 @@ func (s *Server) handleReposGetAccessRestrictionsRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAccessRestrictions", + Name: ReposGetAccessRestrictionsOperation, ID: "repos/get-access-restrictions", } ) @@ -65608,7 +65608,7 @@ func (s *Server) handleReposGetAccessRestrictionsRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAccessRestrictions", + OperationName: ReposGetAccessRestrictionsOperation, OperationSummary: "Get access restrictions", OperationID: "repos/get-access-restrictions", Body: nil, @@ -65682,7 +65682,7 @@ func (s *Server) handleReposGetAdminBranchProtectionRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAdminBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65713,7 +65713,7 @@ func (s *Server) handleReposGetAdminBranchProtectionRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAdminBranchProtection", + Name: ReposGetAdminBranchProtectionOperation, ID: "repos/get-admin-branch-protection", } ) @@ -65732,7 +65732,7 @@ func (s *Server) handleReposGetAdminBranchProtectionRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAdminBranchProtection", + OperationName: ReposGetAdminBranchProtectionOperation, OperationSummary: "Get admin branch protection", OperationID: "repos/get-admin-branch-protection", Body: nil, @@ -65806,7 +65806,7 @@ func (s *Server) handleReposGetAllStatusCheckContextsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAllStatusCheckContexts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAllStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65837,7 +65837,7 @@ func (s *Server) handleReposGetAllStatusCheckContextsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAllStatusCheckContexts", + Name: ReposGetAllStatusCheckContextsOperation, ID: "repos/get-all-status-check-contexts", } ) @@ -65856,7 +65856,7 @@ func (s *Server) handleReposGetAllStatusCheckContextsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAllStatusCheckContexts", + OperationName: ReposGetAllStatusCheckContextsOperation, OperationSummary: "Get all status check contexts", OperationID: "repos/get-all-status-check-contexts", Body: nil, @@ -65926,7 +65926,7 @@ func (s *Server) handleReposGetAllTopicsRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAllTopics", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAllTopicsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65957,7 +65957,7 @@ func (s *Server) handleReposGetAllTopicsRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAllTopics", + Name: ReposGetAllTopicsOperation, ID: "repos/get-all-topics", } ) @@ -65976,7 +65976,7 @@ func (s *Server) handleReposGetAllTopicsRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAllTopics", + OperationName: ReposGetAllTopicsOperation, OperationSummary: "Get all repository topics", OperationID: "repos/get-all-topics", Body: nil, @@ -66057,7 +66057,7 @@ func (s *Server) handleReposGetAppsWithAccessToProtectedBranchRequest(args [3]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAppsWithAccessToProtectedBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAppsWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66088,7 +66088,7 @@ func (s *Server) handleReposGetAppsWithAccessToProtectedBranchRequest(args [3]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAppsWithAccessToProtectedBranch", + Name: ReposGetAppsWithAccessToProtectedBranchOperation, ID: "repos/get-apps-with-access-to-protected-branch", } ) @@ -66107,7 +66107,7 @@ func (s *Server) handleReposGetAppsWithAccessToProtectedBranchRequest(args [3]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAppsWithAccessToProtectedBranch", + OperationName: ReposGetAppsWithAccessToProtectedBranchOperation, OperationSummary: "Get apps with access to the protected branch", OperationID: "repos/get-apps-with-access-to-protected-branch", Body: nil, @@ -66178,7 +66178,7 @@ func (s *Server) handleReposGetAutolinkRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetAutolink", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetAutolinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66209,7 +66209,7 @@ func (s *Server) handleReposGetAutolinkRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetAutolink", + Name: ReposGetAutolinkOperation, ID: "repos/get-autolink", } ) @@ -66228,7 +66228,7 @@ func (s *Server) handleReposGetAutolinkRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetAutolink", + OperationName: ReposGetAutolinkOperation, OperationSummary: "Get an autolink reference of a repository", OperationID: "repos/get-autolink", Body: nil, @@ -66298,7 +66298,7 @@ func (s *Server) handleReposGetBranchRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66329,7 +66329,7 @@ func (s *Server) handleReposGetBranchRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetBranch", + Name: ReposGetBranchOperation, ID: "repos/get-branch", } ) @@ -66348,7 +66348,7 @@ func (s *Server) handleReposGetBranchRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetBranch", + OperationName: ReposGetBranchOperation, OperationSummary: "Get a branch", OperationID: "repos/get-branch", Body: nil, @@ -66422,7 +66422,7 @@ func (s *Server) handleReposGetBranchProtectionRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66453,7 +66453,7 @@ func (s *Server) handleReposGetBranchProtectionRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetBranchProtection", + Name: ReposGetBranchProtectionOperation, ID: "repos/get-branch-protection", } ) @@ -66472,7 +66472,7 @@ func (s *Server) handleReposGetBranchProtectionRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetBranchProtection", + OperationName: ReposGetBranchProtectionOperation, OperationSummary: "Get branch protection", OperationID: "repos/get-branch-protection", Body: nil, @@ -66543,7 +66543,7 @@ func (s *Server) handleReposGetClonesRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetClones", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetClonesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66574,7 +66574,7 @@ func (s *Server) handleReposGetClonesRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetClones", + Name: ReposGetClonesOperation, ID: "repos/get-clones", } ) @@ -66593,7 +66593,7 @@ func (s *Server) handleReposGetClonesRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetClones", + OperationName: ReposGetClonesOperation, OperationSummary: "Get repository clones", OperationID: "repos/get-clones", Body: nil, @@ -66663,7 +66663,7 @@ func (s *Server) handleReposGetCodeFrequencyStatsRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCodeFrequencyStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCodeFrequencyStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66694,7 +66694,7 @@ func (s *Server) handleReposGetCodeFrequencyStatsRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCodeFrequencyStats", + Name: ReposGetCodeFrequencyStatsOperation, ID: "repos/get-code-frequency-stats", } ) @@ -66713,7 +66713,7 @@ func (s *Server) handleReposGetCodeFrequencyStatsRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCodeFrequencyStats", + OperationName: ReposGetCodeFrequencyStatsOperation, OperationSummary: "Get the weekly commit activity", OperationID: "repos/get-code-frequency-stats", Body: nil, @@ -66780,7 +66780,7 @@ func (s *Server) handleReposGetCollaboratorPermissionLevelRequest(args [3]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCollaboratorPermissionLevel", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCollaboratorPermissionLevelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66811,7 +66811,7 @@ func (s *Server) handleReposGetCollaboratorPermissionLevelRequest(args [3]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCollaboratorPermissionLevel", + Name: ReposGetCollaboratorPermissionLevelOperation, ID: "repos/get-collaborator-permission-level", } ) @@ -66830,7 +66830,7 @@ func (s *Server) handleReposGetCollaboratorPermissionLevelRequest(args [3]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCollaboratorPermissionLevel", + OperationName: ReposGetCollaboratorPermissionLevelOperation, OperationSummary: "Get repository permissions for a user", OperationID: "repos/get-collaborator-permission-level", Body: nil, @@ -66908,7 +66908,7 @@ func (s *Server) handleReposGetCombinedStatusForRefRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCombinedStatusForRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCombinedStatusForRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66939,7 +66939,7 @@ func (s *Server) handleReposGetCombinedStatusForRefRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCombinedStatusForRef", + Name: ReposGetCombinedStatusForRefOperation, ID: "repos/get-combined-status-for-ref", } ) @@ -66958,7 +66958,7 @@ func (s *Server) handleReposGetCombinedStatusForRefRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCombinedStatusForRef", + OperationName: ReposGetCombinedStatusForRefOperation, OperationSummary: "Get the combined status for a specific reference", OperationID: "repos/get-combined-status-for-ref", Body: nil, @@ -67082,7 +67082,7 @@ func (s *Server) handleReposGetCommitRequest(args [3]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67113,7 +67113,7 @@ func (s *Server) handleReposGetCommitRequest(args [3]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCommit", + Name: ReposGetCommitOperation, ID: "repos/get-commit", } ) @@ -67132,7 +67132,7 @@ func (s *Server) handleReposGetCommitRequest(args [3]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCommit", + OperationName: ReposGetCommitOperation, OperationSummary: "Get a commit", OperationID: "repos/get-commit", Body: nil, @@ -67211,7 +67211,7 @@ func (s *Server) handleReposGetCommitActivityStatsRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCommitActivityStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCommitActivityStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67242,7 +67242,7 @@ func (s *Server) handleReposGetCommitActivityStatsRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCommitActivityStats", + Name: ReposGetCommitActivityStatsOperation, ID: "repos/get-commit-activity-stats", } ) @@ -67261,7 +67261,7 @@ func (s *Server) handleReposGetCommitActivityStatsRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCommitActivityStats", + OperationName: ReposGetCommitActivityStatsOperation, OperationSummary: "Get the last year of commit activity", OperationID: "repos/get-commit-activity-stats", Body: nil, @@ -67327,7 +67327,7 @@ func (s *Server) handleReposGetCommitCommentRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67358,7 +67358,7 @@ func (s *Server) handleReposGetCommitCommentRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCommitComment", + Name: ReposGetCommitCommentOperation, ID: "repos/get-commit-comment", } ) @@ -67377,7 +67377,7 @@ func (s *Server) handleReposGetCommitCommentRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCommitComment", + OperationName: ReposGetCommitCommentOperation, OperationSummary: "Get a commit comment", OperationID: "repos/get-commit-comment", Body: nil, @@ -67456,7 +67456,7 @@ func (s *Server) handleReposGetCommitSignatureProtectionRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCommitSignatureProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCommitSignatureProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67487,7 +67487,7 @@ func (s *Server) handleReposGetCommitSignatureProtectionRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCommitSignatureProtection", + Name: ReposGetCommitSignatureProtectionOperation, ID: "repos/get-commit-signature-protection", } ) @@ -67506,7 +67506,7 @@ func (s *Server) handleReposGetCommitSignatureProtectionRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCommitSignatureProtection", + OperationName: ReposGetCommitSignatureProtectionOperation, OperationSummary: "Get commit signature protection", OperationID: "repos/get-commit-signature-protection", Body: nil, @@ -67585,7 +67585,7 @@ func (s *Server) handleReposGetCommunityProfileMetricsRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetCommunityProfileMetrics", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetCommunityProfileMetricsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67616,7 +67616,7 @@ func (s *Server) handleReposGetCommunityProfileMetricsRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetCommunityProfileMetrics", + Name: ReposGetCommunityProfileMetricsOperation, ID: "repos/get-community-profile-metrics", } ) @@ -67635,7 +67635,7 @@ func (s *Server) handleReposGetCommunityProfileMetricsRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetCommunityProfileMetrics", + OperationName: ReposGetCommunityProfileMetricsOperation, OperationSummary: "Get community profile metrics", OperationID: "repos/get-community-profile-metrics", Body: nil, @@ -67706,7 +67706,7 @@ func (s *Server) handleReposGetContributorsStatsRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetContributorsStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetContributorsStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67737,7 +67737,7 @@ func (s *Server) handleReposGetContributorsStatsRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetContributorsStats", + Name: ReposGetContributorsStatsOperation, ID: "repos/get-contributors-stats", } ) @@ -67756,7 +67756,7 @@ func (s *Server) handleReposGetContributorsStatsRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetContributorsStats", + OperationName: ReposGetContributorsStatsOperation, OperationSummary: "Get all contributor commit activity", OperationID: "repos/get-contributors-stats", Body: nil, @@ -67822,7 +67822,7 @@ func (s *Server) handleReposGetDeployKeyRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetDeployKey", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetDeployKeyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67853,7 +67853,7 @@ func (s *Server) handleReposGetDeployKeyRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetDeployKey", + Name: ReposGetDeployKeyOperation, ID: "repos/get-deploy-key", } ) @@ -67872,7 +67872,7 @@ func (s *Server) handleReposGetDeployKeyRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetDeployKey", + OperationName: ReposGetDeployKeyOperation, OperationSummary: "Get a deploy key", OperationID: "repos/get-deploy-key", Body: nil, @@ -67942,7 +67942,7 @@ func (s *Server) handleReposGetDeploymentRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67973,7 +67973,7 @@ func (s *Server) handleReposGetDeploymentRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetDeployment", + Name: ReposGetDeploymentOperation, ID: "repos/get-deployment", } ) @@ -67992,7 +67992,7 @@ func (s *Server) handleReposGetDeploymentRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetDeployment", + OperationName: ReposGetDeploymentOperation, OperationSummary: "Get a deployment", OperationID: "repos/get-deployment", Body: nil, @@ -68062,7 +68062,7 @@ func (s *Server) handleReposGetDeploymentStatusRequest(args [4]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetDeploymentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68093,7 +68093,7 @@ func (s *Server) handleReposGetDeploymentStatusRequest(args [4]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetDeploymentStatus", + Name: ReposGetDeploymentStatusOperation, ID: "repos/get-deployment-status", } ) @@ -68112,7 +68112,7 @@ func (s *Server) handleReposGetDeploymentStatusRequest(args [4]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetDeploymentStatus", + OperationName: ReposGetDeploymentStatusOperation, OperationSummary: "Get a deployment status", OperationID: "repos/get-deployment-status", Body: nil, @@ -68186,7 +68186,7 @@ func (s *Server) handleReposGetLatestPagesBuildRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetLatestPagesBuild", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetLatestPagesBuildOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68217,7 +68217,7 @@ func (s *Server) handleReposGetLatestPagesBuildRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetLatestPagesBuild", + Name: ReposGetLatestPagesBuildOperation, ID: "repos/get-latest-pages-build", } ) @@ -68236,7 +68236,7 @@ func (s *Server) handleReposGetLatestPagesBuildRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetLatestPagesBuild", + OperationName: ReposGetLatestPagesBuildOperation, OperationSummary: "Get latest Pages build", OperationID: "repos/get-latest-pages-build", Body: nil, @@ -68305,7 +68305,7 @@ func (s *Server) handleReposGetLatestReleaseRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetLatestRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetLatestReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68336,7 +68336,7 @@ func (s *Server) handleReposGetLatestReleaseRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetLatestRelease", + Name: ReposGetLatestReleaseOperation, ID: "repos/get-latest-release", } ) @@ -68355,7 +68355,7 @@ func (s *Server) handleReposGetLatestReleaseRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetLatestRelease", + OperationName: ReposGetLatestReleaseOperation, OperationSummary: "Get the latest release", OperationID: "repos/get-latest-release", Body: nil, @@ -68421,7 +68421,7 @@ func (s *Server) handleReposGetPagesRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetPages", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetPagesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68452,7 +68452,7 @@ func (s *Server) handleReposGetPagesRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetPages", + Name: ReposGetPagesOperation, ID: "repos/get-pages", } ) @@ -68471,7 +68471,7 @@ func (s *Server) handleReposGetPagesRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetPages", + OperationName: ReposGetPagesOperation, OperationSummary: "Get a GitHub Pages site", OperationID: "repos/get-pages", Body: nil, @@ -68537,7 +68537,7 @@ func (s *Server) handleReposGetPagesBuildRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetPagesBuild", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetPagesBuildOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68568,7 +68568,7 @@ func (s *Server) handleReposGetPagesBuildRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetPagesBuild", + Name: ReposGetPagesBuildOperation, ID: "repos/get-pages-build", } ) @@ -68587,7 +68587,7 @@ func (s *Server) handleReposGetPagesBuildRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetPagesBuild", + OperationName: ReposGetPagesBuildOperation, OperationSummary: "Get GitHub Pages build", OperationID: "repos/get-pages-build", Body: nil, @@ -68663,7 +68663,7 @@ func (s *Server) handleReposGetPagesHealthCheckRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetPagesHealthCheck", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetPagesHealthCheckOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68694,7 +68694,7 @@ func (s *Server) handleReposGetPagesHealthCheckRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetPagesHealthCheck", + Name: ReposGetPagesHealthCheckOperation, ID: "repos/get-pages-health-check", } ) @@ -68713,7 +68713,7 @@ func (s *Server) handleReposGetPagesHealthCheckRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetPagesHealthCheck", + OperationName: ReposGetPagesHealthCheckOperation, OperationSummary: "Get a DNS health check for GitHub Pages", OperationID: "repos/get-pages-health-check", Body: nil, @@ -68782,7 +68782,7 @@ func (s *Server) handleReposGetParticipationStatsRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetParticipationStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetParticipationStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68813,7 +68813,7 @@ func (s *Server) handleReposGetParticipationStatsRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetParticipationStats", + Name: ReposGetParticipationStatsOperation, ID: "repos/get-participation-stats", } ) @@ -68832,7 +68832,7 @@ func (s *Server) handleReposGetParticipationStatsRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetParticipationStats", + OperationName: ReposGetParticipationStatsOperation, OperationSummary: "Get the weekly commit count", OperationID: "repos/get-participation-stats", Body: nil, @@ -68902,7 +68902,7 @@ func (s *Server) handleReposGetPullRequestReviewProtectionRequest(args [3]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetPullRequestReviewProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetPullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68933,7 +68933,7 @@ func (s *Server) handleReposGetPullRequestReviewProtectionRequest(args [3]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetPullRequestReviewProtection", + Name: ReposGetPullRequestReviewProtectionOperation, ID: "repos/get-pull-request-review-protection", } ) @@ -68952,7 +68952,7 @@ func (s *Server) handleReposGetPullRequestReviewProtectionRequest(args [3]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetPullRequestReviewProtection", + OperationName: ReposGetPullRequestReviewProtectionOperation, OperationSummary: "Get pull request review protection", OperationID: "repos/get-pull-request-review-protection", Body: nil, @@ -69027,7 +69027,7 @@ func (s *Server) handleReposGetPunchCardStatsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetPunchCardStats", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetPunchCardStatsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69058,7 +69058,7 @@ func (s *Server) handleReposGetPunchCardStatsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetPunchCardStats", + Name: ReposGetPunchCardStatsOperation, ID: "repos/get-punch-card-stats", } ) @@ -69077,7 +69077,7 @@ func (s *Server) handleReposGetPunchCardStatsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetPunchCardStats", + OperationName: ReposGetPunchCardStatsOperation, OperationSummary: "Get the hourly commit count for each day", OperationID: "repos/get-punch-card-stats", Body: nil, @@ -69145,7 +69145,7 @@ func (s *Server) handleReposGetReadmeRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetReadme", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetReadmeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69176,7 +69176,7 @@ func (s *Server) handleReposGetReadmeRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetReadme", + Name: ReposGetReadmeOperation, ID: "repos/get-readme", } ) @@ -69195,7 +69195,7 @@ func (s *Server) handleReposGetReadmeRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetReadme", + OperationName: ReposGetReadmeOperation, OperationSummary: "Get a repository README", OperationID: "repos/get-readme", Body: nil, @@ -69267,7 +69267,7 @@ func (s *Server) handleReposGetReadmeInDirectoryRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetReadmeInDirectory", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetReadmeInDirectoryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69298,7 +69298,7 @@ func (s *Server) handleReposGetReadmeInDirectoryRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetReadmeInDirectory", + Name: ReposGetReadmeInDirectoryOperation, ID: "repos/get-readme-in-directory", } ) @@ -69317,7 +69317,7 @@ func (s *Server) handleReposGetReadmeInDirectoryRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetReadmeInDirectory", + OperationName: ReposGetReadmeInDirectoryOperation, OperationSummary: "Get a repository README for a directory", OperationID: "repos/get-readme-in-directory", Body: nil, @@ -69393,7 +69393,7 @@ func (s *Server) handleReposGetReleaseRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69424,7 +69424,7 @@ func (s *Server) handleReposGetReleaseRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetRelease", + Name: ReposGetReleaseOperation, ID: "repos/get-release", } ) @@ -69443,7 +69443,7 @@ func (s *Server) handleReposGetReleaseRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetRelease", + OperationName: ReposGetReleaseOperation, OperationSummary: "Get a release", OperationID: "repos/get-release", Body: nil, @@ -69516,7 +69516,7 @@ func (s *Server) handleReposGetReleaseAssetRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetReleaseAsset", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetReleaseAssetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69547,7 +69547,7 @@ func (s *Server) handleReposGetReleaseAssetRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetReleaseAsset", + Name: ReposGetReleaseAssetOperation, ID: "repos/get-release-asset", } ) @@ -69566,7 +69566,7 @@ func (s *Server) handleReposGetReleaseAssetRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetReleaseAsset", + OperationName: ReposGetReleaseAssetOperation, OperationSummary: "Get a release asset", OperationID: "repos/get-release-asset", Body: nil, @@ -69636,7 +69636,7 @@ func (s *Server) handleReposGetReleaseByTagRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetReleaseByTag", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetReleaseByTagOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69667,7 +69667,7 @@ func (s *Server) handleReposGetReleaseByTagRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetReleaseByTag", + Name: ReposGetReleaseByTagOperation, ID: "repos/get-release-by-tag", } ) @@ -69686,7 +69686,7 @@ func (s *Server) handleReposGetReleaseByTagRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetReleaseByTag", + OperationName: ReposGetReleaseByTagOperation, OperationSummary: "Get a release by tag name", OperationID: "repos/get-release-by-tag", Body: nil, @@ -69760,7 +69760,7 @@ func (s *Server) handleReposGetStatusChecksProtectionRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetStatusChecksProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetStatusChecksProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69791,7 +69791,7 @@ func (s *Server) handleReposGetStatusChecksProtectionRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetStatusChecksProtection", + Name: ReposGetStatusChecksProtectionOperation, ID: "repos/get-status-checks-protection", } ) @@ -69810,7 +69810,7 @@ func (s *Server) handleReposGetStatusChecksProtectionRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetStatusChecksProtection", + OperationName: ReposGetStatusChecksProtectionOperation, OperationSummary: "Get status checks protection", OperationID: "repos/get-status-checks-protection", Body: nil, @@ -69885,7 +69885,7 @@ func (s *Server) handleReposGetTeamsWithAccessToProtectedBranchRequest(args [3]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetTeamsWithAccessToProtectedBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetTeamsWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69916,7 +69916,7 @@ func (s *Server) handleReposGetTeamsWithAccessToProtectedBranchRequest(args [3]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetTeamsWithAccessToProtectedBranch", + Name: ReposGetTeamsWithAccessToProtectedBranchOperation, ID: "repos/get-teams-with-access-to-protected-branch", } ) @@ -69935,7 +69935,7 @@ func (s *Server) handleReposGetTeamsWithAccessToProtectedBranchRequest(args [3]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetTeamsWithAccessToProtectedBranch", + OperationName: ReposGetTeamsWithAccessToProtectedBranchOperation, OperationSummary: "Get teams with access to the protected branch", OperationID: "repos/get-teams-with-access-to-protected-branch", Body: nil, @@ -70005,7 +70005,7 @@ func (s *Server) handleReposGetTopPathsRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetTopPaths", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetTopPathsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70036,7 +70036,7 @@ func (s *Server) handleReposGetTopPathsRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetTopPaths", + Name: ReposGetTopPathsOperation, ID: "repos/get-top-paths", } ) @@ -70055,7 +70055,7 @@ func (s *Server) handleReposGetTopPathsRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetTopPaths", + OperationName: ReposGetTopPathsOperation, OperationSummary: "Get top referral paths", OperationID: "repos/get-top-paths", Body: nil, @@ -70121,7 +70121,7 @@ func (s *Server) handleReposGetTopReferrersRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetTopReferrers", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetTopReferrersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70152,7 +70152,7 @@ func (s *Server) handleReposGetTopReferrersRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetTopReferrers", + Name: ReposGetTopReferrersOperation, ID: "repos/get-top-referrers", } ) @@ -70171,7 +70171,7 @@ func (s *Server) handleReposGetTopReferrersRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetTopReferrers", + OperationName: ReposGetTopReferrersOperation, OperationSummary: "Get top referral sources", OperationID: "repos/get-top-referrers", Body: nil, @@ -70242,7 +70242,7 @@ func (s *Server) handleReposGetUsersWithAccessToProtectedBranchRequest(args [3]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetUsersWithAccessToProtectedBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetUsersWithAccessToProtectedBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70273,7 +70273,7 @@ func (s *Server) handleReposGetUsersWithAccessToProtectedBranchRequest(args [3]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetUsersWithAccessToProtectedBranch", + Name: ReposGetUsersWithAccessToProtectedBranchOperation, ID: "repos/get-users-with-access-to-protected-branch", } ) @@ -70292,7 +70292,7 @@ func (s *Server) handleReposGetUsersWithAccessToProtectedBranchRequest(args [3]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetUsersWithAccessToProtectedBranch", + OperationName: ReposGetUsersWithAccessToProtectedBranchOperation, OperationSummary: "Get users with access to the protected branch", OperationID: "repos/get-users-with-access-to-protected-branch", Body: nil, @@ -70363,7 +70363,7 @@ func (s *Server) handleReposGetViewsRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetViews", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetViewsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70394,7 +70394,7 @@ func (s *Server) handleReposGetViewsRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetViews", + Name: ReposGetViewsOperation, ID: "repos/get-views", } ) @@ -70413,7 +70413,7 @@ func (s *Server) handleReposGetViewsRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetViews", + OperationName: ReposGetViewsOperation, OperationSummary: "Get page views", OperationID: "repos/get-views", Body: nil, @@ -70485,7 +70485,7 @@ func (s *Server) handleReposGetWebhookRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70516,7 +70516,7 @@ func (s *Server) handleReposGetWebhookRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetWebhook", + Name: ReposGetWebhookOperation, ID: "repos/get-webhook", } ) @@ -70535,7 +70535,7 @@ func (s *Server) handleReposGetWebhookRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetWebhook", + OperationName: ReposGetWebhookOperation, OperationSummary: "Get a repository webhook", OperationID: "repos/get-webhook", Body: nil, @@ -70609,7 +70609,7 @@ func (s *Server) handleReposGetWebhookConfigForRepoRequest(args [3]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetWebhookConfigForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetWebhookConfigForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70640,7 +70640,7 @@ func (s *Server) handleReposGetWebhookConfigForRepoRequest(args [3]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetWebhookConfigForRepo", + Name: ReposGetWebhookConfigForRepoOperation, ID: "repos/get-webhook-config-for-repo", } ) @@ -70659,7 +70659,7 @@ func (s *Server) handleReposGetWebhookConfigForRepoRequest(args [3]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetWebhookConfigForRepo", + OperationName: ReposGetWebhookConfigForRepoOperation, OperationSummary: "Get a webhook configuration for a repository", OperationID: "repos/get-webhook-config-for-repo", Body: nil, @@ -70729,7 +70729,7 @@ func (s *Server) handleReposGetWebhookDeliveryRequest(args [4]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposGetWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposGetWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70760,7 +70760,7 @@ func (s *Server) handleReposGetWebhookDeliveryRequest(args [4]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposGetWebhookDelivery", + Name: ReposGetWebhookDeliveryOperation, ID: "repos/get-webhook-delivery", } ) @@ -70779,7 +70779,7 @@ func (s *Server) handleReposGetWebhookDeliveryRequest(args [4]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposGetWebhookDelivery", + OperationName: ReposGetWebhookDeliveryOperation, OperationSummary: "Get a delivery for a repository webhook", OperationID: "repos/get-webhook-delivery", Body: nil, @@ -70854,7 +70854,7 @@ func (s *Server) handleReposListAutolinksRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListAutolinks", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListAutolinksOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70885,7 +70885,7 @@ func (s *Server) handleReposListAutolinksRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListAutolinks", + Name: ReposListAutolinksOperation, ID: "repos/list-autolinks", } ) @@ -70904,7 +70904,7 @@ func (s *Server) handleReposListAutolinksRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListAutolinks", + OperationName: ReposListAutolinksOperation, OperationSummary: "List all autolinks of a repository", OperationID: "repos/list-autolinks", Body: nil, @@ -70974,7 +70974,7 @@ func (s *Server) handleReposListBranchesRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListBranches", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListBranchesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71005,7 +71005,7 @@ func (s *Server) handleReposListBranchesRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListBranches", + Name: ReposListBranchesOperation, ID: "repos/list-branches", } ) @@ -71024,7 +71024,7 @@ func (s *Server) handleReposListBranchesRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListBranches", + OperationName: ReposListBranchesOperation, OperationSummary: "List branches", OperationID: "repos/list-branches", Body: nil, @@ -71107,7 +71107,7 @@ func (s *Server) handleReposListBranchesForHeadCommitRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListBranchesForHeadCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListBranchesForHeadCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71138,7 +71138,7 @@ func (s *Server) handleReposListBranchesForHeadCommitRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListBranchesForHeadCommit", + Name: ReposListBranchesForHeadCommitOperation, ID: "repos/list-branches-for-head-commit", } ) @@ -71157,7 +71157,7 @@ func (s *Server) handleReposListBranchesForHeadCommitRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListBranchesForHeadCommit", + OperationName: ReposListBranchesForHeadCommitOperation, OperationSummary: "List branches for HEAD commit", OperationID: "repos/list-branches-for-head-commit", Body: nil, @@ -71231,7 +71231,7 @@ func (s *Server) handleReposListCollaboratorsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListCollaborators", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListCollaboratorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71262,7 +71262,7 @@ func (s *Server) handleReposListCollaboratorsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListCollaborators", + Name: ReposListCollaboratorsOperation, ID: "repos/list-collaborators", } ) @@ -71281,7 +71281,7 @@ func (s *Server) handleReposListCollaboratorsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListCollaborators", + OperationName: ReposListCollaboratorsOperation, OperationSummary: "List repository collaborators", OperationID: "repos/list-collaborators", Body: nil, @@ -71359,7 +71359,7 @@ func (s *Server) handleReposListCommentsForCommitRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListCommentsForCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListCommentsForCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71390,7 +71390,7 @@ func (s *Server) handleReposListCommentsForCommitRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListCommentsForCommit", + Name: ReposListCommentsForCommitOperation, ID: "repos/list-comments-for-commit", } ) @@ -71409,7 +71409,7 @@ func (s *Server) handleReposListCommentsForCommitRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListCommentsForCommit", + OperationName: ReposListCommentsForCommitOperation, OperationSummary: "List commit comments", OperationID: "repos/list-comments-for-commit", Body: nil, @@ -71490,7 +71490,7 @@ func (s *Server) handleReposListCommitCommentsForRepoRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListCommitCommentsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListCommitCommentsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71521,7 +71521,7 @@ func (s *Server) handleReposListCommitCommentsForRepoRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListCommitCommentsForRepo", + Name: ReposListCommitCommentsForRepoOperation, ID: "repos/list-commit-comments-for-repo", } ) @@ -71540,7 +71540,7 @@ func (s *Server) handleReposListCommitCommentsForRepoRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListCommitCommentsForRepo", + OperationName: ReposListCommitCommentsForRepoOperation, OperationSummary: "List commit comments for a repository", OperationID: "repos/list-commit-comments-for-repo", Body: nil, @@ -71617,7 +71617,7 @@ func (s *Server) handleReposListCommitStatusesForRefRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListCommitStatusesForRef", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListCommitStatusesForRefOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71648,7 +71648,7 @@ func (s *Server) handleReposListCommitStatusesForRefRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListCommitStatusesForRef", + Name: ReposListCommitStatusesForRefOperation, ID: "repos/list-commit-statuses-for-ref", } ) @@ -71667,7 +71667,7 @@ func (s *Server) handleReposListCommitStatusesForRefRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListCommitStatusesForRef", + OperationName: ReposListCommitStatusesForRefOperation, OperationSummary: "List commit statuses for a reference", OperationID: "repos/list-commit-statuses-for-ref", Body: nil, @@ -71776,7 +71776,7 @@ func (s *Server) handleReposListCommitsRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListCommits", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListCommitsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71807,7 +71807,7 @@ func (s *Server) handleReposListCommitsRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListCommits", + Name: ReposListCommitsOperation, ID: "repos/list-commits", } ) @@ -71826,7 +71826,7 @@ func (s *Server) handleReposListCommitsRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListCommits", + OperationName: ReposListCommitsOperation, OperationSummary: "List commits", OperationID: "repos/list-commits", Body: nil, @@ -71926,7 +71926,7 @@ func (s *Server) handleReposListContributorsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListContributors", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListContributorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71957,7 +71957,7 @@ func (s *Server) handleReposListContributorsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListContributors", + Name: ReposListContributorsOperation, ID: "repos/list-contributors", } ) @@ -71976,7 +71976,7 @@ func (s *Server) handleReposListContributorsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListContributors", + OperationName: ReposListContributorsOperation, OperationSummary: "List repository contributors", OperationID: "repos/list-contributors", Body: nil, @@ -72054,7 +72054,7 @@ func (s *Server) handleReposListDeployKeysRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListDeployKeys", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListDeployKeysOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72085,7 +72085,7 @@ func (s *Server) handleReposListDeployKeysRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListDeployKeys", + Name: ReposListDeployKeysOperation, ID: "repos/list-deploy-keys", } ) @@ -72104,7 +72104,7 @@ func (s *Server) handleReposListDeployKeysRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListDeployKeys", + OperationName: ReposListDeployKeysOperation, OperationSummary: "List deploy keys", OperationID: "repos/list-deploy-keys", Body: nil, @@ -72178,7 +72178,7 @@ func (s *Server) handleReposListDeploymentStatusesRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListDeploymentStatuses", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListDeploymentStatusesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72209,7 +72209,7 @@ func (s *Server) handleReposListDeploymentStatusesRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListDeploymentStatuses", + Name: ReposListDeploymentStatusesOperation, ID: "repos/list-deployment-statuses", } ) @@ -72228,7 +72228,7 @@ func (s *Server) handleReposListDeploymentStatusesRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListDeploymentStatuses", + OperationName: ReposListDeploymentStatusesOperation, OperationSummary: "List deployment statuses", OperationID: "repos/list-deployment-statuses", Body: nil, @@ -72306,7 +72306,7 @@ func (s *Server) handleReposListDeploymentsRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListDeployments", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListDeploymentsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72337,7 +72337,7 @@ func (s *Server) handleReposListDeploymentsRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListDeployments", + Name: ReposListDeploymentsOperation, ID: "repos/list-deployments", } ) @@ -72356,7 +72356,7 @@ func (s *Server) handleReposListDeploymentsRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListDeployments", + OperationName: ReposListDeploymentsOperation, OperationSummary: "List deployments", OperationID: "repos/list-deployments", Body: nil, @@ -72449,7 +72449,7 @@ func (s *Server) handleReposListForAuthenticatedUserRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72480,7 +72480,7 @@ func (s *Server) handleReposListForAuthenticatedUserRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListForAuthenticatedUser", + Name: ReposListForAuthenticatedUserOperation, ID: "repos/list-for-authenticated-user", } ) @@ -72499,7 +72499,7 @@ func (s *Server) handleReposListForAuthenticatedUserRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListForAuthenticatedUser", + OperationName: ReposListForAuthenticatedUserOperation, OperationSummary: "List repositories for the authenticated user", OperationID: "repos/list-for-authenticated-user", Body: nil, @@ -72593,7 +72593,7 @@ func (s *Server) handleReposListForOrgRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72624,7 +72624,7 @@ func (s *Server) handleReposListForOrgRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListForOrg", + Name: ReposListForOrgOperation, ID: "repos/list-for-org", } ) @@ -72643,7 +72643,7 @@ func (s *Server) handleReposListForOrgRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListForOrg", + OperationName: ReposListForOrgOperation, OperationSummary: "List organization repositories", OperationID: "repos/list-for-org", Body: nil, @@ -72726,7 +72726,7 @@ func (s *Server) handleReposListForUserRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72757,7 +72757,7 @@ func (s *Server) handleReposListForUserRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListForUser", + Name: ReposListForUserOperation, ID: "repos/list-for-user", } ) @@ -72776,7 +72776,7 @@ func (s *Server) handleReposListForUserRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListForUser", + OperationName: ReposListForUserOperation, OperationSummary: "List repositories for a user", OperationID: "repos/list-for-user", Body: nil, @@ -72858,7 +72858,7 @@ func (s *Server) handleReposListForksRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListForks", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListForksOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72889,7 +72889,7 @@ func (s *Server) handleReposListForksRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListForks", + Name: ReposListForksOperation, ID: "repos/list-forks", } ) @@ -72908,7 +72908,7 @@ func (s *Server) handleReposListForksRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListForks", + OperationName: ReposListForksOperation, OperationSummary: "List forks", OperationID: "repos/list-forks", Body: nil, @@ -72987,7 +72987,7 @@ func (s *Server) handleReposListInvitationsRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListInvitations", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListInvitationsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73018,7 +73018,7 @@ func (s *Server) handleReposListInvitationsRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListInvitations", + Name: ReposListInvitationsOperation, ID: "repos/list-invitations", } ) @@ -73037,7 +73037,7 @@ func (s *Server) handleReposListInvitationsRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListInvitations", + OperationName: ReposListInvitationsOperation, OperationSummary: "List repository invitations", OperationID: "repos/list-invitations", Body: nil, @@ -73112,7 +73112,7 @@ func (s *Server) handleReposListInvitationsForAuthenticatedUserRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListInvitationsForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListInvitationsForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73143,7 +73143,7 @@ func (s *Server) handleReposListInvitationsForAuthenticatedUserRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListInvitationsForAuthenticatedUser", + Name: ReposListInvitationsForAuthenticatedUserOperation, ID: "repos/list-invitations-for-authenticated-user", } ) @@ -73162,7 +73162,7 @@ func (s *Server) handleReposListInvitationsForAuthenticatedUserRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListInvitationsForAuthenticatedUser", + OperationName: ReposListInvitationsForAuthenticatedUserOperation, OperationSummary: "List repository invitations for the authenticated user", OperationID: "repos/list-invitations-for-authenticated-user", Body: nil, @@ -73229,7 +73229,7 @@ func (s *Server) handleReposListLanguagesRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListLanguages", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListLanguagesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73260,7 +73260,7 @@ func (s *Server) handleReposListLanguagesRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListLanguages", + Name: ReposListLanguagesOperation, ID: "repos/list-languages", } ) @@ -73279,7 +73279,7 @@ func (s *Server) handleReposListLanguagesRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListLanguages", + OperationName: ReposListLanguagesOperation, OperationSummary: "List repository languages", OperationID: "repos/list-languages", Body: nil, @@ -73345,7 +73345,7 @@ func (s *Server) handleReposListPagesBuildsRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListPagesBuilds", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListPagesBuildsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73376,7 +73376,7 @@ func (s *Server) handleReposListPagesBuildsRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListPagesBuilds", + Name: ReposListPagesBuildsOperation, ID: "repos/list-pages-builds", } ) @@ -73395,7 +73395,7 @@ func (s *Server) handleReposListPagesBuildsRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListPagesBuilds", + OperationName: ReposListPagesBuildsOperation, OperationSummary: "List GitHub Pages builds", OperationID: "repos/list-pages-builds", Body: nil, @@ -73475,7 +73475,7 @@ func (s *Server) handleReposListPublicRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListPublic", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListPublicOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73506,7 +73506,7 @@ func (s *Server) handleReposListPublicRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListPublic", + Name: ReposListPublicOperation, ID: "repos/list-public", } ) @@ -73525,7 +73525,7 @@ func (s *Server) handleReposListPublicRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListPublic", + OperationName: ReposListPublicOperation, OperationSummary: "List public repositories", OperationID: "repos/list-public", Body: nil, @@ -73592,7 +73592,7 @@ func (s *Server) handleReposListPullRequestsAssociatedWithCommitRequest(args [3] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListPullRequestsAssociatedWithCommit", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListPullRequestsAssociatedWithCommitOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73623,7 +73623,7 @@ func (s *Server) handleReposListPullRequestsAssociatedWithCommitRequest(args [3] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListPullRequestsAssociatedWithCommit", + Name: ReposListPullRequestsAssociatedWithCommitOperation, ID: "repos/list-pull-requests-associated-with-commit", } ) @@ -73642,7 +73642,7 @@ func (s *Server) handleReposListPullRequestsAssociatedWithCommitRequest(args [3] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListPullRequestsAssociatedWithCommit", + OperationName: ReposListPullRequestsAssociatedWithCommitOperation, OperationSummary: "List pull requests associated with a commit", OperationID: "repos/list-pull-requests-associated-with-commit", Body: nil, @@ -73720,7 +73720,7 @@ func (s *Server) handleReposListReleaseAssetsRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListReleaseAssets", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListReleaseAssetsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73751,7 +73751,7 @@ func (s *Server) handleReposListReleaseAssetsRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListReleaseAssets", + Name: ReposListReleaseAssetsOperation, ID: "repos/list-release-assets", } ) @@ -73770,7 +73770,7 @@ func (s *Server) handleReposListReleaseAssetsRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListReleaseAssets", + OperationName: ReposListReleaseAssetsOperation, OperationSummary: "List release assets", OperationID: "repos/list-release-assets", Body: nil, @@ -73852,7 +73852,7 @@ func (s *Server) handleReposListReleasesRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListReleases", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListReleasesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73883,7 +73883,7 @@ func (s *Server) handleReposListReleasesRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListReleases", + Name: ReposListReleasesOperation, ID: "repos/list-releases", } ) @@ -73902,7 +73902,7 @@ func (s *Server) handleReposListReleasesRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListReleases", + OperationName: ReposListReleasesOperation, OperationSummary: "List releases", OperationID: "repos/list-releases", Body: nil, @@ -73976,7 +73976,7 @@ func (s *Server) handleReposListTagsRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListTags", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListTagsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74007,7 +74007,7 @@ func (s *Server) handleReposListTagsRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListTags", + Name: ReposListTagsOperation, ID: "repos/list-tags", } ) @@ -74026,7 +74026,7 @@ func (s *Server) handleReposListTagsRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListTags", + OperationName: ReposListTagsOperation, OperationSummary: "List repository tags", OperationID: "repos/list-tags", Body: nil, @@ -74100,7 +74100,7 @@ func (s *Server) handleReposListTeamsRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListTeams", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListTeamsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74131,7 +74131,7 @@ func (s *Server) handleReposListTeamsRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListTeams", + Name: ReposListTeamsOperation, ID: "repos/list-teams", } ) @@ -74150,7 +74150,7 @@ func (s *Server) handleReposListTeamsRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListTeams", + OperationName: ReposListTeamsOperation, OperationSummary: "List repository teams", OperationID: "repos/list-teams", Body: nil, @@ -74224,7 +74224,7 @@ func (s *Server) handleReposListWebhookDeliveriesRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListWebhookDeliveries", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListWebhookDeliveriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74255,7 +74255,7 @@ func (s *Server) handleReposListWebhookDeliveriesRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListWebhookDeliveries", + Name: ReposListWebhookDeliveriesOperation, ID: "repos/list-webhook-deliveries", } ) @@ -74274,7 +74274,7 @@ func (s *Server) handleReposListWebhookDeliveriesRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListWebhookDeliveries", + OperationName: ReposListWebhookDeliveriesOperation, OperationSummary: "List deliveries for a repository webhook", OperationID: "repos/list-webhook-deliveries", Body: nil, @@ -74352,7 +74352,7 @@ func (s *Server) handleReposListWebhooksRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposListWebhooks", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposListWebhooksOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74383,7 +74383,7 @@ func (s *Server) handleReposListWebhooksRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposListWebhooks", + Name: ReposListWebhooksOperation, ID: "repos/list-webhooks", } ) @@ -74402,7 +74402,7 @@ func (s *Server) handleReposListWebhooksRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposListWebhooks", + OperationName: ReposListWebhooksOperation, OperationSummary: "List repository webhooks", OperationID: "repos/list-webhooks", Body: nil, @@ -74476,7 +74476,7 @@ func (s *Server) handleReposMergeRequest(args [2]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposMerge", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposMergeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74507,7 +74507,7 @@ func (s *Server) handleReposMergeRequest(args [2]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposMerge", + Name: ReposMergeOperation, ID: "repos/merge", } ) @@ -74541,7 +74541,7 @@ func (s *Server) handleReposMergeRequest(args [2]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposMerge", + OperationName: ReposMergeOperation, OperationSummary: "Merge a branch", OperationID: "repos/merge", Body: request, @@ -74608,7 +74608,7 @@ func (s *Server) handleReposMergeUpstreamRequest(args [2]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposMergeUpstream", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposMergeUpstreamOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74639,7 +74639,7 @@ func (s *Server) handleReposMergeUpstreamRequest(args [2]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposMergeUpstream", + Name: ReposMergeUpstreamOperation, ID: "repos/merge-upstream", } ) @@ -74673,7 +74673,7 @@ func (s *Server) handleReposMergeUpstreamRequest(args [2]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposMergeUpstream", + OperationName: ReposMergeUpstreamOperation, OperationSummary: "Sync a fork branch with the upstream repository", OperationID: "repos/merge-upstream", Body: request, @@ -74740,7 +74740,7 @@ func (s *Server) handleReposPingWebhookRequest(args [3]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposPingWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposPingWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74771,7 +74771,7 @@ func (s *Server) handleReposPingWebhookRequest(args [3]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposPingWebhook", + Name: ReposPingWebhookOperation, ID: "repos/ping-webhook", } ) @@ -74790,7 +74790,7 @@ func (s *Server) handleReposPingWebhookRequest(args [3]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposPingWebhook", + OperationName: ReposPingWebhookOperation, OperationSummary: "Ping a repository webhook", OperationID: "repos/ping-webhook", Body: nil, @@ -74860,7 +74860,7 @@ func (s *Server) handleReposRedeliverWebhookDeliveryRequest(args [4]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRedeliverWebhookDelivery", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRedeliverWebhookDeliveryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74891,7 +74891,7 @@ func (s *Server) handleReposRedeliverWebhookDeliveryRequest(args [4]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRedeliverWebhookDelivery", + Name: ReposRedeliverWebhookDeliveryOperation, ID: "repos/redeliver-webhook-delivery", } ) @@ -74910,7 +74910,7 @@ func (s *Server) handleReposRedeliverWebhookDeliveryRequest(args [4]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRedeliverWebhookDelivery", + OperationName: ReposRedeliverWebhookDeliveryOperation, OperationSummary: "Redeliver a delivery for a repository webhook", OperationID: "repos/redeliver-webhook-delivery", Body: nil, @@ -74998,7 +74998,7 @@ func (s *Server) handleReposRemoveAppAccessRestrictionsRequest(args [3]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveAppAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75029,7 +75029,7 @@ func (s *Server) handleReposRemoveAppAccessRestrictionsRequest(args [3]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveAppAccessRestrictions", + Name: ReposRemoveAppAccessRestrictionsOperation, ID: "repos/remove-app-access-restrictions", } ) @@ -75063,7 +75063,7 @@ func (s *Server) handleReposRemoveAppAccessRestrictionsRequest(args [3]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveAppAccessRestrictions", + OperationName: ReposRemoveAppAccessRestrictionsOperation, OperationSummary: "Remove app access restrictions", OperationID: "repos/remove-app-access-restrictions", Body: request, @@ -75133,7 +75133,7 @@ func (s *Server) handleReposRemoveCollaboratorRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveCollaborator", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveCollaboratorOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75164,7 +75164,7 @@ func (s *Server) handleReposRemoveCollaboratorRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveCollaborator", + Name: ReposRemoveCollaboratorOperation, ID: "repos/remove-collaborator", } ) @@ -75183,7 +75183,7 @@ func (s *Server) handleReposRemoveCollaboratorRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveCollaborator", + OperationName: ReposRemoveCollaboratorOperation, OperationSummary: "Remove a repository collaborator", OperationID: "repos/remove-collaborator", Body: nil, @@ -75257,7 +75257,7 @@ func (s *Server) handleReposRemoveStatusCheckContextsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveStatusCheckContexts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75288,7 +75288,7 @@ func (s *Server) handleReposRemoveStatusCheckContextsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveStatusCheckContexts", + Name: ReposRemoveStatusCheckContextsOperation, ID: "repos/remove-status-check-contexts", } ) @@ -75322,7 +75322,7 @@ func (s *Server) handleReposRemoveStatusCheckContextsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveStatusCheckContexts", + OperationName: ReposRemoveStatusCheckContextsOperation, OperationSummary: "Remove status check contexts", OperationID: "repos/remove-status-check-contexts", Body: request, @@ -75396,7 +75396,7 @@ func (s *Server) handleReposRemoveStatusCheckProtectionRequest(args [3]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveStatusCheckProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveStatusCheckProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75427,7 +75427,7 @@ func (s *Server) handleReposRemoveStatusCheckProtectionRequest(args [3]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveStatusCheckProtection", + Name: ReposRemoveStatusCheckProtectionOperation, ID: "repos/remove-status-check-protection", } ) @@ -75446,7 +75446,7 @@ func (s *Server) handleReposRemoveStatusCheckProtectionRequest(args [3]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveStatusCheckProtection", + OperationName: ReposRemoveStatusCheckProtectionOperation, OperationSummary: "Remove status check protection", OperationID: "repos/remove-status-check-protection", Body: nil, @@ -75530,7 +75530,7 @@ func (s *Server) handleReposRemoveTeamAccessRestrictionsRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveTeamAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75561,7 +75561,7 @@ func (s *Server) handleReposRemoveTeamAccessRestrictionsRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveTeamAccessRestrictions", + Name: ReposRemoveTeamAccessRestrictionsOperation, ID: "repos/remove-team-access-restrictions", } ) @@ -75595,7 +75595,7 @@ func (s *Server) handleReposRemoveTeamAccessRestrictionsRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveTeamAccessRestrictions", + OperationName: ReposRemoveTeamAccessRestrictionsOperation, OperationSummary: "Remove team access restrictions", OperationID: "repos/remove-team-access-restrictions", Body: request, @@ -75678,7 +75678,7 @@ func (s *Server) handleReposRemoveUserAccessRestrictionsRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRemoveUserAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRemoveUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75709,7 +75709,7 @@ func (s *Server) handleReposRemoveUserAccessRestrictionsRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRemoveUserAccessRestrictions", + Name: ReposRemoveUserAccessRestrictionsOperation, ID: "repos/remove-user-access-restrictions", } ) @@ -75743,7 +75743,7 @@ func (s *Server) handleReposRemoveUserAccessRestrictionsRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRemoveUserAccessRestrictions", + OperationName: ReposRemoveUserAccessRestrictionsOperation, OperationSummary: "Remove user access restrictions", OperationID: "repos/remove-user-access-restrictions", Body: request, @@ -75825,7 +75825,7 @@ func (s *Server) handleReposRenameBranchRequest(args [3]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRenameBranch", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRenameBranchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75856,7 +75856,7 @@ func (s *Server) handleReposRenameBranchRequest(args [3]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRenameBranch", + Name: ReposRenameBranchOperation, ID: "repos/rename-branch", } ) @@ -75890,7 +75890,7 @@ func (s *Server) handleReposRenameBranchRequest(args [3]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRenameBranch", + OperationName: ReposRenameBranchOperation, OperationSummary: "Rename a branch", OperationID: "repos/rename-branch", Body: request, @@ -75960,7 +75960,7 @@ func (s *Server) handleReposReplaceAllTopicsRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposReplaceAllTopics", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposReplaceAllTopicsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75991,7 +75991,7 @@ func (s *Server) handleReposReplaceAllTopicsRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposReplaceAllTopics", + Name: ReposReplaceAllTopicsOperation, ID: "repos/replace-all-topics", } ) @@ -76025,7 +76025,7 @@ func (s *Server) handleReposReplaceAllTopicsRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposReplaceAllTopics", + OperationName: ReposReplaceAllTopicsOperation, OperationSummary: "Replace all repository topics", OperationID: "repos/replace-all-topics", Body: request, @@ -76096,7 +76096,7 @@ func (s *Server) handleReposRequestPagesBuildRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposRequestPagesBuild", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposRequestPagesBuildOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76127,7 +76127,7 @@ func (s *Server) handleReposRequestPagesBuildRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposRequestPagesBuild", + Name: ReposRequestPagesBuildOperation, ID: "repos/request-pages-build", } ) @@ -76146,7 +76146,7 @@ func (s *Server) handleReposRequestPagesBuildRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposRequestPagesBuild", + OperationName: ReposRequestPagesBuildOperation, OperationSummary: "Request a GitHub Pages build", OperationID: "repos/request-pages-build", Body: nil, @@ -76218,7 +76218,7 @@ func (s *Server) handleReposSetAdminBranchProtectionRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposSetAdminBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposSetAdminBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76249,7 +76249,7 @@ func (s *Server) handleReposSetAdminBranchProtectionRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposSetAdminBranchProtection", + Name: ReposSetAdminBranchProtectionOperation, ID: "repos/set-admin-branch-protection", } ) @@ -76268,7 +76268,7 @@ func (s *Server) handleReposSetAdminBranchProtectionRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposSetAdminBranchProtection", + OperationName: ReposSetAdminBranchProtectionOperation, OperationSummary: "Set admin branch protection", OperationID: "repos/set-admin-branch-protection", Body: nil, @@ -76354,7 +76354,7 @@ func (s *Server) handleReposSetAppAccessRestrictionsRequest(args [3]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposSetAppAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposSetAppAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76385,7 +76385,7 @@ func (s *Server) handleReposSetAppAccessRestrictionsRequest(args [3]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposSetAppAccessRestrictions", + Name: ReposSetAppAccessRestrictionsOperation, ID: "repos/set-app-access-restrictions", } ) @@ -76419,7 +76419,7 @@ func (s *Server) handleReposSetAppAccessRestrictionsRequest(args [3]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposSetAppAccessRestrictions", + OperationName: ReposSetAppAccessRestrictionsOperation, OperationSummary: "Set app access restrictions", OperationID: "repos/set-app-access-restrictions", Body: request, @@ -76493,7 +76493,7 @@ func (s *Server) handleReposSetStatusCheckContextsRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposSetStatusCheckContexts", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposSetStatusCheckContextsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76524,7 +76524,7 @@ func (s *Server) handleReposSetStatusCheckContextsRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposSetStatusCheckContexts", + Name: ReposSetStatusCheckContextsOperation, ID: "repos/set-status-check-contexts", } ) @@ -76558,7 +76558,7 @@ func (s *Server) handleReposSetStatusCheckContextsRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposSetStatusCheckContexts", + OperationName: ReposSetStatusCheckContextsOperation, OperationSummary: "Set status check contexts", OperationID: "repos/set-status-check-contexts", Body: request, @@ -76643,7 +76643,7 @@ func (s *Server) handleReposSetTeamAccessRestrictionsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposSetTeamAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposSetTeamAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76674,7 +76674,7 @@ func (s *Server) handleReposSetTeamAccessRestrictionsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposSetTeamAccessRestrictions", + Name: ReposSetTeamAccessRestrictionsOperation, ID: "repos/set-team-access-restrictions", } ) @@ -76708,7 +76708,7 @@ func (s *Server) handleReposSetTeamAccessRestrictionsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposSetTeamAccessRestrictions", + OperationName: ReposSetTeamAccessRestrictionsOperation, OperationSummary: "Set team access restrictions", OperationID: "repos/set-team-access-restrictions", Body: request, @@ -76792,7 +76792,7 @@ func (s *Server) handleReposSetUserAccessRestrictionsRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposSetUserAccessRestrictions", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposSetUserAccessRestrictionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76823,7 +76823,7 @@ func (s *Server) handleReposSetUserAccessRestrictionsRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposSetUserAccessRestrictions", + Name: ReposSetUserAccessRestrictionsOperation, ID: "repos/set-user-access-restrictions", } ) @@ -76857,7 +76857,7 @@ func (s *Server) handleReposSetUserAccessRestrictionsRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposSetUserAccessRestrictions", + OperationName: ReposSetUserAccessRestrictionsOperation, OperationSummary: "Set user access restrictions", OperationID: "repos/set-user-access-restrictions", Body: request, @@ -76930,7 +76930,7 @@ func (s *Server) handleReposTestPushWebhookRequest(args [3]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposTestPushWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposTestPushWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76961,7 +76961,7 @@ func (s *Server) handleReposTestPushWebhookRequest(args [3]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposTestPushWebhook", + Name: ReposTestPushWebhookOperation, ID: "repos/test-push-webhook", } ) @@ -76980,7 +76980,7 @@ func (s *Server) handleReposTestPushWebhookRequest(args [3]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposTestPushWebhook", + OperationName: ReposTestPushWebhookOperation, OperationSummary: "Test the push repository webhook", OperationID: "repos/test-push-webhook", Body: nil, @@ -77054,7 +77054,7 @@ func (s *Server) handleReposTransferRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposTransfer", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposTransferOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77085,7 +77085,7 @@ func (s *Server) handleReposTransferRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposTransfer", + Name: ReposTransferOperation, ID: "repos/transfer", } ) @@ -77119,7 +77119,7 @@ func (s *Server) handleReposTransferRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposTransfer", + OperationName: ReposTransferOperation, OperationSummary: "Transfer a repository", OperationID: "repos/transfer", Body: request, @@ -77186,7 +77186,7 @@ func (s *Server) handleReposUpdateRequest(args [2]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdate", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77217,7 +77217,7 @@ func (s *Server) handleReposUpdateRequest(args [2]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdate", + Name: ReposUpdateOperation, ID: "repos/update", } ) @@ -77251,7 +77251,7 @@ func (s *Server) handleReposUpdateRequest(args [2]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdate", + OperationName: ReposUpdateOperation, OperationSummary: "Update a repository", OperationID: "repos/update", Body: request, @@ -77324,7 +77324,7 @@ func (s *Server) handleReposUpdateBranchProtectionRequest(args [3]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateBranchProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateBranchProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77355,7 +77355,7 @@ func (s *Server) handleReposUpdateBranchProtectionRequest(args [3]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateBranchProtection", + Name: ReposUpdateBranchProtectionOperation, ID: "repos/update-branch-protection", } ) @@ -77389,7 +77389,7 @@ func (s *Server) handleReposUpdateBranchProtectionRequest(args [3]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateBranchProtection", + OperationName: ReposUpdateBranchProtectionOperation, OperationSummary: "Update branch protection", OperationID: "repos/update-branch-protection", Body: request, @@ -77459,7 +77459,7 @@ func (s *Server) handleReposUpdateCommitCommentRequest(args [3]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateCommitComment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateCommitCommentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77490,7 +77490,7 @@ func (s *Server) handleReposUpdateCommitCommentRequest(args [3]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateCommitComment", + Name: ReposUpdateCommitCommentOperation, ID: "repos/update-commit-comment", } ) @@ -77524,7 +77524,7 @@ func (s *Server) handleReposUpdateCommitCommentRequest(args [3]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateCommitComment", + OperationName: ReposUpdateCommitCommentOperation, OperationSummary: "Update a commit comment", OperationID: "repos/update-commit-comment", Body: request, @@ -77594,7 +77594,7 @@ func (s *Server) handleReposUpdateInvitationRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateInvitation", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateInvitationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77625,7 +77625,7 @@ func (s *Server) handleReposUpdateInvitationRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateInvitation", + Name: ReposUpdateInvitationOperation, ID: "repos/update-invitation", } ) @@ -77659,7 +77659,7 @@ func (s *Server) handleReposUpdateInvitationRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateInvitation", + OperationName: ReposUpdateInvitationOperation, OperationSummary: "Update a repository invitation", OperationID: "repos/update-invitation", Body: request, @@ -77736,7 +77736,7 @@ func (s *Server) handleReposUpdatePullRequestReviewProtectionRequest(args [3]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdatePullRequestReviewProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdatePullRequestReviewProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77767,7 +77767,7 @@ func (s *Server) handleReposUpdatePullRequestReviewProtectionRequest(args [3]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdatePullRequestReviewProtection", + Name: ReposUpdatePullRequestReviewProtectionOperation, ID: "repos/update-pull-request-review-protection", } ) @@ -77801,7 +77801,7 @@ func (s *Server) handleReposUpdatePullRequestReviewProtectionRequest(args [3]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdatePullRequestReviewProtection", + OperationName: ReposUpdatePullRequestReviewProtectionOperation, OperationSummary: "Update pull request review protection", OperationID: "repos/update-pull-request-review-protection", Body: request, @@ -77871,7 +77871,7 @@ func (s *Server) handleReposUpdateReleaseRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateRelease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateReleaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77902,7 +77902,7 @@ func (s *Server) handleReposUpdateReleaseRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateRelease", + Name: ReposUpdateReleaseOperation, ID: "repos/update-release", } ) @@ -77936,7 +77936,7 @@ func (s *Server) handleReposUpdateReleaseRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateRelease", + OperationName: ReposUpdateReleaseOperation, OperationSummary: "Update a release", OperationID: "repos/update-release", Body: request, @@ -78006,7 +78006,7 @@ func (s *Server) handleReposUpdateReleaseAssetRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateReleaseAsset", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateReleaseAssetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78037,7 +78037,7 @@ func (s *Server) handleReposUpdateReleaseAssetRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateReleaseAsset", + Name: ReposUpdateReleaseAssetOperation, ID: "repos/update-release-asset", } ) @@ -78071,7 +78071,7 @@ func (s *Server) handleReposUpdateReleaseAssetRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateReleaseAsset", + OperationName: ReposUpdateReleaseAssetOperation, OperationSummary: "Update a release asset", OperationID: "repos/update-release-asset", Body: request, @@ -78147,7 +78147,7 @@ func (s *Server) handleReposUpdateStatusCheckProtectionRequest(args [3]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateStatusCheckProtection", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateStatusCheckProtectionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78178,7 +78178,7 @@ func (s *Server) handleReposUpdateStatusCheckProtectionRequest(args [3]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateStatusCheckProtection", + Name: ReposUpdateStatusCheckProtectionOperation, ID: "repos/update-status-check-protection", } ) @@ -78212,7 +78212,7 @@ func (s *Server) handleReposUpdateStatusCheckProtectionRequest(args [3]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateStatusCheckProtection", + OperationName: ReposUpdateStatusCheckProtectionOperation, OperationSummary: "Update status check protection", OperationID: "repos/update-status-check-protection", Body: request, @@ -78285,7 +78285,7 @@ func (s *Server) handleReposUpdateWebhookRequest(args [3]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78316,7 +78316,7 @@ func (s *Server) handleReposUpdateWebhookRequest(args [3]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateWebhook", + Name: ReposUpdateWebhookOperation, ID: "repos/update-webhook", } ) @@ -78350,7 +78350,7 @@ func (s *Server) handleReposUpdateWebhookRequest(args [3]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateWebhook", + OperationName: ReposUpdateWebhookOperation, OperationSummary: "Update a repository webhook", OperationID: "repos/update-webhook", Body: request, @@ -78424,7 +78424,7 @@ func (s *Server) handleReposUpdateWebhookConfigForRepoRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUpdateWebhookConfigForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUpdateWebhookConfigForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78455,7 +78455,7 @@ func (s *Server) handleReposUpdateWebhookConfigForRepoRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUpdateWebhookConfigForRepo", + Name: ReposUpdateWebhookConfigForRepoOperation, ID: "repos/update-webhook-config-for-repo", } ) @@ -78489,7 +78489,7 @@ func (s *Server) handleReposUpdateWebhookConfigForRepoRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUpdateWebhookConfigForRepo", + OperationName: ReposUpdateWebhookConfigForRepoOperation, OperationSummary: "Update a webhook configuration for a repository", OperationID: "repos/update-webhook-config-for-repo", Body: request, @@ -78584,7 +78584,7 @@ func (s *Server) handleReposUploadReleaseAssetRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReposUploadReleaseAsset", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReposUploadReleaseAssetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78615,7 +78615,7 @@ func (s *Server) handleReposUploadReleaseAssetRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReposUploadReleaseAsset", + Name: ReposUploadReleaseAssetOperation, ID: "repos/upload-release-asset", } ) @@ -78649,7 +78649,7 @@ func (s *Server) handleReposUploadReleaseAssetRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReposUploadReleaseAsset", + OperationName: ReposUploadReleaseAssetOperation, OperationSummary: "Upload a release asset", OperationID: "repos/upload-release-asset", Body: request, @@ -78727,7 +78727,7 @@ func (s *Server) handleScimDeleteUserFromOrgRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ScimDeleteUserFromOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), ScimDeleteUserFromOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78758,7 +78758,7 @@ func (s *Server) handleScimDeleteUserFromOrgRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ScimDeleteUserFromOrg", + Name: ScimDeleteUserFromOrgOperation, ID: "scim/delete-user-from-org", } ) @@ -78777,7 +78777,7 @@ func (s *Server) handleScimDeleteUserFromOrgRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ScimDeleteUserFromOrg", + OperationName: ScimDeleteUserFromOrgOperation, OperationSummary: "Delete a SCIM user from an organization", OperationID: "scim/delete-user-from-org", Body: nil, @@ -78862,7 +78862,7 @@ func (s *Server) handleSearchCodeRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchCode", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchCodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78893,7 +78893,7 @@ func (s *Server) handleSearchCodeRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchCode", + Name: SearchCodeOperation, ID: "search/code", } ) @@ -78912,7 +78912,7 @@ func (s *Server) handleSearchCodeRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchCode", + OperationName: SearchCodeOperation, OperationSummary: "Search code", OperationID: "search/code", Body: nil, @@ -79000,7 +79000,7 @@ func (s *Server) handleSearchCommitsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchCommits", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchCommitsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79031,7 +79031,7 @@ func (s *Server) handleSearchCommitsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchCommits", + Name: SearchCommitsOperation, ID: "search/commits", } ) @@ -79050,7 +79050,7 @@ func (s *Server) handleSearchCommitsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchCommits", + OperationName: SearchCommitsOperation, OperationSummary: "Search commits", OperationID: "search/commits", Body: nil, @@ -79150,7 +79150,7 @@ func (s *Server) handleSearchIssuesAndPullRequestsRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchIssuesAndPullRequests", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchIssuesAndPullRequestsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79181,7 +79181,7 @@ func (s *Server) handleSearchIssuesAndPullRequestsRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchIssuesAndPullRequests", + Name: SearchIssuesAndPullRequestsOperation, ID: "search/issues-and-pull-requests", } ) @@ -79200,7 +79200,7 @@ func (s *Server) handleSearchIssuesAndPullRequestsRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchIssuesAndPullRequests", + OperationName: SearchIssuesAndPullRequestsOperation, OperationSummary: "Search issues and pull requests", OperationID: "search/issues-and-pull-requests", Body: nil, @@ -79287,7 +79287,7 @@ func (s *Server) handleSearchLabelsRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchLabels", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchLabelsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79318,7 +79318,7 @@ func (s *Server) handleSearchLabelsRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchLabels", + Name: SearchLabelsOperation, ID: "search/labels", } ) @@ -79337,7 +79337,7 @@ func (s *Server) handleSearchLabelsRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchLabels", + OperationName: SearchLabelsOperation, OperationSummary: "Search labels", OperationID: "search/labels", Body: nil, @@ -79434,7 +79434,7 @@ func (s *Server) handleSearchReposRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchRepos", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchReposOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79465,7 +79465,7 @@ func (s *Server) handleSearchReposRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchRepos", + Name: SearchReposOperation, ID: "search/repos", } ) @@ -79484,7 +79484,7 @@ func (s *Server) handleSearchReposRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchRepos", + OperationName: SearchReposOperation, OperationSummary: "Search repositories", OperationID: "search/repos", Body: nil, @@ -79575,7 +79575,7 @@ func (s *Server) handleSearchTopicsRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchTopics", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchTopicsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79606,7 +79606,7 @@ func (s *Server) handleSearchTopicsRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchTopics", + Name: SearchTopicsOperation, ID: "search/topics", } ) @@ -79625,7 +79625,7 @@ func (s *Server) handleSearchTopicsRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchTopics", + OperationName: SearchTopicsOperation, OperationSummary: "Search topics", OperationID: "search/topics", Body: nil, @@ -79706,7 +79706,7 @@ func (s *Server) handleSearchUsersRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchUsers", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchUsersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79737,7 +79737,7 @@ func (s *Server) handleSearchUsersRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchUsers", + Name: SearchUsersOperation, ID: "search/users", } ) @@ -79756,7 +79756,7 @@ func (s *Server) handleSearchUsersRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchUsers", + OperationName: SearchUsersOperation, OperationSummary: "Search users", OperationID: "search/users", Body: nil, @@ -79837,7 +79837,7 @@ func (s *Server) handleSecretScanningGetAlertRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecretScanningGetAlert", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecretScanningGetAlertOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79868,7 +79868,7 @@ func (s *Server) handleSecretScanningGetAlertRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecretScanningGetAlert", + Name: SecretScanningGetAlertOperation, ID: "secret-scanning/get-alert", } ) @@ -79887,7 +79887,7 @@ func (s *Server) handleSecretScanningGetAlertRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecretScanningGetAlert", + OperationName: SecretScanningGetAlertOperation, OperationSummary: "Get a secret scanning alert", OperationID: "secret-scanning/get-alert", Body: nil, @@ -79961,7 +79961,7 @@ func (s *Server) handleSecretScanningListAlertsForOrgRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecretScanningListAlertsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecretScanningListAlertsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79992,7 +79992,7 @@ func (s *Server) handleSecretScanningListAlertsForOrgRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecretScanningListAlertsForOrg", + Name: SecretScanningListAlertsForOrgOperation, ID: "secret-scanning/list-alerts-for-org", } ) @@ -80011,7 +80011,7 @@ func (s *Server) handleSecretScanningListAlertsForOrgRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecretScanningListAlertsForOrg", + OperationName: SecretScanningListAlertsForOrgOperation, OperationSummary: "List secret scanning alerts by organization", OperationID: "secret-scanning/list-alerts-for-org", Body: nil, @@ -80092,7 +80092,7 @@ func (s *Server) handleSecretScanningListAlertsForRepoRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecretScanningListAlertsForRepo", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecretScanningListAlertsForRepoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80123,7 +80123,7 @@ func (s *Server) handleSecretScanningListAlertsForRepoRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecretScanningListAlertsForRepo", + Name: SecretScanningListAlertsForRepoOperation, ID: "secret-scanning/list-alerts-for-repo", } ) @@ -80142,7 +80142,7 @@ func (s *Server) handleSecretScanningListAlertsForRepoRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecretScanningListAlertsForRepo", + OperationName: SecretScanningListAlertsForRepoOperation, OperationSummary: "List secret scanning alerts for a repository", OperationID: "secret-scanning/list-alerts-for-repo", Body: nil, @@ -80227,7 +80227,7 @@ func (s *Server) handleSecretScanningUpdateAlertRequest(args [3]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecretScanningUpdateAlert", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecretScanningUpdateAlertOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80258,7 +80258,7 @@ func (s *Server) handleSecretScanningUpdateAlertRequest(args [3]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecretScanningUpdateAlert", + Name: SecretScanningUpdateAlertOperation, ID: "secret-scanning/update-alert", } ) @@ -80292,7 +80292,7 @@ func (s *Server) handleSecretScanningUpdateAlertRequest(args [3]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecretScanningUpdateAlert", + OperationName: SecretScanningUpdateAlertOperation, OperationSummary: "Update a secret scanning alert", OperationID: "secret-scanning/update-alert", Body: request, @@ -80383,7 +80383,7 @@ func (s *Server) handleTeamsAddMemberLegacyRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddMemberLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddMemberLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80414,7 +80414,7 @@ func (s *Server) handleTeamsAddMemberLegacyRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddMemberLegacy", + Name: TeamsAddMemberLegacyOperation, ID: "teams/add-member-legacy", } ) @@ -80433,7 +80433,7 @@ func (s *Server) handleTeamsAddMemberLegacyRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddMemberLegacy", + OperationName: TeamsAddMemberLegacyOperation, OperationSummary: "Add team member (Legacy)", OperationID: "teams/add-member-legacy", Body: nil, @@ -80520,7 +80520,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserInOrgRequest(args [3]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateMembershipForUserInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80551,7 +80551,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserInOrgRequest(args [3]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateMembershipForUserInOrg", + Name: TeamsAddOrUpdateMembershipForUserInOrgOperation, ID: "teams/add-or-update-membership-for-user-in-org", } ) @@ -80585,7 +80585,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserInOrgRequest(args [3]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateMembershipForUserInOrg", + OperationName: TeamsAddOrUpdateMembershipForUserInOrgOperation, OperationSummary: "Add or update team membership for a user", OperationID: "teams/add-or-update-membership-for-user-in-org", Body: request, @@ -80681,7 +80681,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserLegacyRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateMembershipForUserLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80712,7 +80712,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserLegacyRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateMembershipForUserLegacy", + Name: TeamsAddOrUpdateMembershipForUserLegacyOperation, ID: "teams/add-or-update-membership-for-user-legacy", } ) @@ -80746,7 +80746,7 @@ func (s *Server) handleTeamsAddOrUpdateMembershipForUserLegacyRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateMembershipForUserLegacy", + OperationName: TeamsAddOrUpdateMembershipForUserLegacyOperation, OperationSummary: "Add or update team membership for a user (Legacy)", OperationID: "teams/add-or-update-membership-for-user-legacy", Body: request, @@ -80816,7 +80816,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsInOrgRequest(args [3]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateProjectPermissionsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateProjectPermissionsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80847,7 +80847,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsInOrgRequest(args [3]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateProjectPermissionsInOrg", + Name: TeamsAddOrUpdateProjectPermissionsInOrgOperation, ID: "teams/add-or-update-project-permissions-in-org", } ) @@ -80881,7 +80881,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsInOrgRequest(args [3]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateProjectPermissionsInOrg", + OperationName: TeamsAddOrUpdateProjectPermissionsInOrgOperation, OperationSummary: "Add or update team project permissions", OperationID: "teams/add-or-update-project-permissions-in-org", Body: request, @@ -80959,7 +80959,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsLegacyRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateProjectPermissionsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateProjectPermissionsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80990,7 +80990,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsLegacyRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateProjectPermissionsLegacy", + Name: TeamsAddOrUpdateProjectPermissionsLegacyOperation, ID: "teams/add-or-update-project-permissions-legacy", } ) @@ -81024,7 +81024,7 @@ func (s *Server) handleTeamsAddOrUpdateProjectPermissionsLegacyRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateProjectPermissionsLegacy", + OperationName: TeamsAddOrUpdateProjectPermissionsLegacyOperation, OperationSummary: "Add or update team project permissions (Legacy)", OperationID: "teams/add-or-update-project-permissions-legacy", Body: request, @@ -81101,7 +81101,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsInOrgRequest(args [4]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateRepoPermissionsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateRepoPermissionsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81132,7 +81132,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsInOrgRequest(args [4]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateRepoPermissionsInOrg", + Name: TeamsAddOrUpdateRepoPermissionsInOrgOperation, ID: "teams/add-or-update-repo-permissions-in-org", } ) @@ -81166,7 +81166,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsInOrgRequest(args [4]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateRepoPermissionsInOrg", + OperationName: TeamsAddOrUpdateRepoPermissionsInOrgOperation, OperationSummary: "Add or update team repository permissions", OperationID: "teams/add-or-update-repo-permissions-in-org", Body: request, @@ -81253,7 +81253,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsLegacyRequest(args [3]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsAddOrUpdateRepoPermissionsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsAddOrUpdateRepoPermissionsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81284,7 +81284,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsLegacyRequest(args [3]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsAddOrUpdateRepoPermissionsLegacy", + Name: TeamsAddOrUpdateRepoPermissionsLegacyOperation, ID: "teams/add-or-update-repo-permissions-legacy", } ) @@ -81318,7 +81318,7 @@ func (s *Server) handleTeamsAddOrUpdateRepoPermissionsLegacyRequest(args [3]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsAddOrUpdateRepoPermissionsLegacy", + OperationName: TeamsAddOrUpdateRepoPermissionsLegacyOperation, OperationSummary: "Add or update team repository permissions (Legacy)", OperationID: "teams/add-or-update-repo-permissions-legacy", Body: request, @@ -81391,7 +81391,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectInOrgRequest(args [3]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCheckPermissionsForProjectInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCheckPermissionsForProjectInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81422,7 +81422,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectInOrgRequest(args [3]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCheckPermissionsForProjectInOrg", + Name: TeamsCheckPermissionsForProjectInOrgOperation, ID: "teams/check-permissions-for-project-in-org", } ) @@ -81441,7 +81441,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectInOrgRequest(args [3]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCheckPermissionsForProjectInOrg", + OperationName: TeamsCheckPermissionsForProjectInOrgOperation, OperationSummary: "Check team permissions for a project", OperationID: "teams/check-permissions-for-project-in-org", Body: nil, @@ -81518,7 +81518,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectLegacyRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCheckPermissionsForProjectLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCheckPermissionsForProjectLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81549,7 +81549,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectLegacyRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCheckPermissionsForProjectLegacy", + Name: TeamsCheckPermissionsForProjectLegacyOperation, ID: "teams/check-permissions-for-project-legacy", } ) @@ -81568,7 +81568,7 @@ func (s *Server) handleTeamsCheckPermissionsForProjectLegacyRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCheckPermissionsForProjectLegacy", + OperationName: TeamsCheckPermissionsForProjectLegacyOperation, OperationSummary: "Check team permissions for a project (Legacy)", OperationID: "teams/check-permissions-for-project-legacy", Body: nil, @@ -81642,7 +81642,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoInOrgRequest(args [4]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCheckPermissionsForRepoInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCheckPermissionsForRepoInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81673,7 +81673,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoInOrgRequest(args [4]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCheckPermissionsForRepoInOrg", + Name: TeamsCheckPermissionsForRepoInOrgOperation, ID: "teams/check-permissions-for-repo-in-org", } ) @@ -81692,7 +81692,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoInOrgRequest(args [4]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCheckPermissionsForRepoInOrg", + OperationName: TeamsCheckPermissionsForRepoInOrgOperation, OperationSummary: "Check team permissions for a repository", OperationID: "teams/check-permissions-for-repo-in-org", Body: nil, @@ -81775,7 +81775,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoLegacyRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCheckPermissionsForRepoLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCheckPermissionsForRepoLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81806,7 +81806,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoLegacyRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCheckPermissionsForRepoLegacy", + Name: TeamsCheckPermissionsForRepoLegacyOperation, ID: "teams/check-permissions-for-repo-legacy", } ) @@ -81825,7 +81825,7 @@ func (s *Server) handleTeamsCheckPermissionsForRepoLegacyRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCheckPermissionsForRepoLegacy", + OperationName: TeamsCheckPermissionsForRepoLegacyOperation, OperationSummary: "Check team permissions for a repository (Legacy)", OperationID: "teams/check-permissions-for-repo-legacy", Body: nil, @@ -81902,7 +81902,7 @@ func (s *Server) handleTeamsCreateRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81933,7 +81933,7 @@ func (s *Server) handleTeamsCreateRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreate", + Name: TeamsCreateOperation, ID: "teams/create", } ) @@ -81967,7 +81967,7 @@ func (s *Server) handleTeamsCreateRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreate", + OperationName: TeamsCreateOperation, OperationSummary: "Create a team", OperationID: "teams/create", Body: request, @@ -82039,7 +82039,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentInOrgRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82070,7 +82070,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentInOrgRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateDiscussionCommentInOrg", + Name: TeamsCreateDiscussionCommentInOrgOperation, ID: "teams/create-discussion-comment-in-org", } ) @@ -82104,7 +82104,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentInOrgRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateDiscussionCommentInOrg", + OperationName: TeamsCreateDiscussionCommentInOrgOperation, OperationSummary: "Create a discussion comment", OperationID: "teams/create-discussion-comment-in-org", Body: request, @@ -82187,7 +82187,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentLegacyRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82218,7 +82218,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentLegacyRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateDiscussionCommentLegacy", + Name: TeamsCreateDiscussionCommentLegacyOperation, ID: "teams/create-discussion-comment-legacy", } ) @@ -82252,7 +82252,7 @@ func (s *Server) handleTeamsCreateDiscussionCommentLegacyRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateDiscussionCommentLegacy", + OperationName: TeamsCreateDiscussionCommentLegacyOperation, OperationSummary: "Create a discussion comment (Legacy)", OperationID: "teams/create-discussion-comment-legacy", Body: request, @@ -82328,7 +82328,7 @@ func (s *Server) handleTeamsCreateDiscussionInOrgRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82359,7 +82359,7 @@ func (s *Server) handleTeamsCreateDiscussionInOrgRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateDiscussionInOrg", + Name: TeamsCreateDiscussionInOrgOperation, ID: "teams/create-discussion-in-org", } ) @@ -82393,7 +82393,7 @@ func (s *Server) handleTeamsCreateDiscussionInOrgRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateDiscussionInOrg", + OperationName: TeamsCreateDiscussionInOrgOperation, OperationSummary: "Create a discussion", OperationID: "teams/create-discussion-in-org", Body: request, @@ -82472,7 +82472,7 @@ func (s *Server) handleTeamsCreateDiscussionLegacyRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82503,7 +82503,7 @@ func (s *Server) handleTeamsCreateDiscussionLegacyRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateDiscussionLegacy", + Name: TeamsCreateDiscussionLegacyOperation, ID: "teams/create-discussion-legacy", } ) @@ -82537,7 +82537,7 @@ func (s *Server) handleTeamsCreateDiscussionLegacyRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateDiscussionLegacy", + OperationName: TeamsCreateDiscussionLegacyOperation, OperationSummary: "Create a discussion (Legacy)", OperationID: "teams/create-discussion-legacy", Body: request, @@ -82606,7 +82606,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsInOrgRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateOrUpdateIdpGroupConnectionsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82637,7 +82637,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsInOrgRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateOrUpdateIdpGroupConnectionsInOrg", + Name: TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation, ID: "teams/create-or-update-idp-group-connections-in-org", } ) @@ -82671,7 +82671,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsInOrgRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateOrUpdateIdpGroupConnectionsInOrg", + OperationName: TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation, OperationSummary: "Create or update IdP group connections", OperationID: "teams/create-or-update-idp-group-connections-in-org", Body: request, @@ -82748,7 +82748,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsLegacyRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsCreateOrUpdateIdpGroupConnectionsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82779,7 +82779,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsLegacyRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsCreateOrUpdateIdpGroupConnectionsLegacy", + Name: TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation, ID: "teams/create-or-update-idp-group-connections-legacy", } ) @@ -82813,7 +82813,7 @@ func (s *Server) handleTeamsCreateOrUpdateIdpGroupConnectionsLegacyRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsCreateOrUpdateIdpGroupConnectionsLegacy", + OperationName: TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation, OperationSummary: "Create or update IdP group connections (Legacy)", OperationID: "teams/create-or-update-idp-group-connections-legacy", Body: request, @@ -82878,7 +82878,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentInOrgRequest(args [4]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82909,7 +82909,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentInOrgRequest(args [4]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteDiscussionCommentInOrg", + Name: TeamsDeleteDiscussionCommentInOrgOperation, ID: "teams/delete-discussion-comment-in-org", } ) @@ -82928,7 +82928,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentInOrgRequest(args [4]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteDiscussionCommentInOrg", + OperationName: TeamsDeleteDiscussionCommentInOrgOperation, OperationSummary: "Delete a discussion comment", OperationID: "teams/delete-discussion-comment-in-org", Body: nil, @@ -83008,7 +83008,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentLegacyRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83039,7 +83039,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentLegacyRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteDiscussionCommentLegacy", + Name: TeamsDeleteDiscussionCommentLegacyOperation, ID: "teams/delete-discussion-comment-legacy", } ) @@ -83058,7 +83058,7 @@ func (s *Server) handleTeamsDeleteDiscussionCommentLegacyRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteDiscussionCommentLegacy", + OperationName: TeamsDeleteDiscussionCommentLegacyOperation, OperationSummary: "Delete a discussion comment (Legacy)", OperationID: "teams/delete-discussion-comment-legacy", Body: nil, @@ -83131,7 +83131,7 @@ func (s *Server) handleTeamsDeleteDiscussionInOrgRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83162,7 +83162,7 @@ func (s *Server) handleTeamsDeleteDiscussionInOrgRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteDiscussionInOrg", + Name: TeamsDeleteDiscussionInOrgOperation, ID: "teams/delete-discussion-in-org", } ) @@ -83181,7 +83181,7 @@ func (s *Server) handleTeamsDeleteDiscussionInOrgRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteDiscussionInOrg", + OperationName: TeamsDeleteDiscussionInOrgOperation, OperationSummary: "Delete a discussion", OperationID: "teams/delete-discussion-in-org", Body: nil, @@ -83257,7 +83257,7 @@ func (s *Server) handleTeamsDeleteDiscussionLegacyRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83288,7 +83288,7 @@ func (s *Server) handleTeamsDeleteDiscussionLegacyRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteDiscussionLegacy", + Name: TeamsDeleteDiscussionLegacyOperation, ID: "teams/delete-discussion-legacy", } ) @@ -83307,7 +83307,7 @@ func (s *Server) handleTeamsDeleteDiscussionLegacyRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteDiscussionLegacy", + OperationName: TeamsDeleteDiscussionLegacyOperation, OperationSummary: "Delete a discussion (Legacy)", OperationID: "teams/delete-discussion-legacy", Body: nil, @@ -83377,7 +83377,7 @@ func (s *Server) handleTeamsDeleteInOrgRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83408,7 +83408,7 @@ func (s *Server) handleTeamsDeleteInOrgRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteInOrg", + Name: TeamsDeleteInOrgOperation, ID: "teams/delete-in-org", } ) @@ -83427,7 +83427,7 @@ func (s *Server) handleTeamsDeleteInOrgRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteInOrg", + OperationName: TeamsDeleteInOrgOperation, OperationSummary: "Delete a team", OperationID: "teams/delete-in-org", Body: nil, @@ -83500,7 +83500,7 @@ func (s *Server) handleTeamsDeleteLegacyRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsDeleteLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsDeleteLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83531,7 +83531,7 @@ func (s *Server) handleTeamsDeleteLegacyRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsDeleteLegacy", + Name: TeamsDeleteLegacyOperation, ID: "teams/delete-legacy", } ) @@ -83550,7 +83550,7 @@ func (s *Server) handleTeamsDeleteLegacyRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsDeleteLegacy", + OperationName: TeamsDeleteLegacyOperation, OperationSummary: "Delete a team (Legacy)", OperationID: "teams/delete-legacy", Body: nil, @@ -83614,7 +83614,7 @@ func (s *Server) handleTeamsGetByNameRequest(args [2]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetByName", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetByNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83645,7 +83645,7 @@ func (s *Server) handleTeamsGetByNameRequest(args [2]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetByName", + Name: TeamsGetByNameOperation, ID: "teams/get-by-name", } ) @@ -83664,7 +83664,7 @@ func (s *Server) handleTeamsGetByNameRequest(args [2]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetByName", + OperationName: TeamsGetByNameOperation, OperationSummary: "Get a team by name", OperationID: "teams/get-by-name", Body: nil, @@ -83733,7 +83733,7 @@ func (s *Server) handleTeamsGetDiscussionCommentInOrgRequest(args [4]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83764,7 +83764,7 @@ func (s *Server) handleTeamsGetDiscussionCommentInOrgRequest(args [4]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetDiscussionCommentInOrg", + Name: TeamsGetDiscussionCommentInOrgOperation, ID: "teams/get-discussion-comment-in-org", } ) @@ -83783,7 +83783,7 @@ func (s *Server) handleTeamsGetDiscussionCommentInOrgRequest(args [4]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetDiscussionCommentInOrg", + OperationName: TeamsGetDiscussionCommentInOrgOperation, OperationSummary: "Get a discussion comment", OperationID: "teams/get-discussion-comment-in-org", Body: nil, @@ -83863,7 +83863,7 @@ func (s *Server) handleTeamsGetDiscussionCommentLegacyRequest(args [3]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83894,7 +83894,7 @@ func (s *Server) handleTeamsGetDiscussionCommentLegacyRequest(args [3]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetDiscussionCommentLegacy", + Name: TeamsGetDiscussionCommentLegacyOperation, ID: "teams/get-discussion-comment-legacy", } ) @@ -83913,7 +83913,7 @@ func (s *Server) handleTeamsGetDiscussionCommentLegacyRequest(args [3]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetDiscussionCommentLegacy", + OperationName: TeamsGetDiscussionCommentLegacyOperation, OperationSummary: "Get a discussion comment (Legacy)", OperationID: "teams/get-discussion-comment-legacy", Body: nil, @@ -83986,7 +83986,7 @@ func (s *Server) handleTeamsGetDiscussionInOrgRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84017,7 +84017,7 @@ func (s *Server) handleTeamsGetDiscussionInOrgRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetDiscussionInOrg", + Name: TeamsGetDiscussionInOrgOperation, ID: "teams/get-discussion-in-org", } ) @@ -84036,7 +84036,7 @@ func (s *Server) handleTeamsGetDiscussionInOrgRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetDiscussionInOrg", + OperationName: TeamsGetDiscussionInOrgOperation, OperationSummary: "Get a discussion", OperationID: "teams/get-discussion-in-org", Body: nil, @@ -84112,7 +84112,7 @@ func (s *Server) handleTeamsGetDiscussionLegacyRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84143,7 +84143,7 @@ func (s *Server) handleTeamsGetDiscussionLegacyRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetDiscussionLegacy", + Name: TeamsGetDiscussionLegacyOperation, ID: "teams/get-discussion-legacy", } ) @@ -84162,7 +84162,7 @@ func (s *Server) handleTeamsGetDiscussionLegacyRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetDiscussionLegacy", + OperationName: TeamsGetDiscussionLegacyOperation, OperationSummary: "Get a discussion (Legacy)", OperationID: "teams/get-discussion-legacy", Body: nil, @@ -84232,7 +84232,7 @@ func (s *Server) handleTeamsGetLegacyRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84263,7 +84263,7 @@ func (s *Server) handleTeamsGetLegacyRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetLegacy", + Name: TeamsGetLegacyOperation, ID: "teams/get-legacy", } ) @@ -84282,7 +84282,7 @@ func (s *Server) handleTeamsGetLegacyRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetLegacy", + OperationName: TeamsGetLegacyOperation, OperationSummary: "Get a team (Legacy)", OperationID: "teams/get-legacy", Body: nil, @@ -84350,7 +84350,7 @@ func (s *Server) handleTeamsGetMemberLegacyRequest(args [2]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetMemberLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetMemberLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84381,7 +84381,7 @@ func (s *Server) handleTeamsGetMemberLegacyRequest(args [2]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetMemberLegacy", + Name: TeamsGetMemberLegacyOperation, ID: "teams/get-member-legacy", } ) @@ -84400,7 +84400,7 @@ func (s *Server) handleTeamsGetMemberLegacyRequest(args [2]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetMemberLegacy", + OperationName: TeamsGetMemberLegacyOperation, OperationSummary: "Get team member (Legacy)", OperationID: "teams/get-member-legacy", Body: nil, @@ -84473,7 +84473,7 @@ func (s *Server) handleTeamsGetMembershipForUserInOrgRequest(args [3]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetMembershipForUserInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84504,7 +84504,7 @@ func (s *Server) handleTeamsGetMembershipForUserInOrgRequest(args [3]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetMembershipForUserInOrg", + Name: TeamsGetMembershipForUserInOrgOperation, ID: "teams/get-membership-for-user-in-org", } ) @@ -84523,7 +84523,7 @@ func (s *Server) handleTeamsGetMembershipForUserInOrgRequest(args [3]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetMembershipForUserInOrg", + OperationName: TeamsGetMembershipForUserInOrgOperation, OperationSummary: "Get team membership for a user", OperationID: "teams/get-membership-for-user-in-org", Body: nil, @@ -84603,7 +84603,7 @@ func (s *Server) handleTeamsGetMembershipForUserLegacyRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsGetMembershipForUserLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsGetMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84634,7 +84634,7 @@ func (s *Server) handleTeamsGetMembershipForUserLegacyRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsGetMembershipForUserLegacy", + Name: TeamsGetMembershipForUserLegacyOperation, ID: "teams/get-membership-for-user-legacy", } ) @@ -84653,7 +84653,7 @@ func (s *Server) handleTeamsGetMembershipForUserLegacyRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsGetMembershipForUserLegacy", + OperationName: TeamsGetMembershipForUserLegacyOperation, OperationSummary: "Get team membership for a user (Legacy)", OperationID: "teams/get-membership-for-user-legacy", Body: nil, @@ -84719,7 +84719,7 @@ func (s *Server) handleTeamsListRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsList", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84750,7 +84750,7 @@ func (s *Server) handleTeamsListRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsList", + Name: TeamsListOperation, ID: "teams/list", } ) @@ -84769,7 +84769,7 @@ func (s *Server) handleTeamsListRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsList", + OperationName: TeamsListOperation, OperationSummary: "List teams", OperationID: "teams/list", Body: nil, @@ -84841,7 +84841,7 @@ func (s *Server) handleTeamsListChildInOrgRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListChildInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListChildInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84872,7 +84872,7 @@ func (s *Server) handleTeamsListChildInOrgRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListChildInOrg", + Name: TeamsListChildInOrgOperation, ID: "teams/list-child-in-org", } ) @@ -84891,7 +84891,7 @@ func (s *Server) handleTeamsListChildInOrgRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListChildInOrg", + OperationName: TeamsListChildInOrgOperation, OperationSummary: "List child teams", OperationID: "teams/list-child-in-org", Body: nil, @@ -84969,7 +84969,7 @@ func (s *Server) handleTeamsListChildLegacyRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListChildLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListChildLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85000,7 +85000,7 @@ func (s *Server) handleTeamsListChildLegacyRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListChildLegacy", + Name: TeamsListChildLegacyOperation, ID: "teams/list-child-legacy", } ) @@ -85019,7 +85019,7 @@ func (s *Server) handleTeamsListChildLegacyRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListChildLegacy", + OperationName: TeamsListChildLegacyOperation, OperationSummary: "List child teams (Legacy)", OperationID: "teams/list-child-legacy", Body: nil, @@ -85092,7 +85092,7 @@ func (s *Server) handleTeamsListDiscussionCommentsInOrgRequest(args [3]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListDiscussionCommentsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListDiscussionCommentsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85123,7 +85123,7 @@ func (s *Server) handleTeamsListDiscussionCommentsInOrgRequest(args [3]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListDiscussionCommentsInOrg", + Name: TeamsListDiscussionCommentsInOrgOperation, ID: "teams/list-discussion-comments-in-org", } ) @@ -85142,7 +85142,7 @@ func (s *Server) handleTeamsListDiscussionCommentsInOrgRequest(args [3]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListDiscussionCommentsInOrg", + OperationName: TeamsListDiscussionCommentsInOrgOperation, OperationSummary: "List discussion comments", OperationID: "teams/list-discussion-comments-in-org", Body: nil, @@ -85230,7 +85230,7 @@ func (s *Server) handleTeamsListDiscussionCommentsLegacyRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListDiscussionCommentsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListDiscussionCommentsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85261,7 +85261,7 @@ func (s *Server) handleTeamsListDiscussionCommentsLegacyRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListDiscussionCommentsLegacy", + Name: TeamsListDiscussionCommentsLegacyOperation, ID: "teams/list-discussion-comments-legacy", } ) @@ -85280,7 +85280,7 @@ func (s *Server) handleTeamsListDiscussionCommentsLegacyRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListDiscussionCommentsLegacy", + OperationName: TeamsListDiscussionCommentsLegacyOperation, OperationSummary: "List discussion comments (Legacy)", OperationID: "teams/list-discussion-comments-legacy", Body: nil, @@ -85361,7 +85361,7 @@ func (s *Server) handleTeamsListDiscussionsInOrgRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListDiscussionsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListDiscussionsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85392,7 +85392,7 @@ func (s *Server) handleTeamsListDiscussionsInOrgRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListDiscussionsInOrg", + Name: TeamsListDiscussionsInOrgOperation, ID: "teams/list-discussions-in-org", } ) @@ -85411,7 +85411,7 @@ func (s *Server) handleTeamsListDiscussionsInOrgRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListDiscussionsInOrg", + OperationName: TeamsListDiscussionsInOrgOperation, OperationSummary: "List discussions", OperationID: "teams/list-discussions-in-org", Body: nil, @@ -85499,7 +85499,7 @@ func (s *Server) handleTeamsListDiscussionsLegacyRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListDiscussionsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListDiscussionsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85530,7 +85530,7 @@ func (s *Server) handleTeamsListDiscussionsLegacyRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListDiscussionsLegacy", + Name: TeamsListDiscussionsLegacyOperation, ID: "teams/list-discussions-legacy", } ) @@ -85549,7 +85549,7 @@ func (s *Server) handleTeamsListDiscussionsLegacyRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListDiscussionsLegacy", + OperationName: TeamsListDiscussionsLegacyOperation, OperationSummary: "List discussions (Legacy)", OperationID: "teams/list-discussions-legacy", Body: nil, @@ -85626,7 +85626,7 @@ func (s *Server) handleTeamsListForAuthenticatedUserRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85657,7 +85657,7 @@ func (s *Server) handleTeamsListForAuthenticatedUserRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListForAuthenticatedUser", + Name: TeamsListForAuthenticatedUserOperation, ID: "teams/list-for-authenticated-user", } ) @@ -85676,7 +85676,7 @@ func (s *Server) handleTeamsListForAuthenticatedUserRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListForAuthenticatedUser", + OperationName: TeamsListForAuthenticatedUserOperation, OperationSummary: "List teams for the authenticated user", OperationID: "teams/list-for-authenticated-user", Body: nil, @@ -85750,7 +85750,7 @@ func (s *Server) handleTeamsListIdpGroupsForLegacyRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListIdpGroupsForLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListIdpGroupsForLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85781,7 +85781,7 @@ func (s *Server) handleTeamsListIdpGroupsForLegacyRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListIdpGroupsForLegacy", + Name: TeamsListIdpGroupsForLegacyOperation, ID: "teams/list-idp-groups-for-legacy", } ) @@ -85800,7 +85800,7 @@ func (s *Server) handleTeamsListIdpGroupsForLegacyRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListIdpGroupsForLegacy", + OperationName: TeamsListIdpGroupsForLegacyOperation, OperationSummary: "List IdP groups for a team (Legacy)", OperationID: "teams/list-idp-groups-for-legacy", Body: nil, @@ -85868,7 +85868,7 @@ func (s *Server) handleTeamsListIdpGroupsForOrgRequest(args [1]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListIdpGroupsForOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListIdpGroupsForOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85899,7 +85899,7 @@ func (s *Server) handleTeamsListIdpGroupsForOrgRequest(args [1]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListIdpGroupsForOrg", + Name: TeamsListIdpGroupsForOrgOperation, ID: "teams/list-idp-groups-for-org", } ) @@ -85918,7 +85918,7 @@ func (s *Server) handleTeamsListIdpGroupsForOrgRequest(args [1]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListIdpGroupsForOrg", + OperationName: TeamsListIdpGroupsForOrgOperation, OperationSummary: "List IdP groups for an organization", OperationID: "teams/list-idp-groups-for-org", Body: nil, @@ -85993,7 +85993,7 @@ func (s *Server) handleTeamsListIdpGroupsInOrgRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListIdpGroupsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListIdpGroupsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86024,7 +86024,7 @@ func (s *Server) handleTeamsListIdpGroupsInOrgRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListIdpGroupsInOrg", + Name: TeamsListIdpGroupsInOrgOperation, ID: "teams/list-idp-groups-in-org", } ) @@ -86043,7 +86043,7 @@ func (s *Server) handleTeamsListIdpGroupsInOrgRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListIdpGroupsInOrg", + OperationName: TeamsListIdpGroupsInOrgOperation, OperationSummary: "List IdP groups for a team", OperationID: "teams/list-idp-groups-in-org", Body: nil, @@ -86110,7 +86110,7 @@ func (s *Server) handleTeamsListMembersInOrgRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListMembersInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListMembersInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86141,7 +86141,7 @@ func (s *Server) handleTeamsListMembersInOrgRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListMembersInOrg", + Name: TeamsListMembersInOrgOperation, ID: "teams/list-members-in-org", } ) @@ -86160,7 +86160,7 @@ func (s *Server) handleTeamsListMembersInOrgRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListMembersInOrg", + OperationName: TeamsListMembersInOrgOperation, OperationSummary: "List team members", OperationID: "teams/list-members-in-org", Body: nil, @@ -86243,7 +86243,7 @@ func (s *Server) handleTeamsListMembersLegacyRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListMembersLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListMembersLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86274,7 +86274,7 @@ func (s *Server) handleTeamsListMembersLegacyRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListMembersLegacy", + Name: TeamsListMembersLegacyOperation, ID: "teams/list-members-legacy", } ) @@ -86293,7 +86293,7 @@ func (s *Server) handleTeamsListMembersLegacyRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListMembersLegacy", + OperationName: TeamsListMembersLegacyOperation, OperationSummary: "List team members (Legacy)", OperationID: "teams/list-members-legacy", Body: nil, @@ -86372,7 +86372,7 @@ func (s *Server) handleTeamsListPendingInvitationsInOrgRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListPendingInvitationsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListPendingInvitationsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86403,7 +86403,7 @@ func (s *Server) handleTeamsListPendingInvitationsInOrgRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListPendingInvitationsInOrg", + Name: TeamsListPendingInvitationsInOrgOperation, ID: "teams/list-pending-invitations-in-org", } ) @@ -86422,7 +86422,7 @@ func (s *Server) handleTeamsListPendingInvitationsInOrgRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListPendingInvitationsInOrg", + OperationName: TeamsListPendingInvitationsInOrgOperation, OperationSummary: "List pending team invitations", OperationID: "teams/list-pending-invitations-in-org", Body: nil, @@ -86504,7 +86504,7 @@ func (s *Server) handleTeamsListPendingInvitationsLegacyRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListPendingInvitationsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListPendingInvitationsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86535,7 +86535,7 @@ func (s *Server) handleTeamsListPendingInvitationsLegacyRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListPendingInvitationsLegacy", + Name: TeamsListPendingInvitationsLegacyOperation, ID: "teams/list-pending-invitations-legacy", } ) @@ -86554,7 +86554,7 @@ func (s *Server) handleTeamsListPendingInvitationsLegacyRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListPendingInvitationsLegacy", + OperationName: TeamsListPendingInvitationsLegacyOperation, OperationSummary: "List pending team invitations (Legacy)", OperationID: "teams/list-pending-invitations-legacy", Body: nil, @@ -86626,7 +86626,7 @@ func (s *Server) handleTeamsListProjectsInOrgRequest(args [2]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListProjectsInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListProjectsInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86657,7 +86657,7 @@ func (s *Server) handleTeamsListProjectsInOrgRequest(args [2]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListProjectsInOrg", + Name: TeamsListProjectsInOrgOperation, ID: "teams/list-projects-in-org", } ) @@ -86676,7 +86676,7 @@ func (s *Server) handleTeamsListProjectsInOrgRequest(args [2]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListProjectsInOrg", + OperationName: TeamsListProjectsInOrgOperation, OperationSummary: "List team projects", OperationID: "teams/list-projects-in-org", Body: nil, @@ -86755,7 +86755,7 @@ func (s *Server) handleTeamsListProjectsLegacyRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListProjectsLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListProjectsLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86786,7 +86786,7 @@ func (s *Server) handleTeamsListProjectsLegacyRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListProjectsLegacy", + Name: TeamsListProjectsLegacyOperation, ID: "teams/list-projects-legacy", } ) @@ -86805,7 +86805,7 @@ func (s *Server) handleTeamsListProjectsLegacyRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListProjectsLegacy", + OperationName: TeamsListProjectsLegacyOperation, OperationSummary: "List team projects (Legacy)", OperationID: "teams/list-projects-legacy", Body: nil, @@ -86877,7 +86877,7 @@ func (s *Server) handleTeamsListReposInOrgRequest(args [2]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListReposInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListReposInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86908,7 +86908,7 @@ func (s *Server) handleTeamsListReposInOrgRequest(args [2]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListReposInOrg", + Name: TeamsListReposInOrgOperation, ID: "teams/list-repos-in-org", } ) @@ -86927,7 +86927,7 @@ func (s *Server) handleTeamsListReposInOrgRequest(args [2]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListReposInOrg", + OperationName: TeamsListReposInOrgOperation, OperationSummary: "List team repositories", OperationID: "teams/list-repos-in-org", Body: nil, @@ -87005,7 +87005,7 @@ func (s *Server) handleTeamsListReposLegacyRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsListReposLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsListReposLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87036,7 +87036,7 @@ func (s *Server) handleTeamsListReposLegacyRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsListReposLegacy", + Name: TeamsListReposLegacyOperation, ID: "teams/list-repos-legacy", } ) @@ -87055,7 +87055,7 @@ func (s *Server) handleTeamsListReposLegacyRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsListReposLegacy", + OperationName: TeamsListReposLegacyOperation, OperationSummary: "List team repositories (Legacy)", OperationID: "teams/list-repos-legacy", Body: nil, @@ -87145,7 +87145,7 @@ func (s *Server) handleTeamsRemoveMemberLegacyRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveMemberLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveMemberLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87176,7 +87176,7 @@ func (s *Server) handleTeamsRemoveMemberLegacyRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveMemberLegacy", + Name: TeamsRemoveMemberLegacyOperation, ID: "teams/remove-member-legacy", } ) @@ -87195,7 +87195,7 @@ func (s *Server) handleTeamsRemoveMemberLegacyRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveMemberLegacy", + OperationName: TeamsRemoveMemberLegacyOperation, OperationSummary: "Remove team member (Legacy)", OperationID: "teams/remove-member-legacy", Body: nil, @@ -87275,7 +87275,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserInOrgRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveMembershipForUserInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveMembershipForUserInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87306,7 +87306,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserInOrgRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveMembershipForUserInOrg", + Name: TeamsRemoveMembershipForUserInOrgOperation, ID: "teams/remove-membership-for-user-in-org", } ) @@ -87325,7 +87325,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserInOrgRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveMembershipForUserInOrg", + OperationName: TeamsRemoveMembershipForUserInOrgOperation, OperationSummary: "Remove team membership for a user", OperationID: "teams/remove-membership-for-user-in-org", Body: nil, @@ -87412,7 +87412,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserLegacyRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveMembershipForUserLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveMembershipForUserLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87443,7 +87443,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserLegacyRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveMembershipForUserLegacy", + Name: TeamsRemoveMembershipForUserLegacyOperation, ID: "teams/remove-membership-for-user-legacy", } ) @@ -87462,7 +87462,7 @@ func (s *Server) handleTeamsRemoveMembershipForUserLegacyRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveMembershipForUserLegacy", + OperationName: TeamsRemoveMembershipForUserLegacyOperation, OperationSummary: "Remove team membership for a user (Legacy)", OperationID: "teams/remove-membership-for-user-legacy", Body: nil, @@ -87533,7 +87533,7 @@ func (s *Server) handleTeamsRemoveProjectInOrgRequest(args [3]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveProjectInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveProjectInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87564,7 +87564,7 @@ func (s *Server) handleTeamsRemoveProjectInOrgRequest(args [3]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveProjectInOrg", + Name: TeamsRemoveProjectInOrgOperation, ID: "teams/remove-project-in-org", } ) @@ -87583,7 +87583,7 @@ func (s *Server) handleTeamsRemoveProjectInOrgRequest(args [3]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveProjectInOrg", + OperationName: TeamsRemoveProjectInOrgOperation, OperationSummary: "Remove a project from a team", OperationID: "teams/remove-project-in-org", Body: nil, @@ -87661,7 +87661,7 @@ func (s *Server) handleTeamsRemoveProjectLegacyRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveProjectLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveProjectLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87692,7 +87692,7 @@ func (s *Server) handleTeamsRemoveProjectLegacyRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveProjectLegacy", + Name: TeamsRemoveProjectLegacyOperation, ID: "teams/remove-project-legacy", } ) @@ -87711,7 +87711,7 @@ func (s *Server) handleTeamsRemoveProjectLegacyRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveProjectLegacy", + OperationName: TeamsRemoveProjectLegacyOperation, OperationSummary: "Remove a project from a team (Legacy)", OperationID: "teams/remove-project-legacy", Body: nil, @@ -87782,7 +87782,7 @@ func (s *Server) handleTeamsRemoveRepoInOrgRequest(args [4]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveRepoInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveRepoInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87813,7 +87813,7 @@ func (s *Server) handleTeamsRemoveRepoInOrgRequest(args [4]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveRepoInOrg", + Name: TeamsRemoveRepoInOrgOperation, ID: "teams/remove-repo-in-org", } ) @@ -87832,7 +87832,7 @@ func (s *Server) handleTeamsRemoveRepoInOrgRequest(args [4]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveRepoInOrg", + OperationName: TeamsRemoveRepoInOrgOperation, OperationSummary: "Remove a repository from a team", OperationID: "teams/remove-repo-in-org", Body: nil, @@ -87914,7 +87914,7 @@ func (s *Server) handleTeamsRemoveRepoLegacyRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsRemoveRepoLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsRemoveRepoLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87945,7 +87945,7 @@ func (s *Server) handleTeamsRemoveRepoLegacyRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsRemoveRepoLegacy", + Name: TeamsRemoveRepoLegacyOperation, ID: "teams/remove-repo-legacy", } ) @@ -87964,7 +87964,7 @@ func (s *Server) handleTeamsRemoveRepoLegacyRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsRemoveRepoLegacy", + OperationName: TeamsRemoveRepoLegacyOperation, OperationSummary: "Remove a repository from a team (Legacy)", OperationID: "teams/remove-repo-legacy", Body: nil, @@ -88037,7 +88037,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentInOrgRequest(args [4]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateDiscussionCommentInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateDiscussionCommentInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88068,7 +88068,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentInOrgRequest(args [4]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateDiscussionCommentInOrg", + Name: TeamsUpdateDiscussionCommentInOrgOperation, ID: "teams/update-discussion-comment-in-org", } ) @@ -88102,7 +88102,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentInOrgRequest(args [4]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateDiscussionCommentInOrg", + OperationName: TeamsUpdateDiscussionCommentInOrgOperation, OperationSummary: "Update a discussion comment", OperationID: "teams/update-discussion-comment-in-org", Body: request, @@ -88182,7 +88182,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentLegacyRequest(args [3]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateDiscussionCommentLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateDiscussionCommentLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88213,7 +88213,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentLegacyRequest(args [3]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateDiscussionCommentLegacy", + Name: TeamsUpdateDiscussionCommentLegacyOperation, ID: "teams/update-discussion-comment-legacy", } ) @@ -88247,7 +88247,7 @@ func (s *Server) handleTeamsUpdateDiscussionCommentLegacyRequest(args [3]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateDiscussionCommentLegacy", + OperationName: TeamsUpdateDiscussionCommentLegacyOperation, OperationSummary: "Update a discussion comment (Legacy)", OperationID: "teams/update-discussion-comment-legacy", Body: request, @@ -88321,7 +88321,7 @@ func (s *Server) handleTeamsUpdateDiscussionInOrgRequest(args [3]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateDiscussionInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateDiscussionInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88352,7 +88352,7 @@ func (s *Server) handleTeamsUpdateDiscussionInOrgRequest(args [3]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateDiscussionInOrg", + Name: TeamsUpdateDiscussionInOrgOperation, ID: "teams/update-discussion-in-org", } ) @@ -88386,7 +88386,7 @@ func (s *Server) handleTeamsUpdateDiscussionInOrgRequest(args [3]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateDiscussionInOrg", + OperationName: TeamsUpdateDiscussionInOrgOperation, OperationSummary: "Update a discussion", OperationID: "teams/update-discussion-in-org", Body: request, @@ -88463,7 +88463,7 @@ func (s *Server) handleTeamsUpdateDiscussionLegacyRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateDiscussionLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateDiscussionLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88494,7 +88494,7 @@ func (s *Server) handleTeamsUpdateDiscussionLegacyRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateDiscussionLegacy", + Name: TeamsUpdateDiscussionLegacyOperation, ID: "teams/update-discussion-legacy", } ) @@ -88528,7 +88528,7 @@ func (s *Server) handleTeamsUpdateDiscussionLegacyRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateDiscussionLegacy", + OperationName: TeamsUpdateDiscussionLegacyOperation, OperationSummary: "Update a discussion (Legacy)", OperationID: "teams/update-discussion-legacy", Body: request, @@ -88596,7 +88596,7 @@ func (s *Server) handleTeamsUpdateInOrgRequest(args [2]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateInOrg", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateInOrgOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88627,7 +88627,7 @@ func (s *Server) handleTeamsUpdateInOrgRequest(args [2]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateInOrg", + Name: TeamsUpdateInOrgOperation, ID: "teams/update-in-org", } ) @@ -88661,7 +88661,7 @@ func (s *Server) handleTeamsUpdateInOrgRequest(args [2]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateInOrg", + OperationName: TeamsUpdateInOrgOperation, OperationSummary: "Update a team", OperationID: "teams/update-in-org", Body: request, @@ -88733,7 +88733,7 @@ func (s *Server) handleTeamsUpdateLegacyRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TeamsUpdateLegacy", + ctx, span := s.cfg.Tracer.Start(r.Context(), TeamsUpdateLegacyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88764,7 +88764,7 @@ func (s *Server) handleTeamsUpdateLegacyRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "TeamsUpdateLegacy", + Name: TeamsUpdateLegacyOperation, ID: "teams/update-legacy", } ) @@ -88798,7 +88798,7 @@ func (s *Server) handleTeamsUpdateLegacyRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TeamsUpdateLegacy", + OperationName: TeamsUpdateLegacyOperation, OperationSummary: "Update a team (Legacy)", OperationID: "teams/update-legacy", Body: request, @@ -88860,7 +88860,7 @@ func (s *Server) handleUsersAddEmailForAuthenticatedRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersAddEmailForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersAddEmailForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88891,7 +88891,7 @@ func (s *Server) handleUsersAddEmailForAuthenticatedRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersAddEmailForAuthenticated", + Name: UsersAddEmailForAuthenticatedOperation, ID: "users/add-email-for-authenticated", } ) @@ -88915,7 +88915,7 @@ func (s *Server) handleUsersAddEmailForAuthenticatedRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersAddEmailForAuthenticated", + OperationName: UsersAddEmailForAuthenticatedOperation, OperationSummary: "Add an email address for the authenticated user", OperationID: "users/add-email-for-authenticated", Body: request, @@ -88972,7 +88972,7 @@ func (s *Server) handleUsersBlockRequest(args [1]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersBlock", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersBlockOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89003,7 +89003,7 @@ func (s *Server) handleUsersBlockRequest(args [1]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersBlock", + Name: UsersBlockOperation, ID: "users/block", } ) @@ -89022,7 +89022,7 @@ func (s *Server) handleUsersBlockRequest(args [1]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersBlock", + OperationName: UsersBlockOperation, OperationSummary: "Block a user", OperationID: "users/block", Body: nil, @@ -89084,7 +89084,7 @@ func (s *Server) handleUsersCheckBlockedRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersCheckBlocked", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersCheckBlockedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89115,7 +89115,7 @@ func (s *Server) handleUsersCheckBlockedRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersCheckBlocked", + Name: UsersCheckBlockedOperation, ID: "users/check-blocked", } ) @@ -89134,7 +89134,7 @@ func (s *Server) handleUsersCheckBlockedRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersCheckBlocked", + OperationName: UsersCheckBlockedOperation, OperationSummary: "Check if a user is blocked by the authenticated user", OperationID: "users/check-blocked", Body: nil, @@ -89196,7 +89196,7 @@ func (s *Server) handleUsersCheckFollowingForUserRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersCheckFollowingForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersCheckFollowingForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89227,7 +89227,7 @@ func (s *Server) handleUsersCheckFollowingForUserRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersCheckFollowingForUser", + Name: UsersCheckFollowingForUserOperation, ID: "users/check-following-for-user", } ) @@ -89246,7 +89246,7 @@ func (s *Server) handleUsersCheckFollowingForUserRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersCheckFollowingForUser", + OperationName: UsersCheckFollowingForUserOperation, OperationSummary: "Check if a user follows another user", OperationID: "users/check-following-for-user", Body: nil, @@ -89312,7 +89312,7 @@ func (s *Server) handleUsersCheckPersonIsFollowedByAuthenticatedRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersCheckPersonIsFollowedByAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersCheckPersonIsFollowedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89343,7 +89343,7 @@ func (s *Server) handleUsersCheckPersonIsFollowedByAuthenticatedRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersCheckPersonIsFollowedByAuthenticated", + Name: UsersCheckPersonIsFollowedByAuthenticatedOperation, ID: "users/check-person-is-followed-by-authenticated", } ) @@ -89362,7 +89362,7 @@ func (s *Server) handleUsersCheckPersonIsFollowedByAuthenticatedRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersCheckPersonIsFollowedByAuthenticated", + OperationName: UsersCheckPersonIsFollowedByAuthenticatedOperation, OperationSummary: "Check if a person is followed by the authenticated user", OperationID: "users/check-person-is-followed-by-authenticated", Body: nil, @@ -89426,7 +89426,7 @@ func (s *Server) handleUsersCreateGpgKeyForAuthenticatedRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersCreateGpgKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersCreateGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89457,7 +89457,7 @@ func (s *Server) handleUsersCreateGpgKeyForAuthenticatedRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersCreateGpgKeyForAuthenticated", + Name: UsersCreateGpgKeyForAuthenticatedOperation, ID: "users/create-gpg-key-for-authenticated", } ) @@ -89481,7 +89481,7 @@ func (s *Server) handleUsersCreateGpgKeyForAuthenticatedRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersCreateGpgKeyForAuthenticated", + OperationName: UsersCreateGpgKeyForAuthenticatedOperation, OperationSummary: "Create a GPG key for the authenticated user", OperationID: "users/create-gpg-key-for-authenticated", Body: request, @@ -89540,7 +89540,7 @@ func (s *Server) handleUsersCreatePublicSSHKeyForAuthenticatedRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersCreatePublicSSHKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersCreatePublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89571,7 +89571,7 @@ func (s *Server) handleUsersCreatePublicSSHKeyForAuthenticatedRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersCreatePublicSSHKeyForAuthenticated", + Name: UsersCreatePublicSSHKeyForAuthenticatedOperation, ID: "users/create-public-ssh-key-for-authenticated", } ) @@ -89595,7 +89595,7 @@ func (s *Server) handleUsersCreatePublicSSHKeyForAuthenticatedRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersCreatePublicSSHKeyForAuthenticated", + OperationName: UsersCreatePublicSSHKeyForAuthenticatedOperation, OperationSummary: "Create a public SSH key for the authenticated user", OperationID: "users/create-public-ssh-key-for-authenticated", Body: request, @@ -89652,7 +89652,7 @@ func (s *Server) handleUsersDeleteEmailForAuthenticatedRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersDeleteEmailForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersDeleteEmailForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89683,7 +89683,7 @@ func (s *Server) handleUsersDeleteEmailForAuthenticatedRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersDeleteEmailForAuthenticated", + Name: UsersDeleteEmailForAuthenticatedOperation, ID: "users/delete-email-for-authenticated", } ) @@ -89707,7 +89707,7 @@ func (s *Server) handleUsersDeleteEmailForAuthenticatedRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersDeleteEmailForAuthenticated", + OperationName: UsersDeleteEmailForAuthenticatedOperation, OperationSummary: "Delete an email address for the authenticated user", OperationID: "users/delete-email-for-authenticated", Body: request, @@ -89766,7 +89766,7 @@ func (s *Server) handleUsersDeleteGpgKeyForAuthenticatedRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersDeleteGpgKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersDeleteGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89797,7 +89797,7 @@ func (s *Server) handleUsersDeleteGpgKeyForAuthenticatedRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersDeleteGpgKeyForAuthenticated", + Name: UsersDeleteGpgKeyForAuthenticatedOperation, ID: "users/delete-gpg-key-for-authenticated", } ) @@ -89816,7 +89816,7 @@ func (s *Server) handleUsersDeleteGpgKeyForAuthenticatedRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersDeleteGpgKeyForAuthenticated", + OperationName: UsersDeleteGpgKeyForAuthenticatedOperation, OperationSummary: "Delete a GPG key for the authenticated user", OperationID: "users/delete-gpg-key-for-authenticated", Body: nil, @@ -89880,7 +89880,7 @@ func (s *Server) handleUsersDeletePublicSSHKeyForAuthenticatedRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersDeletePublicSSHKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersDeletePublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89911,7 +89911,7 @@ func (s *Server) handleUsersDeletePublicSSHKeyForAuthenticatedRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersDeletePublicSSHKeyForAuthenticated", + Name: UsersDeletePublicSSHKeyForAuthenticatedOperation, ID: "users/delete-public-ssh-key-for-authenticated", } ) @@ -89930,7 +89930,7 @@ func (s *Server) handleUsersDeletePublicSSHKeyForAuthenticatedRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersDeletePublicSSHKeyForAuthenticated", + OperationName: UsersDeletePublicSSHKeyForAuthenticatedOperation, OperationSummary: "Delete a public SSH key for the authenticated user", OperationID: "users/delete-public-ssh-key-for-authenticated", Body: nil, @@ -89996,7 +89996,7 @@ func (s *Server) handleUsersFollowRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersFollow", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersFollowOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90027,7 +90027,7 @@ func (s *Server) handleUsersFollowRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersFollow", + Name: UsersFollowOperation, ID: "users/follow", } ) @@ -90046,7 +90046,7 @@ func (s *Server) handleUsersFollowRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersFollow", + OperationName: UsersFollowOperation, OperationSummary: "Follow a user", OperationID: "users/follow", Body: nil, @@ -90111,7 +90111,7 @@ func (s *Server) handleUsersGetAuthenticatedRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersGetAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersGetAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90147,7 +90147,7 @@ func (s *Server) handleUsersGetAuthenticatedRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersGetAuthenticated", + OperationName: UsersGetAuthenticatedOperation, OperationSummary: "Get the authenticated user", OperationID: "users/get-authenticated", Body: nil, @@ -90218,7 +90218,7 @@ func (s *Server) handleUsersGetByUsernameRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersGetByUsername", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersGetByUsernameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90249,7 +90249,7 @@ func (s *Server) handleUsersGetByUsernameRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersGetByUsername", + Name: UsersGetByUsernameOperation, ID: "users/get-by-username", } ) @@ -90268,7 +90268,7 @@ func (s *Server) handleUsersGetByUsernameRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersGetByUsername", + OperationName: UsersGetByUsernameOperation, OperationSummary: "Get a user", OperationID: "users/get-by-username", Body: nil, @@ -90339,7 +90339,7 @@ func (s *Server) handleUsersGetContextForUserRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersGetContextForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersGetContextForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90370,7 +90370,7 @@ func (s *Server) handleUsersGetContextForUserRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersGetContextForUser", + Name: UsersGetContextForUserOperation, ID: "users/get-context-for-user", } ) @@ -90389,7 +90389,7 @@ func (s *Server) handleUsersGetContextForUserRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersGetContextForUser", + OperationName: UsersGetContextForUserOperation, OperationSummary: "Get contextual information for a user", OperationID: "users/get-context-for-user", Body: nil, @@ -90461,7 +90461,7 @@ func (s *Server) handleUsersGetGpgKeyForAuthenticatedRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersGetGpgKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersGetGpgKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90492,7 +90492,7 @@ func (s *Server) handleUsersGetGpgKeyForAuthenticatedRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersGetGpgKeyForAuthenticated", + Name: UsersGetGpgKeyForAuthenticatedOperation, ID: "users/get-gpg-key-for-authenticated", } ) @@ -90511,7 +90511,7 @@ func (s *Server) handleUsersGetGpgKeyForAuthenticatedRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersGetGpgKeyForAuthenticated", + OperationName: UsersGetGpgKeyForAuthenticatedOperation, OperationSummary: "Get a GPG key for the authenticated user", OperationID: "users/get-gpg-key-for-authenticated", Body: nil, @@ -90575,7 +90575,7 @@ func (s *Server) handleUsersGetPublicSSHKeyForAuthenticatedRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersGetPublicSSHKeyForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersGetPublicSSHKeyForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90606,7 +90606,7 @@ func (s *Server) handleUsersGetPublicSSHKeyForAuthenticatedRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersGetPublicSSHKeyForAuthenticated", + Name: UsersGetPublicSSHKeyForAuthenticatedOperation, ID: "users/get-public-ssh-key-for-authenticated", } ) @@ -90625,7 +90625,7 @@ func (s *Server) handleUsersGetPublicSSHKeyForAuthenticatedRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersGetPublicSSHKeyForAuthenticated", + OperationName: UsersGetPublicSSHKeyForAuthenticatedOperation, OperationSummary: "Get a public SSH key for the authenticated user", OperationID: "users/get-public-ssh-key-for-authenticated", Body: nil, @@ -90691,7 +90691,7 @@ func (s *Server) handleUsersListRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersList", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90722,7 +90722,7 @@ func (s *Server) handleUsersListRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersList", + Name: UsersListOperation, ID: "users/list", } ) @@ -90741,7 +90741,7 @@ func (s *Server) handleUsersListRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersList", + OperationName: UsersListOperation, OperationSummary: "List users", OperationID: "users/list", Body: nil, @@ -90807,7 +90807,7 @@ func (s *Server) handleUsersListBlockedByAuthenticatedRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListBlockedByAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListBlockedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90843,7 +90843,7 @@ func (s *Server) handleUsersListBlockedByAuthenticatedRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListBlockedByAuthenticated", + OperationName: UsersListBlockedByAuthenticatedOperation, OperationSummary: "List users blocked by the authenticated user", OperationID: "users/list-blocked-by-authenticated", Body: nil, @@ -90901,7 +90901,7 @@ func (s *Server) handleUsersListEmailsForAuthenticatedRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListEmailsForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListEmailsForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90932,7 +90932,7 @@ func (s *Server) handleUsersListEmailsForAuthenticatedRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListEmailsForAuthenticated", + Name: UsersListEmailsForAuthenticatedOperation, ID: "users/list-emails-for-authenticated", } ) @@ -90951,7 +90951,7 @@ func (s *Server) handleUsersListEmailsForAuthenticatedRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListEmailsForAuthenticated", + OperationName: UsersListEmailsForAuthenticatedOperation, OperationSummary: "List email addresses for the authenticated user", OperationID: "users/list-emails-for-authenticated", Body: nil, @@ -91017,7 +91017,7 @@ func (s *Server) handleUsersListFollowedByAuthenticatedRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListFollowedByAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListFollowedByAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91048,7 +91048,7 @@ func (s *Server) handleUsersListFollowedByAuthenticatedRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListFollowedByAuthenticated", + Name: UsersListFollowedByAuthenticatedOperation, ID: "users/list-followed-by-authenticated", } ) @@ -91067,7 +91067,7 @@ func (s *Server) handleUsersListFollowedByAuthenticatedRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListFollowedByAuthenticated", + OperationName: UsersListFollowedByAuthenticatedOperation, OperationSummary: "List the people the authenticated user follows", OperationID: "users/list-followed-by-authenticated", Body: nil, @@ -91133,7 +91133,7 @@ func (s *Server) handleUsersListFollowersForAuthenticatedUserRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListFollowersForAuthenticatedUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListFollowersForAuthenticatedUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91164,7 +91164,7 @@ func (s *Server) handleUsersListFollowersForAuthenticatedUserRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListFollowersForAuthenticatedUser", + Name: UsersListFollowersForAuthenticatedUserOperation, ID: "users/list-followers-for-authenticated-user", } ) @@ -91183,7 +91183,7 @@ func (s *Server) handleUsersListFollowersForAuthenticatedUserRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListFollowersForAuthenticatedUser", + OperationName: UsersListFollowersForAuthenticatedUserOperation, OperationSummary: "List followers of the authenticated user", OperationID: "users/list-followers-for-authenticated-user", Body: nil, @@ -91249,7 +91249,7 @@ func (s *Server) handleUsersListFollowersForUserRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListFollowersForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListFollowersForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91280,7 +91280,7 @@ func (s *Server) handleUsersListFollowersForUserRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListFollowersForUser", + Name: UsersListFollowersForUserOperation, ID: "users/list-followers-for-user", } ) @@ -91299,7 +91299,7 @@ func (s *Server) handleUsersListFollowersForUserRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListFollowersForUser", + OperationName: UsersListFollowersForUserOperation, OperationSummary: "List followers of a user", OperationID: "users/list-followers-for-user", Body: nil, @@ -91369,7 +91369,7 @@ func (s *Server) handleUsersListFollowingForUserRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListFollowingForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListFollowingForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91400,7 +91400,7 @@ func (s *Server) handleUsersListFollowingForUserRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListFollowingForUser", + Name: UsersListFollowingForUserOperation, ID: "users/list-following-for-user", } ) @@ -91419,7 +91419,7 @@ func (s *Server) handleUsersListFollowingForUserRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListFollowingForUser", + OperationName: UsersListFollowingForUserOperation, OperationSummary: "List the people a user follows", OperationID: "users/list-following-for-user", Body: nil, @@ -91491,7 +91491,7 @@ func (s *Server) handleUsersListGpgKeysForAuthenticatedRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListGpgKeysForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListGpgKeysForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91522,7 +91522,7 @@ func (s *Server) handleUsersListGpgKeysForAuthenticatedRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListGpgKeysForAuthenticated", + Name: UsersListGpgKeysForAuthenticatedOperation, ID: "users/list-gpg-keys-for-authenticated", } ) @@ -91541,7 +91541,7 @@ func (s *Server) handleUsersListGpgKeysForAuthenticatedRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListGpgKeysForAuthenticated", + OperationName: UsersListGpgKeysForAuthenticatedOperation, OperationSummary: "List GPG keys for the authenticated user", OperationID: "users/list-gpg-keys-for-authenticated", Body: nil, @@ -91607,7 +91607,7 @@ func (s *Server) handleUsersListGpgKeysForUserRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListGpgKeysForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListGpgKeysForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91638,7 +91638,7 @@ func (s *Server) handleUsersListGpgKeysForUserRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListGpgKeysForUser", + Name: UsersListGpgKeysForUserOperation, ID: "users/list-gpg-keys-for-user", } ) @@ -91657,7 +91657,7 @@ func (s *Server) handleUsersListGpgKeysForUserRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListGpgKeysForUser", + OperationName: UsersListGpgKeysForUserOperation, OperationSummary: "List GPG keys for a user", OperationID: "users/list-gpg-keys-for-user", Body: nil, @@ -91730,7 +91730,7 @@ func (s *Server) handleUsersListPublicEmailsForAuthenticatedRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListPublicEmailsForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListPublicEmailsForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91761,7 +91761,7 @@ func (s *Server) handleUsersListPublicEmailsForAuthenticatedRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListPublicEmailsForAuthenticated", + Name: UsersListPublicEmailsForAuthenticatedOperation, ID: "users/list-public-emails-for-authenticated", } ) @@ -91780,7 +91780,7 @@ func (s *Server) handleUsersListPublicEmailsForAuthenticatedRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListPublicEmailsForAuthenticated", + OperationName: UsersListPublicEmailsForAuthenticatedOperation, OperationSummary: "List public email addresses for the authenticated user", OperationID: "users/list-public-emails-for-authenticated", Body: nil, @@ -91846,7 +91846,7 @@ func (s *Server) handleUsersListPublicKeysForUserRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListPublicKeysForUser", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListPublicKeysForUserOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91877,7 +91877,7 @@ func (s *Server) handleUsersListPublicKeysForUserRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListPublicKeysForUser", + Name: UsersListPublicKeysForUserOperation, ID: "users/list-public-keys-for-user", } ) @@ -91896,7 +91896,7 @@ func (s *Server) handleUsersListPublicKeysForUserRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListPublicKeysForUser", + OperationName: UsersListPublicKeysForUserOperation, OperationSummary: "List public keys for a user", OperationID: "users/list-public-keys-for-user", Body: nil, @@ -91968,7 +91968,7 @@ func (s *Server) handleUsersListPublicSSHKeysForAuthenticatedRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersListPublicSSHKeysForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersListPublicSSHKeysForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91999,7 +91999,7 @@ func (s *Server) handleUsersListPublicSSHKeysForAuthenticatedRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersListPublicSSHKeysForAuthenticated", + Name: UsersListPublicSSHKeysForAuthenticatedOperation, ID: "users/list-public-ssh-keys-for-authenticated", } ) @@ -92018,7 +92018,7 @@ func (s *Server) handleUsersListPublicSSHKeysForAuthenticatedRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersListPublicSSHKeysForAuthenticated", + OperationName: UsersListPublicSSHKeysForAuthenticatedOperation, OperationSummary: "List public SSH keys for the authenticated user", OperationID: "users/list-public-ssh-keys-for-authenticated", Body: nil, @@ -92084,7 +92084,7 @@ func (s *Server) handleUsersSetPrimaryEmailVisibilityForAuthenticatedRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersSetPrimaryEmailVisibilityForAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersSetPrimaryEmailVisibilityForAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92115,7 +92115,7 @@ func (s *Server) handleUsersSetPrimaryEmailVisibilityForAuthenticatedRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersSetPrimaryEmailVisibilityForAuthenticated", + Name: UsersSetPrimaryEmailVisibilityForAuthenticatedOperation, ID: "users/set-primary-email-visibility-for-authenticated", } ) @@ -92139,7 +92139,7 @@ func (s *Server) handleUsersSetPrimaryEmailVisibilityForAuthenticatedRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersSetPrimaryEmailVisibilityForAuthenticated", + OperationName: UsersSetPrimaryEmailVisibilityForAuthenticatedOperation, OperationSummary: "Set primary email visibility for the authenticated user", OperationID: "users/set-primary-email-visibility-for-authenticated", Body: request, @@ -92196,7 +92196,7 @@ func (s *Server) handleUsersUnblockRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersUnblock", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersUnblockOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92227,7 +92227,7 @@ func (s *Server) handleUsersUnblockRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersUnblock", + Name: UsersUnblockOperation, ID: "users/unblock", } ) @@ -92246,7 +92246,7 @@ func (s *Server) handleUsersUnblockRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersUnblock", + OperationName: UsersUnblockOperation, OperationSummary: "Unblock a user", OperationID: "users/unblock", Body: nil, @@ -92309,7 +92309,7 @@ func (s *Server) handleUsersUnfollowRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersUnfollow", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersUnfollowOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92340,7 +92340,7 @@ func (s *Server) handleUsersUnfollowRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersUnfollow", + Name: UsersUnfollowOperation, ID: "users/unfollow", } ) @@ -92359,7 +92359,7 @@ func (s *Server) handleUsersUnfollowRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersUnfollow", + OperationName: UsersUnfollowOperation, OperationSummary: "Unfollow a user", OperationID: "users/unfollow", Body: nil, @@ -92423,7 +92423,7 @@ func (s *Server) handleUsersUpdateAuthenticatedRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UsersUpdateAuthenticated", + ctx, span := s.cfg.Tracer.Start(r.Context(), UsersUpdateAuthenticatedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92454,7 +92454,7 @@ func (s *Server) handleUsersUpdateAuthenticatedRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "UsersUpdateAuthenticated", + Name: UsersUpdateAuthenticatedOperation, ID: "users/update-authenticated", } ) @@ -92478,7 +92478,7 @@ func (s *Server) handleUsersUpdateAuthenticatedRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UsersUpdateAuthenticated", + OperationName: UsersUpdateAuthenticatedOperation, OperationSummary: "Update the authenticated user", OperationID: "users/update-authenticated", Body: request, diff --git a/examples/ex_github/oas_operations_gen.go b/examples/ex_github/oas_operations_gen.go new file mode 100644 index 000000000..55b4dfd5a --- /dev/null +++ b/examples/ex_github/oas_operations_gen.go @@ -0,0 +1,737 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation OperationName = "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg" + ActionsAddSelectedRepoToOrgSecretOperation OperationName = "ActionsAddSelectedRepoToOrgSecret" + ActionsAddSelfHostedRunnerToGroupForOrgOperation OperationName = "ActionsAddSelfHostedRunnerToGroupForOrg" + ActionsApproveWorkflowRunOperation OperationName = "ActionsApproveWorkflowRun" + ActionsCancelWorkflowRunOperation OperationName = "ActionsCancelWorkflowRun" + ActionsCreateOrUpdateEnvironmentSecretOperation OperationName = "ActionsCreateOrUpdateEnvironmentSecret" + ActionsCreateOrUpdateOrgSecretOperation OperationName = "ActionsCreateOrUpdateOrgSecret" + ActionsCreateOrUpdateRepoSecretOperation OperationName = "ActionsCreateOrUpdateRepoSecret" + ActionsCreateRegistrationTokenForOrgOperation OperationName = "ActionsCreateRegistrationTokenForOrg" + ActionsCreateRegistrationTokenForRepoOperation OperationName = "ActionsCreateRegistrationTokenForRepo" + ActionsCreateRemoveTokenForOrgOperation OperationName = "ActionsCreateRemoveTokenForOrg" + ActionsCreateRemoveTokenForRepoOperation OperationName = "ActionsCreateRemoveTokenForRepo" + ActionsCreateSelfHostedRunnerGroupForOrgOperation OperationName = "ActionsCreateSelfHostedRunnerGroupForOrg" + ActionsDeleteArtifactOperation OperationName = "ActionsDeleteArtifact" + ActionsDeleteEnvironmentSecretOperation OperationName = "ActionsDeleteEnvironmentSecret" + ActionsDeleteOrgSecretOperation OperationName = "ActionsDeleteOrgSecret" + ActionsDeleteRepoSecretOperation OperationName = "ActionsDeleteRepoSecret" + ActionsDeleteSelfHostedRunnerFromOrgOperation OperationName = "ActionsDeleteSelfHostedRunnerFromOrg" + ActionsDeleteSelfHostedRunnerFromRepoOperation OperationName = "ActionsDeleteSelfHostedRunnerFromRepo" + ActionsDeleteSelfHostedRunnerGroupFromOrgOperation OperationName = "ActionsDeleteSelfHostedRunnerGroupFromOrg" + ActionsDeleteWorkflowRunOperation OperationName = "ActionsDeleteWorkflowRun" + ActionsDeleteWorkflowRunLogsOperation OperationName = "ActionsDeleteWorkflowRunLogs" + ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation OperationName = "ActionsDisableSelectedRepositoryGithubActionsOrganization" + ActionsDownloadArtifactOperation OperationName = "ActionsDownloadArtifact" + ActionsDownloadJobLogsForWorkflowRunOperation OperationName = "ActionsDownloadJobLogsForWorkflowRun" + ActionsDownloadWorkflowRunLogsOperation OperationName = "ActionsDownloadWorkflowRunLogs" + ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation OperationName = "ActionsEnableSelectedRepositoryGithubActionsOrganization" + ActionsGetAllowedActionsOrganizationOperation OperationName = "ActionsGetAllowedActionsOrganization" + ActionsGetAllowedActionsRepositoryOperation OperationName = "ActionsGetAllowedActionsRepository" + ActionsGetArtifactOperation OperationName = "ActionsGetArtifact" + ActionsGetEnvironmentPublicKeyOperation OperationName = "ActionsGetEnvironmentPublicKey" + ActionsGetEnvironmentSecretOperation OperationName = "ActionsGetEnvironmentSecret" + ActionsGetGithubActionsPermissionsOrganizationOperation OperationName = "ActionsGetGithubActionsPermissionsOrganization" + ActionsGetGithubActionsPermissionsRepositoryOperation OperationName = "ActionsGetGithubActionsPermissionsRepository" + ActionsGetJobForWorkflowRunOperation OperationName = "ActionsGetJobForWorkflowRun" + ActionsGetOrgPublicKeyOperation OperationName = "ActionsGetOrgPublicKey" + ActionsGetOrgSecretOperation OperationName = "ActionsGetOrgSecret" + ActionsGetRepoPublicKeyOperation OperationName = "ActionsGetRepoPublicKey" + ActionsGetRepoSecretOperation OperationName = "ActionsGetRepoSecret" + ActionsGetReviewsForRunOperation OperationName = "ActionsGetReviewsForRun" + ActionsGetSelfHostedRunnerForOrgOperation OperationName = "ActionsGetSelfHostedRunnerForOrg" + ActionsGetSelfHostedRunnerForRepoOperation OperationName = "ActionsGetSelfHostedRunnerForRepo" + ActionsGetSelfHostedRunnerGroupForOrgOperation OperationName = "ActionsGetSelfHostedRunnerGroupForOrg" + ActionsGetWorkflowRunOperation OperationName = "ActionsGetWorkflowRun" + ActionsGetWorkflowRunUsageOperation OperationName = "ActionsGetWorkflowRunUsage" + ActionsListArtifactsForRepoOperation OperationName = "ActionsListArtifactsForRepo" + ActionsListEnvironmentSecretsOperation OperationName = "ActionsListEnvironmentSecrets" + ActionsListJobsForWorkflowRunOperation OperationName = "ActionsListJobsForWorkflowRun" + ActionsListOrgSecretsOperation OperationName = "ActionsListOrgSecrets" + ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation OperationName = "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg" + ActionsListRepoSecretsOperation OperationName = "ActionsListRepoSecrets" + ActionsListRepoWorkflowsOperation OperationName = "ActionsListRepoWorkflows" + ActionsListRunnerApplicationsForOrgOperation OperationName = "ActionsListRunnerApplicationsForOrg" + ActionsListRunnerApplicationsForRepoOperation OperationName = "ActionsListRunnerApplicationsForRepo" + ActionsListSelectedReposForOrgSecretOperation OperationName = "ActionsListSelectedReposForOrgSecret" + ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation OperationName = "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization" + ActionsListSelfHostedRunnerGroupsForOrgOperation OperationName = "ActionsListSelfHostedRunnerGroupsForOrg" + ActionsListSelfHostedRunnersForOrgOperation OperationName = "ActionsListSelfHostedRunnersForOrg" + ActionsListSelfHostedRunnersForRepoOperation OperationName = "ActionsListSelfHostedRunnersForRepo" + ActionsListSelfHostedRunnersInGroupForOrgOperation OperationName = "ActionsListSelfHostedRunnersInGroupForOrg" + ActionsListWorkflowRunArtifactsOperation OperationName = "ActionsListWorkflowRunArtifacts" + ActionsListWorkflowRunsForRepoOperation OperationName = "ActionsListWorkflowRunsForRepo" + ActionsReRunWorkflowOperation OperationName = "ActionsReRunWorkflow" + ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation OperationName = "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg" + ActionsRemoveSelectedRepoFromOrgSecretOperation OperationName = "ActionsRemoveSelectedRepoFromOrgSecret" + ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation OperationName = "ActionsRemoveSelfHostedRunnerFromGroupForOrg" + ActionsRetryWorkflowOperation OperationName = "ActionsRetryWorkflow" + ActionsReviewPendingDeploymentsForRunOperation OperationName = "ActionsReviewPendingDeploymentsForRun" + ActionsSetAllowedActionsOrganizationOperation OperationName = "ActionsSetAllowedActionsOrganization" + ActionsSetAllowedActionsRepositoryOperation OperationName = "ActionsSetAllowedActionsRepository" + ActionsSetGithubActionsPermissionsOrganizationOperation OperationName = "ActionsSetGithubActionsPermissionsOrganization" + ActionsSetGithubActionsPermissionsRepositoryOperation OperationName = "ActionsSetGithubActionsPermissionsRepository" + ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation OperationName = "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg" + ActionsSetSelectedReposForOrgSecretOperation OperationName = "ActionsSetSelectedReposForOrgSecret" + ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation OperationName = "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization" + ActionsSetSelfHostedRunnersInGroupForOrgOperation OperationName = "ActionsSetSelfHostedRunnersInGroupForOrg" + ActionsUpdateSelfHostedRunnerGroupForOrgOperation OperationName = "ActionsUpdateSelfHostedRunnerGroupForOrg" + ActivityCheckRepoIsStarredByAuthenticatedUserOperation OperationName = "ActivityCheckRepoIsStarredByAuthenticatedUser" + ActivityDeleteRepoSubscriptionOperation OperationName = "ActivityDeleteRepoSubscription" + ActivityDeleteThreadSubscriptionOperation OperationName = "ActivityDeleteThreadSubscription" + ActivityGetFeedsOperation OperationName = "ActivityGetFeeds" + ActivityGetRepoSubscriptionOperation OperationName = "ActivityGetRepoSubscription" + ActivityGetThreadOperation OperationName = "ActivityGetThread" + ActivityGetThreadSubscriptionForAuthenticatedUserOperation OperationName = "ActivityGetThreadSubscriptionForAuthenticatedUser" + ActivityListEventsForAuthenticatedUserOperation OperationName = "ActivityListEventsForAuthenticatedUser" + ActivityListNotificationsForAuthenticatedUserOperation OperationName = "ActivityListNotificationsForAuthenticatedUser" + ActivityListOrgEventsForAuthenticatedUserOperation OperationName = "ActivityListOrgEventsForAuthenticatedUser" + ActivityListPublicEventsOperation OperationName = "ActivityListPublicEvents" + ActivityListPublicEventsForRepoNetworkOperation OperationName = "ActivityListPublicEventsForRepoNetwork" + ActivityListPublicEventsForUserOperation OperationName = "ActivityListPublicEventsForUser" + ActivityListPublicOrgEventsOperation OperationName = "ActivityListPublicOrgEvents" + ActivityListReceivedEventsForUserOperation OperationName = "ActivityListReceivedEventsForUser" + ActivityListReceivedPublicEventsForUserOperation OperationName = "ActivityListReceivedPublicEventsForUser" + ActivityListRepoEventsOperation OperationName = "ActivityListRepoEvents" + ActivityListRepoNotificationsForAuthenticatedUserOperation OperationName = "ActivityListRepoNotificationsForAuthenticatedUser" + ActivityListReposStarredByAuthenticatedUserOperation OperationName = "ActivityListReposStarredByAuthenticatedUser" + ActivityListReposWatchedByUserOperation OperationName = "ActivityListReposWatchedByUser" + ActivityListWatchedReposForAuthenticatedUserOperation OperationName = "ActivityListWatchedReposForAuthenticatedUser" + ActivityListWatchersForRepoOperation OperationName = "ActivityListWatchersForRepo" + ActivityMarkNotificationsAsReadOperation OperationName = "ActivityMarkNotificationsAsRead" + ActivityMarkRepoNotificationsAsReadOperation OperationName = "ActivityMarkRepoNotificationsAsRead" + ActivityMarkThreadAsReadOperation OperationName = "ActivityMarkThreadAsRead" + ActivitySetRepoSubscriptionOperation OperationName = "ActivitySetRepoSubscription" + ActivitySetThreadSubscriptionOperation OperationName = "ActivitySetThreadSubscription" + ActivityStarRepoForAuthenticatedUserOperation OperationName = "ActivityStarRepoForAuthenticatedUser" + ActivityUnstarRepoForAuthenticatedUserOperation OperationName = "ActivityUnstarRepoForAuthenticatedUser" + AppsAddRepoToInstallationOperation OperationName = "AppsAddRepoToInstallation" + AppsCheckTokenOperation OperationName = "AppsCheckToken" + AppsCreateContentAttachmentOperation OperationName = "AppsCreateContentAttachment" + AppsCreateFromManifestOperation OperationName = "AppsCreateFromManifest" + AppsCreateInstallationAccessTokenOperation OperationName = "AppsCreateInstallationAccessToken" + AppsDeleteAuthorizationOperation OperationName = "AppsDeleteAuthorization" + AppsDeleteInstallationOperation OperationName = "AppsDeleteInstallation" + AppsDeleteTokenOperation OperationName = "AppsDeleteToken" + AppsGetAuthenticatedOperation OperationName = "AppsGetAuthenticated" + AppsGetBySlugOperation OperationName = "AppsGetBySlug" + AppsGetSubscriptionPlanForAccountOperation OperationName = "AppsGetSubscriptionPlanForAccount" + AppsGetSubscriptionPlanForAccountStubbedOperation OperationName = "AppsGetSubscriptionPlanForAccountStubbed" + AppsGetWebhookConfigForAppOperation OperationName = "AppsGetWebhookConfigForApp" + AppsGetWebhookDeliveryOperation OperationName = "AppsGetWebhookDelivery" + AppsListAccountsForPlanOperation OperationName = "AppsListAccountsForPlan" + AppsListAccountsForPlanStubbedOperation OperationName = "AppsListAccountsForPlanStubbed" + AppsListInstallationReposForAuthenticatedUserOperation OperationName = "AppsListInstallationReposForAuthenticatedUser" + AppsListPlansOperation OperationName = "AppsListPlans" + AppsListPlansStubbedOperation OperationName = "AppsListPlansStubbed" + AppsListReposAccessibleToInstallationOperation OperationName = "AppsListReposAccessibleToInstallation" + AppsListSubscriptionsForAuthenticatedUserOperation OperationName = "AppsListSubscriptionsForAuthenticatedUser" + AppsListSubscriptionsForAuthenticatedUserStubbedOperation OperationName = "AppsListSubscriptionsForAuthenticatedUserStubbed" + AppsListWebhookDeliveriesOperation OperationName = "AppsListWebhookDeliveries" + AppsRedeliverWebhookDeliveryOperation OperationName = "AppsRedeliverWebhookDelivery" + AppsRemoveRepoFromInstallationOperation OperationName = "AppsRemoveRepoFromInstallation" + AppsResetTokenOperation OperationName = "AppsResetToken" + AppsRevokeInstallationAccessTokenOperation OperationName = "AppsRevokeInstallationAccessToken" + AppsScopeTokenOperation OperationName = "AppsScopeToken" + AppsSuspendInstallationOperation OperationName = "AppsSuspendInstallation" + AppsUnsuspendInstallationOperation OperationName = "AppsUnsuspendInstallation" + AppsUpdateWebhookConfigForAppOperation OperationName = "AppsUpdateWebhookConfigForApp" + BillingGetGithubActionsBillingGheOperation OperationName = "BillingGetGithubActionsBillingGhe" + BillingGetGithubActionsBillingOrgOperation OperationName = "BillingGetGithubActionsBillingOrg" + BillingGetGithubActionsBillingUserOperation OperationName = "BillingGetGithubActionsBillingUser" + BillingGetGithubPackagesBillingGheOperation OperationName = "BillingGetGithubPackagesBillingGhe" + BillingGetGithubPackagesBillingOrgOperation OperationName = "BillingGetGithubPackagesBillingOrg" + BillingGetGithubPackagesBillingUserOperation OperationName = "BillingGetGithubPackagesBillingUser" + BillingGetSharedStorageBillingGheOperation OperationName = "BillingGetSharedStorageBillingGhe" + BillingGetSharedStorageBillingOrgOperation OperationName = "BillingGetSharedStorageBillingOrg" + BillingGetSharedStorageBillingUserOperation OperationName = "BillingGetSharedStorageBillingUser" + ChecksCreateSuiteOperation OperationName = "ChecksCreateSuite" + ChecksGetOperation OperationName = "ChecksGet" + ChecksGetSuiteOperation OperationName = "ChecksGetSuite" + ChecksListAnnotationsOperation OperationName = "ChecksListAnnotations" + ChecksListForRefOperation OperationName = "ChecksListForRef" + ChecksListForSuiteOperation OperationName = "ChecksListForSuite" + ChecksListSuitesForRefOperation OperationName = "ChecksListSuitesForRef" + ChecksRerequestSuiteOperation OperationName = "ChecksRerequestSuite" + ChecksSetSuitesPreferencesOperation OperationName = "ChecksSetSuitesPreferences" + CodeScanningDeleteAnalysisOperation OperationName = "CodeScanningDeleteAnalysis" + CodeScanningGetAlertOperation OperationName = "CodeScanningGetAlert" + CodeScanningGetAnalysisOperation OperationName = "CodeScanningGetAnalysis" + CodeScanningGetSarifOperation OperationName = "CodeScanningGetSarif" + CodeScanningListAlertInstancesOperation OperationName = "CodeScanningListAlertInstances" + CodeScanningListAlertsForRepoOperation OperationName = "CodeScanningListAlertsForRepo" + CodeScanningListRecentAnalysesOperation OperationName = "CodeScanningListRecentAnalyses" + CodeScanningUpdateAlertOperation OperationName = "CodeScanningUpdateAlert" + CodeScanningUploadSarifOperation OperationName = "CodeScanningUploadSarif" + CodesOfConductGetAllCodesOfConductOperation OperationName = "CodesOfConductGetAllCodesOfConduct" + CodesOfConductGetConductCodeOperation OperationName = "CodesOfConductGetConductCode" + EmojisGetOperation OperationName = "EmojisGet" + EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation OperationName = "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise" + EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation OperationName = "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise" + EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation OperationName = "EnterpriseAdminCreateRegistrationTokenForEnterprise" + EnterpriseAdminCreateRemoveTokenForEnterpriseOperation OperationName = "EnterpriseAdminCreateRemoveTokenForEnterprise" + EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation OperationName = "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise" + EnterpriseAdminDeleteScimGroupFromEnterpriseOperation OperationName = "EnterpriseAdminDeleteScimGroupFromEnterprise" + EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation OperationName = "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise" + EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation OperationName = "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise" + EnterpriseAdminDeleteUserFromEnterpriseOperation OperationName = "EnterpriseAdminDeleteUserFromEnterprise" + EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation OperationName = "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise" + EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation OperationName = "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise" + EnterpriseAdminGetAllowedActionsEnterpriseOperation OperationName = "EnterpriseAdminGetAllowedActionsEnterprise" + EnterpriseAdminGetAuditLogOperation OperationName = "EnterpriseAdminGetAuditLog" + EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation OperationName = "EnterpriseAdminGetGithubActionsPermissionsEnterprise" + EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation OperationName = "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup" + EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation OperationName = "EnterpriseAdminGetProvisioningInformationForEnterpriseUser" + EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation OperationName = "EnterpriseAdminGetSelfHostedRunnerForEnterprise" + EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation OperationName = "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise" + EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation OperationName = "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise" + EnterpriseAdminListProvisionedGroupsEnterpriseOperation OperationName = "EnterpriseAdminListProvisionedGroupsEnterprise" + EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation OperationName = "EnterpriseAdminListProvisionedIdentitiesEnterprise" + EnterpriseAdminListRunnerApplicationsForEnterpriseOperation OperationName = "EnterpriseAdminListRunnerApplicationsForEnterprise" + EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation OperationName = "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise" + EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation OperationName = "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise" + EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation OperationName = "EnterpriseAdminListSelfHostedRunnersForEnterprise" + EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation OperationName = "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise" + EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation OperationName = "EnterpriseAdminProvisionAndInviteEnterpriseGroup" + EnterpriseAdminProvisionAndInviteEnterpriseUserOperation OperationName = "EnterpriseAdminProvisionAndInviteEnterpriseUser" + EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation OperationName = "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise" + EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation OperationName = "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise" + EnterpriseAdminSetAllowedActionsEnterpriseOperation OperationName = "EnterpriseAdminSetAllowedActionsEnterprise" + EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation OperationName = "EnterpriseAdminSetGithubActionsPermissionsEnterprise" + EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation OperationName = "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup" + EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation OperationName = "EnterpriseAdminSetInformationForProvisionedEnterpriseUser" + EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation OperationName = "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise" + EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation OperationName = "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise" + EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation OperationName = "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise" + EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation OperationName = "EnterpriseAdminUpdateAttributeForEnterpriseGroup" + EnterpriseAdminUpdateAttributeForEnterpriseUserOperation OperationName = "EnterpriseAdminUpdateAttributeForEnterpriseUser" + EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation OperationName = "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise" + GistsCheckIsStarredOperation OperationName = "GistsCheckIsStarred" + GistsCreateOperation OperationName = "GistsCreate" + GistsCreateCommentOperation OperationName = "GistsCreateComment" + GistsDeleteOperation OperationName = "GistsDelete" + GistsDeleteCommentOperation OperationName = "GistsDeleteComment" + GistsForkOperation OperationName = "GistsFork" + GistsGetOperation OperationName = "GistsGet" + GistsGetCommentOperation OperationName = "GistsGetComment" + GistsGetRevisionOperation OperationName = "GistsGetRevision" + GistsListOperation OperationName = "GistsList" + GistsListCommentsOperation OperationName = "GistsListComments" + GistsListCommitsOperation OperationName = "GistsListCommits" + GistsListForUserOperation OperationName = "GistsListForUser" + GistsListForksOperation OperationName = "GistsListForks" + GistsListPublicOperation OperationName = "GistsListPublic" + GistsListStarredOperation OperationName = "GistsListStarred" + GistsStarOperation OperationName = "GistsStar" + GistsUnstarOperation OperationName = "GistsUnstar" + GistsUpdateCommentOperation OperationName = "GistsUpdateComment" + GitCreateBlobOperation OperationName = "GitCreateBlob" + GitCreateCommitOperation OperationName = "GitCreateCommit" + GitCreateRefOperation OperationName = "GitCreateRef" + GitCreateTagOperation OperationName = "GitCreateTag" + GitCreateTreeOperation OperationName = "GitCreateTree" + GitDeleteRefOperation OperationName = "GitDeleteRef" + GitGetBlobOperation OperationName = "GitGetBlob" + GitGetCommitOperation OperationName = "GitGetCommit" + GitGetRefOperation OperationName = "GitGetRef" + GitGetTagOperation OperationName = "GitGetTag" + GitGetTreeOperation OperationName = "GitGetTree" + GitListMatchingRefsOperation OperationName = "GitListMatchingRefs" + GitUpdateRefOperation OperationName = "GitUpdateRef" + GitignoreGetAllTemplatesOperation OperationName = "GitignoreGetAllTemplates" + GitignoreGetTemplateOperation OperationName = "GitignoreGetTemplate" + InteractionsRemoveRestrictionsForAuthenticatedUserOperation OperationName = "InteractionsRemoveRestrictionsForAuthenticatedUser" + InteractionsRemoveRestrictionsForOrgOperation OperationName = "InteractionsRemoveRestrictionsForOrg" + InteractionsRemoveRestrictionsForRepoOperation OperationName = "InteractionsRemoveRestrictionsForRepo" + InteractionsSetRestrictionsForAuthenticatedUserOperation OperationName = "InteractionsSetRestrictionsForAuthenticatedUser" + InteractionsSetRestrictionsForOrgOperation OperationName = "InteractionsSetRestrictionsForOrg" + InteractionsSetRestrictionsForRepoOperation OperationName = "InteractionsSetRestrictionsForRepo" + IssuesAddAssigneesOperation OperationName = "IssuesAddAssignees" + IssuesCheckUserCanBeAssignedOperation OperationName = "IssuesCheckUserCanBeAssigned" + IssuesCreateOperation OperationName = "IssuesCreate" + IssuesCreateCommentOperation OperationName = "IssuesCreateComment" + IssuesCreateLabelOperation OperationName = "IssuesCreateLabel" + IssuesCreateMilestoneOperation OperationName = "IssuesCreateMilestone" + IssuesDeleteCommentOperation OperationName = "IssuesDeleteComment" + IssuesDeleteLabelOperation OperationName = "IssuesDeleteLabel" + IssuesDeleteMilestoneOperation OperationName = "IssuesDeleteMilestone" + IssuesGetOperation OperationName = "IssuesGet" + IssuesGetCommentOperation OperationName = "IssuesGetComment" + IssuesGetEventOperation OperationName = "IssuesGetEvent" + IssuesGetLabelOperation OperationName = "IssuesGetLabel" + IssuesGetMilestoneOperation OperationName = "IssuesGetMilestone" + IssuesListOperation OperationName = "IssuesList" + IssuesListAssigneesOperation OperationName = "IssuesListAssignees" + IssuesListCommentsOperation OperationName = "IssuesListComments" + IssuesListCommentsForRepoOperation OperationName = "IssuesListCommentsForRepo" + IssuesListEventsForRepoOperation OperationName = "IssuesListEventsForRepo" + IssuesListForAuthenticatedUserOperation OperationName = "IssuesListForAuthenticatedUser" + IssuesListForOrgOperation OperationName = "IssuesListForOrg" + IssuesListForRepoOperation OperationName = "IssuesListForRepo" + IssuesListLabelsForMilestoneOperation OperationName = "IssuesListLabelsForMilestone" + IssuesListLabelsForRepoOperation OperationName = "IssuesListLabelsForRepo" + IssuesListLabelsOnIssueOperation OperationName = "IssuesListLabelsOnIssue" + IssuesListMilestonesOperation OperationName = "IssuesListMilestones" + IssuesLockOperation OperationName = "IssuesLock" + IssuesRemoveAllLabelsOperation OperationName = "IssuesRemoveAllLabels" + IssuesRemoveAssigneesOperation OperationName = "IssuesRemoveAssignees" + IssuesRemoveLabelOperation OperationName = "IssuesRemoveLabel" + IssuesUnlockOperation OperationName = "IssuesUnlock" + IssuesUpdateOperation OperationName = "IssuesUpdate" + IssuesUpdateCommentOperation OperationName = "IssuesUpdateComment" + IssuesUpdateLabelOperation OperationName = "IssuesUpdateLabel" + IssuesUpdateMilestoneOperation OperationName = "IssuesUpdateMilestone" + LicensesGetOperation OperationName = "LicensesGet" + LicensesGetAllCommonlyUsedOperation OperationName = "LicensesGetAllCommonlyUsed" + LicensesGetForRepoOperation OperationName = "LicensesGetForRepo" + MarkdownRenderOperation OperationName = "MarkdownRender" + MarkdownRenderRawOperation OperationName = "MarkdownRenderRaw" + MetaGetOperation OperationName = "MetaGet" + MetaGetOctocatOperation OperationName = "MetaGetOctocat" + MetaGetZenOperation OperationName = "MetaGetZen" + MetaRootOperation OperationName = "MetaRoot" + MigrationsCancelImportOperation OperationName = "MigrationsCancelImport" + MigrationsDeleteArchiveForAuthenticatedUserOperation OperationName = "MigrationsDeleteArchiveForAuthenticatedUser" + MigrationsDeleteArchiveForOrgOperation OperationName = "MigrationsDeleteArchiveForOrg" + MigrationsDownloadArchiveForOrgOperation OperationName = "MigrationsDownloadArchiveForOrg" + MigrationsGetArchiveForAuthenticatedUserOperation OperationName = "MigrationsGetArchiveForAuthenticatedUser" + MigrationsGetCommitAuthorsOperation OperationName = "MigrationsGetCommitAuthors" + MigrationsGetImportStatusOperation OperationName = "MigrationsGetImportStatus" + MigrationsGetLargeFilesOperation OperationName = "MigrationsGetLargeFiles" + MigrationsGetStatusForAuthenticatedUserOperation OperationName = "MigrationsGetStatusForAuthenticatedUser" + MigrationsGetStatusForOrgOperation OperationName = "MigrationsGetStatusForOrg" + MigrationsListForAuthenticatedUserOperation OperationName = "MigrationsListForAuthenticatedUser" + MigrationsListForOrgOperation OperationName = "MigrationsListForOrg" + MigrationsListReposForOrgOperation OperationName = "MigrationsListReposForOrg" + MigrationsListReposForUserOperation OperationName = "MigrationsListReposForUser" + MigrationsMapCommitAuthorOperation OperationName = "MigrationsMapCommitAuthor" + MigrationsSetLfsPreferenceOperation OperationName = "MigrationsSetLfsPreference" + MigrationsStartForAuthenticatedUserOperation OperationName = "MigrationsStartForAuthenticatedUser" + MigrationsStartForOrgOperation OperationName = "MigrationsStartForOrg" + MigrationsStartImportOperation OperationName = "MigrationsStartImport" + MigrationsUnlockRepoForAuthenticatedUserOperation OperationName = "MigrationsUnlockRepoForAuthenticatedUser" + MigrationsUnlockRepoForOrgOperation OperationName = "MigrationsUnlockRepoForOrg" + MigrationsUpdateImportOperation OperationName = "MigrationsUpdateImport" + OAuthAuthorizationsCreateAuthorizationOperation OperationName = "OAuthAuthorizationsCreateAuthorization" + OAuthAuthorizationsDeleteAuthorizationOperation OperationName = "OAuthAuthorizationsDeleteAuthorization" + OAuthAuthorizationsDeleteGrantOperation OperationName = "OAuthAuthorizationsDeleteGrant" + OAuthAuthorizationsGetAuthorizationOperation OperationName = "OAuthAuthorizationsGetAuthorization" + OAuthAuthorizationsGetGrantOperation OperationName = "OAuthAuthorizationsGetGrant" + OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation OperationName = "OAuthAuthorizationsGetOrCreateAuthorizationForApp" + OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation OperationName = "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint" + OAuthAuthorizationsListAuthorizationsOperation OperationName = "OAuthAuthorizationsListAuthorizations" + OAuthAuthorizationsListGrantsOperation OperationName = "OAuthAuthorizationsListGrants" + OAuthAuthorizationsUpdateAuthorizationOperation OperationName = "OAuthAuthorizationsUpdateAuthorization" + OrgsBlockUserOperation OperationName = "OrgsBlockUser" + OrgsCancelInvitationOperation OperationName = "OrgsCancelInvitation" + OrgsCheckBlockedUserOperation OperationName = "OrgsCheckBlockedUser" + OrgsCheckMembershipForUserOperation OperationName = "OrgsCheckMembershipForUser" + OrgsCheckPublicMembershipForUserOperation OperationName = "OrgsCheckPublicMembershipForUser" + OrgsConvertMemberToOutsideCollaboratorOperation OperationName = "OrgsConvertMemberToOutsideCollaborator" + OrgsCreateInvitationOperation OperationName = "OrgsCreateInvitation" + OrgsCreateWebhookOperation OperationName = "OrgsCreateWebhook" + OrgsDeleteWebhookOperation OperationName = "OrgsDeleteWebhook" + OrgsGetOperation OperationName = "OrgsGet" + OrgsGetAuditLogOperation OperationName = "OrgsGetAuditLog" + OrgsGetMembershipForAuthenticatedUserOperation OperationName = "OrgsGetMembershipForAuthenticatedUser" + OrgsGetMembershipForUserOperation OperationName = "OrgsGetMembershipForUser" + OrgsGetWebhookOperation OperationName = "OrgsGetWebhook" + OrgsGetWebhookConfigForOrgOperation OperationName = "OrgsGetWebhookConfigForOrg" + OrgsGetWebhookDeliveryOperation OperationName = "OrgsGetWebhookDelivery" + OrgsListOperation OperationName = "OrgsList" + OrgsListBlockedUsersOperation OperationName = "OrgsListBlockedUsers" + OrgsListFailedInvitationsOperation OperationName = "OrgsListFailedInvitations" + OrgsListForAuthenticatedUserOperation OperationName = "OrgsListForAuthenticatedUser" + OrgsListForUserOperation OperationName = "OrgsListForUser" + OrgsListInvitationTeamsOperation OperationName = "OrgsListInvitationTeams" + OrgsListMembersOperation OperationName = "OrgsListMembers" + OrgsListMembershipsForAuthenticatedUserOperation OperationName = "OrgsListMembershipsForAuthenticatedUser" + OrgsListOutsideCollaboratorsOperation OperationName = "OrgsListOutsideCollaborators" + OrgsListPendingInvitationsOperation OperationName = "OrgsListPendingInvitations" + OrgsListPublicMembersOperation OperationName = "OrgsListPublicMembers" + OrgsListSamlSSOAuthorizationsOperation OperationName = "OrgsListSamlSSOAuthorizations" + OrgsListWebhookDeliveriesOperation OperationName = "OrgsListWebhookDeliveries" + OrgsListWebhooksOperation OperationName = "OrgsListWebhooks" + OrgsPingWebhookOperation OperationName = "OrgsPingWebhook" + OrgsRedeliverWebhookDeliveryOperation OperationName = "OrgsRedeliverWebhookDelivery" + OrgsRemoveMemberOperation OperationName = "OrgsRemoveMember" + OrgsRemoveMembershipForUserOperation OperationName = "OrgsRemoveMembershipForUser" + OrgsRemoveOutsideCollaboratorOperation OperationName = "OrgsRemoveOutsideCollaborator" + OrgsRemovePublicMembershipForAuthenticatedUserOperation OperationName = "OrgsRemovePublicMembershipForAuthenticatedUser" + OrgsRemoveSamlSSOAuthorizationOperation OperationName = "OrgsRemoveSamlSSOAuthorization" + OrgsSetMembershipForUserOperation OperationName = "OrgsSetMembershipForUser" + OrgsSetPublicMembershipForAuthenticatedUserOperation OperationName = "OrgsSetPublicMembershipForAuthenticatedUser" + OrgsUnblockUserOperation OperationName = "OrgsUnblockUser" + OrgsUpdateMembershipForAuthenticatedUserOperation OperationName = "OrgsUpdateMembershipForAuthenticatedUser" + OrgsUpdateWebhookOperation OperationName = "OrgsUpdateWebhook" + OrgsUpdateWebhookConfigForOrgOperation OperationName = "OrgsUpdateWebhookConfigForOrg" + PackagesDeletePackageForAuthenticatedUserOperation OperationName = "PackagesDeletePackageForAuthenticatedUser" + PackagesDeletePackageForOrgOperation OperationName = "PackagesDeletePackageForOrg" + PackagesDeletePackageForUserOperation OperationName = "PackagesDeletePackageForUser" + PackagesDeletePackageVersionForAuthenticatedUserOperation OperationName = "PackagesDeletePackageVersionForAuthenticatedUser" + PackagesDeletePackageVersionForOrgOperation OperationName = "PackagesDeletePackageVersionForOrg" + PackagesDeletePackageVersionForUserOperation OperationName = "PackagesDeletePackageVersionForUser" + PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation OperationName = "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser" + PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation OperationName = "PackagesGetAllPackageVersionsForPackageOwnedByOrg" + PackagesGetAllPackageVersionsForPackageOwnedByUserOperation OperationName = "PackagesGetAllPackageVersionsForPackageOwnedByUser" + PackagesGetPackageForAuthenticatedUserOperation OperationName = "PackagesGetPackageForAuthenticatedUser" + PackagesGetPackageForOrganizationOperation OperationName = "PackagesGetPackageForOrganization" + PackagesGetPackageForUserOperation OperationName = "PackagesGetPackageForUser" + PackagesGetPackageVersionForAuthenticatedUserOperation OperationName = "PackagesGetPackageVersionForAuthenticatedUser" + PackagesGetPackageVersionForOrganizationOperation OperationName = "PackagesGetPackageVersionForOrganization" + PackagesGetPackageVersionForUserOperation OperationName = "PackagesGetPackageVersionForUser" + PackagesListPackagesForAuthenticatedUserOperation OperationName = "PackagesListPackagesForAuthenticatedUser" + PackagesListPackagesForOrganizationOperation OperationName = "PackagesListPackagesForOrganization" + PackagesListPackagesForUserOperation OperationName = "PackagesListPackagesForUser" + PackagesRestorePackageForAuthenticatedUserOperation OperationName = "PackagesRestorePackageForAuthenticatedUser" + PackagesRestorePackageForOrgOperation OperationName = "PackagesRestorePackageForOrg" + PackagesRestorePackageForUserOperation OperationName = "PackagesRestorePackageForUser" + PackagesRestorePackageVersionForAuthenticatedUserOperation OperationName = "PackagesRestorePackageVersionForAuthenticatedUser" + PackagesRestorePackageVersionForOrgOperation OperationName = "PackagesRestorePackageVersionForOrg" + PackagesRestorePackageVersionForUserOperation OperationName = "PackagesRestorePackageVersionForUser" + ProjectsAddCollaboratorOperation OperationName = "ProjectsAddCollaborator" + ProjectsCreateColumnOperation OperationName = "ProjectsCreateColumn" + ProjectsCreateForAuthenticatedUserOperation OperationName = "ProjectsCreateForAuthenticatedUser" + ProjectsCreateForOrgOperation OperationName = "ProjectsCreateForOrg" + ProjectsCreateForRepoOperation OperationName = "ProjectsCreateForRepo" + ProjectsDeleteOperation OperationName = "ProjectsDelete" + ProjectsDeleteCardOperation OperationName = "ProjectsDeleteCard" + ProjectsDeleteColumnOperation OperationName = "ProjectsDeleteColumn" + ProjectsGetOperation OperationName = "ProjectsGet" + ProjectsGetCardOperation OperationName = "ProjectsGetCard" + ProjectsGetColumnOperation OperationName = "ProjectsGetColumn" + ProjectsGetPermissionForUserOperation OperationName = "ProjectsGetPermissionForUser" + ProjectsListCardsOperation OperationName = "ProjectsListCards" + ProjectsListCollaboratorsOperation OperationName = "ProjectsListCollaborators" + ProjectsListColumnsOperation OperationName = "ProjectsListColumns" + ProjectsListForOrgOperation OperationName = "ProjectsListForOrg" + ProjectsListForRepoOperation OperationName = "ProjectsListForRepo" + ProjectsListForUserOperation OperationName = "ProjectsListForUser" + ProjectsMoveCardOperation OperationName = "ProjectsMoveCard" + ProjectsMoveColumnOperation OperationName = "ProjectsMoveColumn" + ProjectsRemoveCollaboratorOperation OperationName = "ProjectsRemoveCollaborator" + ProjectsUpdateOperation OperationName = "ProjectsUpdate" + ProjectsUpdateCardOperation OperationName = "ProjectsUpdateCard" + ProjectsUpdateColumnOperation OperationName = "ProjectsUpdateColumn" + PullsCheckIfMergedOperation OperationName = "PullsCheckIfMerged" + PullsCreateOperation OperationName = "PullsCreate" + PullsCreateReplyForReviewCommentOperation OperationName = "PullsCreateReplyForReviewComment" + PullsCreateReviewOperation OperationName = "PullsCreateReview" + PullsCreateReviewCommentOperation OperationName = "PullsCreateReviewComment" + PullsDeletePendingReviewOperation OperationName = "PullsDeletePendingReview" + PullsDeleteReviewCommentOperation OperationName = "PullsDeleteReviewComment" + PullsDismissReviewOperation OperationName = "PullsDismissReview" + PullsGetOperation OperationName = "PullsGet" + PullsGetReviewOperation OperationName = "PullsGetReview" + PullsGetReviewCommentOperation OperationName = "PullsGetReviewComment" + PullsListOperation OperationName = "PullsList" + PullsListCommentsForReviewOperation OperationName = "PullsListCommentsForReview" + PullsListCommitsOperation OperationName = "PullsListCommits" + PullsListFilesOperation OperationName = "PullsListFiles" + PullsListRequestedReviewersOperation OperationName = "PullsListRequestedReviewers" + PullsListReviewCommentsOperation OperationName = "PullsListReviewComments" + PullsListReviewCommentsForRepoOperation OperationName = "PullsListReviewCommentsForRepo" + PullsListReviewsOperation OperationName = "PullsListReviews" + PullsMergeOperation OperationName = "PullsMerge" + PullsRemoveRequestedReviewersOperation OperationName = "PullsRemoveRequestedReviewers" + PullsSubmitReviewOperation OperationName = "PullsSubmitReview" + PullsUpdateOperation OperationName = "PullsUpdate" + PullsUpdateBranchOperation OperationName = "PullsUpdateBranch" + PullsUpdateReviewOperation OperationName = "PullsUpdateReview" + PullsUpdateReviewCommentOperation OperationName = "PullsUpdateReviewComment" + RateLimitGetOperation OperationName = "RateLimitGet" + ReactionsCreateForCommitCommentOperation OperationName = "ReactionsCreateForCommitComment" + ReactionsCreateForIssueOperation OperationName = "ReactionsCreateForIssue" + ReactionsCreateForIssueCommentOperation OperationName = "ReactionsCreateForIssueComment" + ReactionsCreateForPullRequestReviewCommentOperation OperationName = "ReactionsCreateForPullRequestReviewComment" + ReactionsCreateForReleaseOperation OperationName = "ReactionsCreateForRelease" + ReactionsCreateForTeamDiscussionCommentInOrgOperation OperationName = "ReactionsCreateForTeamDiscussionCommentInOrg" + ReactionsCreateForTeamDiscussionCommentLegacyOperation OperationName = "ReactionsCreateForTeamDiscussionCommentLegacy" + ReactionsCreateForTeamDiscussionInOrgOperation OperationName = "ReactionsCreateForTeamDiscussionInOrg" + ReactionsCreateForTeamDiscussionLegacyOperation OperationName = "ReactionsCreateForTeamDiscussionLegacy" + ReactionsDeleteForCommitCommentOperation OperationName = "ReactionsDeleteForCommitComment" + ReactionsDeleteForIssueOperation OperationName = "ReactionsDeleteForIssue" + ReactionsDeleteForIssueCommentOperation OperationName = "ReactionsDeleteForIssueComment" + ReactionsDeleteForPullRequestCommentOperation OperationName = "ReactionsDeleteForPullRequestComment" + ReactionsDeleteForTeamDiscussionOperation OperationName = "ReactionsDeleteForTeamDiscussion" + ReactionsDeleteForTeamDiscussionCommentOperation OperationName = "ReactionsDeleteForTeamDiscussionComment" + ReactionsDeleteLegacyOperation OperationName = "ReactionsDeleteLegacy" + ReactionsListForCommitCommentOperation OperationName = "ReactionsListForCommitComment" + ReactionsListForIssueOperation OperationName = "ReactionsListForIssue" + ReactionsListForIssueCommentOperation OperationName = "ReactionsListForIssueComment" + ReactionsListForPullRequestReviewCommentOperation OperationName = "ReactionsListForPullRequestReviewComment" + ReactionsListForTeamDiscussionCommentInOrgOperation OperationName = "ReactionsListForTeamDiscussionCommentInOrg" + ReactionsListForTeamDiscussionCommentLegacyOperation OperationName = "ReactionsListForTeamDiscussionCommentLegacy" + ReactionsListForTeamDiscussionInOrgOperation OperationName = "ReactionsListForTeamDiscussionInOrg" + ReactionsListForTeamDiscussionLegacyOperation OperationName = "ReactionsListForTeamDiscussionLegacy" + ReposAcceptInvitationOperation OperationName = "ReposAcceptInvitation" + ReposAddAppAccessRestrictionsOperation OperationName = "ReposAddAppAccessRestrictions" + ReposAddCollaboratorOperation OperationName = "ReposAddCollaborator" + ReposAddStatusCheckContextsOperation OperationName = "ReposAddStatusCheckContexts" + ReposAddTeamAccessRestrictionsOperation OperationName = "ReposAddTeamAccessRestrictions" + ReposAddUserAccessRestrictionsOperation OperationName = "ReposAddUserAccessRestrictions" + ReposCheckCollaboratorOperation OperationName = "ReposCheckCollaborator" + ReposCheckVulnerabilityAlertsOperation OperationName = "ReposCheckVulnerabilityAlerts" + ReposCompareCommitsOperation OperationName = "ReposCompareCommits" + ReposCreateAutolinkOperation OperationName = "ReposCreateAutolink" + ReposCreateCommitCommentOperation OperationName = "ReposCreateCommitComment" + ReposCreateCommitSignatureProtectionOperation OperationName = "ReposCreateCommitSignatureProtection" + ReposCreateCommitStatusOperation OperationName = "ReposCreateCommitStatus" + ReposCreateDeployKeyOperation OperationName = "ReposCreateDeployKey" + ReposCreateDeploymentOperation OperationName = "ReposCreateDeployment" + ReposCreateDeploymentStatusOperation OperationName = "ReposCreateDeploymentStatus" + ReposCreateDispatchEventOperation OperationName = "ReposCreateDispatchEvent" + ReposCreateForAuthenticatedUserOperation OperationName = "ReposCreateForAuthenticatedUser" + ReposCreateForkOperation OperationName = "ReposCreateFork" + ReposCreateInOrgOperation OperationName = "ReposCreateInOrg" + ReposCreateOrUpdateFileContentsOperation OperationName = "ReposCreateOrUpdateFileContents" + ReposCreatePagesSiteOperation OperationName = "ReposCreatePagesSite" + ReposCreateReleaseOperation OperationName = "ReposCreateRelease" + ReposCreateUsingTemplateOperation OperationName = "ReposCreateUsingTemplate" + ReposCreateWebhookOperation OperationName = "ReposCreateWebhook" + ReposDeclineInvitationOperation OperationName = "ReposDeclineInvitation" + ReposDeleteOperation OperationName = "ReposDelete" + ReposDeleteAccessRestrictionsOperation OperationName = "ReposDeleteAccessRestrictions" + ReposDeleteAdminBranchProtectionOperation OperationName = "ReposDeleteAdminBranchProtection" + ReposDeleteAnEnvironmentOperation OperationName = "ReposDeleteAnEnvironment" + ReposDeleteAutolinkOperation OperationName = "ReposDeleteAutolink" + ReposDeleteBranchProtectionOperation OperationName = "ReposDeleteBranchProtection" + ReposDeleteCommitCommentOperation OperationName = "ReposDeleteCommitComment" + ReposDeleteCommitSignatureProtectionOperation OperationName = "ReposDeleteCommitSignatureProtection" + ReposDeleteDeployKeyOperation OperationName = "ReposDeleteDeployKey" + ReposDeleteDeploymentOperation OperationName = "ReposDeleteDeployment" + ReposDeleteFileOperation OperationName = "ReposDeleteFile" + ReposDeleteInvitationOperation OperationName = "ReposDeleteInvitation" + ReposDeletePagesSiteOperation OperationName = "ReposDeletePagesSite" + ReposDeletePullRequestReviewProtectionOperation OperationName = "ReposDeletePullRequestReviewProtection" + ReposDeleteReleaseOperation OperationName = "ReposDeleteRelease" + ReposDeleteReleaseAssetOperation OperationName = "ReposDeleteReleaseAsset" + ReposDeleteWebhookOperation OperationName = "ReposDeleteWebhook" + ReposDisableAutomatedSecurityFixesOperation OperationName = "ReposDisableAutomatedSecurityFixes" + ReposDisableLfsForRepoOperation OperationName = "ReposDisableLfsForRepo" + ReposDisableVulnerabilityAlertsOperation OperationName = "ReposDisableVulnerabilityAlerts" + ReposDownloadTarballArchiveOperation OperationName = "ReposDownloadTarballArchive" + ReposDownloadZipballArchiveOperation OperationName = "ReposDownloadZipballArchive" + ReposEnableAutomatedSecurityFixesOperation OperationName = "ReposEnableAutomatedSecurityFixes" + ReposEnableLfsForRepoOperation OperationName = "ReposEnableLfsForRepo" + ReposEnableVulnerabilityAlertsOperation OperationName = "ReposEnableVulnerabilityAlerts" + ReposGetOperation OperationName = "ReposGet" + ReposGetAccessRestrictionsOperation OperationName = "ReposGetAccessRestrictions" + ReposGetAdminBranchProtectionOperation OperationName = "ReposGetAdminBranchProtection" + ReposGetAllStatusCheckContextsOperation OperationName = "ReposGetAllStatusCheckContexts" + ReposGetAllTopicsOperation OperationName = "ReposGetAllTopics" + ReposGetAppsWithAccessToProtectedBranchOperation OperationName = "ReposGetAppsWithAccessToProtectedBranch" + ReposGetAutolinkOperation OperationName = "ReposGetAutolink" + ReposGetBranchOperation OperationName = "ReposGetBranch" + ReposGetBranchProtectionOperation OperationName = "ReposGetBranchProtection" + ReposGetClonesOperation OperationName = "ReposGetClones" + ReposGetCodeFrequencyStatsOperation OperationName = "ReposGetCodeFrequencyStats" + ReposGetCollaboratorPermissionLevelOperation OperationName = "ReposGetCollaboratorPermissionLevel" + ReposGetCombinedStatusForRefOperation OperationName = "ReposGetCombinedStatusForRef" + ReposGetCommitOperation OperationName = "ReposGetCommit" + ReposGetCommitActivityStatsOperation OperationName = "ReposGetCommitActivityStats" + ReposGetCommitCommentOperation OperationName = "ReposGetCommitComment" + ReposGetCommitSignatureProtectionOperation OperationName = "ReposGetCommitSignatureProtection" + ReposGetCommunityProfileMetricsOperation OperationName = "ReposGetCommunityProfileMetrics" + ReposGetContributorsStatsOperation OperationName = "ReposGetContributorsStats" + ReposGetDeployKeyOperation OperationName = "ReposGetDeployKey" + ReposGetDeploymentOperation OperationName = "ReposGetDeployment" + ReposGetDeploymentStatusOperation OperationName = "ReposGetDeploymentStatus" + ReposGetLatestPagesBuildOperation OperationName = "ReposGetLatestPagesBuild" + ReposGetLatestReleaseOperation OperationName = "ReposGetLatestRelease" + ReposGetPagesOperation OperationName = "ReposGetPages" + ReposGetPagesBuildOperation OperationName = "ReposGetPagesBuild" + ReposGetPagesHealthCheckOperation OperationName = "ReposGetPagesHealthCheck" + ReposGetParticipationStatsOperation OperationName = "ReposGetParticipationStats" + ReposGetPullRequestReviewProtectionOperation OperationName = "ReposGetPullRequestReviewProtection" + ReposGetPunchCardStatsOperation OperationName = "ReposGetPunchCardStats" + ReposGetReadmeOperation OperationName = "ReposGetReadme" + ReposGetReadmeInDirectoryOperation OperationName = "ReposGetReadmeInDirectory" + ReposGetReleaseOperation OperationName = "ReposGetRelease" + ReposGetReleaseAssetOperation OperationName = "ReposGetReleaseAsset" + ReposGetReleaseByTagOperation OperationName = "ReposGetReleaseByTag" + ReposGetStatusChecksProtectionOperation OperationName = "ReposGetStatusChecksProtection" + ReposGetTeamsWithAccessToProtectedBranchOperation OperationName = "ReposGetTeamsWithAccessToProtectedBranch" + ReposGetTopPathsOperation OperationName = "ReposGetTopPaths" + ReposGetTopReferrersOperation OperationName = "ReposGetTopReferrers" + ReposGetUsersWithAccessToProtectedBranchOperation OperationName = "ReposGetUsersWithAccessToProtectedBranch" + ReposGetViewsOperation OperationName = "ReposGetViews" + ReposGetWebhookOperation OperationName = "ReposGetWebhook" + ReposGetWebhookConfigForRepoOperation OperationName = "ReposGetWebhookConfigForRepo" + ReposGetWebhookDeliveryOperation OperationName = "ReposGetWebhookDelivery" + ReposListAutolinksOperation OperationName = "ReposListAutolinks" + ReposListBranchesOperation OperationName = "ReposListBranches" + ReposListBranchesForHeadCommitOperation OperationName = "ReposListBranchesForHeadCommit" + ReposListCollaboratorsOperation OperationName = "ReposListCollaborators" + ReposListCommentsForCommitOperation OperationName = "ReposListCommentsForCommit" + ReposListCommitCommentsForRepoOperation OperationName = "ReposListCommitCommentsForRepo" + ReposListCommitStatusesForRefOperation OperationName = "ReposListCommitStatusesForRef" + ReposListCommitsOperation OperationName = "ReposListCommits" + ReposListContributorsOperation OperationName = "ReposListContributors" + ReposListDeployKeysOperation OperationName = "ReposListDeployKeys" + ReposListDeploymentStatusesOperation OperationName = "ReposListDeploymentStatuses" + ReposListDeploymentsOperation OperationName = "ReposListDeployments" + ReposListForAuthenticatedUserOperation OperationName = "ReposListForAuthenticatedUser" + ReposListForOrgOperation OperationName = "ReposListForOrg" + ReposListForUserOperation OperationName = "ReposListForUser" + ReposListForksOperation OperationName = "ReposListForks" + ReposListInvitationsOperation OperationName = "ReposListInvitations" + ReposListInvitationsForAuthenticatedUserOperation OperationName = "ReposListInvitationsForAuthenticatedUser" + ReposListLanguagesOperation OperationName = "ReposListLanguages" + ReposListPagesBuildsOperation OperationName = "ReposListPagesBuilds" + ReposListPublicOperation OperationName = "ReposListPublic" + ReposListPullRequestsAssociatedWithCommitOperation OperationName = "ReposListPullRequestsAssociatedWithCommit" + ReposListReleaseAssetsOperation OperationName = "ReposListReleaseAssets" + ReposListReleasesOperation OperationName = "ReposListReleases" + ReposListTagsOperation OperationName = "ReposListTags" + ReposListTeamsOperation OperationName = "ReposListTeams" + ReposListWebhookDeliveriesOperation OperationName = "ReposListWebhookDeliveries" + ReposListWebhooksOperation OperationName = "ReposListWebhooks" + ReposMergeOperation OperationName = "ReposMerge" + ReposMergeUpstreamOperation OperationName = "ReposMergeUpstream" + ReposPingWebhookOperation OperationName = "ReposPingWebhook" + ReposRedeliverWebhookDeliveryOperation OperationName = "ReposRedeliverWebhookDelivery" + ReposRemoveAppAccessRestrictionsOperation OperationName = "ReposRemoveAppAccessRestrictions" + ReposRemoveCollaboratorOperation OperationName = "ReposRemoveCollaborator" + ReposRemoveStatusCheckContextsOperation OperationName = "ReposRemoveStatusCheckContexts" + ReposRemoveStatusCheckProtectionOperation OperationName = "ReposRemoveStatusCheckProtection" + ReposRemoveTeamAccessRestrictionsOperation OperationName = "ReposRemoveTeamAccessRestrictions" + ReposRemoveUserAccessRestrictionsOperation OperationName = "ReposRemoveUserAccessRestrictions" + ReposRenameBranchOperation OperationName = "ReposRenameBranch" + ReposReplaceAllTopicsOperation OperationName = "ReposReplaceAllTopics" + ReposRequestPagesBuildOperation OperationName = "ReposRequestPagesBuild" + ReposSetAdminBranchProtectionOperation OperationName = "ReposSetAdminBranchProtection" + ReposSetAppAccessRestrictionsOperation OperationName = "ReposSetAppAccessRestrictions" + ReposSetStatusCheckContextsOperation OperationName = "ReposSetStatusCheckContexts" + ReposSetTeamAccessRestrictionsOperation OperationName = "ReposSetTeamAccessRestrictions" + ReposSetUserAccessRestrictionsOperation OperationName = "ReposSetUserAccessRestrictions" + ReposTestPushWebhookOperation OperationName = "ReposTestPushWebhook" + ReposTransferOperation OperationName = "ReposTransfer" + ReposUpdateOperation OperationName = "ReposUpdate" + ReposUpdateBranchProtectionOperation OperationName = "ReposUpdateBranchProtection" + ReposUpdateCommitCommentOperation OperationName = "ReposUpdateCommitComment" + ReposUpdateInvitationOperation OperationName = "ReposUpdateInvitation" + ReposUpdatePullRequestReviewProtectionOperation OperationName = "ReposUpdatePullRequestReviewProtection" + ReposUpdateReleaseOperation OperationName = "ReposUpdateRelease" + ReposUpdateReleaseAssetOperation OperationName = "ReposUpdateReleaseAsset" + ReposUpdateStatusCheckProtectionOperation OperationName = "ReposUpdateStatusCheckProtection" + ReposUpdateWebhookOperation OperationName = "ReposUpdateWebhook" + ReposUpdateWebhookConfigForRepoOperation OperationName = "ReposUpdateWebhookConfigForRepo" + ReposUploadReleaseAssetOperation OperationName = "ReposUploadReleaseAsset" + ScimDeleteUserFromOrgOperation OperationName = "ScimDeleteUserFromOrg" + SearchCodeOperation OperationName = "SearchCode" + SearchCommitsOperation OperationName = "SearchCommits" + SearchIssuesAndPullRequestsOperation OperationName = "SearchIssuesAndPullRequests" + SearchLabelsOperation OperationName = "SearchLabels" + SearchReposOperation OperationName = "SearchRepos" + SearchTopicsOperation OperationName = "SearchTopics" + SearchUsersOperation OperationName = "SearchUsers" + SecretScanningGetAlertOperation OperationName = "SecretScanningGetAlert" + SecretScanningListAlertsForOrgOperation OperationName = "SecretScanningListAlertsForOrg" + SecretScanningListAlertsForRepoOperation OperationName = "SecretScanningListAlertsForRepo" + SecretScanningUpdateAlertOperation OperationName = "SecretScanningUpdateAlert" + TeamsAddMemberLegacyOperation OperationName = "TeamsAddMemberLegacy" + TeamsAddOrUpdateMembershipForUserInOrgOperation OperationName = "TeamsAddOrUpdateMembershipForUserInOrg" + TeamsAddOrUpdateMembershipForUserLegacyOperation OperationName = "TeamsAddOrUpdateMembershipForUserLegacy" + TeamsAddOrUpdateProjectPermissionsInOrgOperation OperationName = "TeamsAddOrUpdateProjectPermissionsInOrg" + TeamsAddOrUpdateProjectPermissionsLegacyOperation OperationName = "TeamsAddOrUpdateProjectPermissionsLegacy" + TeamsAddOrUpdateRepoPermissionsInOrgOperation OperationName = "TeamsAddOrUpdateRepoPermissionsInOrg" + TeamsAddOrUpdateRepoPermissionsLegacyOperation OperationName = "TeamsAddOrUpdateRepoPermissionsLegacy" + TeamsCheckPermissionsForProjectInOrgOperation OperationName = "TeamsCheckPermissionsForProjectInOrg" + TeamsCheckPermissionsForProjectLegacyOperation OperationName = "TeamsCheckPermissionsForProjectLegacy" + TeamsCheckPermissionsForRepoInOrgOperation OperationName = "TeamsCheckPermissionsForRepoInOrg" + TeamsCheckPermissionsForRepoLegacyOperation OperationName = "TeamsCheckPermissionsForRepoLegacy" + TeamsCreateOperation OperationName = "TeamsCreate" + TeamsCreateDiscussionCommentInOrgOperation OperationName = "TeamsCreateDiscussionCommentInOrg" + TeamsCreateDiscussionCommentLegacyOperation OperationName = "TeamsCreateDiscussionCommentLegacy" + TeamsCreateDiscussionInOrgOperation OperationName = "TeamsCreateDiscussionInOrg" + TeamsCreateDiscussionLegacyOperation OperationName = "TeamsCreateDiscussionLegacy" + TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation OperationName = "TeamsCreateOrUpdateIdpGroupConnectionsInOrg" + TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation OperationName = "TeamsCreateOrUpdateIdpGroupConnectionsLegacy" + TeamsDeleteDiscussionCommentInOrgOperation OperationName = "TeamsDeleteDiscussionCommentInOrg" + TeamsDeleteDiscussionCommentLegacyOperation OperationName = "TeamsDeleteDiscussionCommentLegacy" + TeamsDeleteDiscussionInOrgOperation OperationName = "TeamsDeleteDiscussionInOrg" + TeamsDeleteDiscussionLegacyOperation OperationName = "TeamsDeleteDiscussionLegacy" + TeamsDeleteInOrgOperation OperationName = "TeamsDeleteInOrg" + TeamsDeleteLegacyOperation OperationName = "TeamsDeleteLegacy" + TeamsGetByNameOperation OperationName = "TeamsGetByName" + TeamsGetDiscussionCommentInOrgOperation OperationName = "TeamsGetDiscussionCommentInOrg" + TeamsGetDiscussionCommentLegacyOperation OperationName = "TeamsGetDiscussionCommentLegacy" + TeamsGetDiscussionInOrgOperation OperationName = "TeamsGetDiscussionInOrg" + TeamsGetDiscussionLegacyOperation OperationName = "TeamsGetDiscussionLegacy" + TeamsGetLegacyOperation OperationName = "TeamsGetLegacy" + TeamsGetMemberLegacyOperation OperationName = "TeamsGetMemberLegacy" + TeamsGetMembershipForUserInOrgOperation OperationName = "TeamsGetMembershipForUserInOrg" + TeamsGetMembershipForUserLegacyOperation OperationName = "TeamsGetMembershipForUserLegacy" + TeamsListOperation OperationName = "TeamsList" + TeamsListChildInOrgOperation OperationName = "TeamsListChildInOrg" + TeamsListChildLegacyOperation OperationName = "TeamsListChildLegacy" + TeamsListDiscussionCommentsInOrgOperation OperationName = "TeamsListDiscussionCommentsInOrg" + TeamsListDiscussionCommentsLegacyOperation OperationName = "TeamsListDiscussionCommentsLegacy" + TeamsListDiscussionsInOrgOperation OperationName = "TeamsListDiscussionsInOrg" + TeamsListDiscussionsLegacyOperation OperationName = "TeamsListDiscussionsLegacy" + TeamsListForAuthenticatedUserOperation OperationName = "TeamsListForAuthenticatedUser" + TeamsListIdpGroupsForLegacyOperation OperationName = "TeamsListIdpGroupsForLegacy" + TeamsListIdpGroupsForOrgOperation OperationName = "TeamsListIdpGroupsForOrg" + TeamsListIdpGroupsInOrgOperation OperationName = "TeamsListIdpGroupsInOrg" + TeamsListMembersInOrgOperation OperationName = "TeamsListMembersInOrg" + TeamsListMembersLegacyOperation OperationName = "TeamsListMembersLegacy" + TeamsListPendingInvitationsInOrgOperation OperationName = "TeamsListPendingInvitationsInOrg" + TeamsListPendingInvitationsLegacyOperation OperationName = "TeamsListPendingInvitationsLegacy" + TeamsListProjectsInOrgOperation OperationName = "TeamsListProjectsInOrg" + TeamsListProjectsLegacyOperation OperationName = "TeamsListProjectsLegacy" + TeamsListReposInOrgOperation OperationName = "TeamsListReposInOrg" + TeamsListReposLegacyOperation OperationName = "TeamsListReposLegacy" + TeamsRemoveMemberLegacyOperation OperationName = "TeamsRemoveMemberLegacy" + TeamsRemoveMembershipForUserInOrgOperation OperationName = "TeamsRemoveMembershipForUserInOrg" + TeamsRemoveMembershipForUserLegacyOperation OperationName = "TeamsRemoveMembershipForUserLegacy" + TeamsRemoveProjectInOrgOperation OperationName = "TeamsRemoveProjectInOrg" + TeamsRemoveProjectLegacyOperation OperationName = "TeamsRemoveProjectLegacy" + TeamsRemoveRepoInOrgOperation OperationName = "TeamsRemoveRepoInOrg" + TeamsRemoveRepoLegacyOperation OperationName = "TeamsRemoveRepoLegacy" + TeamsUpdateDiscussionCommentInOrgOperation OperationName = "TeamsUpdateDiscussionCommentInOrg" + TeamsUpdateDiscussionCommentLegacyOperation OperationName = "TeamsUpdateDiscussionCommentLegacy" + TeamsUpdateDiscussionInOrgOperation OperationName = "TeamsUpdateDiscussionInOrg" + TeamsUpdateDiscussionLegacyOperation OperationName = "TeamsUpdateDiscussionLegacy" + TeamsUpdateInOrgOperation OperationName = "TeamsUpdateInOrg" + TeamsUpdateLegacyOperation OperationName = "TeamsUpdateLegacy" + UsersAddEmailForAuthenticatedOperation OperationName = "UsersAddEmailForAuthenticated" + UsersBlockOperation OperationName = "UsersBlock" + UsersCheckBlockedOperation OperationName = "UsersCheckBlocked" + UsersCheckFollowingForUserOperation OperationName = "UsersCheckFollowingForUser" + UsersCheckPersonIsFollowedByAuthenticatedOperation OperationName = "UsersCheckPersonIsFollowedByAuthenticated" + UsersCreateGpgKeyForAuthenticatedOperation OperationName = "UsersCreateGpgKeyForAuthenticated" + UsersCreatePublicSSHKeyForAuthenticatedOperation OperationName = "UsersCreatePublicSSHKeyForAuthenticated" + UsersDeleteEmailForAuthenticatedOperation OperationName = "UsersDeleteEmailForAuthenticated" + UsersDeleteGpgKeyForAuthenticatedOperation OperationName = "UsersDeleteGpgKeyForAuthenticated" + UsersDeletePublicSSHKeyForAuthenticatedOperation OperationName = "UsersDeletePublicSSHKeyForAuthenticated" + UsersFollowOperation OperationName = "UsersFollow" + UsersGetAuthenticatedOperation OperationName = "UsersGetAuthenticated" + UsersGetByUsernameOperation OperationName = "UsersGetByUsername" + UsersGetContextForUserOperation OperationName = "UsersGetContextForUser" + UsersGetGpgKeyForAuthenticatedOperation OperationName = "UsersGetGpgKeyForAuthenticated" + UsersGetPublicSSHKeyForAuthenticatedOperation OperationName = "UsersGetPublicSSHKeyForAuthenticated" + UsersListOperation OperationName = "UsersList" + UsersListBlockedByAuthenticatedOperation OperationName = "UsersListBlockedByAuthenticated" + UsersListEmailsForAuthenticatedOperation OperationName = "UsersListEmailsForAuthenticated" + UsersListFollowedByAuthenticatedOperation OperationName = "UsersListFollowedByAuthenticated" + UsersListFollowersForAuthenticatedUserOperation OperationName = "UsersListFollowersForAuthenticatedUser" + UsersListFollowersForUserOperation OperationName = "UsersListFollowersForUser" + UsersListFollowingForUserOperation OperationName = "UsersListFollowingForUser" + UsersListGpgKeysForAuthenticatedOperation OperationName = "UsersListGpgKeysForAuthenticated" + UsersListGpgKeysForUserOperation OperationName = "UsersListGpgKeysForUser" + UsersListPublicEmailsForAuthenticatedOperation OperationName = "UsersListPublicEmailsForAuthenticated" + UsersListPublicKeysForUserOperation OperationName = "UsersListPublicKeysForUser" + UsersListPublicSSHKeysForAuthenticatedOperation OperationName = "UsersListPublicSSHKeysForAuthenticated" + UsersSetPrimaryEmailVisibilityForAuthenticatedOperation OperationName = "UsersSetPrimaryEmailVisibilityForAuthenticated" + UsersUnblockOperation OperationName = "UsersUnblock" + UsersUnfollowOperation OperationName = "UsersUnfollow" + UsersUpdateAuthenticatedOperation OperationName = "UsersUpdateAuthenticated" +) diff --git a/examples/ex_github/oas_router_gen.go b/examples/ex_github/oas_router_gen.go index b73ec3a56..5aafbd81b 100644 --- a/examples/ex_github/oas_router_gen.go +++ b/examples/ex_github/oas_router_gen.go @@ -16586,7 +16586,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MetaRoot" + r.name = MetaRootOperation r.summary = "GitHub API Root" r.operationID = "meta/root" r.pathPattern = "/" @@ -16621,7 +16621,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsGetAuthenticated" + r.name = AppsGetAuthenticatedOperation r.summary = "Get the authenticated app" r.operationID = "apps/get-authenticated" r.pathPattern = "/app" @@ -16666,7 +16666,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AppsCreateFromManifest" + r.name = AppsCreateFromManifestOperation r.summary = "Create a GitHub App from a manifest" r.operationID = "apps/create-from-manifest" r.pathPattern = "/app-manifests/{code}/conversions" @@ -16718,7 +16718,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsGetWebhookConfigForApp" + r.name = AppsGetWebhookConfigForAppOperation r.summary = "Get a webhook configuration for an app" r.operationID = "apps/get-webhook-config-for-app" r.pathPattern = "/app/hook/config" @@ -16726,7 +16726,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "AppsUpdateWebhookConfigForApp" + r.name = AppsUpdateWebhookConfigForAppOperation r.summary = "Update a webhook configuration for an app" r.operationID = "apps/update-webhook-config-for-app" r.pathPattern = "/app/hook/config" @@ -16750,7 +16750,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsListWebhookDeliveries" + r.name = AppsListWebhookDeliveriesOperation r.summary = "List deliveries for an app webhook" r.operationID = "apps/list-webhook-deliveries" r.pathPattern = "/app/hook/deliveries" @@ -16782,7 +16782,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsGetWebhookDelivery" + r.name = AppsGetWebhookDeliveryOperation r.summary = "Get a delivery for an app webhook" r.operationID = "apps/get-webhook-delivery" r.pathPattern = "/app/hook/deliveries/{delivery_id}" @@ -16806,7 +16806,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AppsRedeliverWebhookDelivery" + r.name = AppsRedeliverWebhookDeliveryOperation r.summary = "Redeliver a delivery for an app webhook" r.operationID = "apps/redeliver-webhook-delivery" r.pathPattern = "/app/hook/deliveries/{delivery_id}/attempts" @@ -16848,7 +16848,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "AppsDeleteInstallation" + r.name = AppsDeleteInstallationOperation r.summary = "Delete an installation for the authenticated app" r.operationID = "apps/delete-installation" r.pathPattern = "/app/installations/{installation_id}" @@ -16884,7 +16884,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AppsCreateInstallationAccessToken" + r.name = AppsCreateInstallationAccessTokenOperation r.summary = "Create an installation access token for an app" r.operationID = "apps/create-installation-access-token" r.pathPattern = "/app/installations/{installation_id}/access_tokens" @@ -16909,7 +16909,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "AppsUnsuspendInstallation" + r.name = AppsUnsuspendInstallationOperation r.summary = "Unsuspend an app installation" r.operationID = "apps/unsuspend-installation" r.pathPattern = "/app/installations/{installation_id}/suspended" @@ -16917,7 +16917,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "AppsSuspendInstallation" + r.name = AppsSuspendInstallationOperation r.summary = "Suspend an app installation" r.operationID = "apps/suspend-installation" r.pathPattern = "/app/installations/{installation_id}/suspended" @@ -16962,7 +16962,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OAuthAuthorizationsListGrants" + r.name = OAuthAuthorizationsListGrantsOperation r.summary = "List your grants" r.operationID = "oauth-authorizations/list-grants" r.pathPattern = "/applications/grants" @@ -16991,7 +16991,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OAuthAuthorizationsDeleteGrant" + r.name = OAuthAuthorizationsDeleteGrantOperation r.summary = "Delete a grant" r.operationID = "oauth-authorizations/delete-grant" r.pathPattern = "/applications/grants/{grant_id}" @@ -16999,7 +16999,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "OAuthAuthorizationsGetGrant" + r.name = OAuthAuthorizationsGetGrantOperation r.summary = "Get a single grant" r.operationID = "oauth-authorizations/get-grant" r.pathPattern = "/applications/grants/{grant_id}" @@ -17053,7 +17053,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "AppsDeleteAuthorization" + r.name = AppsDeleteAuthorizationOperation r.summary = "Delete an app authorization" r.operationID = "apps/delete-authorization" r.pathPattern = "/applications/{client_id}/grant" @@ -17077,7 +17077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "AppsDeleteToken" + r.name = AppsDeleteTokenOperation r.summary = "Delete an app token" r.operationID = "apps/delete-token" r.pathPattern = "/applications/{client_id}/token" @@ -17085,7 +17085,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "AppsResetToken" + r.name = AppsResetTokenOperation r.summary = "Reset a token" r.operationID = "apps/reset-token" r.pathPattern = "/applications/{client_id}/token" @@ -17093,7 +17093,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "AppsCheckToken" + r.name = AppsCheckTokenOperation r.summary = "Check a token" r.operationID = "apps/check-token" r.pathPattern = "/applications/{client_id}/token" @@ -17117,7 +17117,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AppsScopeToken" + r.name = AppsScopeTokenOperation r.summary = "Create a scoped access token" r.operationID = "apps/scope-token" r.pathPattern = "/applications/{client_id}/token/scoped" @@ -17156,7 +17156,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsGetBySlug" + r.name = AppsGetBySlugOperation r.summary = "Get an app" r.operationID = "apps/get-by-slug" r.pathPattern = "/apps/{app_slug}" @@ -17183,7 +17183,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OAuthAuthorizationsListAuthorizations" + r.name = OAuthAuthorizationsListAuthorizationsOperation r.summary = "List your authorizations" r.operationID = "oauth-authorizations/list-authorizations" r.pathPattern = "/authorizations" @@ -17191,7 +17191,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "OAuthAuthorizationsCreateAuthorization" + r.name = OAuthAuthorizationsCreateAuthorizationOperation r.summary = "Create a new authorization" r.operationID = "oauth-authorizations/create-authorization" r.pathPattern = "/authorizations" @@ -17235,7 +17235,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "PUT": - r.name = "OAuthAuthorizationsGetOrCreateAuthorizationForApp" + r.name = OAuthAuthorizationsGetOrCreateAuthorizationForAppOperation r.summary = "Get-or-create an authorization for a specific app" r.operationID = "oauth-authorizations/get-or-create-authorization-for-app" r.pathPattern = "/authorizations/clients/{client_id}" @@ -17264,7 +17264,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprint" + r.name = OAuthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintOperation r.summary = "Get-or-create an authorization for a specific app and fingerprint" r.operationID = "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint" r.pathPattern = "/authorizations/clients/{client_id}/{fingerprint}" @@ -17290,7 +17290,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OAuthAuthorizationsDeleteAuthorization" + r.name = OAuthAuthorizationsDeleteAuthorizationOperation r.summary = "Delete an authorization" r.operationID = "oauth-authorizations/delete-authorization" r.pathPattern = "/authorizations/{authorization_id}" @@ -17298,7 +17298,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "OAuthAuthorizationsGetAuthorization" + r.name = OAuthAuthorizationsGetAuthorizationOperation r.summary = "Get a single authorization" r.operationID = "oauth-authorizations/get-authorization" r.pathPattern = "/authorizations/{authorization_id}" @@ -17306,7 +17306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "OAuthAuthorizationsUpdateAuthorization" + r.name = OAuthAuthorizationsUpdateAuthorizationOperation r.summary = "Update an existing authorization" r.operationID = "oauth-authorizations/update-authorization" r.pathPattern = "/authorizations/{authorization_id}" @@ -17336,7 +17336,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "CodesOfConductGetAllCodesOfConduct" + r.name = CodesOfConductGetAllCodesOfConductOperation r.summary = "Get all codes of conduct" r.operationID = "codes-of-conduct/get-all-codes-of-conduct" r.pathPattern = "/codes_of_conduct" @@ -17365,7 +17365,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CodesOfConductGetConductCode" + r.name = CodesOfConductGetConductCodeOperation r.summary = "Get a code of conduct" r.operationID = "codes-of-conduct/get-conduct-code" r.pathPattern = "/codes_of_conduct/{key}" @@ -17405,7 +17405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "EmojisGet" + r.name = EmojisGetOperation r.summary = "Get emojis" r.operationID = "emojis/get" r.pathPattern = "/emojis" @@ -17486,7 +17486,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminGetGithubActionsPermissionsEnterprise" + r.name = EnterpriseAdminGetGithubActionsPermissionsEnterpriseOperation r.summary = "Get GitHub Actions permissions for an enterprise" r.operationID = "enterprise-admin/get-github-actions-permissions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions" @@ -17494,7 +17494,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "EnterpriseAdminSetGithubActionsPermissionsEnterprise" + r.name = EnterpriseAdminSetGithubActionsPermissionsEnterpriseOperation r.summary = "Set GitHub Actions permissions for an enterprise" r.operationID = "enterprise-admin/set-github-actions-permissions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions" @@ -17529,7 +17529,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise" + r.name = EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseOperation r.summary = "List selected organizations enabled for GitHub Actions in an enterprise" r.operationID = "enterprise-admin/list-selected-organizations-enabled-github-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/organizations" @@ -17537,7 +17537,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise" + r.name = EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseOperation r.summary = "Set selected organizations enabled for GitHub Actions in an enterprise" r.operationID = "enterprise-admin/set-selected-organizations-enabled-github-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/organizations" @@ -17566,7 +17566,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise" + r.name = EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseOperation r.summary = "Disable a selected organization for GitHub Actions in an enterprise" r.operationID = "enterprise-admin/disable-selected-organization-github-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/organizations/{org_id}" @@ -17574,7 +17574,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise" + r.name = EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseOperation r.summary = "Enable a selected organization for GitHub Actions in an enterprise" r.operationID = "enterprise-admin/enable-selected-organization-github-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/organizations/{org_id}" @@ -17602,7 +17602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "EnterpriseAdminGetAllowedActionsEnterprise" + r.name = EnterpriseAdminGetAllowedActionsEnterpriseOperation r.summary = "Get allowed actions for an enterprise" r.operationID = "enterprise-admin/get-allowed-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/selected-actions" @@ -17610,7 +17610,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "EnterpriseAdminSetAllowedActionsEnterprise" + r.name = EnterpriseAdminSetAllowedActionsEnterpriseOperation r.summary = "Set allowed actions for an enterprise" r.operationID = "enterprise-admin/set-allowed-actions-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/permissions/selected-actions" @@ -17652,7 +17652,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListSelfHostedRunnerGroupsForEnterprise" + r.name = EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseOperation r.summary = "List self-hosted runner groups for an enterprise" r.operationID = "enterprise-admin/list-self-hosted-runner-groups-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups" @@ -17660,7 +17660,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "EnterpriseAdminCreateSelfHostedRunnerGroupForEnterprise" + r.name = EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseOperation r.summary = "Create a self-hosted runner group for an enterprise" r.operationID = "enterprise-admin/create-self-hosted-runner-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups" @@ -17692,7 +17692,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise" + r.name = EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseOperation r.summary = "Delete a self-hosted runner group from an enterprise" r.operationID = "enterprise-admin/delete-self-hosted-runner-group-from-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}" @@ -17700,7 +17700,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "EnterpriseAdminGetSelfHostedRunnerGroupForEnterprise" + r.name = EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseOperation r.summary = "Get a self-hosted runner group for an enterprise" r.operationID = "enterprise-admin/get-self-hosted-runner-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}" @@ -17708,7 +17708,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise" + r.name = EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseOperation r.summary = "Update a self-hosted runner group for an enterprise" r.operationID = "enterprise-admin/update-self-hosted-runner-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}" @@ -17743,7 +17743,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise" + r.name = EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation r.summary = "List organization access to a self-hosted runner group in an enterprise" r.operationID = "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations" @@ -17751,7 +17751,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise" + r.name = EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation r.summary = "Set organization access for a self-hosted runner group in an enterprise" r.operationID = "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations" @@ -17780,7 +17780,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise" + r.name = EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation r.summary = "Remove organization access to a self-hosted runner group in an enterprise" r.operationID = "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}" @@ -17788,7 +17788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise" + r.name = EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseOperation r.summary = "Add organization access to a self-hosted runner group in an enterprise" r.operationID = "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}" @@ -17815,7 +17815,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListSelfHostedRunnersInGroupForEnterprise" + r.name = EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseOperation r.summary = "List self-hosted runners in a group for an enterprise" r.operationID = "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners" @@ -17823,7 +17823,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "EnterpriseAdminSetSelfHostedRunnersInGroupForEnterprise" + r.name = EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseOperation r.summary = "Set self-hosted runners in a group for an enterprise" r.operationID = "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners" @@ -17852,7 +17852,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise" + r.name = EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseOperation r.summary = "Remove a self-hosted runner from a group for an enterprise" r.operationID = "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}" @@ -17860,7 +17860,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "EnterpriseAdminAddSelfHostedRunnerToGroupForEnterprise" + r.name = EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseOperation r.summary = "Add a self-hosted runner to a group for an enterprise" r.operationID = "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}" @@ -17896,7 +17896,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListSelfHostedRunnersForEnterprise" + r.name = EnterpriseAdminListSelfHostedRunnersForEnterpriseOperation r.summary = "List self-hosted runners for an enterprise" r.operationID = "enterprise-admin/list-self-hosted-runners-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners" @@ -17932,7 +17932,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "EnterpriseAdminListRunnerApplicationsForEnterprise" + r.name = EnterpriseAdminListRunnerApplicationsForEnterpriseOperation r.summary = "List runner applications for an enterprise" r.operationID = "enterprise-admin/list-runner-applications-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners/downloads" @@ -17969,7 +17969,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EnterpriseAdminCreateRegistrationTokenForEnterprise" + r.name = EnterpriseAdminCreateRegistrationTokenForEnterpriseOperation r.summary = "Create a registration token for an enterprise" r.operationID = "enterprise-admin/create-registration-token-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners/registration-token" @@ -17994,7 +17994,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EnterpriseAdminCreateRemoveTokenForEnterprise" + r.name = EnterpriseAdminCreateRemoveTokenForEnterpriseOperation r.summary = "Create a remove token for an enterprise" r.operationID = "enterprise-admin/create-remove-token-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners/remove-token" @@ -18020,7 +18020,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminDeleteSelfHostedRunnerFromEnterprise" + r.name = EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseOperation r.summary = "Delete a self-hosted runner from an enterprise" r.operationID = "enterprise-admin/delete-self-hosted-runner-from-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners/{runner_id}" @@ -18028,7 +18028,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "EnterpriseAdminGetSelfHostedRunnerForEnterprise" + r.name = EnterpriseAdminGetSelfHostedRunnerForEnterpriseOperation r.summary = "Get a self-hosted runner for an enterprise" r.operationID = "enterprise-admin/get-self-hosted-runner-for-enterprise" r.pathPattern = "/enterprises/{enterprise}/actions/runners/{runner_id}" @@ -18062,7 +18062,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "EnterpriseAdminGetAuditLog" + r.name = EnterpriseAdminGetAuditLogOperation r.summary = "Get the audit log for an enterprise" r.operationID = "enterprise-admin/get-audit-log" r.pathPattern = "/enterprises/{enterprise}/audit-log" @@ -18102,7 +18102,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubActionsBillingGhe" + r.name = BillingGetGithubActionsBillingGheOperation r.summary = "Get GitHub Actions billing for an enterprise" r.operationID = "billing/get-github-actions-billing-ghe" r.pathPattern = "/enterprises/{enterprise}/settings/billing/actions" @@ -18127,7 +18127,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubPackagesBillingGhe" + r.name = BillingGetGithubPackagesBillingGheOperation r.summary = "Get GitHub Packages billing for an enterprise" r.operationID = "billing/get-github-packages-billing-ghe" r.pathPattern = "/enterprises/{enterprise}/settings/billing/packages" @@ -18152,7 +18152,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetSharedStorageBillingGhe" + r.name = BillingGetSharedStorageBillingGheOperation r.summary = "Get shared storage billing for an enterprise" r.operationID = "billing/get-shared-storage-billing-ghe" r.pathPattern = "/enterprises/{enterprise}/settings/billing/shared-storage" @@ -18186,7 +18186,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListPublicEvents" + r.name = ActivityListPublicEventsOperation r.summary = "List public events" r.operationID = "activity/list-public-events" r.pathPattern = "/events" @@ -18214,7 +18214,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityGetFeeds" + r.name = ActivityGetFeedsOperation r.summary = "Get feeds" r.operationID = "activity/get-feeds" r.pathPattern = "/feeds" @@ -18250,7 +18250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GistsList" + r.name = GistsListOperation r.summary = "List gists for the authenticated user" r.operationID = "gists/list" r.pathPattern = "/gists" @@ -18258,7 +18258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "GistsCreate" + r.name = GistsCreateOperation r.summary = "Create a gist" r.operationID = "gists/create" r.pathPattern = "/gists" @@ -18294,7 +18294,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsListPublic" + r.name = GistsListPublicOperation r.summary = "List public gists" r.operationID = "gists/list-public" r.pathPattern = "/gists/public" @@ -18319,7 +18319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsListStarred" + r.name = GistsListStarredOperation r.summary = "List starred gists" r.operationID = "gists/list-starred" r.pathPattern = "/gists/starred" @@ -18345,7 +18345,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "GistsDelete" + r.name = GistsDeleteOperation r.summary = "Delete a gist" r.operationID = "gists/delete" r.pathPattern = "/gists/{gist_id}" @@ -18353,7 +18353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "GistsGet" + r.name = GistsGetOperation r.summary = "Get a gist" r.operationID = "gists/get" r.pathPattern = "/gists/{gist_id}" @@ -18400,7 +18400,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GistsListComments" + r.name = GistsListCommentsOperation r.summary = "List gist comments" r.operationID = "gists/list-comments" r.pathPattern = "/gists/{gist_id}/comments" @@ -18408,7 +18408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "GistsCreateComment" + r.name = GistsCreateCommentOperation r.summary = "Create a gist comment" r.operationID = "gists/create-comment" r.pathPattern = "/gists/{gist_id}/comments" @@ -18437,7 +18437,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "GistsDeleteComment" + r.name = GistsDeleteCommentOperation r.summary = "Delete a gist comment" r.operationID = "gists/delete-comment" r.pathPattern = "/gists/{gist_id}/comments/{comment_id}" @@ -18445,7 +18445,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "GistsGetComment" + r.name = GistsGetCommentOperation r.summary = "Get a gist comment" r.operationID = "gists/get-comment" r.pathPattern = "/gists/{gist_id}/comments/{comment_id}" @@ -18453,7 +18453,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "GistsUpdateComment" + r.name = GistsUpdateCommentOperation r.summary = "Update a gist comment" r.operationID = "gists/update-comment" r.pathPattern = "/gists/{gist_id}/comments/{comment_id}" @@ -18481,7 +18481,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsListCommits" + r.name = GistsListCommitsOperation r.summary = "List gist commits" r.operationID = "gists/list-commits" r.pathPattern = "/gists/{gist_id}/commits" @@ -18509,7 +18509,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsListForks" + r.name = GistsListForksOperation r.summary = "List gist forks" r.operationID = "gists/list-forks" r.pathPattern = "/gists/{gist_id}/forks" @@ -18517,7 +18517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "GistsFork" + r.name = GistsForkOperation r.summary = "Fork a gist" r.operationID = "gists/fork" r.pathPattern = "/gists/{gist_id}/forks" @@ -18542,7 +18542,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "GistsUnstar" + r.name = GistsUnstarOperation r.summary = "Unstar a gist" r.operationID = "gists/unstar" r.pathPattern = "/gists/{gist_id}/star" @@ -18550,7 +18550,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "GistsCheckIsStarred" + r.name = GistsCheckIsStarredOperation r.summary = "Check if a gist is starred" r.operationID = "gists/check-is-starred" r.pathPattern = "/gists/{gist_id}/star" @@ -18558,7 +18558,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "GistsStar" + r.name = GistsStarOperation r.summary = "Star a gist" r.operationID = "gists/star" r.pathPattern = "/gists/{gist_id}/star" @@ -18581,7 +18581,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsGetRevision" + r.name = GistsGetRevisionOperation r.summary = "Get a gist revision" r.operationID = "gists/get-revision" r.pathPattern = "/gists/{gist_id}/{sha}" @@ -18611,7 +18611,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GitignoreGetAllTemplates" + r.name = GitignoreGetAllTemplatesOperation r.summary = "Get all gitignore templates" r.operationID = "gitignore/get-all-templates" r.pathPattern = "/gitignore/templates" @@ -18640,7 +18640,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitignoreGetTemplate" + r.name = GitignoreGetTemplateOperation r.summary = "Get a gitignore template" r.operationID = "gitignore/get-template" r.pathPattern = "/gitignore/templates/{name}" @@ -18695,7 +18695,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsListReposAccessibleToInstallation" + r.name = AppsListReposAccessibleToInstallationOperation r.summary = "List repositories accessible to the app installation" r.operationID = "apps/list-repos-accessible-to-installation" r.pathPattern = "/installation/repositories" @@ -18720,7 +18720,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "AppsRevokeInstallationAccessToken" + r.name = AppsRevokeInstallationAccessTokenOperation r.summary = "Revoke an installation access token" r.operationID = "apps/revoke-installation-access-token" r.pathPattern = "/installation/token" @@ -18748,7 +18748,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesList" + r.name = IssuesListOperation r.summary = "List issues assigned to the authenticated user" r.operationID = "issues/list" r.pathPattern = "/issues" @@ -18775,7 +18775,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "LicensesGetAllCommonlyUsed" + r.name = LicensesGetAllCommonlyUsedOperation r.summary = "Get all commonly used licenses" r.operationID = "licenses/get-all-commonly-used" r.pathPattern = "/licenses" @@ -18804,7 +18804,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "LicensesGet" + r.name = LicensesGetOperation r.summary = "Get a license" r.operationID = "licenses/get" r.pathPattern = "/licenses/{license}" @@ -18855,7 +18855,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "MarkdownRender" + r.name = MarkdownRenderOperation r.summary = "Render a Markdown document" r.operationID = "markdown/render" r.pathPattern = "/markdown" @@ -18879,7 +18879,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "MarkdownRenderRaw" + r.name = MarkdownRenderRawOperation r.summary = "Render a Markdown document in raw mode" r.operationID = "markdown/render-raw" r.pathPattern = "/markdown/raw" @@ -18924,7 +18924,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsGetSubscriptionPlanForAccount" + r.name = AppsGetSubscriptionPlanForAccountOperation r.summary = "Get a subscription plan for an account" r.operationID = "apps/get-subscription-plan-for-account" r.pathPattern = "/marketplace_listing/accounts/{account_id}" @@ -18948,7 +18948,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsListPlans" + r.name = AppsListPlansOperation r.summary = "List plans" r.operationID = "apps/list-plans" r.pathPattern = "/marketplace_listing/plans" @@ -18993,7 +18993,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsListAccountsForPlan" + r.name = AppsListAccountsForPlanOperation r.summary = "List accounts for a plan" r.operationID = "apps/list-accounts-for-plan" r.pathPattern = "/marketplace_listing/plans/{plan_id}/accounts" @@ -19041,7 +19041,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsGetSubscriptionPlanForAccountStubbed" + r.name = AppsGetSubscriptionPlanForAccountStubbedOperation r.summary = "Get a subscription plan for an account (stubbed)" r.operationID = "apps/get-subscription-plan-for-account-stubbed" r.pathPattern = "/marketplace_listing/stubbed/accounts/{account_id}" @@ -19065,7 +19065,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsListPlansStubbed" + r.name = AppsListPlansStubbedOperation r.summary = "List plans (stubbed)" r.operationID = "apps/list-plans-stubbed" r.pathPattern = "/marketplace_listing/stubbed/plans" @@ -19110,7 +19110,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsListAccountsForPlanStubbed" + r.name = AppsListAccountsForPlanStubbedOperation r.summary = "List accounts for a plan (stubbed)" r.operationID = "apps/list-accounts-for-plan-stubbed" r.pathPattern = "/marketplace_listing/stubbed/plans/{plan_id}/accounts" @@ -19150,7 +19150,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MetaGet" + r.name = MetaGetOperation r.summary = "Get GitHub meta information" r.operationID = "meta/get" r.pathPattern = "/meta" @@ -19232,7 +19232,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListPublicEventsForRepoNetwork" + r.name = ActivityListPublicEventsForRepoNetworkOperation r.summary = "List public events for a network of repositories" r.operationID = "activity/list-public-events-for-repo-network" r.pathPattern = "/networks/{owner}/{repo}/events" @@ -19262,7 +19262,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActivityListNotificationsForAuthenticatedUser" + r.name = ActivityListNotificationsForAuthenticatedUserOperation r.summary = "List notifications for the authenticated user" r.operationID = "activity/list-notifications-for-authenticated-user" r.pathPattern = "/notifications" @@ -19270,7 +19270,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "ActivityMarkNotificationsAsRead" + r.name = ActivityMarkNotificationsAsReadOperation r.summary = "Mark notifications as read" r.operationID = "activity/mark-notifications-as-read" r.pathPattern = "/notifications" @@ -19302,7 +19302,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActivityGetThread" + r.name = ActivityGetThreadOperation r.summary = "Get a thread" r.operationID = "activity/get-thread" r.pathPattern = "/notifications/threads/{thread_id}" @@ -19310,7 +19310,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ActivityMarkThreadAsRead" + r.name = ActivityMarkThreadAsReadOperation r.summary = "Mark a thread as read" r.operationID = "activity/mark-thread-as-read" r.pathPattern = "/notifications/threads/{thread_id}" @@ -19334,7 +19334,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActivityDeleteThreadSubscription" + r.name = ActivityDeleteThreadSubscriptionOperation r.summary = "Delete a thread subscription" r.operationID = "activity/delete-thread-subscription" r.pathPattern = "/notifications/threads/{thread_id}/subscription" @@ -19342,7 +19342,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ActivityGetThreadSubscriptionForAuthenticatedUser" + r.name = ActivityGetThreadSubscriptionForAuthenticatedUserOperation r.summary = "Get a thread subscription for the authenticated user" r.operationID = "activity/get-thread-subscription-for-authenticated-user" r.pathPattern = "/notifications/threads/{thread_id}/subscription" @@ -19350,7 +19350,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "ActivitySetThreadSubscription" + r.name = ActivitySetThreadSubscriptionOperation r.summary = "Set a thread subscription" r.operationID = "activity/set-thread-subscription" r.pathPattern = "/notifications/threads/{thread_id}/subscription" @@ -19396,7 +19396,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MetaGetOctocat" + r.name = MetaGetOctocatOperation r.summary = "Get Octocat" r.operationID = "meta/get-octocat" r.pathPattern = "/octocat" @@ -19433,7 +19433,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsList" + r.name = OrgsListOperation r.summary = "List organizations" r.operationID = "orgs/list" r.pathPattern = "/organizations" @@ -19466,7 +19466,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsGet" + r.name = OrgsGetOperation r.summary = "Get an organization" r.operationID = "orgs/get" r.pathPattern = "/orgs/{org}" @@ -19525,7 +19525,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsGetGithubActionsPermissionsOrganization" + r.name = ActionsGetGithubActionsPermissionsOrganizationOperation r.summary = "Get GitHub Actions permissions for an organization" r.operationID = "actions/get-github-actions-permissions-organization" r.pathPattern = "/orgs/{org}/actions/permissions" @@ -19533,7 +19533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "ActionsSetGithubActionsPermissionsOrganization" + r.name = ActionsSetGithubActionsPermissionsOrganizationOperation r.summary = "Set GitHub Actions permissions for an organization" r.operationID = "actions/set-github-actions-permissions-organization" r.pathPattern = "/orgs/{org}/actions/permissions" @@ -19568,7 +19568,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelectedRepositoriesEnabledGithubActionsOrganization" + r.name = ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationOperation r.summary = "List selected repositories enabled for GitHub Actions in an organization" r.operationID = "actions/list-selected-repositories-enabled-github-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/repositories" @@ -19576,7 +19576,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "ActionsSetSelectedRepositoriesEnabledGithubActionsOrganization" + r.name = ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationOperation r.summary = "Set selected repositories enabled for GitHub Actions in an organization" r.operationID = "actions/set-selected-repositories-enabled-github-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/repositories" @@ -19605,7 +19605,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDisableSelectedRepositoryGithubActionsOrganization" + r.name = ActionsDisableSelectedRepositoryGithubActionsOrganizationOperation r.summary = "Disable a selected repository for GitHub Actions in an organization" r.operationID = "actions/disable-selected-repository-github-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/repositories/{repository_id}" @@ -19613,7 +19613,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsEnableSelectedRepositoryGithubActionsOrganization" + r.name = ActionsEnableSelectedRepositoryGithubActionsOrganizationOperation r.summary = "Enable a selected repository for GitHub Actions in an organization" r.operationID = "actions/enable-selected-repository-github-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/repositories/{repository_id}" @@ -19641,7 +19641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetAllowedActionsOrganization" + r.name = ActionsGetAllowedActionsOrganizationOperation r.summary = "Get allowed actions for an organization" r.operationID = "actions/get-allowed-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/selected-actions" @@ -19649,7 +19649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "ActionsSetAllowedActionsOrganization" + r.name = ActionsSetAllowedActionsOrganizationOperation r.summary = "Set allowed actions for an organization" r.operationID = "actions/set-allowed-actions-organization" r.pathPattern = "/orgs/{org}/actions/permissions/selected-actions" @@ -19691,7 +19691,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelfHostedRunnerGroupsForOrg" + r.name = ActionsListSelfHostedRunnerGroupsForOrgOperation r.summary = "List self-hosted runner groups for an organization" r.operationID = "actions/list-self-hosted-runner-groups-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups" @@ -19699,7 +19699,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "ActionsCreateSelfHostedRunnerGroupForOrg" + r.name = ActionsCreateSelfHostedRunnerGroupForOrgOperation r.summary = "Create a self-hosted runner group for an organization" r.operationID = "actions/create-self-hosted-runner-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups" @@ -19731,7 +19731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ActionsDeleteSelfHostedRunnerGroupFromOrg" + r.name = ActionsDeleteSelfHostedRunnerGroupFromOrgOperation r.summary = "Delete a self-hosted runner group from an organization" r.operationID = "actions/delete-self-hosted-runner-group-from-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}" @@ -19739,7 +19739,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ActionsGetSelfHostedRunnerGroupForOrg" + r.name = ActionsGetSelfHostedRunnerGroupForOrgOperation r.summary = "Get a self-hosted runner group for an organization" r.operationID = "actions/get-self-hosted-runner-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}" @@ -19747,7 +19747,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "ActionsUpdateSelfHostedRunnerGroupForOrg" + r.name = ActionsUpdateSelfHostedRunnerGroupForOrgOperation r.summary = "Update a self-hosted runner group for an organization" r.operationID = "actions/update-self-hosted-runner-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}" @@ -19782,7 +19782,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListRepoAccessToSelfHostedRunnerGroupInOrg" + r.name = ActionsListRepoAccessToSelfHostedRunnerGroupInOrgOperation r.summary = "List repository access to a self-hosted runner group in an organization" r.operationID = "actions/list-repo-access-to-self-hosted-runner-group-in-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories" @@ -19790,7 +19790,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsSetRepoAccessToSelfHostedRunnerGroupInOrg" + r.name = ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgOperation r.summary = "Set repository access for a self-hosted runner group in an organization" r.operationID = "actions/set-repo-access-to-self-hosted-runner-group-in-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories" @@ -19819,7 +19819,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg" + r.name = ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgOperation r.summary = "Remove repository access to a self-hosted runner group in an organization" r.operationID = "actions/remove-repo-access-to-self-hosted-runner-group-in-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}" @@ -19827,7 +19827,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ActionsAddRepoAccessToSelfHostedRunnerGroupInOrg" + r.name = ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgOperation r.summary = "Add repository access to a self-hosted runner group in an organization" r.operationID = "actions/add-repo-access-to-self-hosted-runner-group-in-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}" @@ -19854,7 +19854,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelfHostedRunnersInGroupForOrg" + r.name = ActionsListSelfHostedRunnersInGroupForOrgOperation r.summary = "List self-hosted runners in a group for an organization" r.operationID = "actions/list-self-hosted-runners-in-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners" @@ -19862,7 +19862,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsSetSelfHostedRunnersInGroupForOrg" + r.name = ActionsSetSelfHostedRunnersInGroupForOrgOperation r.summary = "Set self-hosted runners in a group for an organization" r.operationID = "actions/set-self-hosted-runners-in-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners" @@ -19891,7 +19891,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsRemoveSelfHostedRunnerFromGroupForOrg" + r.name = ActionsRemoveSelfHostedRunnerFromGroupForOrgOperation r.summary = "Remove a self-hosted runner from a group for an organization" r.operationID = "actions/remove-self-hosted-runner-from-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}" @@ -19899,7 +19899,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ActionsAddSelfHostedRunnerToGroupForOrg" + r.name = ActionsAddSelfHostedRunnerToGroupForOrgOperation r.summary = "Add a self-hosted runner to a group for an organization" r.operationID = "actions/add-self-hosted-runner-to-group-for-org" r.pathPattern = "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}" @@ -19935,7 +19935,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelfHostedRunnersForOrg" + r.name = ActionsListSelfHostedRunnersForOrgOperation r.summary = "List self-hosted runners for an organization" r.operationID = "actions/list-self-hosted-runners-for-org" r.pathPattern = "/orgs/{org}/actions/runners" @@ -19971,7 +19971,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsListRunnerApplicationsForOrg" + r.name = ActionsListRunnerApplicationsForOrgOperation r.summary = "List runner applications for an organization" r.operationID = "actions/list-runner-applications-for-org" r.pathPattern = "/orgs/{org}/actions/runners/downloads" @@ -20008,7 +20008,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsCreateRegistrationTokenForOrg" + r.name = ActionsCreateRegistrationTokenForOrgOperation r.summary = "Create a registration token for an organization" r.operationID = "actions/create-registration-token-for-org" r.pathPattern = "/orgs/{org}/actions/runners/registration-token" @@ -20033,7 +20033,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsCreateRemoveTokenForOrg" + r.name = ActionsCreateRemoveTokenForOrgOperation r.summary = "Create a remove token for an organization" r.operationID = "actions/create-remove-token-for-org" r.pathPattern = "/orgs/{org}/actions/runners/remove-token" @@ -20059,7 +20059,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDeleteSelfHostedRunnerFromOrg" + r.name = ActionsDeleteSelfHostedRunnerFromOrgOperation r.summary = "Delete a self-hosted runner from an organization" r.operationID = "actions/delete-self-hosted-runner-from-org" r.pathPattern = "/orgs/{org}/actions/runners/{runner_id}" @@ -20067,7 +20067,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ActionsGetSelfHostedRunnerForOrg" + r.name = ActionsGetSelfHostedRunnerForOrgOperation r.summary = "Get a self-hosted runner for an organization" r.operationID = "actions/get-self-hosted-runner-for-org" r.pathPattern = "/orgs/{org}/actions/runners/{runner_id}" @@ -20097,7 +20097,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListOrgSecrets" + r.name = ActionsListOrgSecretsOperation r.summary = "List organization secrets" r.operationID = "actions/list-org-secrets" r.pathPattern = "/orgs/{org}/actions/secrets" @@ -20133,7 +20133,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetOrgPublicKey" + r.name = ActionsGetOrgPublicKeyOperation r.summary = "Get an organization public key" r.operationID = "actions/get-org-public-key" r.pathPattern = "/orgs/{org}/actions/secrets/public-key" @@ -20159,7 +20159,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ActionsDeleteOrgSecret" + r.name = ActionsDeleteOrgSecretOperation r.summary = "Delete an organization secret" r.operationID = "actions/delete-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}" @@ -20167,7 +20167,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ActionsGetOrgSecret" + r.name = ActionsGetOrgSecretOperation r.summary = "Get an organization secret" r.operationID = "actions/get-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}" @@ -20175,7 +20175,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsCreateOrUpdateOrgSecret" + r.name = ActionsCreateOrUpdateOrgSecretOperation r.summary = "Create or update an organization secret" r.operationID = "actions/create-or-update-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}" @@ -20198,7 +20198,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelectedReposForOrgSecret" + r.name = ActionsListSelectedReposForOrgSecretOperation r.summary = "List selected repositories for an organization secret" r.operationID = "actions/list-selected-repos-for-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}/repositories" @@ -20206,7 +20206,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsSetSelectedReposForOrgSecret" + r.name = ActionsSetSelectedReposForOrgSecretOperation r.summary = "Set selected repositories for an organization secret" r.operationID = "actions/set-selected-repos-for-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}/repositories" @@ -20235,7 +20235,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsRemoveSelectedRepoFromOrgSecret" + r.name = ActionsRemoveSelectedRepoFromOrgSecretOperation r.summary = "Remove selected repository from an organization secret" r.operationID = "actions/remove-selected-repo-from-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" @@ -20243,7 +20243,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ActionsAddSelectedRepoToOrgSecret" + r.name = ActionsAddSelectedRepoToOrgSecretOperation r.summary = "Add selected repository to an organization secret" r.operationID = "actions/add-selected-repo-to-org-secret" r.pathPattern = "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" @@ -20280,7 +20280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsGetAuditLog" + r.name = OrgsGetAuditLogOperation r.summary = "Get the audit log for an organization" r.operationID = "orgs/get-audit-log" r.pathPattern = "/orgs/{org}/audit-log" @@ -20307,7 +20307,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListBlockedUsers" + r.name = OrgsListBlockedUsersOperation r.summary = "List users blocked by an organization" r.operationID = "orgs/list-blocked-users" r.pathPattern = "/orgs/{org}/blocks" @@ -20336,7 +20336,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsUnblockUser" + r.name = OrgsUnblockUserOperation r.summary = "Unblock a user from an organization" r.operationID = "orgs/unblock-user" r.pathPattern = "/orgs/{org}/blocks/{username}" @@ -20344,7 +20344,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "OrgsCheckBlockedUser" + r.name = OrgsCheckBlockedUserOperation r.summary = "Check if a user is blocked by an organization" r.operationID = "orgs/check-blocked-user" r.pathPattern = "/orgs/{org}/blocks/{username}" @@ -20352,7 +20352,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "OrgsBlockUser" + r.name = OrgsBlockUserOperation r.summary = "Block a user from an organization" r.operationID = "orgs/block-user" r.pathPattern = "/orgs/{org}/blocks/{username}" @@ -20379,7 +20379,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListSamlSSOAuthorizations" + r.name = OrgsListSamlSSOAuthorizationsOperation r.summary = "List SAML SSO authorizations for an organization" r.operationID = "orgs/list-saml-sso-authorizations" r.pathPattern = "/orgs/{org}/credential-authorizations" @@ -20408,7 +20408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsRemoveSamlSSOAuthorization" + r.name = OrgsRemoveSamlSSOAuthorizationOperation r.summary = "Remove a SAML SSO authorization for an organization" r.operationID = "orgs/remove-saml-sso-authorization" r.pathPattern = "/orgs/{org}/credential-authorizations/{credential_id}" @@ -20436,7 +20436,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListPublicOrgEvents" + r.name = ActivityListPublicOrgEventsOperation r.summary = "List public organization events" r.operationID = "activity/list-public-org-events" r.pathPattern = "/orgs/{org}/events" @@ -20461,7 +20461,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsListFailedInvitations" + r.name = OrgsListFailedInvitationsOperation r.summary = "List failed organization invitations" r.operationID = "orgs/list-failed-invitations" r.pathPattern = "/orgs/{org}/failed_invitations" @@ -20485,7 +20485,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListWebhooks" + r.name = OrgsListWebhooksOperation r.summary = "List organization webhooks" r.operationID = "orgs/list-webhooks" r.pathPattern = "/orgs/{org}/hooks" @@ -20493,7 +20493,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "OrgsCreateWebhook" + r.name = OrgsCreateWebhookOperation r.summary = "Create an organization webhook" r.operationID = "orgs/create-webhook" r.pathPattern = "/orgs/{org}/hooks" @@ -20525,7 +20525,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "OrgsDeleteWebhook" + r.name = OrgsDeleteWebhookOperation r.summary = "Delete an organization webhook" r.operationID = "orgs/delete-webhook" r.pathPattern = "/orgs/{org}/hooks/{hook_id}" @@ -20533,7 +20533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "OrgsGetWebhook" + r.name = OrgsGetWebhookOperation r.summary = "Get an organization webhook" r.operationID = "orgs/get-webhook" r.pathPattern = "/orgs/{org}/hooks/{hook_id}" @@ -20541,7 +20541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "OrgsUpdateWebhook" + r.name = OrgsUpdateWebhookOperation r.summary = "Update an organization webhook" r.operationID = "orgs/update-webhook" r.pathPattern = "/orgs/{org}/hooks/{hook_id}" @@ -20577,7 +20577,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsGetWebhookConfigForOrg" + r.name = OrgsGetWebhookConfigForOrgOperation r.summary = "Get a webhook configuration for an organization" r.operationID = "orgs/get-webhook-config-for-org" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/config" @@ -20585,7 +20585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "OrgsUpdateWebhookConfigForOrg" + r.name = OrgsUpdateWebhookConfigForOrgOperation r.summary = "Update a webhook configuration for an organization" r.operationID = "orgs/update-webhook-config-for-org" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/config" @@ -20609,7 +20609,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListWebhookDeliveries" + r.name = OrgsListWebhookDeliveriesOperation r.summary = "List deliveries for an organization webhook" r.operationID = "orgs/list-webhook-deliveries" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/deliveries" @@ -20641,7 +20641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsGetWebhookDelivery" + r.name = OrgsGetWebhookDeliveryOperation r.summary = "Get a webhook delivery for an organization webhook" r.operationID = "orgs/get-webhook-delivery" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}" @@ -20665,7 +20665,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OrgsRedeliverWebhookDelivery" + r.name = OrgsRedeliverWebhookDeliveryOperation r.summary = "Redeliver a delivery for an organization webhook" r.operationID = "orgs/redeliver-webhook-delivery" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" @@ -20696,7 +20696,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OrgsPingWebhook" + r.name = OrgsPingWebhookOperation r.summary = "Ping an organization webhook" r.operationID = "orgs/ping-webhook" r.pathPattern = "/orgs/{org}/hooks/{hook_id}/pings" @@ -20754,7 +20754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "InteractionsRemoveRestrictionsForOrg" + r.name = InteractionsRemoveRestrictionsForOrgOperation r.summary = "Remove interaction restrictions for an organization" r.operationID = "interactions/remove-restrictions-for-org" r.pathPattern = "/orgs/{org}/interaction-limits" @@ -20762,7 +20762,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "InteractionsSetRestrictionsForOrg" + r.name = InteractionsSetRestrictionsForOrgOperation r.summary = "Set interaction restrictions for an organization" r.operationID = "interactions/set-restrictions-for-org" r.pathPattern = "/orgs/{org}/interaction-limits" @@ -20786,7 +20786,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListPendingInvitations" + r.name = OrgsListPendingInvitationsOperation r.summary = "List pending organization invitations" r.operationID = "orgs/list-pending-invitations" r.pathPattern = "/orgs/{org}/invitations" @@ -20794,7 +20794,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "OrgsCreateInvitation" + r.name = OrgsCreateInvitationOperation r.summary = "Create an organization invitation" r.operationID = "orgs/create-invitation" r.pathPattern = "/orgs/{org}/invitations" @@ -20826,7 +20826,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "OrgsCancelInvitation" + r.name = OrgsCancelInvitationOperation r.summary = "Cancel an organization invitation" r.operationID = "orgs/cancel-invitation" r.pathPattern = "/orgs/{org}/invitations/{invitation_id}" @@ -20850,7 +20850,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsListInvitationTeams" + r.name = OrgsListInvitationTeamsOperation r.summary = "List organization invitation teams" r.operationID = "orgs/list-invitation-teams" r.pathPattern = "/orgs/{org}/invitations/{invitation_id}/teams" @@ -20884,7 +20884,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesListForOrg" + r.name = IssuesListForOrgOperation r.summary = "List organization issues assigned to the authenticated user" r.operationID = "issues/list-for-org" r.pathPattern = "/orgs/{org}/issues" @@ -20923,7 +20923,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListMembers" + r.name = OrgsListMembersOperation r.summary = "List organization members" r.operationID = "orgs/list-members" r.pathPattern = "/orgs/{org}/members" @@ -20952,7 +20952,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsRemoveMember" + r.name = OrgsRemoveMemberOperation r.summary = "Remove an organization member" r.operationID = "orgs/remove-member" r.pathPattern = "/orgs/{org}/members/{username}" @@ -20960,7 +20960,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "OrgsCheckMembershipForUser" + r.name = OrgsCheckMembershipForUserOperation r.summary = "Check organization membership for a user" r.operationID = "orgs/check-membership-for-user" r.pathPattern = "/orgs/{org}/members/{username}" @@ -20990,7 +20990,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsRemoveMembershipForUser" + r.name = OrgsRemoveMembershipForUserOperation r.summary = "Remove organization membership for a user" r.operationID = "orgs/remove-membership-for-user" r.pathPattern = "/orgs/{org}/memberships/{username}" @@ -20998,7 +20998,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "OrgsGetMembershipForUser" + r.name = OrgsGetMembershipForUserOperation r.summary = "Get organization membership for a user" r.operationID = "orgs/get-membership-for-user" r.pathPattern = "/orgs/{org}/memberships/{username}" @@ -21006,7 +21006,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "OrgsSetMembershipForUser" + r.name = OrgsSetMembershipForUserOperation r.summary = "Set organization membership for a user" r.operationID = "orgs/set-membership-for-user" r.pathPattern = "/orgs/{org}/memberships/{username}" @@ -21033,7 +21033,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MigrationsListForOrg" + r.name = MigrationsListForOrgOperation r.summary = "List organization migrations" r.operationID = "migrations/list-for-org" r.pathPattern = "/orgs/{org}/migrations" @@ -21041,7 +21041,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "MigrationsStartForOrg" + r.name = MigrationsStartForOrgOperation r.summary = "Start an organization migration" r.operationID = "migrations/start-for-org" r.pathPattern = "/orgs/{org}/migrations" @@ -21073,7 +21073,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MigrationsGetStatusForOrg" + r.name = MigrationsGetStatusForOrgOperation r.summary = "Get an organization migration status" r.operationID = "migrations/get-status-for-org" r.pathPattern = "/orgs/{org}/migrations/{migration_id}" @@ -21109,7 +21109,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "MigrationsDeleteArchiveForOrg" + r.name = MigrationsDeleteArchiveForOrgOperation r.summary = "Delete an organization migration archive" r.operationID = "migrations/delete-archive-for-org" r.pathPattern = "/orgs/{org}/migrations/{migration_id}/archive" @@ -21117,7 +21117,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "MigrationsDownloadArchiveForOrg" + r.name = MigrationsDownloadArchiveForOrgOperation r.summary = "Download an organization migration archive" r.operationID = "migrations/download-archive-for-org" r.pathPattern = "/orgs/{org}/migrations/{migration_id}/archive" @@ -21175,7 +21175,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "MigrationsUnlockRepoForOrg" + r.name = MigrationsUnlockRepoForOrgOperation r.summary = "Unlock an organization repository" r.operationID = "migrations/unlock-repo-for-org" r.pathPattern = "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock" @@ -21203,7 +21203,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MigrationsListReposForOrg" + r.name = MigrationsListReposForOrgOperation r.summary = "List repositories in an organization migration" r.operationID = "migrations/list-repos-for-org" r.pathPattern = "/orgs/{org}/migrations/{migration_id}/repositories" @@ -21242,7 +21242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListOutsideCollaborators" + r.name = OrgsListOutsideCollaboratorsOperation r.summary = "List outside collaborators for an organization" r.operationID = "orgs/list-outside-collaborators" r.pathPattern = "/orgs/{org}/outside_collaborators" @@ -21271,7 +21271,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsRemoveOutsideCollaborator" + r.name = OrgsRemoveOutsideCollaboratorOperation r.summary = "Remove outside collaborator from an organization" r.operationID = "orgs/remove-outside-collaborator" r.pathPattern = "/orgs/{org}/outside_collaborators/{username}" @@ -21279,7 +21279,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "OrgsConvertMemberToOutsideCollaborator" + r.name = OrgsConvertMemberToOutsideCollaboratorOperation r.summary = "Convert an organization member to outside collaborator" r.operationID = "orgs/convert-member-to-outside-collaborator" r.pathPattern = "/orgs/{org}/outside_collaborators/{username}" @@ -21318,7 +21318,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesListPackagesForOrganization" + r.name = PackagesListPackagesForOrganizationOperation r.summary = "List packages for an organization" r.operationID = "packages/list-packages-for-organization" r.pathPattern = "/orgs/{org}/packages" @@ -21371,7 +21371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageForOrg" + r.name = PackagesDeletePackageForOrgOperation r.summary = "Delete a package for an organization" r.operationID = "packages/delete-package-for-org" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}" @@ -21379,7 +21379,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "PackagesGetPackageForOrganization" + r.name = PackagesGetPackageForOrganizationOperation r.summary = "Get a package for an organization" r.operationID = "packages/get-package-for-organization" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}" @@ -21415,7 +21415,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageForOrg" + r.name = PackagesRestorePackageForOrgOperation r.summary = "Restore a package for an organization" r.operationID = "packages/restore-package-for-org" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}/restore" @@ -21439,7 +21439,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesGetAllPackageVersionsForPackageOwnedByOrg" + r.name = PackagesGetAllPackageVersionsForPackageOwnedByOrgOperation r.summary = "Get all package versions for a package owned by an organization" r.operationID = "packages/get-all-package-versions-for-package-owned-by-org" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}/versions" @@ -21471,7 +21471,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageVersionForOrg" + r.name = PackagesDeletePackageVersionForOrgOperation r.summary = "Delete package version for an organization" r.operationID = "packages/delete-package-version-for-org" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -21479,7 +21479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "GET": - r.name = "PackagesGetPackageVersionForOrganization" + r.name = PackagesGetPackageVersionForOrganizationOperation r.summary = "Get a package version for an organization" r.operationID = "packages/get-package-version-for-organization" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -21503,7 +21503,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageVersionForOrg" + r.name = PackagesRestorePackageVersionForOrgOperation r.summary = "Restore package version for an organization" r.operationID = "packages/restore-package-version-for-org" r.pathPattern = "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" @@ -21546,7 +21546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsListForOrg" + r.name = ProjectsListForOrgOperation r.summary = "List organization projects" r.operationID = "projects/list-for-org" r.pathPattern = "/orgs/{org}/projects" @@ -21554,7 +21554,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "ProjectsCreateForOrg" + r.name = ProjectsCreateForOrgOperation r.summary = "Create an organization project" r.operationID = "projects/create-for-org" r.pathPattern = "/orgs/{org}/projects" @@ -21578,7 +21578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListPublicMembers" + r.name = OrgsListPublicMembersOperation r.summary = "List public organization members" r.operationID = "orgs/list-public-members" r.pathPattern = "/orgs/{org}/public_members" @@ -21607,7 +21607,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "OrgsRemovePublicMembershipForAuthenticatedUser" + r.name = OrgsRemovePublicMembershipForAuthenticatedUserOperation r.summary = "Remove public organization membership for the authenticated user" r.operationID = "orgs/remove-public-membership-for-authenticated-user" r.pathPattern = "/orgs/{org}/public_members/{username}" @@ -21615,7 +21615,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "OrgsCheckPublicMembershipForUser" + r.name = OrgsCheckPublicMembershipForUserOperation r.summary = "Check public organization membership for a user" r.operationID = "orgs/check-public-membership-for-user" r.pathPattern = "/orgs/{org}/public_members/{username}" @@ -21623,7 +21623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "OrgsSetPublicMembershipForAuthenticatedUser" + r.name = OrgsSetPublicMembershipForAuthenticatedUserOperation r.summary = "Set public organization membership for the authenticated user" r.operationID = "orgs/set-public-membership-for-authenticated-user" r.pathPattern = "/orgs/{org}/public_members/{username}" @@ -21654,7 +21654,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListForOrg" + r.name = ReposListForOrgOperation r.summary = "List organization repositories" r.operationID = "repos/list-for-org" r.pathPattern = "/orgs/{org}/repos" @@ -21662,7 +21662,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "ReposCreateInOrg" + r.name = ReposCreateInOrgOperation r.summary = "Create an organization repository" r.operationID = "repos/create-in-org" r.pathPattern = "/orgs/{org}/repos" @@ -21699,7 +21699,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SecretScanningListAlertsForOrg" + r.name = SecretScanningListAlertsForOrgOperation r.summary = "List secret scanning alerts by organization" r.operationID = "secret-scanning/list-alerts-for-org" r.pathPattern = "/orgs/{org}/secret-scanning/alerts" @@ -21736,7 +21736,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubActionsBillingOrg" + r.name = BillingGetGithubActionsBillingOrgOperation r.summary = "Get GitHub Actions billing for an organization" r.operationID = "billing/get-github-actions-billing-org" r.pathPattern = "/orgs/{org}/settings/billing/actions" @@ -21761,7 +21761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubPackagesBillingOrg" + r.name = BillingGetGithubPackagesBillingOrgOperation r.summary = "Get GitHub Packages billing for an organization" r.operationID = "billing/get-github-packages-billing-org" r.pathPattern = "/orgs/{org}/settings/billing/packages" @@ -21786,7 +21786,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetSharedStorageBillingOrg" + r.name = BillingGetSharedStorageBillingOrgOperation r.summary = "Get shared storage billing for an organization" r.operationID = "billing/get-shared-storage-billing-org" r.pathPattern = "/orgs/{org}/settings/billing/shared-storage" @@ -21829,7 +21829,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListIdpGroupsForOrg" + r.name = TeamsListIdpGroupsForOrgOperation r.summary = "List IdP groups for an organization" r.operationID = "teams/list-idp-groups-for-org" r.pathPattern = "/orgs/{org}/team-sync/groups" @@ -21853,7 +21853,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsList" + r.name = TeamsListOperation r.summary = "List teams" r.operationID = "teams/list" r.pathPattern = "/orgs/{org}/teams" @@ -21861,7 +21861,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "TeamsCreate" + r.name = TeamsCreateOperation r.summary = "Create a team" r.operationID = "teams/create" r.pathPattern = "/orgs/{org}/teams" @@ -21893,7 +21893,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteInOrg" + r.name = TeamsDeleteInOrgOperation r.summary = "Delete a team" r.operationID = "teams/delete-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}" @@ -21901,7 +21901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "TeamsGetByName" + r.name = TeamsGetByNameOperation r.summary = "Get a team by name" r.operationID = "teams/get-by-name" r.pathPattern = "/orgs/{org}/teams/{team_slug}" @@ -21909,7 +21909,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "TeamsUpdateInOrg" + r.name = TeamsUpdateInOrgOperation r.summary = "Update a team" r.operationID = "teams/update-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}" @@ -21944,7 +21944,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListDiscussionsInOrg" + r.name = TeamsListDiscussionsInOrgOperation r.summary = "List discussions" r.operationID = "teams/list-discussions-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions" @@ -21952,7 +21952,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "TeamsCreateDiscussionInOrg" + r.name = TeamsCreateDiscussionInOrgOperation r.summary = "Create a discussion" r.operationID = "teams/create-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions" @@ -21984,7 +21984,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteDiscussionInOrg" + r.name = TeamsDeleteDiscussionInOrgOperation r.summary = "Delete a discussion" r.operationID = "teams/delete-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" @@ -21992,7 +21992,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "TeamsGetDiscussionInOrg" + r.name = TeamsGetDiscussionInOrgOperation r.summary = "Get a discussion" r.operationID = "teams/get-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" @@ -22000,7 +22000,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "TeamsUpdateDiscussionInOrg" + r.name = TeamsUpdateDiscussionInOrgOperation r.summary = "Update a discussion" r.operationID = "teams/update-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" @@ -22035,7 +22035,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListDiscussionCommentsInOrg" + r.name = TeamsListDiscussionCommentsInOrgOperation r.summary = "List discussion comments" r.operationID = "teams/list-discussion-comments-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" @@ -22043,7 +22043,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "TeamsCreateDiscussionCommentInOrg" + r.name = TeamsCreateDiscussionCommentInOrgOperation r.summary = "Create a discussion comment" r.operationID = "teams/create-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" @@ -22075,7 +22075,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteDiscussionCommentInOrg" + r.name = TeamsDeleteDiscussionCommentInOrgOperation r.summary = "Delete a discussion comment" r.operationID = "teams/delete-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" @@ -22083,7 +22083,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "GET": - r.name = "TeamsGetDiscussionCommentInOrg" + r.name = TeamsGetDiscussionCommentInOrgOperation r.summary = "Get a discussion comment" r.operationID = "teams/get-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" @@ -22091,7 +22091,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "PATCH": - r.name = "TeamsUpdateDiscussionCommentInOrg" + r.name = TeamsUpdateDiscussionCommentInOrgOperation r.summary = "Update a discussion comment" r.operationID = "teams/update-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" @@ -22114,7 +22114,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForTeamDiscussionCommentInOrg" + r.name = ReactionsListForTeamDiscussionCommentInOrgOperation r.summary = "List reactions for a team discussion comment" r.operationID = "reactions/list-for-team-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" @@ -22122,7 +22122,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "POST": - r.name = "ReactionsCreateForTeamDiscussionCommentInOrg" + r.name = ReactionsCreateForTeamDiscussionCommentInOrgOperation r.summary = "Create reaction for a team discussion comment" r.operationID = "reactions/create-for-team-discussion-comment-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" @@ -22151,7 +22151,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForTeamDiscussionComment" + r.name = ReactionsDeleteForTeamDiscussionCommentOperation r.summary = "Delete team discussion comment reaction" r.operationID = "reactions/delete-for-team-discussion-comment" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}" @@ -22184,7 +22184,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForTeamDiscussionInOrg" + r.name = ReactionsListForTeamDiscussionInOrgOperation r.summary = "List reactions for a team discussion" r.operationID = "reactions/list-for-team-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" @@ -22192,7 +22192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForTeamDiscussionInOrg" + r.name = ReactionsCreateForTeamDiscussionInOrgOperation r.summary = "Create reaction for a team discussion" r.operationID = "reactions/create-for-team-discussion-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" @@ -22221,7 +22221,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForTeamDiscussion" + r.name = ReactionsDeleteForTeamDiscussionOperation r.summary = "Delete team discussion reaction" r.operationID = "reactions/delete-for-team-discussion" r.pathPattern = "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}" @@ -22258,7 +22258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListPendingInvitationsInOrg" + r.name = TeamsListPendingInvitationsInOrgOperation r.summary = "List pending team invitations" r.operationID = "teams/list-pending-invitations-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/invitations" @@ -22282,7 +22282,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListMembersInOrg" + r.name = TeamsListMembersInOrgOperation r.summary = "List team members" r.operationID = "teams/list-members-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/members" @@ -22311,7 +22311,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveMembershipForUserInOrg" + r.name = TeamsRemoveMembershipForUserInOrgOperation r.summary = "Remove team membership for a user" r.operationID = "teams/remove-membership-for-user-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/memberships/{username}" @@ -22319,7 +22319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "TeamsGetMembershipForUserInOrg" + r.name = TeamsGetMembershipForUserInOrgOperation r.summary = "Get team membership for a user" r.operationID = "teams/get-membership-for-user-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/memberships/{username}" @@ -22327,7 +22327,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "TeamsAddOrUpdateMembershipForUserInOrg" + r.name = TeamsAddOrUpdateMembershipForUserInOrgOperation r.summary = "Add or update team membership for a user" r.operationID = "teams/add-or-update-membership-for-user-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/memberships/{username}" @@ -22354,7 +22354,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListProjectsInOrg" + r.name = TeamsListProjectsInOrgOperation r.summary = "List team projects" r.operationID = "teams/list-projects-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/projects" @@ -22383,7 +22383,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveProjectInOrg" + r.name = TeamsRemoveProjectInOrgOperation r.summary = "Remove a project from a team" r.operationID = "teams/remove-project-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/projects/{project_id}" @@ -22391,7 +22391,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "TeamsCheckPermissionsForProjectInOrg" + r.name = TeamsCheckPermissionsForProjectInOrgOperation r.summary = "Check team permissions for a project" r.operationID = "teams/check-permissions-for-project-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/projects/{project_id}" @@ -22399,7 +22399,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "TeamsAddOrUpdateProjectPermissionsInOrg" + r.name = TeamsAddOrUpdateProjectPermissionsInOrgOperation r.summary = "Add or update team project permissions" r.operationID = "teams/add-or-update-project-permissions-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/projects/{project_id}" @@ -22426,7 +22426,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListReposInOrg" + r.name = TeamsListReposInOrgOperation r.summary = "List team repositories" r.operationID = "teams/list-repos-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/repos" @@ -22476,7 +22476,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveRepoInOrg" + r.name = TeamsRemoveRepoInOrgOperation r.summary = "Remove a repository from a team" r.operationID = "teams/remove-repo-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" @@ -22484,7 +22484,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "GET": - r.name = "TeamsCheckPermissionsForRepoInOrg" + r.name = TeamsCheckPermissionsForRepoInOrgOperation r.summary = "Check team permissions for a repository" r.operationID = "teams/check-permissions-for-repo-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" @@ -22492,7 +22492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "PUT": - r.name = "TeamsAddOrUpdateRepoPermissionsInOrg" + r.name = TeamsAddOrUpdateRepoPermissionsInOrgOperation r.summary = "Add or update team repository permissions" r.operationID = "teams/add-or-update-repo-permissions-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" @@ -22535,7 +22535,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListIdpGroupsInOrg" + r.name = TeamsListIdpGroupsInOrgOperation r.summary = "List IdP groups for a team" r.operationID = "teams/list-idp-groups-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings" @@ -22543,7 +22543,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "TeamsCreateOrUpdateIdpGroupConnectionsInOrg" + r.name = TeamsCreateOrUpdateIdpGroupConnectionsInOrgOperation r.summary = "Create or update IdP group connections" r.operationID = "teams/create-or-update-idp-group-connections-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings" @@ -22568,7 +22568,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListChildInOrg" + r.name = TeamsListChildInOrgOperation r.summary = "List child teams" r.operationID = "teams/list-child-in-org" r.pathPattern = "/orgs/{org}/teams/{team_slug}/teams" @@ -22652,7 +22652,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ProjectsDeleteCard" + r.name = ProjectsDeleteCardOperation r.summary = "Delete a project card" r.operationID = "projects/delete-card" r.pathPattern = "/projects/columns/cards/{card_id}" @@ -22660,7 +22660,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ProjectsGetCard" + r.name = ProjectsGetCardOperation r.summary = "Get a project card" r.operationID = "projects/get-card" r.pathPattern = "/projects/columns/cards/{card_id}" @@ -22668,7 +22668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ProjectsUpdateCard" + r.name = ProjectsUpdateCardOperation r.summary = "Update an existing project card" r.operationID = "projects/update-card" r.pathPattern = "/projects/columns/cards/{card_id}" @@ -22692,7 +22692,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ProjectsMoveCard" + r.name = ProjectsMoveCardOperation r.summary = "Move a project card" r.operationID = "projects/move-card" r.pathPattern = "/projects/columns/cards/{card_id}/moves" @@ -22721,7 +22721,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ProjectsDeleteColumn" + r.name = ProjectsDeleteColumnOperation r.summary = "Delete a project column" r.operationID = "projects/delete-column" r.pathPattern = "/projects/columns/{column_id}" @@ -22729,7 +22729,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ProjectsGetColumn" + r.name = ProjectsGetColumnOperation r.summary = "Get a project column" r.operationID = "projects/get-column" r.pathPattern = "/projects/columns/{column_id}" @@ -22737,7 +22737,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ProjectsUpdateColumn" + r.name = ProjectsUpdateColumnOperation r.summary = "Update an existing project column" r.operationID = "projects/update-column" r.pathPattern = "/projects/columns/{column_id}" @@ -22773,7 +22773,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsListCards" + r.name = ProjectsListCardsOperation r.summary = "List project cards" r.operationID = "projects/list-cards" r.pathPattern = "/projects/columns/{column_id}/cards" @@ -22798,7 +22798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ProjectsMoveColumn" + r.name = ProjectsMoveColumnOperation r.summary = "Move a project column" r.operationID = "projects/move-column" r.pathPattern = "/projects/columns/{column_id}/moves" @@ -22830,7 +22830,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ProjectsDelete" + r.name = ProjectsDeleteOperation r.summary = "Delete a project" r.operationID = "projects/delete" r.pathPattern = "/projects/{project_id}" @@ -22838,7 +22838,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ProjectsGet" + r.name = ProjectsGetOperation r.summary = "Get a project" r.operationID = "projects/get" r.pathPattern = "/projects/{project_id}" @@ -22846,7 +22846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ProjectsUpdate" + r.name = ProjectsUpdateOperation r.summary = "Update a project" r.operationID = "projects/update" r.pathPattern = "/projects/{project_id}" @@ -22881,7 +22881,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ProjectsListCollaborators" + r.name = ProjectsListCollaboratorsOperation r.summary = "List project collaborators" r.operationID = "projects/list-collaborators" r.pathPattern = "/projects/{project_id}/collaborators" @@ -22913,7 +22913,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ProjectsRemoveCollaborator" + r.name = ProjectsRemoveCollaboratorOperation r.summary = "Remove user as a collaborator" r.operationID = "projects/remove-collaborator" r.pathPattern = "/projects/{project_id}/collaborators/{username}" @@ -22921,7 +22921,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ProjectsAddCollaborator" + r.name = ProjectsAddCollaboratorOperation r.summary = "Add project collaborator" r.operationID = "projects/add-collaborator" r.pathPattern = "/projects/{project_id}/collaborators/{username}" @@ -22945,7 +22945,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsGetPermissionForUser" + r.name = ProjectsGetPermissionForUserOperation r.summary = "Get project permission for a user" r.operationID = "projects/get-permission-for-user" r.pathPattern = "/projects/{project_id}/collaborators/{username}/permission" @@ -22976,7 +22976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsListColumns" + r.name = ProjectsListColumnsOperation r.summary = "List project columns" r.operationID = "projects/list-columns" r.pathPattern = "/projects/{project_id}/columns" @@ -22984,7 +22984,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "ProjectsCreateColumn" + r.name = ProjectsCreateColumnOperation r.summary = "Create a project column" r.operationID = "projects/create-column" r.pathPattern = "/projects/{project_id}/columns" @@ -23027,7 +23027,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RateLimitGet" + r.name = RateLimitGetOperation r.summary = "Get rate limit status for the authenticated user" r.operationID = "rate-limit/get" r.pathPattern = "/rate_limit" @@ -23069,7 +23069,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteLegacy" + r.name = ReactionsDeleteLegacyOperation r.summary = "Delete a reaction (Legacy)" r.operationID = "reactions/delete-legacy" r.pathPattern = "/reactions/{reaction_id}" @@ -23135,7 +23135,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDelete" + r.name = ReposDeleteOperation r.summary = "Delete a repository" r.operationID = "repos/delete" r.pathPattern = "/repos/{owner}/{repo}" @@ -23143,7 +23143,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ReposGet" + r.name = ReposGetOperation r.summary = "Get a repository" r.operationID = "repos/get" r.pathPattern = "/repos/{owner}/{repo}" @@ -23151,7 +23151,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "ReposUpdate" + r.name = ReposUpdateOperation r.summary = "Update a repository" r.operationID = "repos/update" r.pathPattern = "/repos/{owner}/{repo}" @@ -23210,7 +23210,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListArtifactsForRepo" + r.name = ActionsListArtifactsForRepoOperation r.summary = "List artifacts for a repository" r.operationID = "actions/list-artifacts-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/artifacts" @@ -23242,7 +23242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ActionsDeleteArtifact" + r.name = ActionsDeleteArtifactOperation r.summary = "Delete an artifact" r.operationID = "actions/delete-artifact" r.pathPattern = "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}" @@ -23250,7 +23250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsGetArtifact" + r.name = ActionsGetArtifactOperation r.summary = "Get an artifact" r.operationID = "actions/get-artifact" r.pathPattern = "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}" @@ -23279,7 +23279,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsDownloadArtifact" + r.name = ActionsDownloadArtifactOperation r.summary = "Download an artifact" r.operationID = "actions/download-artifact" r.pathPattern = "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}" @@ -23318,7 +23318,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsGetJobForWorkflowRun" + r.name = ActionsGetJobForWorkflowRunOperation r.summary = "Get a job for a workflow run" r.operationID = "actions/get-job-for-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/jobs/{job_id}" @@ -23342,7 +23342,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsDownloadJobLogsForWorkflowRun" + r.name = ActionsDownloadJobLogsForWorkflowRunOperation r.summary = "Download job logs for a workflow run" r.operationID = "actions/download-job-logs-for-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs" @@ -23369,7 +23369,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsGetGithubActionsPermissionsRepository" + r.name = ActionsGetGithubActionsPermissionsRepositoryOperation r.summary = "Get GitHub Actions permissions for a repository" r.operationID = "actions/get-github-actions-permissions-repository" r.pathPattern = "/repos/{owner}/{repo}/actions/permissions" @@ -23377,7 +23377,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsSetGithubActionsPermissionsRepository" + r.name = ActionsSetGithubActionsPermissionsRepositoryOperation r.summary = "Set GitHub Actions permissions for a repository" r.operationID = "actions/set-github-actions-permissions-repository" r.pathPattern = "/repos/{owner}/{repo}/actions/permissions" @@ -23401,7 +23401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetAllowedActionsRepository" + r.name = ActionsGetAllowedActionsRepositoryOperation r.summary = "Get allowed actions for a repository" r.operationID = "actions/get-allowed-actions-repository" r.pathPattern = "/repos/{owner}/{repo}/actions/permissions/selected-actions" @@ -23409,7 +23409,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActionsSetAllowedActionsRepository" + r.name = ActionsSetAllowedActionsRepositoryOperation r.summary = "Set allowed actions for a repository" r.operationID = "actions/set-allowed-actions-repository" r.pathPattern = "/repos/{owner}/{repo}/actions/permissions/selected-actions" @@ -23448,7 +23448,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListSelfHostedRunnersForRepo" + r.name = ActionsListSelfHostedRunnersForRepoOperation r.summary = "List self-hosted runners for a repository" r.operationID = "actions/list-self-hosted-runners-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners" @@ -23484,7 +23484,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsListRunnerApplicationsForRepo" + r.name = ActionsListRunnerApplicationsForRepoOperation r.summary = "List runner applications for a repository" r.operationID = "actions/list-runner-applications-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners/downloads" @@ -23521,7 +23521,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsCreateRegistrationTokenForRepo" + r.name = ActionsCreateRegistrationTokenForRepoOperation r.summary = "Create a registration token for a repository" r.operationID = "actions/create-registration-token-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners/registration-token" @@ -23546,7 +23546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsCreateRemoveTokenForRepo" + r.name = ActionsCreateRemoveTokenForRepoOperation r.summary = "Create a remove token for a repository" r.operationID = "actions/create-remove-token-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners/remove-token" @@ -23572,7 +23572,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDeleteSelfHostedRunnerFromRepo" + r.name = ActionsDeleteSelfHostedRunnerFromRepoOperation r.summary = "Delete a self-hosted runner from a repository" r.operationID = "actions/delete-self-hosted-runner-from-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners/{runner_id}" @@ -23580,7 +23580,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsGetSelfHostedRunnerForRepo" + r.name = ActionsGetSelfHostedRunnerForRepoOperation r.summary = "Get a self-hosted runner for a repository" r.operationID = "actions/get-self-hosted-runner-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runners/{runner_id}" @@ -23607,7 +23607,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListWorkflowRunsForRepo" + r.name = ActionsListWorkflowRunsForRepoOperation r.summary = "List workflow runs for a repository" r.operationID = "actions/list-workflow-runs-for-repo" r.pathPattern = "/repos/{owner}/{repo}/actions/runs" @@ -23639,7 +23639,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ActionsDeleteWorkflowRun" + r.name = ActionsDeleteWorkflowRunOperation r.summary = "Delete a workflow run" r.operationID = "actions/delete-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}" @@ -23647,7 +23647,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsGetWorkflowRun" + r.name = ActionsGetWorkflowRunOperation r.summary = "Get a workflow run" r.operationID = "actions/get-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}" @@ -23707,7 +23707,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetReviewsForRun" + r.name = ActionsGetReviewsForRunOperation r.summary = "Get the review history for a workflow run" r.operationID = "actions/get-reviews-for-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals" @@ -23732,7 +23732,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsApproveWorkflowRun" + r.name = ActionsApproveWorkflowRunOperation r.summary = "Approve a workflow run for a fork pull request" r.operationID = "actions/approve-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/approve" @@ -23760,7 +23760,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsListWorkflowRunArtifacts" + r.name = ActionsListWorkflowRunArtifactsOperation r.summary = "List workflow run artifacts" r.operationID = "actions/list-workflow-run-artifacts" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts" @@ -23788,7 +23788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsCancelWorkflowRun" + r.name = ActionsCancelWorkflowRunOperation r.summary = "Cancel a workflow run" r.operationID = "actions/cancel-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel" @@ -23813,7 +23813,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsListJobsForWorkflowRun" + r.name = ActionsListJobsForWorkflowRunOperation r.summary = "List jobs for a workflow run" r.operationID = "actions/list-jobs-for-workflow-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs" @@ -23838,7 +23838,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDeleteWorkflowRunLogs" + r.name = ActionsDeleteWorkflowRunLogsOperation r.summary = "Delete workflow run logs" r.operationID = "actions/delete-workflow-run-logs" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/logs" @@ -23846,7 +23846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsDownloadWorkflowRunLogs" + r.name = ActionsDownloadWorkflowRunLogsOperation r.summary = "Download workflow run logs" r.operationID = "actions/download-workflow-run-logs" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/logs" @@ -23871,7 +23871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsReviewPendingDeploymentsForRun" + r.name = ActionsReviewPendingDeploymentsForRunOperation r.summary = "Review pending deployments for a workflow run" r.operationID = "actions/review-pending-deployments-for-run" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments" @@ -23908,7 +23908,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsReRunWorkflow" + r.name = ActionsReRunWorkflowOperation r.summary = "Re-run a workflow" r.operationID = "actions/re-run-workflow" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun" @@ -23933,7 +23933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ActionsRetryWorkflow" + r.name = ActionsRetryWorkflowOperation r.summary = "Retry a workflow" r.operationID = "actions/retry-workflow" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/retry" @@ -23961,7 +23961,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetWorkflowRunUsage" + r.name = ActionsGetWorkflowRunUsageOperation r.summary = "Get workflow run usage" r.operationID = "actions/get-workflow-run-usage" r.pathPattern = "/repos/{owner}/{repo}/actions/runs/{run_id}/timing" @@ -23997,7 +23997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListRepoSecrets" + r.name = ActionsListRepoSecretsOperation r.summary = "List repository secrets" r.operationID = "actions/list-repo-secrets" r.pathPattern = "/repos/{owner}/{repo}/actions/secrets" @@ -24033,7 +24033,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetRepoPublicKey" + r.name = ActionsGetRepoPublicKeyOperation r.summary = "Get a repository public key" r.operationID = "actions/get-repo-public-key" r.pathPattern = "/repos/{owner}/{repo}/actions/secrets/public-key" @@ -24056,7 +24056,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDeleteRepoSecret" + r.name = ActionsDeleteRepoSecretOperation r.summary = "Delete a repository secret" r.operationID = "actions/delete-repo-secret" r.pathPattern = "/repos/{owner}/{repo}/actions/secrets/{secret_name}" @@ -24064,7 +24064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsGetRepoSecret" + r.name = ActionsGetRepoSecretOperation r.summary = "Get a repository secret" r.operationID = "actions/get-repo-secret" r.pathPattern = "/repos/{owner}/{repo}/actions/secrets/{secret_name}" @@ -24072,7 +24072,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ActionsCreateOrUpdateRepoSecret" + r.name = ActionsCreateOrUpdateRepoSecretOperation r.summary = "Create or update a repository secret" r.operationID = "actions/create-or-update-repo-secret" r.pathPattern = "/repos/{owner}/{repo}/actions/secrets/{secret_name}" @@ -24100,7 +24100,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsListRepoWorkflows" + r.name = ActionsListRepoWorkflowsOperation r.summary = "List repository workflows" r.operationID = "actions/list-repo-workflows" r.pathPattern = "/repos/{owner}/{repo}/actions/workflows" @@ -24127,7 +24127,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListAssignees" + r.name = IssuesListAssigneesOperation r.summary = "List assignees" r.operationID = "issues/list-assignees" r.pathPattern = "/repos/{owner}/{repo}/assignees" @@ -24156,7 +24156,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesCheckUserCanBeAssigned" + r.name = IssuesCheckUserCanBeAssignedOperation r.summary = "Check if a user can be assigned" r.operationID = "issues/check-user-can-be-assigned" r.pathPattern = "/repos/{owner}/{repo}/assignees/{assignee}" @@ -24195,7 +24195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListAutolinks" + r.name = ReposListAutolinksOperation r.summary = "List all autolinks of a repository" r.operationID = "repos/list-autolinks" r.pathPattern = "/repos/{owner}/{repo}/autolinks" @@ -24203,7 +24203,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateAutolink" + r.name = ReposCreateAutolinkOperation r.summary = "Create an autolink reference for a repository" r.operationID = "repos/create-autolink" r.pathPattern = "/repos/{owner}/{repo}/autolinks" @@ -24232,7 +24232,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteAutolink" + r.name = ReposDeleteAutolinkOperation r.summary = "Delete an autolink reference from a repository" r.operationID = "repos/delete-autolink" r.pathPattern = "/repos/{owner}/{repo}/autolinks/{autolink_id}" @@ -24240,7 +24240,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetAutolink" + r.name = ReposGetAutolinkOperation r.summary = "Get an autolink reference of a repository" r.operationID = "repos/get-autolink" r.pathPattern = "/repos/{owner}/{repo}/autolinks/{autolink_id}" @@ -24268,7 +24268,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDisableAutomatedSecurityFixes" + r.name = ReposDisableAutomatedSecurityFixesOperation r.summary = "Disable automated security fixes" r.operationID = "repos/disable-automated-security-fixes" r.pathPattern = "/repos/{owner}/{repo}/automated-security-fixes" @@ -24276,7 +24276,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ReposEnableAutomatedSecurityFixes" + r.name = ReposEnableAutomatedSecurityFixesOperation r.summary = "Enable automated security fixes" r.operationID = "repos/enable-automated-security-fixes" r.pathPattern = "/repos/{owner}/{repo}/automated-security-fixes" @@ -24306,7 +24306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListBranches" + r.name = ReposListBranchesOperation r.summary = "List branches" r.operationID = "repos/list-branches" r.pathPattern = "/repos/{owner}/{repo}/branches" @@ -24338,7 +24338,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposGetBranch" + r.name = ReposGetBranchOperation r.summary = "Get a branch" r.operationID = "repos/get-branch" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}" @@ -24373,7 +24373,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteBranchProtection" + r.name = ReposDeleteBranchProtectionOperation r.summary = "Delete branch protection" r.operationID = "repos/delete-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection" @@ -24381,7 +24381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetBranchProtection" + r.name = ReposGetBranchProtectionOperation r.summary = "Get branch protection" r.operationID = "repos/get-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection" @@ -24389,7 +24389,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposUpdateBranchProtection" + r.name = ReposUpdateBranchProtectionOperation r.summary = "Update branch protection" r.operationID = "repos/update-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection" @@ -24425,7 +24425,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteAdminBranchProtection" + r.name = ReposDeleteAdminBranchProtectionOperation r.summary = "Delete admin branch protection" r.operationID = "repos/delete-admin-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" @@ -24433,7 +24433,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetAdminBranchProtection" + r.name = ReposGetAdminBranchProtectionOperation r.summary = "Get admin branch protection" r.operationID = "repos/get-admin-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" @@ -24441,7 +24441,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposSetAdminBranchProtection" + r.name = ReposSetAdminBranchProtectionOperation r.summary = "Set admin branch protection" r.operationID = "repos/set-admin-branch-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" @@ -24490,7 +24490,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeletePullRequestReviewProtection" + r.name = ReposDeletePullRequestReviewProtectionOperation r.summary = "Delete pull request review protection" r.operationID = "repos/delete-pull-request-review-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" @@ -24498,7 +24498,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetPullRequestReviewProtection" + r.name = ReposGetPullRequestReviewProtectionOperation r.summary = "Get pull request review protection" r.operationID = "repos/get-pull-request-review-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" @@ -24506,7 +24506,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdatePullRequestReviewProtection" + r.name = ReposUpdatePullRequestReviewProtectionOperation r.summary = "Update pull request review protection" r.operationID = "repos/update-pull-request-review-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" @@ -24543,7 +24543,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteCommitSignatureProtection" + r.name = ReposDeleteCommitSignatureProtectionOperation r.summary = "Delete commit signature protection" r.operationID = "repos/delete-commit-signature-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" @@ -24551,7 +24551,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetCommitSignatureProtection" + r.name = ReposGetCommitSignatureProtectionOperation r.summary = "Get commit signature protection" r.operationID = "repos/get-commit-signature-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" @@ -24559,7 +24559,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposCreateCommitSignatureProtection" + r.name = ReposCreateCommitSignatureProtectionOperation r.summary = "Create commit signature protection" r.operationID = "repos/create-commit-signature-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" @@ -24583,7 +24583,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposRemoveStatusCheckProtection" + r.name = ReposRemoveStatusCheckProtectionOperation r.summary = "Remove status check protection" r.operationID = "repos/remove-status-check-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" @@ -24591,7 +24591,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetStatusChecksProtection" + r.name = ReposGetStatusChecksProtectionOperation r.summary = "Get status checks protection" r.operationID = "repos/get-status-checks-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" @@ -24599,7 +24599,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateStatusCheckProtection" + r.name = ReposUpdateStatusCheckProtectionOperation r.summary = "Update status check protection" r.operationID = "repos/update-status-check-protection" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" @@ -24623,7 +24623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposRemoveStatusCheckContexts" + r.name = ReposRemoveStatusCheckContextsOperation r.summary = "Remove status check contexts" r.operationID = "repos/remove-status-check-contexts" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" @@ -24631,7 +24631,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetAllStatusCheckContexts" + r.name = ReposGetAllStatusCheckContextsOperation r.summary = "Get all status check contexts" r.operationID = "repos/get-all-status-check-contexts" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" @@ -24639,7 +24639,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposAddStatusCheckContexts" + r.name = ReposAddStatusCheckContextsOperation r.summary = "Add status check contexts" r.operationID = "repos/add-status-check-contexts" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" @@ -24647,7 +24647,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposSetStatusCheckContexts" + r.name = ReposSetStatusCheckContextsOperation r.summary = "Set status check contexts" r.operationID = "repos/set-status-check-contexts" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" @@ -24680,7 +24680,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteAccessRestrictions" + r.name = ReposDeleteAccessRestrictionsOperation r.summary = "Delete access restrictions" r.operationID = "repos/delete-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions" @@ -24688,7 +24688,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetAccessRestrictions" + r.name = ReposGetAccessRestrictionsOperation r.summary = "Get access restrictions" r.operationID = "repos/get-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions" @@ -24724,7 +24724,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposRemoveAppAccessRestrictions" + r.name = ReposRemoveAppAccessRestrictionsOperation r.summary = "Remove app access restrictions" r.operationID = "repos/remove-app-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" @@ -24732,7 +24732,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetAppsWithAccessToProtectedBranch" + r.name = ReposGetAppsWithAccessToProtectedBranchOperation r.summary = "Get apps with access to the protected branch" r.operationID = "repos/get-apps-with-access-to-protected-branch" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" @@ -24740,7 +24740,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposAddAppAccessRestrictions" + r.name = ReposAddAppAccessRestrictionsOperation r.summary = "Add app access restrictions" r.operationID = "repos/add-app-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" @@ -24748,7 +24748,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposSetAppAccessRestrictions" + r.name = ReposSetAppAccessRestrictionsOperation r.summary = "Set app access restrictions" r.operationID = "repos/set-app-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" @@ -24773,7 +24773,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposRemoveTeamAccessRestrictions" + r.name = ReposRemoveTeamAccessRestrictionsOperation r.summary = "Remove team access restrictions" r.operationID = "repos/remove-team-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" @@ -24781,7 +24781,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetTeamsWithAccessToProtectedBranch" + r.name = ReposGetTeamsWithAccessToProtectedBranchOperation r.summary = "Get teams with access to the protected branch" r.operationID = "repos/get-teams-with-access-to-protected-branch" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" @@ -24789,7 +24789,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposAddTeamAccessRestrictions" + r.name = ReposAddTeamAccessRestrictionsOperation r.summary = "Add team access restrictions" r.operationID = "repos/add-team-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" @@ -24797,7 +24797,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposSetTeamAccessRestrictions" + r.name = ReposSetTeamAccessRestrictionsOperation r.summary = "Set team access restrictions" r.operationID = "repos/set-team-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" @@ -24822,7 +24822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposRemoveUserAccessRestrictions" + r.name = ReposRemoveUserAccessRestrictionsOperation r.summary = "Remove user access restrictions" r.operationID = "repos/remove-user-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" @@ -24830,7 +24830,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetUsersWithAccessToProtectedBranch" + r.name = ReposGetUsersWithAccessToProtectedBranchOperation r.summary = "Get users with access to the protected branch" r.operationID = "repos/get-users-with-access-to-protected-branch" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" @@ -24838,7 +24838,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposAddUserAccessRestrictions" + r.name = ReposAddUserAccessRestrictionsOperation r.summary = "Add user access restrictions" r.operationID = "repos/add-user-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" @@ -24846,7 +24846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposSetUserAccessRestrictions" + r.name = ReposSetUserAccessRestrictionsOperation r.summary = "Set user access restrictions" r.operationID = "repos/set-user-access-restrictions" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" @@ -24886,7 +24886,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposRenameBranch" + r.name = ReposRenameBranchOperation r.summary = "Rename a branch" r.operationID = "repos/rename-branch" r.pathPattern = "/repos/{owner}/{repo}/branches/{branch}/rename" @@ -24952,7 +24952,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ChecksGet" + r.name = ChecksGetOperation r.summary = "Get a check run" r.operationID = "checks/get" r.pathPattern = "/repos/{owner}/{repo}/check-runs/{check_run_id}" @@ -24976,7 +24976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ChecksListAnnotations" + r.name = ChecksListAnnotationsOperation r.summary = "List check run annotations" r.operationID = "checks/list-annotations" r.pathPattern = "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations" @@ -25003,7 +25003,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "ChecksCreateSuite" + r.name = ChecksCreateSuiteOperation r.summary = "Create a check suite" r.operationID = "checks/create-suite" r.pathPattern = "/repos/{owner}/{repo}/check-suites" @@ -25039,7 +25039,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "ChecksSetSuitesPreferences" + r.name = ChecksSetSuitesPreferencesOperation r.summary = "Update repository preferences for check suites" r.operationID = "checks/set-suites-preferences" r.pathPattern = "/repos/{owner}/{repo}/check-suites/preferences" @@ -25065,7 +25065,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ChecksGetSuite" + r.name = ChecksGetSuiteOperation r.summary = "Get a check suite" r.operationID = "checks/get-suite" r.pathPattern = "/repos/{owner}/{repo}/check-suites/{check_suite_id}" @@ -25101,7 +25101,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ChecksListForSuite" + r.name = ChecksListForSuiteOperation r.summary = "List check runs in a check suite" r.operationID = "checks/list-for-suite" r.pathPattern = "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs" @@ -25126,7 +25126,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ChecksRerequestSuite" + r.name = ChecksRerequestSuiteOperation r.summary = "Rerequest a check suite" r.operationID = "checks/rerequest-suite" r.pathPattern = "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest" @@ -25198,7 +25198,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "CodeScanningListAlertsForRepo" + r.name = CodeScanningListAlertsForRepoOperation r.summary = "List code scanning alerts for a repository" r.operationID = "code-scanning/list-alerts-for-repo" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/alerts" @@ -25230,7 +25230,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "CodeScanningGetAlert" + r.name = CodeScanningGetAlertOperation r.summary = "Get a code scanning alert" r.operationID = "code-scanning/get-alert" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}" @@ -25238,7 +25238,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "CodeScanningUpdateAlert" + r.name = CodeScanningUpdateAlertOperation r.summary = "Update a code scanning alert" r.operationID = "code-scanning/update-alert" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}" @@ -25262,7 +25262,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CodeScanningListAlertInstances" + r.name = CodeScanningListAlertInstancesOperation r.summary = "List instances of a code scanning alert" r.operationID = "code-scanning/list-alert-instances" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances" @@ -25292,7 +25292,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "CodeScanningListRecentAnalyses" + r.name = CodeScanningListRecentAnalysesOperation r.summary = "List code scanning analyses for a repository" r.operationID = "code-scanning/list-recent-analyses" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/analyses" @@ -25321,7 +25321,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "CodeScanningDeleteAnalysis" + r.name = CodeScanningDeleteAnalysisOperation r.summary = "Delete a code scanning analysis from a repository" r.operationID = "code-scanning/delete-analysis" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}" @@ -25329,7 +25329,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "CodeScanningGetAnalysis" + r.name = CodeScanningGetAnalysisOperation r.summary = "Get a code scanning analysis for a repository" r.operationID = "code-scanning/get-analysis" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}" @@ -25359,7 +25359,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "CodeScanningUploadSarif" + r.name = CodeScanningUploadSarifOperation r.summary = "Upload an analysis as SARIF data" r.operationID = "code-scanning/upload-sarif" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/sarifs" @@ -25388,7 +25388,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CodeScanningGetSarif" + r.name = CodeScanningGetSarifOperation r.summary = "Get information about a SARIF upload" r.operationID = "code-scanning/get-sarif" r.pathPattern = "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}" @@ -25418,7 +25418,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListCollaborators" + r.name = ReposListCollaboratorsOperation r.summary = "List repository collaborators" r.operationID = "repos/list-collaborators" r.pathPattern = "/repos/{owner}/{repo}/collaborators" @@ -25450,7 +25450,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposRemoveCollaborator" + r.name = ReposRemoveCollaboratorOperation r.summary = "Remove a repository collaborator" r.operationID = "repos/remove-collaborator" r.pathPattern = "/repos/{owner}/{repo}/collaborators/{username}" @@ -25458,7 +25458,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposCheckCollaborator" + r.name = ReposCheckCollaboratorOperation r.summary = "Check if a user is a repository collaborator" r.operationID = "repos/check-collaborator" r.pathPattern = "/repos/{owner}/{repo}/collaborators/{username}" @@ -25466,7 +25466,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposAddCollaborator" + r.name = ReposAddCollaboratorOperation r.summary = "Add a repository collaborator" r.operationID = "repos/add-collaborator" r.pathPattern = "/repos/{owner}/{repo}/collaborators/{username}" @@ -25490,7 +25490,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetCollaboratorPermissionLevel" + r.name = ReposGetCollaboratorPermissionLevelOperation r.summary = "Get repository permissions for a user" r.operationID = "repos/get-collaborator-permission-level" r.pathPattern = "/repos/{owner}/{repo}/collaborators/{username}/permission" @@ -25544,7 +25544,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListCommitCommentsForRepo" + r.name = ReposListCommitCommentsForRepoOperation r.summary = "List commit comments for a repository" r.operationID = "repos/list-commit-comments-for-repo" r.pathPattern = "/repos/{owner}/{repo}/comments" @@ -25576,7 +25576,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteCommitComment" + r.name = ReposDeleteCommitCommentOperation r.summary = "Delete a commit comment" r.operationID = "repos/delete-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}" @@ -25584,7 +25584,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetCommitComment" + r.name = ReposGetCommitCommentOperation r.summary = "Get a commit comment" r.operationID = "repos/get-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}" @@ -25592,7 +25592,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateCommitComment" + r.name = ReposUpdateCommitCommentOperation r.summary = "Update a commit comment" r.operationID = "repos/update-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}" @@ -25615,7 +25615,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForCommitComment" + r.name = ReactionsListForCommitCommentOperation r.summary = "List reactions for a commit comment" r.operationID = "reactions/list-for-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}/reactions" @@ -25623,7 +25623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForCommitComment" + r.name = ReactionsCreateForCommitCommentOperation r.summary = "Create reaction for a commit comment" r.operationID = "reactions/create-for-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}/reactions" @@ -25652,7 +25652,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForCommitComment" + r.name = ReactionsDeleteForCommitCommentOperation r.summary = "Delete a commit comment reaction" r.operationID = "reactions/delete-for-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}" @@ -25685,7 +25685,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListCommits" + r.name = ReposListCommitsOperation r.summary = "List commits" r.operationID = "repos/list-commits" r.pathPattern = "/repos/{owner}/{repo}/commits" @@ -25717,7 +25717,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposGetCommit" + r.name = ReposGetCommitOperation r.summary = "Get a commit" r.operationID = "repos/get-commit" r.pathPattern = "/repos/{owner}/{repo}/commits/{ref}" @@ -25753,7 +25753,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListBranchesForHeadCommit" + r.name = ReposListBranchesForHeadCommitOperation r.summary = "List branches for HEAD commit" r.operationID = "repos/list-branches-for-head-commit" r.pathPattern = "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head" @@ -25802,7 +25802,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ChecksListForRef" + r.name = ChecksListForRefOperation r.summary = "List check runs for a Git reference" r.operationID = "checks/list-for-ref" r.pathPattern = "/repos/{owner}/{repo}/commits/{ref}/check-runs" @@ -25827,7 +25827,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ChecksListSuitesForRef" + r.name = ChecksListSuitesForRefOperation r.summary = "List check suites for a Git reference" r.operationID = "checks/list-suites-for-ref" r.pathPattern = "/repos/{owner}/{repo}/commits/{ref}/check-suites" @@ -25855,7 +25855,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListCommentsForCommit" + r.name = ReposListCommentsForCommitOperation r.summary = "List commit comments" r.operationID = "repos/list-comments-for-commit" r.pathPattern = "/repos/{owner}/{repo}/commits/{commit_sha}/comments" @@ -25863,7 +25863,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposCreateCommitComment" + r.name = ReposCreateCommitCommentOperation r.summary = "Create a commit comment" r.operationID = "repos/create-commit-comment" r.pathPattern = "/repos/{owner}/{repo}/commits/{commit_sha}/comments" @@ -25891,7 +25891,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListPullRequestsAssociatedWithCommit" + r.name = ReposListPullRequestsAssociatedWithCommitOperation r.summary = "List pull requests associated with a commit" r.operationID = "repos/list-pull-requests-associated-with-commit" r.pathPattern = "/repos/{owner}/{repo}/commits/{commit_sha}/pulls" @@ -25915,7 +25915,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposGetCombinedStatusForRef" + r.name = ReposGetCombinedStatusForRefOperation r.summary = "Get the combined status for a specific reference" r.operationID = "repos/get-combined-status-for-ref" r.pathPattern = "/repos/{owner}/{repo}/commits/{ref}/status" @@ -25939,7 +25939,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListCommitStatusesForRef" + r.name = ReposListCommitStatusesForRefOperation r.summary = "List commit statuses for a reference" r.operationID = "repos/list-commit-statuses-for-ref" r.pathPattern = "/repos/{owner}/{repo}/commits/{ref}/statuses" @@ -25976,7 +25976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetCommunityProfileMetrics" + r.name = ReposGetCommunityProfileMetricsOperation r.summary = "Get community profile metrics" r.operationID = "repos/get-community-profile-metrics" r.pathPattern = "/repos/{owner}/{repo}/community/profile" @@ -26009,7 +26009,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposCompareCommits" + r.name = ReposCompareCommitsOperation r.summary = "Compare two commits" r.operationID = "repos/compare-commits" r.pathPattern = "/repos/{owner}/{repo}/compare/{basehead}" @@ -26082,7 +26082,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AppsCreateContentAttachment" + r.name = AppsCreateContentAttachmentOperation r.summary = "Create a content attachment" r.operationID = "apps/create-content-attachment" r.pathPattern = "/repos/{owner}/{repo}/content_references/{content_reference_id}/attachments" @@ -26115,7 +26115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteFile" + r.name = ReposDeleteFileOperation r.summary = "Delete a file" r.operationID = "repos/delete-file" r.pathPattern = "/repos/{owner}/{repo}/contents/{path}" @@ -26123,7 +26123,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ReposCreateOrUpdateFileContents" + r.name = ReposCreateOrUpdateFileContentsOperation r.summary = "Create or update file contents" r.operationID = "repos/create-or-update-file-contents" r.pathPattern = "/repos/{owner}/{repo}/contents/{path}" @@ -26151,7 +26151,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListContributors" + r.name = ReposListContributorsOperation r.summary = "List repository contributors" r.operationID = "repos/list-contributors" r.pathPattern = "/repos/{owner}/{repo}/contributors" @@ -26196,7 +26196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListDeployments" + r.name = ReposListDeploymentsOperation r.summary = "List deployments" r.operationID = "repos/list-deployments" r.pathPattern = "/repos/{owner}/{repo}/deployments" @@ -26204,7 +26204,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateDeployment" + r.name = ReposCreateDeploymentOperation r.summary = "Create a deployment" r.operationID = "repos/create-deployment" r.pathPattern = "/repos/{owner}/{repo}/deployments" @@ -26236,7 +26236,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteDeployment" + r.name = ReposDeleteDeploymentOperation r.summary = "Delete a deployment" r.operationID = "repos/delete-deployment" r.pathPattern = "/repos/{owner}/{repo}/deployments/{deployment_id}" @@ -26244,7 +26244,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetDeployment" + r.name = ReposGetDeploymentOperation r.summary = "Get a deployment" r.operationID = "repos/get-deployment" r.pathPattern = "/repos/{owner}/{repo}/deployments/{deployment_id}" @@ -26267,7 +26267,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListDeploymentStatuses" + r.name = ReposListDeploymentStatusesOperation r.summary = "List deployment statuses" r.operationID = "repos/list-deployment-statuses" r.pathPattern = "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses" @@ -26275,7 +26275,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposCreateDeploymentStatus" + r.name = ReposCreateDeploymentStatusOperation r.summary = "Create a deployment status" r.operationID = "repos/create-deployment-status" r.pathPattern = "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses" @@ -26304,7 +26304,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetDeploymentStatus" + r.name = ReposGetDeploymentStatusOperation r.summary = "Get a deployment status" r.operationID = "repos/get-deployment-status" r.pathPattern = "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}" @@ -26338,7 +26338,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposCreateDispatchEvent" + r.name = ReposCreateDispatchEventOperation r.summary = "Create a repository dispatch event" r.operationID = "repos/create-dispatch-event" r.pathPattern = "/repos/{owner}/{repo}/dispatches" @@ -26383,7 +26383,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteAnEnvironment" + r.name = ReposDeleteAnEnvironmentOperation r.summary = "Delete an environment" r.operationID = "repos/delete-an-environment" r.pathPattern = "/repos/{owner}/{repo}/environments/{environment_name}" @@ -26408,7 +26408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListRepoEvents" + r.name = ActivityListRepoEventsOperation r.summary = "List repository events" r.operationID = "activity/list-repo-events" r.pathPattern = "/repos/{owner}/{repo}/events" @@ -26436,7 +26436,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListForks" + r.name = ReposListForksOperation r.summary = "List forks" r.operationID = "repos/list-forks" r.pathPattern = "/repos/{owner}/{repo}/forks" @@ -26444,7 +26444,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateFork" + r.name = ReposCreateForkOperation r.summary = "Create a fork" r.operationID = "repos/create-fork" r.pathPattern = "/repos/{owner}/{repo}/forks" @@ -26481,7 +26481,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposCreateUsingTemplate" + r.name = ReposCreateUsingTemplateOperation r.summary = "Create a repository using a template" r.operationID = "repos/create-using-template" r.pathPattern = "/repos/{template_owner}/{template_repo}/generate" @@ -26517,7 +26517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GitCreateBlob" + r.name = GitCreateBlobOperation r.summary = "Create a blob" r.operationID = "git/create-blob" r.pathPattern = "/repos/{owner}/{repo}/git/blobs" @@ -26546,7 +26546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitGetBlob" + r.name = GitGetBlobOperation r.summary = "Get a blob" r.operationID = "git/get-blob" r.pathPattern = "/repos/{owner}/{repo}/git/blobs/{file_sha}" @@ -26573,7 +26573,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GitCreateCommit" + r.name = GitCreateCommitOperation r.summary = "Create a commit" r.operationID = "git/create-commit" r.pathPattern = "/repos/{owner}/{repo}/git/commits" @@ -26602,7 +26602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitGetCommit" + r.name = GitGetCommitOperation r.summary = "Get a commit" r.operationID = "git/get-commit" r.pathPattern = "/repos/{owner}/{repo}/git/commits/{commit_sha}" @@ -26635,7 +26635,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitListMatchingRefs" + r.name = GitListMatchingRefsOperation r.summary = "List matching references" r.operationID = "git/list-matching-refs" r.pathPattern = "/repos/{owner}/{repo}/git/matching-refs/{ref}" @@ -26677,7 +26677,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitGetRef" + r.name = GitGetRefOperation r.summary = "Get a reference" r.operationID = "git/get-ref" r.pathPattern = "/repos/{owner}/{repo}/git/ref/{ref}" @@ -26701,7 +26701,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GitCreateRef" + r.name = GitCreateRefOperation r.summary = "Create a reference" r.operationID = "git/create-ref" r.pathPattern = "/repos/{owner}/{repo}/git/refs" @@ -26730,7 +26730,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "GitDeleteRef" + r.name = GitDeleteRefOperation r.summary = "Delete a reference" r.operationID = "git/delete-ref" r.pathPattern = "/repos/{owner}/{repo}/git/refs/{ref}" @@ -26738,7 +26738,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "GitUpdateRef" + r.name = GitUpdateRefOperation r.summary = "Update a reference" r.operationID = "git/update-ref" r.pathPattern = "/repos/{owner}/{repo}/git/refs/{ref}" @@ -26780,7 +26780,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GitCreateTag" + r.name = GitCreateTagOperation r.summary = "Create a tag object" r.operationID = "git/create-tag" r.pathPattern = "/repos/{owner}/{repo}/git/tags" @@ -26809,7 +26809,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitGetTag" + r.name = GitGetTagOperation r.summary = "Get a tag" r.operationID = "git/get-tag" r.pathPattern = "/repos/{owner}/{repo}/git/tags/{tag_sha}" @@ -26836,7 +26836,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GitCreateTree" + r.name = GitCreateTreeOperation r.summary = "Create a tree" r.operationID = "git/create-tree" r.pathPattern = "/repos/{owner}/{repo}/git/trees" @@ -26865,7 +26865,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GitGetTree" + r.name = GitGetTreeOperation r.summary = "Get a tree" r.operationID = "git/get-tree" r.pathPattern = "/repos/{owner}/{repo}/git/trees/{tree_sha}" @@ -26901,7 +26901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListWebhooks" + r.name = ReposListWebhooksOperation r.summary = "List repository webhooks" r.operationID = "repos/list-webhooks" r.pathPattern = "/repos/{owner}/{repo}/hooks" @@ -26909,7 +26909,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateWebhook" + r.name = ReposCreateWebhookOperation r.summary = "Create a repository webhook" r.operationID = "repos/create-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks" @@ -26941,7 +26941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteWebhook" + r.name = ReposDeleteWebhookOperation r.summary = "Delete a repository webhook" r.operationID = "repos/delete-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}" @@ -26949,7 +26949,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetWebhook" + r.name = ReposGetWebhookOperation r.summary = "Get a repository webhook" r.operationID = "repos/get-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}" @@ -26957,7 +26957,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateWebhook" + r.name = ReposUpdateWebhookOperation r.summary = "Update a repository webhook" r.operationID = "repos/update-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}" @@ -26993,7 +26993,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetWebhookConfigForRepo" + r.name = ReposGetWebhookConfigForRepoOperation r.summary = "Get a webhook configuration for a repository" r.operationID = "repos/get-webhook-config-for-repo" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/config" @@ -27001,7 +27001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateWebhookConfigForRepo" + r.name = ReposUpdateWebhookConfigForRepoOperation r.summary = "Update a webhook configuration for a repository" r.operationID = "repos/update-webhook-config-for-repo" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/config" @@ -27025,7 +27025,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListWebhookDeliveries" + r.name = ReposListWebhookDeliveriesOperation r.summary = "List deliveries for a repository webhook" r.operationID = "repos/list-webhook-deliveries" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries" @@ -27057,7 +27057,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposGetWebhookDelivery" + r.name = ReposGetWebhookDeliveryOperation r.summary = "Get a delivery for a repository webhook" r.operationID = "repos/get-webhook-delivery" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}" @@ -27081,7 +27081,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposRedeliverWebhookDelivery" + r.name = ReposRedeliverWebhookDeliveryOperation r.summary = "Redeliver a delivery for a repository webhook" r.operationID = "repos/redeliver-webhook-delivery" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" @@ -27112,7 +27112,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposPingWebhook" + r.name = ReposPingWebhookOperation r.summary = "Ping a repository webhook" r.operationID = "repos/ping-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/pings" @@ -27137,7 +27137,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposTestPushWebhook" + r.name = ReposTestPushWebhookOperation r.summary = "Test the push repository webhook" r.operationID = "repos/test-push-webhook" r.pathPattern = "/repos/{owner}/{repo}/hooks/{hook_id}/tests" @@ -27182,7 +27182,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "MigrationsCancelImport" + r.name = MigrationsCancelImportOperation r.summary = "Cancel an import" r.operationID = "migrations/cancel-import" r.pathPattern = "/repos/{owner}/{repo}/import" @@ -27190,7 +27190,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "MigrationsGetImportStatus" + r.name = MigrationsGetImportStatusOperation r.summary = "Get an import status" r.operationID = "migrations/get-import-status" r.pathPattern = "/repos/{owner}/{repo}/import" @@ -27198,7 +27198,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "MigrationsUpdateImport" + r.name = MigrationsUpdateImportOperation r.summary = "Update an import" r.operationID = "migrations/update-import" r.pathPattern = "/repos/{owner}/{repo}/import" @@ -27206,7 +27206,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "MigrationsStartImport" + r.name = MigrationsStartImportOperation r.summary = "Start an import" r.operationID = "migrations/start-import" r.pathPattern = "/repos/{owner}/{repo}/import" @@ -27241,7 +27241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MigrationsGetCommitAuthors" + r.name = MigrationsGetCommitAuthorsOperation r.summary = "Get commit authors" r.operationID = "migrations/get-commit-authors" r.pathPattern = "/repos/{owner}/{repo}/import/authors" @@ -27270,7 +27270,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "MigrationsMapCommitAuthor" + r.name = MigrationsMapCommitAuthorOperation r.summary = "Map a commit author" r.operationID = "migrations/map-commit-author" r.pathPattern = "/repos/{owner}/{repo}/import/authors/{author_id}" @@ -27310,7 +27310,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MigrationsGetLargeFiles" + r.name = MigrationsGetLargeFilesOperation r.summary = "Get large files" r.operationID = "migrations/get-large-files" r.pathPattern = "/repos/{owner}/{repo}/import/large_files" @@ -27335,7 +27335,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "MigrationsSetLfsPreference" + r.name = MigrationsSetLfsPreferenceOperation r.summary = "Update Git LFS preference" r.operationID = "migrations/set-lfs-preference" r.pathPattern = "/repos/{owner}/{repo}/import/lfs" @@ -27381,7 +27381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "InteractionsRemoveRestrictionsForRepo" + r.name = InteractionsRemoveRestrictionsForRepoOperation r.summary = "Remove interaction restrictions for a repository" r.operationID = "interactions/remove-restrictions-for-repo" r.pathPattern = "/repos/{owner}/{repo}/interaction-limits" @@ -27389,7 +27389,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "InteractionsSetRestrictionsForRepo" + r.name = InteractionsSetRestrictionsForRepoOperation r.summary = "Set interaction restrictions for a repository" r.operationID = "interactions/set-restrictions-for-repo" r.pathPattern = "/repos/{owner}/{repo}/interaction-limits" @@ -27413,7 +27413,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListInvitations" + r.name = ReposListInvitationsOperation r.summary = "List repository invitations" r.operationID = "repos/list-invitations" r.pathPattern = "/repos/{owner}/{repo}/invitations" @@ -27442,7 +27442,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteInvitation" + r.name = ReposDeleteInvitationOperation r.summary = "Delete a repository invitation" r.operationID = "repos/delete-invitation" r.pathPattern = "/repos/{owner}/{repo}/invitations/{invitation_id}" @@ -27450,7 +27450,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateInvitation" + r.name = ReposUpdateInvitationOperation r.summary = "Update a repository invitation" r.operationID = "repos/update-invitation" r.pathPattern = "/repos/{owner}/{repo}/invitations/{invitation_id}" @@ -27480,7 +27480,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListForRepo" + r.name = IssuesListForRepoOperation r.summary = "List repository issues" r.operationID = "issues/list-for-repo" r.pathPattern = "/repos/{owner}/{repo}/issues" @@ -27488,7 +27488,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "IssuesCreate" + r.name = IssuesCreateOperation r.summary = "Create an issue" r.operationID = "issues/create" r.pathPattern = "/repos/{owner}/{repo}/issues" @@ -27523,7 +27523,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListCommentsForRepo" + r.name = IssuesListCommentsForRepoOperation r.summary = "List issue comments for a repository" r.operationID = "issues/list-comments-for-repo" r.pathPattern = "/repos/{owner}/{repo}/issues/comments" @@ -27555,7 +27555,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "IssuesDeleteComment" + r.name = IssuesDeleteCommentOperation r.summary = "Delete an issue comment" r.operationID = "issues/delete-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}" @@ -27563,7 +27563,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "IssuesGetComment" + r.name = IssuesGetCommentOperation r.summary = "Get an issue comment" r.operationID = "issues/get-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}" @@ -27571,7 +27571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "IssuesUpdateComment" + r.name = IssuesUpdateCommentOperation r.summary = "Update an issue comment" r.operationID = "issues/update-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}" @@ -27594,7 +27594,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForIssueComment" + r.name = ReactionsListForIssueCommentOperation r.summary = "List reactions for an issue comment" r.operationID = "reactions/list-for-issue-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" @@ -27602,7 +27602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForIssueComment" + r.name = ReactionsCreateForIssueCommentOperation r.summary = "Create reaction for an issue comment" r.operationID = "reactions/create-for-issue-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" @@ -27631,7 +27631,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForIssueComment" + r.name = ReactionsDeleteForIssueCommentOperation r.summary = "Delete an issue comment reaction" r.operationID = "reactions/delete-for-issue-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}" @@ -27664,7 +27664,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListEventsForRepo" + r.name = IssuesListEventsForRepoOperation r.summary = "List issue events for a repository" r.operationID = "issues/list-events-for-repo" r.pathPattern = "/repos/{owner}/{repo}/issues/events" @@ -27693,7 +27693,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesGetEvent" + r.name = IssuesGetEventOperation r.summary = "Get an issue event" r.operationID = "issues/get-event" r.pathPattern = "/repos/{owner}/{repo}/issues/events/{event_id}" @@ -27722,7 +27722,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesGet" + r.name = IssuesGetOperation r.summary = "Get an issue" r.operationID = "issues/get" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}" @@ -27730,7 +27730,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "IssuesUpdate" + r.name = IssuesUpdateOperation r.summary = "Update an issue" r.operationID = "issues/update" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}" @@ -27766,7 +27766,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "IssuesRemoveAssignees" + r.name = IssuesRemoveAssigneesOperation r.summary = "Remove assignees from an issue" r.operationID = "issues/remove-assignees" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/assignees" @@ -27774,7 +27774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "IssuesAddAssignees" + r.name = IssuesAddAssigneesOperation r.summary = "Add assignees to an issue" r.operationID = "issues/add-assignees" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/assignees" @@ -27799,7 +27799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesListComments" + r.name = IssuesListCommentsOperation r.summary = "List issue comments" r.operationID = "issues/list-comments" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/comments" @@ -27807,7 +27807,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "IssuesCreateComment" + r.name = IssuesCreateCommentOperation r.summary = "Create an issue comment" r.operationID = "issues/create-comment" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/comments" @@ -27843,7 +27843,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "IssuesRemoveAllLabels" + r.name = IssuesRemoveAllLabelsOperation r.summary = "Remove all labels from an issue" r.operationID = "issues/remove-all-labels" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/labels" @@ -27851,7 +27851,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "IssuesListLabelsOnIssue" + r.name = IssuesListLabelsOnIssueOperation r.summary = "List labels for an issue" r.operationID = "issues/list-labels-on-issue" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/labels" @@ -27880,7 +27880,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "IssuesRemoveLabel" + r.name = IssuesRemoveLabelOperation r.summary = "Remove a label from an issue" r.operationID = "issues/remove-label" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}" @@ -27908,7 +27908,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "IssuesUnlock" + r.name = IssuesUnlockOperation r.summary = "Unlock an issue" r.operationID = "issues/unlock" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/lock" @@ -27916,7 +27916,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "IssuesLock" + r.name = IssuesLockOperation r.summary = "Lock an issue" r.operationID = "issues/lock" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/lock" @@ -27943,7 +27943,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForIssue" + r.name = ReactionsListForIssueOperation r.summary = "List reactions for an issue" r.operationID = "reactions/list-for-issue" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/reactions" @@ -27951,7 +27951,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForIssue" + r.name = ReactionsCreateForIssueOperation r.summary = "Create reaction for an issue" r.operationID = "reactions/create-for-issue" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/reactions" @@ -27980,7 +27980,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForIssue" + r.name = ReactionsDeleteForIssueOperation r.summary = "Delete an issue reaction" r.operationID = "reactions/delete-for-issue" r.pathPattern = "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}" @@ -28019,7 +28019,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListDeployKeys" + r.name = ReposListDeployKeysOperation r.summary = "List deploy keys" r.operationID = "repos/list-deploy-keys" r.pathPattern = "/repos/{owner}/{repo}/keys" @@ -28027,7 +28027,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateDeployKey" + r.name = ReposCreateDeployKeyOperation r.summary = "Create a deploy key" r.operationID = "repos/create-deploy-key" r.pathPattern = "/repos/{owner}/{repo}/keys" @@ -28056,7 +28056,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteDeployKey" + r.name = ReposDeleteDeployKeyOperation r.summary = "Delete a deploy key" r.operationID = "repos/delete-deploy-key" r.pathPattern = "/repos/{owner}/{repo}/keys/{key_id}" @@ -28064,7 +28064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetDeployKey" + r.name = ReposGetDeployKeyOperation r.summary = "Get a deploy key" r.operationID = "repos/get-deploy-key" r.pathPattern = "/repos/{owner}/{repo}/keys/{key_id}" @@ -28115,7 +28115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListLabelsForRepo" + r.name = IssuesListLabelsForRepoOperation r.summary = "List labels for a repository" r.operationID = "issues/list-labels-for-repo" r.pathPattern = "/repos/{owner}/{repo}/labels" @@ -28123,7 +28123,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "IssuesCreateLabel" + r.name = IssuesCreateLabelOperation r.summary = "Create a label" r.operationID = "issues/create-label" r.pathPattern = "/repos/{owner}/{repo}/labels" @@ -28152,7 +28152,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "IssuesDeleteLabel" + r.name = IssuesDeleteLabelOperation r.summary = "Delete a label" r.operationID = "issues/delete-label" r.pathPattern = "/repos/{owner}/{repo}/labels/{name}" @@ -28160,7 +28160,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "IssuesGetLabel" + r.name = IssuesGetLabelOperation r.summary = "Get a label" r.operationID = "issues/get-label" r.pathPattern = "/repos/{owner}/{repo}/labels/{name}" @@ -28168,7 +28168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "IssuesUpdateLabel" + r.name = IssuesUpdateLabelOperation r.summary = "Update a label" r.operationID = "issues/update-label" r.pathPattern = "/repos/{owner}/{repo}/labels/{name}" @@ -28196,7 +28196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListLanguages" + r.name = ReposListLanguagesOperation r.summary = "List repository languages" r.operationID = "repos/list-languages" r.pathPattern = "/repos/{owner}/{repo}/languages" @@ -28224,7 +28224,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDisableLfsForRepo" + r.name = ReposDisableLfsForRepoOperation r.summary = "Disable Git LFS for a repository" r.operationID = "repos/disable-lfs-for-repo" r.pathPattern = "/repos/{owner}/{repo}/lfs" @@ -28232,7 +28232,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ReposEnableLfsForRepo" + r.name = ReposEnableLfsForRepoOperation r.summary = "Enable Git LFS for a repository" r.operationID = "repos/enable-lfs-for-repo" r.pathPattern = "/repos/{owner}/{repo}/lfs" @@ -28257,7 +28257,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "LicensesGetForRepo" + r.name = LicensesGetForRepoOperation r.summary = "Get the license for a repository" r.operationID = "licenses/get-for-repo" r.pathPattern = "/repos/{owner}/{repo}/license" @@ -28309,7 +28309,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposMergeUpstream" + r.name = ReposMergeUpstreamOperation r.summary = "Sync a fork branch with the upstream repository" r.operationID = "repos/merge-upstream" r.pathPattern = "/repos/{owner}/{repo}/merge-upstream" @@ -28334,7 +28334,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposMerge" + r.name = ReposMergeOperation r.summary = "Merge a branch" r.operationID = "repos/merge" r.pathPattern = "/repos/{owner}/{repo}/merges" @@ -28361,7 +28361,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "IssuesListMilestones" + r.name = IssuesListMilestonesOperation r.summary = "List milestones" r.operationID = "issues/list-milestones" r.pathPattern = "/repos/{owner}/{repo}/milestones" @@ -28369,7 +28369,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "IssuesCreateMilestone" + r.name = IssuesCreateMilestoneOperation r.summary = "Create a milestone" r.operationID = "issues/create-milestone" r.pathPattern = "/repos/{owner}/{repo}/milestones" @@ -28401,7 +28401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "IssuesDeleteMilestone" + r.name = IssuesDeleteMilestoneOperation r.summary = "Delete a milestone" r.operationID = "issues/delete-milestone" r.pathPattern = "/repos/{owner}/{repo}/milestones/{milestone_number}" @@ -28409,7 +28409,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "IssuesGetMilestone" + r.name = IssuesGetMilestoneOperation r.summary = "Get a milestone" r.operationID = "issues/get-milestone" r.pathPattern = "/repos/{owner}/{repo}/milestones/{milestone_number}" @@ -28417,7 +28417,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "IssuesUpdateMilestone" + r.name = IssuesUpdateMilestoneOperation r.summary = "Update a milestone" r.operationID = "issues/update-milestone" r.pathPattern = "/repos/{owner}/{repo}/milestones/{milestone_number}" @@ -28441,7 +28441,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesListLabelsForMilestone" + r.name = IssuesListLabelsForMilestoneOperation r.summary = "List labels for issues in a milestone" r.operationID = "issues/list-labels-for-milestone" r.pathPattern = "/repos/{owner}/{repo}/milestones/{milestone_number}/labels" @@ -28475,7 +28475,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListRepoNotificationsForAuthenticatedUser" + r.name = ActivityListRepoNotificationsForAuthenticatedUserOperation r.summary = "List repository notifications for the authenticated user" r.operationID = "activity/list-repo-notifications-for-authenticated-user" r.pathPattern = "/repos/{owner}/{repo}/notifications" @@ -28483,7 +28483,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActivityMarkRepoNotificationsAsRead" + r.name = ActivityMarkRepoNotificationsAsReadOperation r.summary = "Mark repository notifications as read" r.operationID = "activity/mark-repo-notifications-as-read" r.pathPattern = "/repos/{owner}/{repo}/notifications" @@ -28519,7 +28519,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeletePagesSite" + r.name = ReposDeletePagesSiteOperation r.summary = "Delete a GitHub Pages site" r.operationID = "repos/delete-pages-site" r.pathPattern = "/repos/{owner}/{repo}/pages" @@ -28527,7 +28527,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ReposGetPages" + r.name = ReposGetPagesOperation r.summary = "Get a GitHub Pages site" r.operationID = "repos/get-pages" r.pathPattern = "/repos/{owner}/{repo}/pages" @@ -28535,7 +28535,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreatePagesSite" + r.name = ReposCreatePagesSiteOperation r.summary = "Create a GitHub Pages site" r.operationID = "repos/create-pages-site" r.pathPattern = "/repos/{owner}/{repo}/pages" @@ -28570,7 +28570,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListPagesBuilds" + r.name = ReposListPagesBuildsOperation r.summary = "List GitHub Pages builds" r.operationID = "repos/list-pages-builds" r.pathPattern = "/repos/{owner}/{repo}/pages/builds" @@ -28578,7 +28578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposRequestPagesBuild" + r.name = ReposRequestPagesBuildOperation r.summary = "Request a GitHub Pages build" r.operationID = "repos/request-pages-build" r.pathPattern = "/repos/{owner}/{repo}/pages/builds" @@ -28614,7 +28614,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetLatestPagesBuild" + r.name = ReposGetLatestPagesBuildOperation r.summary = "Get latest Pages build" r.operationID = "repos/get-latest-pages-build" r.pathPattern = "/repos/{owner}/{repo}/pages/builds/latest" @@ -28637,7 +28637,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetPagesBuild" + r.name = ReposGetPagesBuildOperation r.summary = "Get GitHub Pages build" r.operationID = "repos/get-pages-build" r.pathPattern = "/repos/{owner}/{repo}/pages/builds/{build_id}" @@ -28665,7 +28665,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetPagesHealthCheck" + r.name = ReposGetPagesHealthCheckOperation r.summary = "Get a DNS health check for GitHub Pages" r.operationID = "repos/get-pages-health-check" r.pathPattern = "/repos/{owner}/{repo}/pages/health" @@ -28696,7 +28696,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsListForRepo" + r.name = ProjectsListForRepoOperation r.summary = "List repository projects" r.operationID = "projects/list-for-repo" r.pathPattern = "/repos/{owner}/{repo}/projects" @@ -28704,7 +28704,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ProjectsCreateForRepo" + r.name = ProjectsCreateForRepoOperation r.summary = "Create a repository project" r.operationID = "projects/create-for-repo" r.pathPattern = "/repos/{owner}/{repo}/projects" @@ -28728,7 +28728,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PullsList" + r.name = PullsListOperation r.summary = "List pull requests" r.operationID = "pulls/list" r.pathPattern = "/repos/{owner}/{repo}/pulls" @@ -28736,7 +28736,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "PullsCreate" + r.name = PullsCreateOperation r.summary = "Create a pull request" r.operationID = "pulls/create" r.pathPattern = "/repos/{owner}/{repo}/pulls" @@ -28771,7 +28771,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PullsListReviewCommentsForRepo" + r.name = PullsListReviewCommentsForRepoOperation r.summary = "List review comments in a repository" r.operationID = "pulls/list-review-comments-for-repo" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments" @@ -28803,7 +28803,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PullsDeleteReviewComment" + r.name = PullsDeleteReviewCommentOperation r.summary = "Delete a review comment for a pull request" r.operationID = "pulls/delete-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}" @@ -28811,7 +28811,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "PullsGetReviewComment" + r.name = PullsGetReviewCommentOperation r.summary = "Get a review comment for a pull request" r.operationID = "pulls/get-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}" @@ -28819,7 +28819,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "PullsUpdateReviewComment" + r.name = PullsUpdateReviewCommentOperation r.summary = "Update a review comment for a pull request" r.operationID = "pulls/update-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}" @@ -28842,7 +28842,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReactionsListForPullRequestReviewComment" + r.name = ReactionsListForPullRequestReviewCommentOperation r.summary = "List reactions for a pull request review comment" r.operationID = "reactions/list-for-pull-request-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" @@ -28850,7 +28850,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForPullRequestReviewComment" + r.name = ReactionsCreateForPullRequestReviewCommentOperation r.summary = "Create reaction for a pull request review comment" r.operationID = "reactions/create-for-pull-request-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" @@ -28879,7 +28879,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReactionsDeleteForPullRequestComment" + r.name = ReactionsDeleteForPullRequestCommentOperation r.summary = "Delete a pull request comment reaction" r.operationID = "reactions/delete-for-pull-request-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}" @@ -28914,7 +28914,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PullsGet" + r.name = PullsGetOperation r.summary = "Get a pull request" r.operationID = "pulls/get" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}" @@ -28922,7 +28922,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "PullsUpdate" + r.name = PullsUpdateOperation r.summary = "Update a pull request" r.operationID = "pulls/update" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}" @@ -28969,7 +28969,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PullsListReviewComments" + r.name = PullsListReviewCommentsOperation r.summary = "List review comments on a pull request" r.operationID = "pulls/list-review-comments" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/comments" @@ -28977,7 +28977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "PullsCreateReviewComment" + r.name = PullsCreateReviewCommentOperation r.summary = "Create a review comment for a pull request" r.operationID = "pulls/create-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/comments" @@ -29022,7 +29022,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PullsCreateReplyForReviewComment" + r.name = PullsCreateReplyForReviewCommentOperation r.summary = "Create a reply for a review comment" r.operationID = "pulls/create-reply-for-review-comment" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies" @@ -29053,7 +29053,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PullsListCommits" + r.name = PullsListCommitsOperation r.summary = "List commits on a pull request" r.operationID = "pulls/list-commits" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/commits" @@ -29081,7 +29081,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PullsListFiles" + r.name = PullsListFilesOperation r.summary = "List pull requests files" r.operationID = "pulls/list-files" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/files" @@ -29106,7 +29106,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PullsCheckIfMerged" + r.name = PullsCheckIfMergedOperation r.summary = "Check if a pull request has been merged" r.operationID = "pulls/check-if-merged" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/merge" @@ -29114,7 +29114,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "PullsMerge" + r.name = PullsMergeOperation r.summary = "Merge a pull request" r.operationID = "pulls/merge" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/merge" @@ -29151,7 +29151,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "PullsRemoveRequestedReviewers" + r.name = PullsRemoveRequestedReviewersOperation r.summary = "Remove requested reviewers from a pull request" r.operationID = "pulls/remove-requested-reviewers" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" @@ -29159,7 +29159,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "PullsListRequestedReviewers" + r.name = PullsListRequestedReviewersOperation r.summary = "List requested reviewers for a pull request" r.operationID = "pulls/list-requested-reviewers" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" @@ -29183,7 +29183,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PullsListReviews" + r.name = PullsListReviewsOperation r.summary = "List reviews for a pull request" r.operationID = "pulls/list-reviews" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews" @@ -29191,7 +29191,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "PullsCreateReview" + r.name = PullsCreateReviewOperation r.summary = "Create a review for a pull request" r.operationID = "pulls/create-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews" @@ -29223,7 +29223,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PullsDeletePendingReview" + r.name = PullsDeletePendingReviewOperation r.summary = "Delete a pending review for a pull request" r.operationID = "pulls/delete-pending-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" @@ -29231,7 +29231,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "GET": - r.name = "PullsGetReview" + r.name = PullsGetReviewOperation r.summary = "Get a review for a pull request" r.operationID = "pulls/get-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" @@ -29239,7 +29239,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "PUT": - r.name = "PullsUpdateReview" + r.name = PullsUpdateReviewOperation r.summary = "Update a review for a pull request" r.operationID = "pulls/update-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" @@ -29275,7 +29275,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PullsListCommentsForReview" + r.name = PullsListCommentsForReviewOperation r.summary = "List comments for a pull request review" r.operationID = "pulls/list-comments-for-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments" @@ -29300,7 +29300,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PullsDismissReview" + r.name = PullsDismissReviewOperation r.summary = "Dismiss a review for a pull request" r.operationID = "pulls/dismiss-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals" @@ -29325,7 +29325,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PullsSubmitReview" + r.name = PullsSubmitReviewOperation r.summary = "Submit a review for a pull request" r.operationID = "pulls/submit-review" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events" @@ -29362,7 +29362,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PUT": - r.name = "PullsUpdateBranch" + r.name = PullsUpdateBranchOperation r.summary = "Update a pull request branch" r.operationID = "pulls/update-branch" r.pathPattern = "/repos/{owner}/{repo}/pulls/{pull_number}/update-branch" @@ -29410,7 +29410,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposGetReadme" + r.name = ReposGetReadmeOperation r.summary = "Get a repository README" r.operationID = "repos/get-readme" r.pathPattern = "/repos/{owner}/{repo}/readme" @@ -29439,7 +29439,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetReadmeInDirectory" + r.name = ReposGetReadmeInDirectoryOperation r.summary = "Get a repository README for a directory" r.operationID = "repos/get-readme-in-directory" r.pathPattern = "/repos/{owner}/{repo}/readme/{dir}" @@ -29466,7 +29466,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListReleases" + r.name = ReposListReleasesOperation r.summary = "List releases" r.operationID = "repos/list-releases" r.pathPattern = "/repos/{owner}/{repo}/releases" @@ -29474,7 +29474,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReposCreateRelease" + r.name = ReposCreateReleaseOperation r.summary = "Create a release" r.operationID = "repos/create-release" r.pathPattern = "/repos/{owner}/{repo}/releases" @@ -29515,7 +29515,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeleteReleaseAsset" + r.name = ReposDeleteReleaseAssetOperation r.summary = "Delete a release asset" r.operationID = "repos/delete-release-asset" r.pathPattern = "/repos/{owner}/{repo}/releases/assets/{asset_id}" @@ -29523,7 +29523,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetReleaseAsset" + r.name = ReposGetReleaseAssetOperation r.summary = "Get a release asset" r.operationID = "repos/get-release-asset" r.pathPattern = "/repos/{owner}/{repo}/releases/assets/{asset_id}" @@ -29531,7 +29531,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateReleaseAsset" + r.name = ReposUpdateReleaseAssetOperation r.summary = "Update a release asset" r.operationID = "repos/update-release-asset" r.pathPattern = "/repos/{owner}/{repo}/releases/assets/{asset_id}" @@ -29556,7 +29556,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetLatestRelease" + r.name = ReposGetLatestReleaseOperation r.summary = "Get the latest release" r.operationID = "repos/get-latest-release" r.pathPattern = "/repos/{owner}/{repo}/releases/latest" @@ -29586,7 +29586,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetReleaseByTag" + r.name = ReposGetReleaseByTagOperation r.summary = "Get a release by tag name" r.operationID = "repos/get-release-by-tag" r.pathPattern = "/repos/{owner}/{repo}/releases/tags/{tag}" @@ -29612,7 +29612,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ReposDeleteRelease" + r.name = ReposDeleteReleaseOperation r.summary = "Delete a release" r.operationID = "repos/delete-release" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}" @@ -29620,7 +29620,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ReposGetRelease" + r.name = ReposGetReleaseOperation r.summary = "Get a release" r.operationID = "repos/get-release" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}" @@ -29628,7 +29628,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ReposUpdateRelease" + r.name = ReposUpdateReleaseOperation r.summary = "Update a release" r.operationID = "repos/update-release" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}" @@ -29664,7 +29664,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListReleaseAssets" + r.name = ReposListReleaseAssetsOperation r.summary = "List release assets" r.operationID = "repos/list-release-assets" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}/assets" @@ -29672,7 +29672,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReposUploadReleaseAsset" + r.name = ReposUploadReleaseAssetOperation r.summary = "Upload a release asset" r.operationID = "repos/upload-release-asset" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}/assets" @@ -29697,7 +29697,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReactionsCreateForRelease" + r.name = ReactionsCreateForReleaseOperation r.summary = "Create reaction for a release" r.operationID = "reactions/create-for-release" r.pathPattern = "/repos/{owner}/{repo}/releases/{release_id}/reactions" @@ -29745,7 +29745,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "SecretScanningListAlertsForRepo" + r.name = SecretScanningListAlertsForRepoOperation r.summary = "List secret scanning alerts for a repository" r.operationID = "secret-scanning/list-alerts-for-repo" r.pathPattern = "/repos/{owner}/{repo}/secret-scanning/alerts" @@ -29774,7 +29774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SecretScanningGetAlert" + r.name = SecretScanningGetAlertOperation r.summary = "Get a secret scanning alert" r.operationID = "secret-scanning/get-alert" r.pathPattern = "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" @@ -29782,7 +29782,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "SecretScanningUpdateAlert" + r.name = SecretScanningUpdateAlertOperation r.summary = "Update a secret scanning alert" r.operationID = "secret-scanning/update-alert" r.pathPattern = "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" @@ -29846,7 +29846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetCodeFrequencyStats" + r.name = ReposGetCodeFrequencyStatsOperation r.summary = "Get the weekly commit activity" r.operationID = "repos/get-code-frequency-stats" r.pathPattern = "/repos/{owner}/{repo}/stats/code_frequency" @@ -29871,7 +29871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetCommitActivityStats" + r.name = ReposGetCommitActivityStatsOperation r.summary = "Get the last year of commit activity" r.operationID = "repos/get-commit-activity-stats" r.pathPattern = "/repos/{owner}/{repo}/stats/commit_activity" @@ -29896,7 +29896,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetContributorsStats" + r.name = ReposGetContributorsStatsOperation r.summary = "Get all contributor commit activity" r.operationID = "repos/get-contributors-stats" r.pathPattern = "/repos/{owner}/{repo}/stats/contributors" @@ -29936,7 +29936,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetParticipationStats" + r.name = ReposGetParticipationStatsOperation r.summary = "Get the weekly commit count" r.operationID = "repos/get-participation-stats" r.pathPattern = "/repos/{owner}/{repo}/stats/participation" @@ -29961,7 +29961,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetPunchCardStats" + r.name = ReposGetPunchCardStatsOperation r.summary = "Get the hourly commit count for each day" r.operationID = "repos/get-punch-card-stats" r.pathPattern = "/repos/{owner}/{repo}/stats/punch_card" @@ -29997,7 +29997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposCreateCommitStatus" + r.name = ReposCreateCommitStatusOperation r.summary = "Create a commit status" r.operationID = "repos/create-commit-status" r.pathPattern = "/repos/{owner}/{repo}/statuses/{sha}" @@ -30037,7 +30037,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListWatchersForRepo" + r.name = ActivityListWatchersForRepoOperation r.summary = "List watchers" r.operationID = "activity/list-watchers-for-repo" r.pathPattern = "/repos/{owner}/{repo}/subscribers" @@ -30062,7 +30062,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActivityDeleteRepoSubscription" + r.name = ActivityDeleteRepoSubscriptionOperation r.summary = "Delete a repository subscription" r.operationID = "activity/delete-repo-subscription" r.pathPattern = "/repos/{owner}/{repo}/subscription" @@ -30070,7 +30070,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ActivityGetRepoSubscription" + r.name = ActivityGetRepoSubscriptionOperation r.summary = "Get a repository subscription" r.operationID = "activity/get-repo-subscription" r.pathPattern = "/repos/{owner}/{repo}/subscription" @@ -30078,7 +30078,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActivitySetRepoSubscription" + r.name = ActivitySetRepoSubscriptionOperation r.summary = "Set a repository subscription" r.operationID = "activity/set-repo-subscription" r.pathPattern = "/repos/{owner}/{repo}/subscription" @@ -30133,7 +30133,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListTags" + r.name = ReposListTagsOperation r.summary = "List repository tags" r.operationID = "repos/list-tags" r.pathPattern = "/repos/{owner}/{repo}/tags" @@ -30163,7 +30163,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposDownloadTarballArchive" + r.name = ReposDownloadTarballArchiveOperation r.summary = "Download a repository archive (tar)" r.operationID = "repos/download-tarball-archive" r.pathPattern = "/repos/{owner}/{repo}/tarball/{ref}" @@ -30191,7 +30191,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListTeams" + r.name = ReposListTeamsOperation r.summary = "List repository teams" r.operationID = "repos/list-teams" r.pathPattern = "/repos/{owner}/{repo}/teams" @@ -30216,7 +30216,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetAllTopics" + r.name = ReposGetAllTopicsOperation r.summary = "Get all repository topics" r.operationID = "repos/get-all-topics" r.pathPattern = "/repos/{owner}/{repo}/topics" @@ -30224,7 +30224,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ReposReplaceAllTopics" + r.name = ReposReplaceAllTopicsOperation r.summary = "Replace all repository topics" r.operationID = "repos/replace-all-topics" r.pathPattern = "/repos/{owner}/{repo}/topics" @@ -30273,7 +30273,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetClones" + r.name = ReposGetClonesOperation r.summary = "Get repository clones" r.operationID = "repos/get-clones" r.pathPattern = "/repos/{owner}/{repo}/traffic/clones" @@ -30310,7 +30310,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetTopPaths" + r.name = ReposGetTopPathsOperation r.summary = "Get top referral paths" r.operationID = "repos/get-top-paths" r.pathPattern = "/repos/{owner}/{repo}/traffic/popular/paths" @@ -30335,7 +30335,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetTopReferrers" + r.name = ReposGetTopReferrersOperation r.summary = "Get top referral sources" r.operationID = "repos/get-top-referrers" r.pathPattern = "/repos/{owner}/{repo}/traffic/popular/referrers" @@ -30363,7 +30363,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposGetViews" + r.name = ReposGetViewsOperation r.summary = "Get page views" r.operationID = "repos/get-views" r.pathPattern = "/repos/{owner}/{repo}/traffic/views" @@ -30391,7 +30391,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReposTransfer" + r.name = ReposTransferOperation r.summary = "Transfer a repository" r.operationID = "repos/transfer" r.pathPattern = "/repos/{owner}/{repo}/transfer" @@ -30422,7 +30422,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDisableVulnerabilityAlerts" + r.name = ReposDisableVulnerabilityAlertsOperation r.summary = "Disable vulnerability alerts" r.operationID = "repos/disable-vulnerability-alerts" r.pathPattern = "/repos/{owner}/{repo}/vulnerability-alerts" @@ -30430,7 +30430,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ReposCheckVulnerabilityAlerts" + r.name = ReposCheckVulnerabilityAlertsOperation r.summary = "Check if vulnerability alerts are enabled for a repository" r.operationID = "repos/check-vulnerability-alerts" r.pathPattern = "/repos/{owner}/{repo}/vulnerability-alerts" @@ -30438,7 +30438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ReposEnableVulnerabilityAlerts" + r.name = ReposEnableVulnerabilityAlertsOperation r.summary = "Enable vulnerability alerts" r.operationID = "repos/enable-vulnerability-alerts" r.pathPattern = "/repos/{owner}/{repo}/vulnerability-alerts" @@ -30468,7 +30468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposDownloadZipballArchive" + r.name = ReposDownloadZipballArchiveOperation r.summary = "Download a repository archive (zip)" r.operationID = "repos/download-zipball-archive" r.pathPattern = "/repos/{owner}/{repo}/zipball/{ref}" @@ -30501,7 +30501,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListPublic" + r.name = ReposListPublicOperation r.summary = "List public repositories" r.operationID = "repos/list-public" r.pathPattern = "/repositories" @@ -30566,7 +30566,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActionsListEnvironmentSecrets" + r.name = ActionsListEnvironmentSecretsOperation r.summary = "List environment secrets" r.operationID = "actions/list-environment-secrets" r.pathPattern = "/repositories/{repository_id}/environments/{environment_name}/secrets" @@ -30602,7 +30602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActionsGetEnvironmentPublicKey" + r.name = ActionsGetEnvironmentPublicKeyOperation r.summary = "Get an environment public key" r.operationID = "actions/get-environment-public-key" r.pathPattern = "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key" @@ -30625,7 +30625,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActionsDeleteEnvironmentSecret" + r.name = ActionsDeleteEnvironmentSecretOperation r.summary = "Delete an environment secret" r.operationID = "actions/delete-environment-secret" r.pathPattern = "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" @@ -30633,7 +30633,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ActionsGetEnvironmentSecret" + r.name = ActionsGetEnvironmentSecretOperation r.summary = "Get an environment secret" r.operationID = "actions/get-environment-secret" r.pathPattern = "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" @@ -30641,7 +30641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ActionsCreateOrUpdateEnvironmentSecret" + r.name = ActionsCreateOrUpdateEnvironmentSecretOperation r.summary = "Create or update an environment secret" r.operationID = "actions/create-or-update-environment-secret" r.pathPattern = "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" @@ -30743,7 +30743,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListProvisionedGroupsEnterprise" + r.name = EnterpriseAdminListProvisionedGroupsEnterpriseOperation r.summary = "List provisioned SCIM groups for an enterprise" r.operationID = "enterprise-admin/list-provisioned-groups-enterprise" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups" @@ -30751,7 +30751,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "EnterpriseAdminProvisionAndInviteEnterpriseGroup" + r.name = EnterpriseAdminProvisionAndInviteEnterpriseGroupOperation r.summary = "Provision a SCIM enterprise group and invite users" r.operationID = "enterprise-admin/provision-and-invite-enterprise-group" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups" @@ -30780,7 +30780,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminDeleteScimGroupFromEnterprise" + r.name = EnterpriseAdminDeleteScimGroupFromEnterpriseOperation r.summary = "Delete a SCIM group from an enterprise" r.operationID = "enterprise-admin/delete-scim-group-from-enterprise" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}" @@ -30788,7 +30788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "EnterpriseAdminGetProvisioningInformationForEnterpriseGroup" + r.name = EnterpriseAdminGetProvisioningInformationForEnterpriseGroupOperation r.summary = "Get SCIM provisioning information for an enterprise group" r.operationID = "enterprise-admin/get-provisioning-information-for-enterprise-group" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}" @@ -30796,7 +30796,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "EnterpriseAdminUpdateAttributeForEnterpriseGroup" + r.name = EnterpriseAdminUpdateAttributeForEnterpriseGroupOperation r.summary = "Update an attribute for a SCIM enterprise group" r.operationID = "enterprise-admin/update-attribute-for-enterprise-group" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}" @@ -30804,7 +30804,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "EnterpriseAdminSetInformationForProvisionedEnterpriseGroup" + r.name = EnterpriseAdminSetInformationForProvisionedEnterpriseGroupOperation r.summary = "Set SCIM information for a provisioned enterprise group" r.operationID = "enterprise-admin/set-information-for-provisioned-enterprise-group" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}" @@ -30831,7 +30831,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "EnterpriseAdminListProvisionedIdentitiesEnterprise" + r.name = EnterpriseAdminListProvisionedIdentitiesEnterpriseOperation r.summary = "List SCIM provisioned identities for an enterprise" r.operationID = "enterprise-admin/list-provisioned-identities-enterprise" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users" @@ -30839,7 +30839,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "EnterpriseAdminProvisionAndInviteEnterpriseUser" + r.name = EnterpriseAdminProvisionAndInviteEnterpriseUserOperation r.summary = "Provision and invite a SCIM enterprise user" r.operationID = "enterprise-admin/provision-and-invite-enterprise-user" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users" @@ -30868,7 +30868,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "EnterpriseAdminDeleteUserFromEnterprise" + r.name = EnterpriseAdminDeleteUserFromEnterpriseOperation r.summary = "Delete a SCIM user from an enterprise" r.operationID = "enterprise-admin/delete-user-from-enterprise" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" @@ -30876,7 +30876,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "EnterpriseAdminGetProvisioningInformationForEnterpriseUser" + r.name = EnterpriseAdminGetProvisioningInformationForEnterpriseUserOperation r.summary = "Get SCIM provisioning information for an enterprise user" r.operationID = "enterprise-admin/get-provisioning-information-for-enterprise-user" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" @@ -30884,7 +30884,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "EnterpriseAdminUpdateAttributeForEnterpriseUser" + r.name = EnterpriseAdminUpdateAttributeForEnterpriseUserOperation r.summary = "Update an attribute for a SCIM enterprise user" r.operationID = "enterprise-admin/update-attribute-for-enterprise-user" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" @@ -30892,7 +30892,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "EnterpriseAdminSetInformationForProvisionedEnterpriseUser" + r.name = EnterpriseAdminSetInformationForProvisionedEnterpriseUserOperation r.summary = "Set SCIM information for a provisioned enterprise user" r.operationID = "enterprise-admin/set-information-for-provisioned-enterprise-user" r.pathPattern = "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" @@ -30952,7 +30952,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ScimDeleteUserFromOrg" + r.name = ScimDeleteUserFromOrgOperation r.summary = "Delete a SCIM user from an organization" r.operationID = "scim/delete-user-from-org" r.pathPattern = "/scim/v2/organizations/{org}/Users/{scim_user_id}" @@ -31007,7 +31007,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchCode" + r.name = SearchCodeOperation r.summary = "Search code" r.operationID = "search/code" r.pathPattern = "/search/code" @@ -31032,7 +31032,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchCommits" + r.name = SearchCommitsOperation r.summary = "Search commits" r.operationID = "search/commits" r.pathPattern = "/search/commits" @@ -31060,7 +31060,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchIssuesAndPullRequests" + r.name = SearchIssuesAndPullRequestsOperation r.summary = "Search issues and pull requests" r.operationID = "search/issues-and-pull-requests" r.pathPattern = "/search/issues" @@ -31085,7 +31085,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchLabels" + r.name = SearchLabelsOperation r.summary = "Search labels" r.operationID = "search/labels" r.pathPattern = "/search/labels" @@ -31110,7 +31110,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchRepos" + r.name = SearchReposOperation r.summary = "Search repositories" r.operationID = "search/repos" r.pathPattern = "/search/repositories" @@ -31135,7 +31135,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchTopics" + r.name = SearchTopicsOperation r.summary = "Search topics" r.operationID = "search/topics" r.pathPattern = "/search/topics" @@ -31160,7 +31160,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchUsers" + r.name = SearchUsersOperation r.summary = "Search users" r.operationID = "search/users" r.pathPattern = "/search/users" @@ -31199,7 +31199,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteLegacy" + r.name = TeamsDeleteLegacyOperation r.summary = "Delete a team (Legacy)" r.operationID = "teams/delete-legacy" r.pathPattern = "/teams/{team_id}" @@ -31207,7 +31207,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "TeamsGetLegacy" + r.name = TeamsGetLegacyOperation r.summary = "Get a team (Legacy)" r.operationID = "teams/get-legacy" r.pathPattern = "/teams/{team_id}" @@ -31215,7 +31215,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "TeamsUpdateLegacy" + r.name = TeamsUpdateLegacyOperation r.summary = "Update a team (Legacy)" r.operationID = "teams/update-legacy" r.pathPattern = "/teams/{team_id}" @@ -31250,7 +31250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListDiscussionsLegacy" + r.name = TeamsListDiscussionsLegacyOperation r.summary = "List discussions (Legacy)" r.operationID = "teams/list-discussions-legacy" r.pathPattern = "/teams/{team_id}/discussions" @@ -31258,7 +31258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "TeamsCreateDiscussionLegacy" + r.name = TeamsCreateDiscussionLegacyOperation r.summary = "Create a discussion (Legacy)" r.operationID = "teams/create-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions" @@ -31290,7 +31290,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteDiscussionLegacy" + r.name = TeamsDeleteDiscussionLegacyOperation r.summary = "Delete a discussion (Legacy)" r.operationID = "teams/delete-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}" @@ -31298,7 +31298,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "TeamsGetDiscussionLegacy" + r.name = TeamsGetDiscussionLegacyOperation r.summary = "Get a discussion (Legacy)" r.operationID = "teams/get-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}" @@ -31306,7 +31306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "TeamsUpdateDiscussionLegacy" + r.name = TeamsUpdateDiscussionLegacyOperation r.summary = "Update a discussion (Legacy)" r.operationID = "teams/update-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}" @@ -31341,7 +31341,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListDiscussionCommentsLegacy" + r.name = TeamsListDiscussionCommentsLegacyOperation r.summary = "List discussion comments (Legacy)" r.operationID = "teams/list-discussion-comments-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments" @@ -31349,7 +31349,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "TeamsCreateDiscussionCommentLegacy" + r.name = TeamsCreateDiscussionCommentLegacyOperation r.summary = "Create a discussion comment (Legacy)" r.operationID = "teams/create-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments" @@ -31381,7 +31381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "TeamsDeleteDiscussionCommentLegacy" + r.name = TeamsDeleteDiscussionCommentLegacyOperation r.summary = "Delete a discussion comment (Legacy)" r.operationID = "teams/delete-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}" @@ -31389,7 +31389,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "TeamsGetDiscussionCommentLegacy" + r.name = TeamsGetDiscussionCommentLegacyOperation r.summary = "Get a discussion comment (Legacy)" r.operationID = "teams/get-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}" @@ -31397,7 +31397,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "TeamsUpdateDiscussionCommentLegacy" + r.name = TeamsUpdateDiscussionCommentLegacyOperation r.summary = "Update a discussion comment (Legacy)" r.operationID = "teams/update-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}" @@ -31421,7 +31421,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReactionsListForTeamDiscussionCommentLegacy" + r.name = ReactionsListForTeamDiscussionCommentLegacyOperation r.summary = "List reactions for a team discussion comment (Legacy)" r.operationID = "reactions/list-for-team-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions" @@ -31429,7 +31429,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ReactionsCreateForTeamDiscussionCommentLegacy" + r.name = ReactionsCreateForTeamDiscussionCommentLegacyOperation r.summary = "Create reaction for a team discussion comment (Legacy)" r.operationID = "reactions/create-for-team-discussion-comment-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions" @@ -31460,7 +31460,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReactionsListForTeamDiscussionLegacy" + r.name = ReactionsListForTeamDiscussionLegacyOperation r.summary = "List reactions for a team discussion (Legacy)" r.operationID = "reactions/list-for-team-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/reactions" @@ -31468,7 +31468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ReactionsCreateForTeamDiscussionLegacy" + r.name = ReactionsCreateForTeamDiscussionLegacyOperation r.summary = "Create reaction for a team discussion (Legacy)" r.operationID = "reactions/create-for-team-discussion-legacy" r.pathPattern = "/teams/{team_id}/discussions/{discussion_number}/reactions" @@ -31502,7 +31502,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListPendingInvitationsLegacy" + r.name = TeamsListPendingInvitationsLegacyOperation r.summary = "List pending team invitations (Legacy)" r.operationID = "teams/list-pending-invitations-legacy" r.pathPattern = "/teams/{team_id}/invitations" @@ -31526,7 +31526,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListMembersLegacy" + r.name = TeamsListMembersLegacyOperation r.summary = "List team members (Legacy)" r.operationID = "teams/list-members-legacy" r.pathPattern = "/teams/{team_id}/members" @@ -31555,7 +31555,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveMemberLegacy" + r.name = TeamsRemoveMemberLegacyOperation r.summary = "Remove team member (Legacy)" r.operationID = "teams/remove-member-legacy" r.pathPattern = "/teams/{team_id}/members/{username}" @@ -31563,7 +31563,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "TeamsGetMemberLegacy" + r.name = TeamsGetMemberLegacyOperation r.summary = "Get team member (Legacy)" r.operationID = "teams/get-member-legacy" r.pathPattern = "/teams/{team_id}/members/{username}" @@ -31571,7 +31571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "TeamsAddMemberLegacy" + r.name = TeamsAddMemberLegacyOperation r.summary = "Add team member (Legacy)" r.operationID = "teams/add-member-legacy" r.pathPattern = "/teams/{team_id}/members/{username}" @@ -31601,7 +31601,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveMembershipForUserLegacy" + r.name = TeamsRemoveMembershipForUserLegacyOperation r.summary = "Remove team membership for a user (Legacy)" r.operationID = "teams/remove-membership-for-user-legacy" r.pathPattern = "/teams/{team_id}/memberships/{username}" @@ -31609,7 +31609,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "TeamsGetMembershipForUserLegacy" + r.name = TeamsGetMembershipForUserLegacyOperation r.summary = "Get team membership for a user (Legacy)" r.operationID = "teams/get-membership-for-user-legacy" r.pathPattern = "/teams/{team_id}/memberships/{username}" @@ -31617,7 +31617,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "TeamsAddOrUpdateMembershipForUserLegacy" + r.name = TeamsAddOrUpdateMembershipForUserLegacyOperation r.summary = "Add or update team membership for a user (Legacy)" r.operationID = "teams/add-or-update-membership-for-user-legacy" r.pathPattern = "/teams/{team_id}/memberships/{username}" @@ -31644,7 +31644,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListProjectsLegacy" + r.name = TeamsListProjectsLegacyOperation r.summary = "List team projects (Legacy)" r.operationID = "teams/list-projects-legacy" r.pathPattern = "/teams/{team_id}/projects" @@ -31673,7 +31673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveProjectLegacy" + r.name = TeamsRemoveProjectLegacyOperation r.summary = "Remove a project from a team (Legacy)" r.operationID = "teams/remove-project-legacy" r.pathPattern = "/teams/{team_id}/projects/{project_id}" @@ -31681,7 +31681,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "TeamsCheckPermissionsForProjectLegacy" + r.name = TeamsCheckPermissionsForProjectLegacyOperation r.summary = "Check team permissions for a project (Legacy)" r.operationID = "teams/check-permissions-for-project-legacy" r.pathPattern = "/teams/{team_id}/projects/{project_id}" @@ -31689,7 +31689,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "TeamsAddOrUpdateProjectPermissionsLegacy" + r.name = TeamsAddOrUpdateProjectPermissionsLegacyOperation r.summary = "Add or update team project permissions (Legacy)" r.operationID = "teams/add-or-update-project-permissions-legacy" r.pathPattern = "/teams/{team_id}/projects/{project_id}" @@ -31716,7 +31716,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TeamsListReposLegacy" + r.name = TeamsListReposLegacyOperation r.summary = "List team repositories (Legacy)" r.operationID = "teams/list-repos-legacy" r.pathPattern = "/teams/{team_id}/repos" @@ -31766,7 +31766,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "TeamsRemoveRepoLegacy" + r.name = TeamsRemoveRepoLegacyOperation r.summary = "Remove a repository from a team (Legacy)" r.operationID = "teams/remove-repo-legacy" r.pathPattern = "/teams/{team_id}/repos/{owner}/{repo}" @@ -31774,7 +31774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "TeamsCheckPermissionsForRepoLegacy" + r.name = TeamsCheckPermissionsForRepoLegacyOperation r.summary = "Check team permissions for a repository (Legacy)" r.operationID = "teams/check-permissions-for-repo-legacy" r.pathPattern = "/teams/{team_id}/repos/{owner}/{repo}" @@ -31782,7 +31782,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "TeamsAddOrUpdateRepoPermissionsLegacy" + r.name = TeamsAddOrUpdateRepoPermissionsLegacyOperation r.summary = "Add or update team repository permissions (Legacy)" r.operationID = "teams/add-or-update-repo-permissions-legacy" r.pathPattern = "/teams/{team_id}/repos/{owner}/{repo}" @@ -31825,7 +31825,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListIdpGroupsForLegacy" + r.name = TeamsListIdpGroupsForLegacyOperation r.summary = "List IdP groups for a team (Legacy)" r.operationID = "teams/list-idp-groups-for-legacy" r.pathPattern = "/teams/{team_id}/team-sync/group-mappings" @@ -31833,7 +31833,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "TeamsCreateOrUpdateIdpGroupConnectionsLegacy" + r.name = TeamsCreateOrUpdateIdpGroupConnectionsLegacyOperation r.summary = "Create or update IdP group connections (Legacy)" r.operationID = "teams/create-or-update-idp-group-connections-legacy" r.pathPattern = "/teams/{team_id}/team-sync/group-mappings" @@ -31858,7 +31858,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListChildLegacy" + r.name = TeamsListChildLegacyOperation r.summary = "List child teams (Legacy)" r.operationID = "teams/list-child-legacy" r.pathPattern = "/teams/{team_id}/teams" @@ -31891,7 +31891,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersGetAuthenticated" + r.name = UsersGetAuthenticatedOperation r.summary = "Get the authenticated user" r.operationID = "users/get-authenticated" r.pathPattern = "/user" @@ -31899,7 +31899,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PATCH": - r.name = "UsersUpdateAuthenticated" + r.name = UsersUpdateAuthenticatedOperation r.summary = "Update the authenticated user" r.operationID = "users/update-authenticated" r.pathPattern = "/user" @@ -31934,7 +31934,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersListBlockedByAuthenticated" + r.name = UsersListBlockedByAuthenticatedOperation r.summary = "List users blocked by the authenticated user" r.operationID = "users/list-blocked-by-authenticated" r.pathPattern = "/user/blocks" @@ -31963,7 +31963,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "UsersUnblock" + r.name = UsersUnblockOperation r.summary = "Unblock a user" r.operationID = "users/unblock" r.pathPattern = "/user/blocks/{username}" @@ -31971,7 +31971,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "UsersCheckBlocked" + r.name = UsersCheckBlockedOperation r.summary = "Check if a user is blocked by the authenticated user" r.operationID = "users/check-blocked" r.pathPattern = "/user/blocks/{username}" @@ -31979,7 +31979,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "UsersBlock" + r.name = UsersBlockOperation r.summary = "Block a user" r.operationID = "users/block" r.pathPattern = "/user/blocks/{username}" @@ -32019,7 +32019,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "PATCH": - r.name = "UsersSetPrimaryEmailVisibilityForAuthenticated" + r.name = UsersSetPrimaryEmailVisibilityForAuthenticatedOperation r.summary = "Set primary email visibility for the authenticated user" r.operationID = "users/set-primary-email-visibility-for-authenticated" r.pathPattern = "/user/email/visibility" @@ -32044,7 +32044,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "UsersDeleteEmailForAuthenticated" + r.name = UsersDeleteEmailForAuthenticatedOperation r.summary = "Delete an email address for the authenticated user" r.operationID = "users/delete-email-for-authenticated" r.pathPattern = "/user/emails" @@ -32052,7 +32052,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "GET": - r.name = "UsersListEmailsForAuthenticated" + r.name = UsersListEmailsForAuthenticatedOperation r.summary = "List email addresses for the authenticated user" r.operationID = "users/list-emails-for-authenticated" r.pathPattern = "/user/emails" @@ -32060,7 +32060,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "UsersAddEmailForAuthenticated" + r.name = UsersAddEmailForAuthenticatedOperation r.summary = "Add an email address for the authenticated user" r.operationID = "users/add-email-for-authenticated" r.pathPattern = "/user/emails" @@ -32100,7 +32100,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersListFollowersForAuthenticatedUser" + r.name = UsersListFollowersForAuthenticatedUserOperation r.summary = "List followers of the authenticated user" r.operationID = "users/list-followers-for-authenticated-user" r.pathPattern = "/user/followers" @@ -32124,7 +32124,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersListFollowedByAuthenticated" + r.name = UsersListFollowedByAuthenticatedOperation r.summary = "List the people the authenticated user follows" r.operationID = "users/list-followed-by-authenticated" r.pathPattern = "/user/following" @@ -32153,7 +32153,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "UsersUnfollow" + r.name = UsersUnfollowOperation r.summary = "Unfollow a user" r.operationID = "users/unfollow" r.pathPattern = "/user/following/{username}" @@ -32161,7 +32161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "UsersCheckPersonIsFollowedByAuthenticated" + r.name = UsersCheckPersonIsFollowedByAuthenticatedOperation r.summary = "Check if a person is followed by the authenticated user" r.operationID = "users/check-person-is-followed-by-authenticated" r.pathPattern = "/user/following/{username}" @@ -32169,7 +32169,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "UsersFollow" + r.name = UsersFollowOperation r.summary = "Follow a user" r.operationID = "users/follow" r.pathPattern = "/user/following/{username}" @@ -32199,7 +32199,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersListGpgKeysForAuthenticated" + r.name = UsersListGpgKeysForAuthenticatedOperation r.summary = "List GPG keys for the authenticated user" r.operationID = "users/list-gpg-keys-for-authenticated" r.pathPattern = "/user/gpg_keys" @@ -32207,7 +32207,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "UsersCreateGpgKeyForAuthenticated" + r.name = UsersCreateGpgKeyForAuthenticatedOperation r.summary = "Create a GPG key for the authenticated user" r.operationID = "users/create-gpg-key-for-authenticated" r.pathPattern = "/user/gpg_keys" @@ -32236,7 +32236,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "UsersDeleteGpgKeyForAuthenticated" + r.name = UsersDeleteGpgKeyForAuthenticatedOperation r.summary = "Delete a GPG key for the authenticated user" r.operationID = "users/delete-gpg-key-for-authenticated" r.pathPattern = "/user/gpg_keys/{gpg_key_id}" @@ -32244,7 +32244,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "UsersGetGpgKeyForAuthenticated" + r.name = UsersGetGpgKeyForAuthenticatedOperation r.summary = "Get a GPG key for the authenticated user" r.operationID = "users/get-gpg-key-for-authenticated" r.pathPattern = "/user/gpg_keys/{gpg_key_id}" @@ -32316,7 +32316,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsListInstallationReposForAuthenticatedUser" + r.name = AppsListInstallationReposForAuthenticatedUserOperation r.summary = "List repositories accessible to the user access token" r.operationID = "apps/list-installation-repos-for-authenticated-user" r.pathPattern = "/user/installations/{installation_id}/repositories" @@ -32345,7 +32345,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "AppsRemoveRepoFromInstallation" + r.name = AppsRemoveRepoFromInstallationOperation r.summary = "Remove a repository from an app installation" r.operationID = "apps/remove-repo-from-installation" r.pathPattern = "/user/installations/{installation_id}/repositories/{repository_id}" @@ -32353,7 +32353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "AppsAddRepoToInstallation" + r.name = AppsAddRepoToInstallationOperation r.summary = "Add a repository to an app installation" r.operationID = "apps/add-repo-to-installation" r.pathPattern = "/user/installations/{installation_id}/repositories/{repository_id}" @@ -32384,7 +32384,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "InteractionsRemoveRestrictionsForAuthenticatedUser" + r.name = InteractionsRemoveRestrictionsForAuthenticatedUserOperation r.summary = "Remove interaction restrictions from your public repositories" r.operationID = "interactions/remove-restrictions-for-authenticated-user" r.pathPattern = "/user/interaction-limits" @@ -32392,7 +32392,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "InteractionsSetRestrictionsForAuthenticatedUser" + r.name = InteractionsSetRestrictionsForAuthenticatedUserOperation r.summary = "Set interaction restrictions for your public repositories" r.operationID = "interactions/set-restrictions-for-authenticated-user" r.pathPattern = "/user/interaction-limits" @@ -32420,7 +32420,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IssuesListForAuthenticatedUser" + r.name = IssuesListForAuthenticatedUserOperation r.summary = "List user account issues assigned to the authenticated user" r.operationID = "issues/list-for-authenticated-user" r.pathPattern = "/user/issues" @@ -32447,7 +32447,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersListPublicSSHKeysForAuthenticated" + r.name = UsersListPublicSSHKeysForAuthenticatedOperation r.summary = "List public SSH keys for the authenticated user" r.operationID = "users/list-public-ssh-keys-for-authenticated" r.pathPattern = "/user/keys" @@ -32455,7 +32455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "UsersCreatePublicSSHKeyForAuthenticated" + r.name = UsersCreatePublicSSHKeyForAuthenticatedOperation r.summary = "Create a public SSH key for the authenticated user" r.operationID = "users/create-public-ssh-key-for-authenticated" r.pathPattern = "/user/keys" @@ -32484,7 +32484,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "UsersDeletePublicSSHKeyForAuthenticated" + r.name = UsersDeletePublicSSHKeyForAuthenticatedOperation r.summary = "Delete a public SSH key for the authenticated user" r.operationID = "users/delete-public-ssh-key-for-authenticated" r.pathPattern = "/user/keys/{key_id}" @@ -32492,7 +32492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "UsersGetPublicSSHKeyForAuthenticated" + r.name = UsersGetPublicSSHKeyForAuthenticatedOperation r.summary = "Get a public SSH key for the authenticated user" r.operationID = "users/get-public-ssh-key-for-authenticated" r.pathPattern = "/user/keys/{key_id}" @@ -32531,7 +32531,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AppsListSubscriptionsForAuthenticatedUser" + r.name = AppsListSubscriptionsForAuthenticatedUserOperation r.summary = "List subscriptions for the authenticated user" r.operationID = "apps/list-subscriptions-for-authenticated-user" r.pathPattern = "/user/marketplace_purchases" @@ -32555,7 +32555,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AppsListSubscriptionsForAuthenticatedUserStubbed" + r.name = AppsListSubscriptionsForAuthenticatedUserStubbedOperation r.summary = "List subscriptions for the authenticated user (stubbed)" r.operationID = "apps/list-subscriptions-for-authenticated-user-stubbed" r.pathPattern = "/user/marketplace_purchases/stubbed" @@ -32582,7 +32582,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrgsListMembershipsForAuthenticatedUser" + r.name = OrgsListMembershipsForAuthenticatedUserOperation r.summary = "List organization memberships for the authenticated user" r.operationID = "orgs/list-memberships-for-authenticated-user" r.pathPattern = "/user/memberships/orgs" @@ -32611,7 +32611,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsGetMembershipForAuthenticatedUser" + r.name = OrgsGetMembershipForAuthenticatedUserOperation r.summary = "Get an organization membership for the authenticated user" r.operationID = "orgs/get-membership-for-authenticated-user" r.pathPattern = "/user/memberships/orgs/{org}" @@ -32619,7 +32619,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "OrgsUpdateMembershipForAuthenticatedUser" + r.name = OrgsUpdateMembershipForAuthenticatedUserOperation r.summary = "Update an organization membership for the authenticated user" r.operationID = "orgs/update-membership-for-authenticated-user" r.pathPattern = "/user/memberships/orgs/{org}" @@ -32646,7 +32646,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MigrationsListForAuthenticatedUser" + r.name = MigrationsListForAuthenticatedUserOperation r.summary = "List user migrations" r.operationID = "migrations/list-for-authenticated-user" r.pathPattern = "/user/migrations" @@ -32654,7 +32654,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "MigrationsStartForAuthenticatedUser" + r.name = MigrationsStartForAuthenticatedUserOperation r.summary = "Start a user migration" r.operationID = "migrations/start-for-authenticated-user" r.pathPattern = "/user/migrations" @@ -32686,7 +32686,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "MigrationsGetStatusForAuthenticatedUser" + r.name = MigrationsGetStatusForAuthenticatedUserOperation r.summary = "Get a user migration status" r.operationID = "migrations/get-status-for-authenticated-user" r.pathPattern = "/user/migrations/{migration_id}" @@ -32722,7 +32722,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "MigrationsDeleteArchiveForAuthenticatedUser" + r.name = MigrationsDeleteArchiveForAuthenticatedUserOperation r.summary = "Delete a user migration archive" r.operationID = "migrations/delete-archive-for-authenticated-user" r.pathPattern = "/user/migrations/{migration_id}/archive" @@ -32730,7 +32730,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "MigrationsGetArchiveForAuthenticatedUser" + r.name = MigrationsGetArchiveForAuthenticatedUserOperation r.summary = "Download a user migration archive" r.operationID = "migrations/get-archive-for-authenticated-user" r.pathPattern = "/user/migrations/{migration_id}/archive" @@ -32788,7 +32788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "MigrationsUnlockRepoForAuthenticatedUser" + r.name = MigrationsUnlockRepoForAuthenticatedUserOperation r.summary = "Unlock a user repository" r.operationID = "migrations/unlock-repo-for-authenticated-user" r.pathPattern = "/user/migrations/{migration_id}/repos/{repo_name}/lock" @@ -32816,7 +32816,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MigrationsListReposForUser" + r.name = MigrationsListReposForUserOperation r.summary = "List repositories for a user migration" r.operationID = "migrations/list-repos-for-user" r.pathPattern = "/user/migrations/{migration_id}/repositories" @@ -32856,7 +32856,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsListForAuthenticatedUser" + r.name = OrgsListForAuthenticatedUserOperation r.summary = "List organizations for the authenticated user" r.operationID = "orgs/list-for-authenticated-user" r.pathPattern = "/user/orgs" @@ -32892,7 +32892,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesListPackagesForAuthenticatedUser" + r.name = PackagesListPackagesForAuthenticatedUserOperation r.summary = "List packages for the authenticated user's namespace" r.operationID = "packages/list-packages-for-authenticated-user" r.pathPattern = "/user/packages" @@ -32945,7 +32945,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageForAuthenticatedUser" + r.name = PackagesDeletePackageForAuthenticatedUserOperation r.summary = "Delete a package for the authenticated user" r.operationID = "packages/delete-package-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}" @@ -32953,7 +32953,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "PackagesGetPackageForAuthenticatedUser" + r.name = PackagesGetPackageForAuthenticatedUserOperation r.summary = "Get a package for the authenticated user" r.operationID = "packages/get-package-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}" @@ -32989,7 +32989,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageForAuthenticatedUser" + r.name = PackagesRestorePackageForAuthenticatedUserOperation r.summary = "Restore a package for the authenticated user" r.operationID = "packages/restore-package-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}/restore" @@ -33013,7 +33013,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser" + r.name = PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserOperation r.summary = "Get all package versions for a package owned by the authenticated user" r.operationID = "packages/get-all-package-versions-for-package-owned-by-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}/versions" @@ -33045,7 +33045,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageVersionForAuthenticatedUser" + r.name = PackagesDeletePackageVersionForAuthenticatedUserOperation r.summary = "Delete a package version for the authenticated user" r.operationID = "packages/delete-package-version-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -33053,7 +33053,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "PackagesGetPackageVersionForAuthenticatedUser" + r.name = PackagesGetPackageVersionForAuthenticatedUserOperation r.summary = "Get a package version for the authenticated user" r.operationID = "packages/get-package-version-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -33077,7 +33077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageVersionForAuthenticatedUser" + r.name = PackagesRestorePackageVersionForAuthenticatedUserOperation r.summary = "Restore a package version for the authenticated user" r.operationID = "packages/restore-package-version-for-authenticated-user" r.pathPattern = "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" @@ -33120,7 +33120,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ProjectsCreateForAuthenticatedUser" + r.name = ProjectsCreateForAuthenticatedUserOperation r.summary = "Create a user project" r.operationID = "projects/create-for-authenticated-user" r.pathPattern = "/user/projects" @@ -33145,7 +33145,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersListPublicEmailsForAuthenticated" + r.name = UsersListPublicEmailsForAuthenticatedOperation r.summary = "List public email addresses for the authenticated user" r.operationID = "users/list-public-emails-for-authenticated" r.pathPattern = "/user/public_emails" @@ -33172,7 +33172,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListForAuthenticatedUser" + r.name = ReposListForAuthenticatedUserOperation r.summary = "List repositories for the authenticated user" r.operationID = "repos/list-for-authenticated-user" r.pathPattern = "/user/repos" @@ -33180,7 +33180,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "ReposCreateForAuthenticatedUser" + r.name = ReposCreateForAuthenticatedUserOperation r.summary = "Create a repository for the authenticated user" r.operationID = "repos/create-for-authenticated-user" r.pathPattern = "/user/repos" @@ -33203,7 +33203,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReposListInvitationsForAuthenticatedUser" + r.name = ReposListInvitationsForAuthenticatedUserOperation r.summary = "List repository invitations for the authenticated user" r.operationID = "repos/list-invitations-for-authenticated-user" r.pathPattern = "/user/repository_invitations" @@ -33232,7 +33232,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ReposDeclineInvitation" + r.name = ReposDeclineInvitationOperation r.summary = "Decline a repository invitation" r.operationID = "repos/decline-invitation" r.pathPattern = "/user/repository_invitations/{invitation_id}" @@ -33240,7 +33240,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ReposAcceptInvitation" + r.name = ReposAcceptInvitationOperation r.summary = "Accept a repository invitation" r.operationID = "repos/accept-invitation" r.pathPattern = "/user/repository_invitations/{invitation_id}" @@ -33282,7 +33282,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActivityListReposStarredByAuthenticatedUser" + r.name = ActivityListReposStarredByAuthenticatedUserOperation r.summary = "List repositories starred by the authenticated user" r.operationID = "activity/list-repos-starred-by-authenticated-user" r.pathPattern = "/user/starred" @@ -33332,7 +33332,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ActivityUnstarRepoForAuthenticatedUser" + r.name = ActivityUnstarRepoForAuthenticatedUserOperation r.summary = "Unstar a repository for the authenticated user" r.operationID = "activity/unstar-repo-for-authenticated-user" r.pathPattern = "/user/starred/{owner}/{repo}" @@ -33340,7 +33340,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ActivityCheckRepoIsStarredByAuthenticatedUser" + r.name = ActivityCheckRepoIsStarredByAuthenticatedUserOperation r.summary = "Check if a repository is starred by the authenticated user" r.operationID = "activity/check-repo-is-starred-by-authenticated-user" r.pathPattern = "/user/starred/{owner}/{repo}" @@ -33348,7 +33348,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ActivityStarRepoForAuthenticatedUser" + r.name = ActivityStarRepoForAuthenticatedUserOperation r.summary = "Star a repository for the authenticated user" r.operationID = "activity/star-repo-for-authenticated-user" r.pathPattern = "/user/starred/{owner}/{repo}" @@ -33379,7 +33379,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListWatchedReposForAuthenticatedUser" + r.name = ActivityListWatchedReposForAuthenticatedUserOperation r.summary = "List repositories watched by the authenticated user" r.operationID = "activity/list-watched-repos-for-authenticated-user" r.pathPattern = "/user/subscriptions" @@ -33407,7 +33407,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TeamsListForAuthenticatedUser" + r.name = TeamsListForAuthenticatedUserOperation r.summary = "List teams for the authenticated user" r.operationID = "teams/list-for-authenticated-user" r.pathPattern = "/user/teams" @@ -33434,7 +33434,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersList" + r.name = UsersListOperation r.summary = "List users" r.operationID = "users/list" r.pathPattern = "/users" @@ -33466,7 +33466,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersGetByUsername" + r.name = UsersGetByUsernameOperation r.summary = "Get a user" r.operationID = "users/get-by-username" r.pathPattern = "/users/{username}" @@ -33501,7 +33501,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActivityListEventsForAuthenticatedUser" + r.name = ActivityListEventsForAuthenticatedUserOperation r.summary = "List events for the authenticated user" r.operationID = "activity/list-events-for-authenticated-user" r.pathPattern = "/users/{username}/events" @@ -33542,7 +33542,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListOrgEventsForAuthenticatedUser" + r.name = ActivityListOrgEventsForAuthenticatedUserOperation r.summary = "List organization events for the authenticated user" r.operationID = "activity/list-org-events-for-authenticated-user" r.pathPattern = "/users/{username}/events/orgs/{org}" @@ -33567,7 +33567,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListPublicEventsForUser" + r.name = ActivityListPublicEventsForUserOperation r.summary = "List public events for a user" r.operationID = "activity/list-public-events-for-user" r.pathPattern = "/users/{username}/events/public" @@ -33610,7 +33610,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersListFollowersForUser" + r.name = UsersListFollowersForUserOperation r.summary = "List followers of a user" r.operationID = "users/list-followers-for-user" r.pathPattern = "/users/{username}/followers" @@ -33634,7 +33634,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "UsersListFollowingForUser" + r.name = UsersListFollowingForUserOperation r.summary = "List the people a user follows" r.operationID = "users/list-following-for-user" r.pathPattern = "/users/{username}/following" @@ -33663,7 +33663,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersCheckFollowingForUser" + r.name = UsersCheckFollowingForUserOperation r.summary = "Check if a user follows another user" r.operationID = "users/check-following-for-user" r.pathPattern = "/users/{username}/following/{target_user}" @@ -33706,7 +33706,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GistsListForUser" + r.name = GistsListForUserOperation r.summary = "List gists for a user" r.operationID = "gists/list-for-user" r.pathPattern = "/users/{username}/gists" @@ -33731,7 +33731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersListGpgKeysForUser" + r.name = UsersListGpgKeysForUserOperation r.summary = "List GPG keys for a user" r.operationID = "users/list-gpg-keys-for-user" r.pathPattern = "/users/{username}/gpg_keys" @@ -33759,7 +33759,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersGetContextForUser" + r.name = UsersGetContextForUserOperation r.summary = "Get contextual information for a user" r.operationID = "users/get-context-for-user" r.pathPattern = "/users/{username}/hovercard" @@ -33784,7 +33784,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UsersListPublicKeysForUser" + r.name = UsersListPublicKeysForUserOperation r.summary = "List public keys for a user" r.operationID = "users/list-public-keys-for-user" r.pathPattern = "/users/{username}/keys" @@ -33809,7 +33809,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OrgsListForUser" + r.name = OrgsListForUserOperation r.summary = "List organizations for a user" r.operationID = "orgs/list-for-user" r.pathPattern = "/users/{username}/orgs" @@ -33845,7 +33845,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesListPackagesForUser" + r.name = PackagesListPackagesForUserOperation r.summary = "List packages for a user" r.operationID = "packages/list-packages-for-user" r.pathPattern = "/users/{username}/packages" @@ -33898,7 +33898,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageForUser" + r.name = PackagesDeletePackageForUserOperation r.summary = "Delete a package for a user" r.operationID = "packages/delete-package-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}" @@ -33906,7 +33906,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "PackagesGetPackageForUser" + r.name = PackagesGetPackageForUserOperation r.summary = "Get a package for a user" r.operationID = "packages/get-package-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}" @@ -33942,7 +33942,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageForUser" + r.name = PackagesRestorePackageForUserOperation r.summary = "Restore a package for a user" r.operationID = "packages/restore-package-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}/restore" @@ -33966,7 +33966,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PackagesGetAllPackageVersionsForPackageOwnedByUser" + r.name = PackagesGetAllPackageVersionsForPackageOwnedByUserOperation r.summary = "Get all package versions for a package owned by a user" r.operationID = "packages/get-all-package-versions-for-package-owned-by-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}/versions" @@ -33998,7 +33998,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "PackagesDeletePackageVersionForUser" + r.name = PackagesDeletePackageVersionForUserOperation r.summary = "Delete package version for a user" r.operationID = "packages/delete-package-version-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -34006,7 +34006,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 4 return r, true case "GET": - r.name = "PackagesGetPackageVersionForUser" + r.name = PackagesGetPackageVersionForUserOperation r.summary = "Get a package version for a user" r.operationID = "packages/get-package-version-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" @@ -34030,7 +34030,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PackagesRestorePackageVersionForUser" + r.name = PackagesRestorePackageVersionForUserOperation r.summary = "Restore package version for a user" r.operationID = "packages/restore-package-version-for-user" r.pathPattern = "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" @@ -34073,7 +34073,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProjectsListForUser" + r.name = ProjectsListForUserOperation r.summary = "List user projects" r.operationID = "projects/list-for-user" r.pathPattern = "/users/{username}/projects" @@ -34112,7 +34112,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ActivityListReceivedEventsForUser" + r.name = ActivityListReceivedEventsForUserOperation r.summary = "List events received by the authenticated user" r.operationID = "activity/list-received-events-for-user" r.pathPattern = "/users/{username}/received_events" @@ -34136,7 +34136,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListReceivedPublicEventsForUser" + r.name = ActivityListReceivedPublicEventsForUserOperation r.summary = "List public events received by a user" r.operationID = "activity/list-received-public-events-for-user" r.pathPattern = "/users/{username}/received_events/public" @@ -34164,7 +34164,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReposListForUser" + r.name = ReposListForUserOperation r.summary = "List repositories for a user" r.operationID = "repos/list-for-user" r.pathPattern = "/users/{username}/repos" @@ -34216,7 +34216,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubActionsBillingUser" + r.name = BillingGetGithubActionsBillingUserOperation r.summary = "Get GitHub Actions billing for a user" r.operationID = "billing/get-github-actions-billing-user" r.pathPattern = "/users/{username}/settings/billing/actions" @@ -34241,7 +34241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetGithubPackagesBillingUser" + r.name = BillingGetGithubPackagesBillingUserOperation r.summary = "Get GitHub Packages billing for a user" r.operationID = "billing/get-github-packages-billing-user" r.pathPattern = "/users/{username}/settings/billing/packages" @@ -34266,7 +34266,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "BillingGetSharedStorageBillingUser" + r.name = BillingGetSharedStorageBillingUserOperation r.summary = "Get shared storage billing for a user" r.operationID = "billing/get-shared-storage-billing-user" r.pathPattern = "/users/{username}/settings/billing/shared-storage" @@ -34294,7 +34294,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ActivityListReposWatchedByUser" + r.name = ActivityListReposWatchedByUserOperation r.summary = "List repositories watched by a user" r.operationID = "activity/list-repos-watched-by-user" r.pathPattern = "/users/{username}/subscriptions" @@ -34334,7 +34334,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MetaGetZen" + r.name = MetaGetZenOperation r.summary = "Get the Zen of GitHub" r.operationID = "meta/get-zen" r.pathPattern = "/zen" diff --git a/examples/ex_gotd/oas_client_gen.go b/examples/ex_gotd/oas_client_gen.go index 07775ec54..3925921ee 100644 --- a/examples/ex_gotd/oas_client_gen.go +++ b/examples/ex_gotd/oas_client_gen.go @@ -451,7 +451,7 @@ func (c *Client) sendAddStickerToSet(ctx context.Context, request *AddStickerToS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AddStickerToSet", + ctx, span := c.cfg.Tracer.Start(ctx, AddStickerToSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -524,7 +524,7 @@ func (c *Client) sendAnswerCallbackQuery(ctx context.Context, request *AnswerCal c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerCallbackQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerCallbackQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -597,7 +597,7 @@ func (c *Client) sendAnswerInlineQuery(ctx context.Context, request *AnswerInlin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerInlineQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerInlineQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -670,7 +670,7 @@ func (c *Client) sendAnswerPreCheckoutQuery(ctx context.Context, request *Answer c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerPreCheckoutQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerPreCheckoutQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -743,7 +743,7 @@ func (c *Client) sendAnswerShippingQuery(ctx context.Context, request *AnswerShi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerShippingQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerShippingQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -816,7 +816,7 @@ func (c *Client) sendAnswerWebAppQuery(ctx context.Context, request *AnswerWebAp c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerWebAppQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerWebAppQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -889,7 +889,7 @@ func (c *Client) sendApproveChatJoinRequest(ctx context.Context, request *Approv c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ApproveChatJoinRequest", + ctx, span := c.cfg.Tracer.Start(ctx, ApproveChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -962,7 +962,7 @@ func (c *Client) sendBanChatMember(ctx context.Context, request *BanChatMember) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BanChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, BanChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1035,7 +1035,7 @@ func (c *Client) sendBanChatSenderChat(ctx context.Context, request *BanChatSend c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BanChatSenderChat", + ctx, span := c.cfg.Tracer.Start(ctx, BanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1108,7 +1108,7 @@ func (c *Client) sendClose(ctx context.Context) (res *Result, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Close", + ctx, span := c.cfg.Tracer.Start(ctx, CloseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1178,7 +1178,7 @@ func (c *Client) sendCopyMessage(ctx context.Context, request *CopyMessage) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CopyMessage", + ctx, span := c.cfg.Tracer.Start(ctx, CopyMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1251,7 +1251,7 @@ func (c *Client) sendCreateChatInviteLink(ctx context.Context, request *CreateCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, CreateChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1324,7 +1324,7 @@ func (c *Client) sendCreateNewStickerSet(ctx context.Context, request *CreateNew c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateNewStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, CreateNewStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1397,7 +1397,7 @@ func (c *Client) sendDeclineChatJoinRequest(ctx context.Context, request *Declin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeclineChatJoinRequest", + ctx, span := c.cfg.Tracer.Start(ctx, DeclineChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1470,7 +1470,7 @@ func (c *Client) sendDeleteChatPhoto(ctx context.Context, request *DeleteChatPho c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteChatPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteChatPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1543,7 +1543,7 @@ func (c *Client) sendDeleteChatStickerSet(ctx context.Context, request *DeleteCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteChatStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteChatStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1616,7 +1616,7 @@ func (c *Client) sendDeleteMessage(ctx context.Context, request *DeleteMessage) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteMessage", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1689,7 +1689,7 @@ func (c *Client) sendDeleteMyCommands(ctx context.Context, request OptDeleteMyCo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1762,7 +1762,7 @@ func (c *Client) sendDeleteStickerFromSet(ctx context.Context, request *DeleteSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteStickerFromSet", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteStickerFromSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1835,7 +1835,7 @@ func (c *Client) sendDeleteWebhook(ctx context.Context, request OptDeleteWebhook c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1908,7 +1908,7 @@ func (c *Client) sendEditChatInviteLink(ctx context.Context, request *EditChatIn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, EditChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1981,7 +1981,7 @@ func (c *Client) sendEditMessageCaption(ctx context.Context, request *EditMessag c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageCaption", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageCaptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2054,7 +2054,7 @@ func (c *Client) sendEditMessageLiveLocation(ctx context.Context, request *EditM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageLiveLocation", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2127,7 +2127,7 @@ func (c *Client) sendEditMessageMedia(ctx context.Context, request *EditMessageM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageMedia", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageMediaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2200,7 +2200,7 @@ func (c *Client) sendEditMessageReplyMarkup(ctx context.Context, request *EditMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageReplyMarkup", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageReplyMarkupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2273,7 +2273,7 @@ func (c *Client) sendEditMessageText(ctx context.Context, request *EditMessageTe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageText", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageTextOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2346,7 +2346,7 @@ func (c *Client) sendExportChatInviteLink(ctx context.Context, request *ExportCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ExportChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, ExportChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2419,7 +2419,7 @@ func (c *Client) sendForwardMessage(ctx context.Context, request *ForwardMessage c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ForwardMessage", + ctx, span := c.cfg.Tracer.Start(ctx, ForwardMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2492,7 +2492,7 @@ func (c *Client) sendGetChat(ctx context.Context, request *GetChat) (res *Result c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChat", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2565,7 +2565,7 @@ func (c *Client) sendGetChatAdministrators(ctx context.Context, request *GetChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatAdministrators", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatAdministratorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2638,7 +2638,7 @@ func (c *Client) sendGetChatMember(ctx context.Context, request *GetChatMember) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2711,7 +2711,7 @@ func (c *Client) sendGetChatMemberCount(ctx context.Context, request *GetChatMem c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatMemberCount", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatMemberCountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2784,7 +2784,7 @@ func (c *Client) sendGetChatMenuButton(ctx context.Context, request OptGetChatMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatMenuButton", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatMenuButtonOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2857,7 +2857,7 @@ func (c *Client) sendGetFile(ctx context.Context, request *GetFile) (res *Result c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetFile", + ctx, span := c.cfg.Tracer.Start(ctx, GetFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2930,7 +2930,7 @@ func (c *Client) sendGetGameHighScores(ctx context.Context, request *GetGameHigh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetGameHighScores", + ctx, span := c.cfg.Tracer.Start(ctx, GetGameHighScoresOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3003,7 +3003,7 @@ func (c *Client) sendGetMe(ctx context.Context) (res *ResultUser, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMe", + ctx, span := c.cfg.Tracer.Start(ctx, GetMeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3073,7 +3073,7 @@ func (c *Client) sendGetMyCommands(ctx context.Context, request OptGetMyCommands c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, GetMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3146,7 +3146,7 @@ func (c *Client) sendGetMyDefaultAdministratorRights(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMyDefaultAdministratorRights", + ctx, span := c.cfg.Tracer.Start(ctx, GetMyDefaultAdministratorRightsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3219,7 +3219,7 @@ func (c *Client) sendGetStickerSet(ctx context.Context, request *GetStickerSet) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, GetStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3292,7 +3292,7 @@ func (c *Client) sendGetUpdates(ctx context.Context, request OptGetUpdates) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetUpdates", + ctx, span := c.cfg.Tracer.Start(ctx, GetUpdatesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3365,7 +3365,7 @@ func (c *Client) sendGetUserProfilePhotos(ctx context.Context, request *GetUserP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetUserProfilePhotos", + ctx, span := c.cfg.Tracer.Start(ctx, GetUserProfilePhotosOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3438,7 +3438,7 @@ func (c *Client) sendGetWebhookInfo(ctx context.Context) (res *ResultWebhookInfo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetWebhookInfo", + ctx, span := c.cfg.Tracer.Start(ctx, GetWebhookInfoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3508,7 +3508,7 @@ func (c *Client) sendLeaveChat(ctx context.Context, request *LeaveChat) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LeaveChat", + ctx, span := c.cfg.Tracer.Start(ctx, LeaveChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3581,7 +3581,7 @@ func (c *Client) sendLogOut(ctx context.Context) (res *Result, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LogOut", + ctx, span := c.cfg.Tracer.Start(ctx, LogOutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3651,7 +3651,7 @@ func (c *Client) sendPinChatMessage(ctx context.Context, request *PinChatMessage c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PinChatMessage", + ctx, span := c.cfg.Tracer.Start(ctx, PinChatMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3724,7 +3724,7 @@ func (c *Client) sendPromoteChatMember(ctx context.Context, request *PromoteChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PromoteChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, PromoteChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3797,7 +3797,7 @@ func (c *Client) sendRestrictChatMember(ctx context.Context, request *RestrictCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RestrictChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, RestrictChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3870,7 +3870,7 @@ func (c *Client) sendRevokeChatInviteLink(ctx context.Context, request *RevokeCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RevokeChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, RevokeChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3943,7 +3943,7 @@ func (c *Client) sendSendAnimation(ctx context.Context, request *SendAnimation) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendAnimation", + ctx, span := c.cfg.Tracer.Start(ctx, SendAnimationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4016,7 +4016,7 @@ func (c *Client) sendSendAudio(ctx context.Context, request *SendAudio) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendAudio", + ctx, span := c.cfg.Tracer.Start(ctx, SendAudioOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4089,7 +4089,7 @@ func (c *Client) sendSendChatAction(ctx context.Context, request *SendChatAction c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendChatAction", + ctx, span := c.cfg.Tracer.Start(ctx, SendChatActionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4162,7 +4162,7 @@ func (c *Client) sendSendContact(ctx context.Context, request *SendContact) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendContact", + ctx, span := c.cfg.Tracer.Start(ctx, SendContactOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4235,7 +4235,7 @@ func (c *Client) sendSendDice(ctx context.Context, request *SendDice) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendDice", + ctx, span := c.cfg.Tracer.Start(ctx, SendDiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4308,7 +4308,7 @@ func (c *Client) sendSendDocument(ctx context.Context, request *SendDocument) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendDocument", + ctx, span := c.cfg.Tracer.Start(ctx, SendDocumentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4381,7 +4381,7 @@ func (c *Client) sendSendGame(ctx context.Context, request *SendGame) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendGame", + ctx, span := c.cfg.Tracer.Start(ctx, SendGameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4454,7 +4454,7 @@ func (c *Client) sendSendInvoice(ctx context.Context, request *SendInvoice) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendInvoice", + ctx, span := c.cfg.Tracer.Start(ctx, SendInvoiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4527,7 +4527,7 @@ func (c *Client) sendSendLocation(ctx context.Context, request *SendLocation) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendLocation", + ctx, span := c.cfg.Tracer.Start(ctx, SendLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4600,7 +4600,7 @@ func (c *Client) sendSendMediaGroup(ctx context.Context, request *SendMediaGroup c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendMediaGroup", + ctx, span := c.cfg.Tracer.Start(ctx, SendMediaGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4673,7 +4673,7 @@ func (c *Client) sendSendMessage(ctx context.Context, request *SendMessage) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendMessage", + ctx, span := c.cfg.Tracer.Start(ctx, SendMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4746,7 +4746,7 @@ func (c *Client) sendSendPhoto(ctx context.Context, request *SendPhoto) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, SendPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4819,7 +4819,7 @@ func (c *Client) sendSendPoll(ctx context.Context, request *SendPoll) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendPoll", + ctx, span := c.cfg.Tracer.Start(ctx, SendPollOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4892,7 +4892,7 @@ func (c *Client) sendSendSticker(ctx context.Context, request *SendSticker) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendSticker", + ctx, span := c.cfg.Tracer.Start(ctx, SendStickerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4965,7 +4965,7 @@ func (c *Client) sendSendVenue(ctx context.Context, request *SendVenue) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVenue", + ctx, span := c.cfg.Tracer.Start(ctx, SendVenueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5038,7 +5038,7 @@ func (c *Client) sendSendVideo(ctx context.Context, request *SendVideo) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVideo", + ctx, span := c.cfg.Tracer.Start(ctx, SendVideoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5111,7 +5111,7 @@ func (c *Client) sendSendVideoNote(ctx context.Context, request *SendVideoNote) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVideoNote", + ctx, span := c.cfg.Tracer.Start(ctx, SendVideoNoteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5184,7 +5184,7 @@ func (c *Client) sendSendVoice(ctx context.Context, request *SendVoice) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVoice", + ctx, span := c.cfg.Tracer.Start(ctx, SendVoiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5257,7 +5257,7 @@ func (c *Client) sendSetChatAdministratorCustomTitle(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatAdministratorCustomTitle", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatAdministratorCustomTitleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5330,7 +5330,7 @@ func (c *Client) sendSetChatDescription(ctx context.Context, request *SetChatDes c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatDescription", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatDescriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5403,7 +5403,7 @@ func (c *Client) sendSetChatMenuButton(ctx context.Context, request OptSetChatMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatMenuButton", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatMenuButtonOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5476,7 +5476,7 @@ func (c *Client) sendSetChatPermissions(ctx context.Context, request *SetChatPer c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatPermissions", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatPermissionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5549,7 +5549,7 @@ func (c *Client) sendSetChatPhoto(ctx context.Context, request *SetChatPhoto) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5622,7 +5622,7 @@ func (c *Client) sendSetChatStickerSet(ctx context.Context, request *SetChatStic c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5695,7 +5695,7 @@ func (c *Client) sendSetChatTitle(ctx context.Context, request *SetChatTitle) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatTitle", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatTitleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5768,7 +5768,7 @@ func (c *Client) sendSetGameScore(ctx context.Context, request *SetGameScore) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetGameScore", + ctx, span := c.cfg.Tracer.Start(ctx, SetGameScoreOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5841,7 +5841,7 @@ func (c *Client) sendSetMyCommands(ctx context.Context, request *SetMyCommands) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, SetMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5914,7 +5914,7 @@ func (c *Client) sendSetMyDefaultAdministratorRights(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetMyDefaultAdministratorRights", + ctx, span := c.cfg.Tracer.Start(ctx, SetMyDefaultAdministratorRightsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5987,7 +5987,7 @@ func (c *Client) sendSetPassportDataErrors(ctx context.Context, request *SetPass c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetPassportDataErrors", + ctx, span := c.cfg.Tracer.Start(ctx, SetPassportDataErrorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6060,7 +6060,7 @@ func (c *Client) sendSetStickerPositionInSet(ctx context.Context, request *SetSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetStickerPositionInSet", + ctx, span := c.cfg.Tracer.Start(ctx, SetStickerPositionInSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6133,7 +6133,7 @@ func (c *Client) sendSetStickerSetThumb(ctx context.Context, request *SetSticker c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetStickerSetThumb", + ctx, span := c.cfg.Tracer.Start(ctx, SetStickerSetThumbOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6206,7 +6206,7 @@ func (c *Client) sendSetWebhook(ctx context.Context, request *SetWebhook) (res * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, SetWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6279,7 +6279,7 @@ func (c *Client) sendStopMessageLiveLocation(ctx context.Context, request *StopM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StopMessageLiveLocation", + ctx, span := c.cfg.Tracer.Start(ctx, StopMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6352,7 +6352,7 @@ func (c *Client) sendStopPoll(ctx context.Context, request *StopPoll) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StopPoll", + ctx, span := c.cfg.Tracer.Start(ctx, StopPollOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6425,7 +6425,7 @@ func (c *Client) sendUnbanChatMember(ctx context.Context, request *UnbanChatMemb c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnbanChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, UnbanChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6498,7 +6498,7 @@ func (c *Client) sendUnbanChatSenderChat(ctx context.Context, request *UnbanChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnbanChatSenderChat", + ctx, span := c.cfg.Tracer.Start(ctx, UnbanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6571,7 +6571,7 @@ func (c *Client) sendUnpinAllChatMessages(ctx context.Context, request *UnpinAll c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnpinAllChatMessages", + ctx, span := c.cfg.Tracer.Start(ctx, UnpinAllChatMessagesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6644,7 +6644,7 @@ func (c *Client) sendUnpinChatMessage(ctx context.Context, request *UnpinChatMes c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnpinChatMessage", + ctx, span := c.cfg.Tracer.Start(ctx, UnpinChatMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6717,7 +6717,7 @@ func (c *Client) sendUploadStickerFile(ctx context.Context, request *UploadStick c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UploadStickerFile", + ctx, span := c.cfg.Tracer.Start(ctx, UploadStickerFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_gotd/oas_handlers_gen.go b/examples/ex_gotd/oas_handlers_gen.go index a93bed519..7904b20ab 100644 --- a/examples/ex_gotd/oas_handlers_gen.go +++ b/examples/ex_gotd/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AddStickerToSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), AddStickerToSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AddStickerToSet", + Name: AddStickerToSetOperation, ID: "addStickerToSet", } ) @@ -86,7 +86,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AddStickerToSet", + OperationName: AddStickerToSetOperation, OperationSummary: "", OperationID: "addStickerToSet", Body: request, @@ -152,7 +152,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerCallbackQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerCallbackQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -183,7 +183,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerCallbackQuery", + Name: AnswerCallbackQueryOperation, ID: "answerCallbackQuery", } ) @@ -207,7 +207,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerCallbackQuery", + OperationName: AnswerCallbackQueryOperation, OperationSummary: "", OperationID: "answerCallbackQuery", Body: request, @@ -273,7 +273,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerInlineQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerInlineQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -304,7 +304,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerInlineQuery", + Name: AnswerInlineQueryOperation, ID: "answerInlineQuery", } ) @@ -328,7 +328,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerInlineQuery", + OperationName: AnswerInlineQueryOperation, OperationSummary: "", OperationID: "answerInlineQuery", Body: request, @@ -394,7 +394,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerPreCheckoutQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerPreCheckoutQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -425,7 +425,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerPreCheckoutQuery", + Name: AnswerPreCheckoutQueryOperation, ID: "answerPreCheckoutQuery", } ) @@ -449,7 +449,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerPreCheckoutQuery", + OperationName: AnswerPreCheckoutQueryOperation, OperationSummary: "", OperationID: "answerPreCheckoutQuery", Body: request, @@ -515,7 +515,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerShippingQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerShippingQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -546,7 +546,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerShippingQuery", + Name: AnswerShippingQueryOperation, ID: "answerShippingQuery", } ) @@ -570,7 +570,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerShippingQuery", + OperationName: AnswerShippingQueryOperation, OperationSummary: "", OperationID: "answerShippingQuery", Body: request, @@ -636,7 +636,7 @@ func (s *Server) handleAnswerWebAppQueryRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerWebAppQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerWebAppQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -667,7 +667,7 @@ func (s *Server) handleAnswerWebAppQueryRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerWebAppQuery", + Name: AnswerWebAppQueryOperation, ID: "answerWebAppQuery", } ) @@ -691,7 +691,7 @@ func (s *Server) handleAnswerWebAppQueryRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerWebAppQuery", + OperationName: AnswerWebAppQueryOperation, OperationSummary: "", OperationID: "answerWebAppQuery", Body: request, @@ -757,7 +757,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ApproveChatJoinRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), ApproveChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -788,7 +788,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ApproveChatJoinRequest", + Name: ApproveChatJoinRequestOperation, ID: "approveChatJoinRequest", } ) @@ -812,7 +812,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ApproveChatJoinRequest", + OperationName: ApproveChatJoinRequestOperation, OperationSummary: "", OperationID: "approveChatJoinRequest", Body: request, @@ -878,7 +878,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BanChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), BanChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -909,7 +909,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "BanChatMember", + Name: BanChatMemberOperation, ID: "banChatMember", } ) @@ -933,7 +933,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BanChatMember", + OperationName: BanChatMemberOperation, OperationSummary: "", OperationID: "banChatMember", Body: request, @@ -999,7 +999,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BanChatSenderChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), BanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1030,7 +1030,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "BanChatSenderChat", + Name: BanChatSenderChatOperation, ID: "banChatSenderChat", } ) @@ -1054,7 +1054,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BanChatSenderChat", + OperationName: BanChatSenderChatOperation, OperationSummary: "", OperationID: "banChatSenderChat", Body: request, @@ -1120,7 +1120,7 @@ func (s *Server) handleCloseRequest(args [0]string, argsEscaped bool, w http.Res } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Close", + ctx, span := s.cfg.Tracer.Start(r.Context(), CloseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1156,7 +1156,7 @@ func (s *Server) handleCloseRequest(args [0]string, argsEscaped bool, w http.Res if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Close", + OperationName: CloseOperation, OperationSummary: "", OperationID: "close", Body: nil, @@ -1222,7 +1222,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CopyMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), CopyMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1253,7 +1253,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "CopyMessage", + Name: CopyMessageOperation, ID: "copyMessage", } ) @@ -1277,7 +1277,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CopyMessage", + OperationName: CopyMessageOperation, OperationSummary: "", OperationID: "copyMessage", Body: request, @@ -1343,7 +1343,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1374,7 +1374,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateChatInviteLink", + Name: CreateChatInviteLinkOperation, ID: "createChatInviteLink", } ) @@ -1398,7 +1398,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateChatInviteLink", + OperationName: CreateChatInviteLinkOperation, OperationSummary: "", OperationID: "createChatInviteLink", Body: request, @@ -1464,7 +1464,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateNewStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateNewStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1495,7 +1495,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateNewStickerSet", + Name: CreateNewStickerSetOperation, ID: "createNewStickerSet", } ) @@ -1519,7 +1519,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateNewStickerSet", + OperationName: CreateNewStickerSetOperation, OperationSummary: "", OperationID: "createNewStickerSet", Body: request, @@ -1585,7 +1585,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeclineChatJoinRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeclineChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1616,7 +1616,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeclineChatJoinRequest", + Name: DeclineChatJoinRequestOperation, ID: "declineChatJoinRequest", } ) @@ -1640,7 +1640,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeclineChatJoinRequest", + OperationName: DeclineChatJoinRequestOperation, OperationSummary: "", OperationID: "declineChatJoinRequest", Body: request, @@ -1706,7 +1706,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteChatPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteChatPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1737,7 +1737,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteChatPhoto", + Name: DeleteChatPhotoOperation, ID: "deleteChatPhoto", } ) @@ -1761,7 +1761,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteChatPhoto", + OperationName: DeleteChatPhotoOperation, OperationSummary: "", OperationID: "deleteChatPhoto", Body: request, @@ -1827,7 +1827,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteChatStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteChatStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1858,7 +1858,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteChatStickerSet", + Name: DeleteChatStickerSetOperation, ID: "deleteChatStickerSet", } ) @@ -1882,7 +1882,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteChatStickerSet", + OperationName: DeleteChatStickerSetOperation, OperationSummary: "", OperationID: "deleteChatStickerSet", Body: request, @@ -1948,7 +1948,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1979,7 +1979,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteMessage", + Name: DeleteMessageOperation, ID: "deleteMessage", } ) @@ -2003,7 +2003,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteMessage", + OperationName: DeleteMessageOperation, OperationSummary: "", OperationID: "deleteMessage", Body: request, @@ -2069,7 +2069,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2100,7 +2100,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteMyCommands", + Name: DeleteMyCommandsOperation, ID: "deleteMyCommands", } ) @@ -2124,7 +2124,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteMyCommands", + OperationName: DeleteMyCommandsOperation, OperationSummary: "", OperationID: "deleteMyCommands", Body: request, @@ -2190,7 +2190,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteStickerFromSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteStickerFromSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2221,7 +2221,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteStickerFromSet", + Name: DeleteStickerFromSetOperation, ID: "deleteStickerFromSet", } ) @@ -2245,7 +2245,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteStickerFromSet", + OperationName: DeleteStickerFromSetOperation, OperationSummary: "", OperationID: "deleteStickerFromSet", Body: request, @@ -2311,7 +2311,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2342,7 +2342,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteWebhook", + Name: DeleteWebhookOperation, ID: "deleteWebhook", } ) @@ -2366,7 +2366,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteWebhook", + OperationName: DeleteWebhookOperation, OperationSummary: "", OperationID: "deleteWebhook", Body: request, @@ -2432,7 +2432,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2463,7 +2463,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditChatInviteLink", + Name: EditChatInviteLinkOperation, ID: "editChatInviteLink", } ) @@ -2487,7 +2487,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditChatInviteLink", + OperationName: EditChatInviteLinkOperation, OperationSummary: "", OperationID: "editChatInviteLink", Body: request, @@ -2553,7 +2553,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageCaption", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageCaptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2584,7 +2584,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageCaption", + Name: EditMessageCaptionOperation, ID: "editMessageCaption", } ) @@ -2608,7 +2608,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageCaption", + OperationName: EditMessageCaptionOperation, OperationSummary: "", OperationID: "editMessageCaption", Body: request, @@ -2674,7 +2674,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageLiveLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2705,7 +2705,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageLiveLocation", + Name: EditMessageLiveLocationOperation, ID: "editMessageLiveLocation", } ) @@ -2729,7 +2729,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageLiveLocation", + OperationName: EditMessageLiveLocationOperation, OperationSummary: "", OperationID: "editMessageLiveLocation", Body: request, @@ -2795,7 +2795,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageMedia", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageMediaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2826,7 +2826,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageMedia", + Name: EditMessageMediaOperation, ID: "editMessageMedia", } ) @@ -2850,7 +2850,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageMedia", + OperationName: EditMessageMediaOperation, OperationSummary: "", OperationID: "editMessageMedia", Body: request, @@ -2916,7 +2916,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageReplyMarkup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageReplyMarkupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2947,7 +2947,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageReplyMarkup", + Name: EditMessageReplyMarkupOperation, ID: "editMessageReplyMarkup", } ) @@ -2971,7 +2971,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageReplyMarkup", + OperationName: EditMessageReplyMarkupOperation, OperationSummary: "", OperationID: "editMessageReplyMarkup", Body: request, @@ -3037,7 +3037,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageText", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageTextOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3068,7 +3068,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageText", + Name: EditMessageTextOperation, ID: "editMessageText", } ) @@ -3092,7 +3092,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageText", + OperationName: EditMessageTextOperation, OperationSummary: "", OperationID: "editMessageText", Body: request, @@ -3158,7 +3158,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ExportChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), ExportChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3189,7 +3189,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ExportChatInviteLink", + Name: ExportChatInviteLinkOperation, ID: "exportChatInviteLink", } ) @@ -3213,7 +3213,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ExportChatInviteLink", + OperationName: ExportChatInviteLinkOperation, OperationSummary: "", OperationID: "exportChatInviteLink", Body: request, @@ -3279,7 +3279,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ForwardMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), ForwardMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3310,7 +3310,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ForwardMessage", + Name: ForwardMessageOperation, ID: "forwardMessage", } ) @@ -3334,7 +3334,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ForwardMessage", + OperationName: ForwardMessageOperation, OperationSummary: "", OperationID: "forwardMessage", Body: request, @@ -3400,7 +3400,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3431,7 +3431,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChat", + Name: GetChatOperation, ID: "getChat", } ) @@ -3455,7 +3455,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChat", + OperationName: GetChatOperation, OperationSummary: "", OperationID: "getChat", Body: request, @@ -3521,7 +3521,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatAdministrators", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatAdministratorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3552,7 +3552,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatAdministrators", + Name: GetChatAdministratorsOperation, ID: "getChatAdministrators", } ) @@ -3576,7 +3576,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatAdministrators", + OperationName: GetChatAdministratorsOperation, OperationSummary: "", OperationID: "getChatAdministrators", Body: request, @@ -3642,7 +3642,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3673,7 +3673,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatMember", + Name: GetChatMemberOperation, ID: "getChatMember", } ) @@ -3697,7 +3697,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatMember", + OperationName: GetChatMemberOperation, OperationSummary: "", OperationID: "getChatMember", Body: request, @@ -3763,7 +3763,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatMemberCount", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatMemberCountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3794,7 +3794,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatMemberCount", + Name: GetChatMemberCountOperation, ID: "getChatMemberCount", } ) @@ -3818,7 +3818,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatMemberCount", + OperationName: GetChatMemberCountOperation, OperationSummary: "", OperationID: "getChatMemberCount", Body: request, @@ -3884,7 +3884,7 @@ func (s *Server) handleGetChatMenuButtonRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatMenuButton", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatMenuButtonOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3915,7 +3915,7 @@ func (s *Server) handleGetChatMenuButtonRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatMenuButton", + Name: GetChatMenuButtonOperation, ID: "getChatMenuButton", } ) @@ -3939,7 +3939,7 @@ func (s *Server) handleGetChatMenuButtonRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatMenuButton", + OperationName: GetChatMenuButtonOperation, OperationSummary: "", OperationID: "getChatMenuButton", Body: request, @@ -4005,7 +4005,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4036,7 +4036,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetFile", + Name: GetFileOperation, ID: "getFile", } ) @@ -4060,7 +4060,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetFile", + OperationName: GetFileOperation, OperationSummary: "", OperationID: "getFile", Body: request, @@ -4126,7 +4126,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetGameHighScores", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetGameHighScoresOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4157,7 +4157,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetGameHighScores", + Name: GetGameHighScoresOperation, ID: "getGameHighScores", } ) @@ -4181,7 +4181,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetGameHighScores", + OperationName: GetGameHighScoresOperation, OperationSummary: "", OperationID: "getGameHighScores", Body: request, @@ -4247,7 +4247,7 @@ func (s *Server) handleGetMeRequest(args [0]string, argsEscaped bool, w http.Res } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMe", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4283,7 +4283,7 @@ func (s *Server) handleGetMeRequest(args [0]string, argsEscaped bool, w http.Res if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMe", + OperationName: GetMeOperation, OperationSummary: "", OperationID: "getMe", Body: nil, @@ -4349,7 +4349,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4380,7 +4380,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetMyCommands", + Name: GetMyCommandsOperation, ID: "getMyCommands", } ) @@ -4404,7 +4404,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMyCommands", + OperationName: GetMyCommandsOperation, OperationSummary: "", OperationID: "getMyCommands", Body: request, @@ -4470,7 +4470,7 @@ func (s *Server) handleGetMyDefaultAdministratorRightsRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMyDefaultAdministratorRights", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMyDefaultAdministratorRightsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4501,7 +4501,7 @@ func (s *Server) handleGetMyDefaultAdministratorRightsRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetMyDefaultAdministratorRights", + Name: GetMyDefaultAdministratorRightsOperation, ID: "getMyDefaultAdministratorRights", } ) @@ -4525,7 +4525,7 @@ func (s *Server) handleGetMyDefaultAdministratorRightsRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMyDefaultAdministratorRights", + OperationName: GetMyDefaultAdministratorRightsOperation, OperationSummary: "", OperationID: "getMyDefaultAdministratorRights", Body: request, @@ -4591,7 +4591,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4622,7 +4622,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStickerSet", + Name: GetStickerSetOperation, ID: "getStickerSet", } ) @@ -4646,7 +4646,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStickerSet", + OperationName: GetStickerSetOperation, OperationSummary: "", OperationID: "getStickerSet", Body: request, @@ -4712,7 +4712,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetUpdates", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetUpdatesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4743,7 +4743,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetUpdates", + Name: GetUpdatesOperation, ID: "getUpdates", } ) @@ -4767,7 +4767,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetUpdates", + OperationName: GetUpdatesOperation, OperationSummary: "", OperationID: "getUpdates", Body: request, @@ -4833,7 +4833,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetUserProfilePhotos", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetUserProfilePhotosOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4864,7 +4864,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetUserProfilePhotos", + Name: GetUserProfilePhotosOperation, ID: "getUserProfilePhotos", } ) @@ -4888,7 +4888,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetUserProfilePhotos", + OperationName: GetUserProfilePhotosOperation, OperationSummary: "", OperationID: "getUserProfilePhotos", Body: request, @@ -4954,7 +4954,7 @@ func (s *Server) handleGetWebhookInfoRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetWebhookInfo", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetWebhookInfoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4990,7 +4990,7 @@ func (s *Server) handleGetWebhookInfoRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetWebhookInfo", + OperationName: GetWebhookInfoOperation, OperationSummary: "", OperationID: "getWebhookInfo", Body: nil, @@ -5056,7 +5056,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LeaveChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), LeaveChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5087,7 +5087,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "LeaveChat", + Name: LeaveChatOperation, ID: "leaveChat", } ) @@ -5111,7 +5111,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LeaveChat", + OperationName: LeaveChatOperation, OperationSummary: "", OperationID: "leaveChat", Body: request, @@ -5177,7 +5177,7 @@ func (s *Server) handleLogOutRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LogOut", + ctx, span := s.cfg.Tracer.Start(r.Context(), LogOutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5213,7 +5213,7 @@ func (s *Server) handleLogOutRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LogOut", + OperationName: LogOutOperation, OperationSummary: "", OperationID: "logOut", Body: nil, @@ -5279,7 +5279,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PinChatMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), PinChatMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5310,7 +5310,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PinChatMessage", + Name: PinChatMessageOperation, ID: "pinChatMessage", } ) @@ -5334,7 +5334,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PinChatMessage", + OperationName: PinChatMessageOperation, OperationSummary: "", OperationID: "pinChatMessage", Body: request, @@ -5400,7 +5400,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PromoteChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), PromoteChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5431,7 +5431,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PromoteChatMember", + Name: PromoteChatMemberOperation, ID: "promoteChatMember", } ) @@ -5455,7 +5455,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PromoteChatMember", + OperationName: PromoteChatMemberOperation, OperationSummary: "", OperationID: "promoteChatMember", Body: request, @@ -5521,7 +5521,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RestrictChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), RestrictChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5552,7 +5552,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "RestrictChatMember", + Name: RestrictChatMemberOperation, ID: "restrictChatMember", } ) @@ -5576,7 +5576,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RestrictChatMember", + OperationName: RestrictChatMemberOperation, OperationSummary: "", OperationID: "restrictChatMember", Body: request, @@ -5642,7 +5642,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RevokeChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), RevokeChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5673,7 +5673,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "RevokeChatInviteLink", + Name: RevokeChatInviteLinkOperation, ID: "revokeChatInviteLink", } ) @@ -5697,7 +5697,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RevokeChatInviteLink", + OperationName: RevokeChatInviteLinkOperation, OperationSummary: "", OperationID: "revokeChatInviteLink", Body: request, @@ -5763,7 +5763,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendAnimation", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendAnimationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5794,7 +5794,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendAnimation", + Name: SendAnimationOperation, ID: "sendAnimation", } ) @@ -5818,7 +5818,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendAnimation", + OperationName: SendAnimationOperation, OperationSummary: "", OperationID: "sendAnimation", Body: request, @@ -5884,7 +5884,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendAudio", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendAudioOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5915,7 +5915,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendAudio", + Name: SendAudioOperation, ID: "sendAudio", } ) @@ -5939,7 +5939,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendAudio", + OperationName: SendAudioOperation, OperationSummary: "", OperationID: "sendAudio", Body: request, @@ -6005,7 +6005,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendChatAction", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendChatActionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6036,7 +6036,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendChatAction", + Name: SendChatActionOperation, ID: "sendChatAction", } ) @@ -6060,7 +6060,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendChatAction", + OperationName: SendChatActionOperation, OperationSummary: "", OperationID: "sendChatAction", Body: request, @@ -6126,7 +6126,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendContact", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendContactOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6157,7 +6157,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendContact", + Name: SendContactOperation, ID: "sendContact", } ) @@ -6181,7 +6181,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendContact", + OperationName: SendContactOperation, OperationSummary: "", OperationID: "sendContact", Body: request, @@ -6247,7 +6247,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendDice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendDiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6278,7 +6278,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendDice", + Name: SendDiceOperation, ID: "sendDice", } ) @@ -6302,7 +6302,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendDice", + OperationName: SendDiceOperation, OperationSummary: "", OperationID: "sendDice", Body: request, @@ -6368,7 +6368,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendDocument", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendDocumentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6399,7 +6399,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendDocument", + Name: SendDocumentOperation, ID: "sendDocument", } ) @@ -6423,7 +6423,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendDocument", + OperationName: SendDocumentOperation, OperationSummary: "", OperationID: "sendDocument", Body: request, @@ -6489,7 +6489,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendGame", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendGameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6520,7 +6520,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendGame", + Name: SendGameOperation, ID: "sendGame", } ) @@ -6544,7 +6544,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendGame", + OperationName: SendGameOperation, OperationSummary: "", OperationID: "sendGame", Body: request, @@ -6610,7 +6610,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendInvoice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendInvoiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6641,7 +6641,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendInvoice", + Name: SendInvoiceOperation, ID: "sendInvoice", } ) @@ -6665,7 +6665,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendInvoice", + OperationName: SendInvoiceOperation, OperationSummary: "", OperationID: "sendInvoice", Body: request, @@ -6731,7 +6731,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6762,7 +6762,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendLocation", + Name: SendLocationOperation, ID: "sendLocation", } ) @@ -6786,7 +6786,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendLocation", + OperationName: SendLocationOperation, OperationSummary: "", OperationID: "sendLocation", Body: request, @@ -6852,7 +6852,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendMediaGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendMediaGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6883,7 +6883,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendMediaGroup", + Name: SendMediaGroupOperation, ID: "sendMediaGroup", } ) @@ -6907,7 +6907,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendMediaGroup", + OperationName: SendMediaGroupOperation, OperationSummary: "", OperationID: "sendMediaGroup", Body: request, @@ -6973,7 +6973,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7004,7 +7004,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendMessage", + Name: SendMessageOperation, ID: "sendMessage", } ) @@ -7028,7 +7028,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendMessage", + OperationName: SendMessageOperation, OperationSummary: "", OperationID: "sendMessage", Body: request, @@ -7094,7 +7094,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7125,7 +7125,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendPhoto", + Name: SendPhotoOperation, ID: "sendPhoto", } ) @@ -7149,7 +7149,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendPhoto", + OperationName: SendPhotoOperation, OperationSummary: "", OperationID: "sendPhoto", Body: request, @@ -7215,7 +7215,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendPoll", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendPollOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7246,7 +7246,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendPoll", + Name: SendPollOperation, ID: "sendPoll", } ) @@ -7270,7 +7270,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendPoll", + OperationName: SendPollOperation, OperationSummary: "", OperationID: "sendPoll", Body: request, @@ -7336,7 +7336,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendSticker", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendStickerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7367,7 +7367,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendSticker", + Name: SendStickerOperation, ID: "sendSticker", } ) @@ -7391,7 +7391,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendSticker", + OperationName: SendStickerOperation, OperationSummary: "", OperationID: "sendSticker", Body: request, @@ -7457,7 +7457,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVenue", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVenueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7488,7 +7488,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVenue", + Name: SendVenueOperation, ID: "sendVenue", } ) @@ -7512,7 +7512,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVenue", + OperationName: SendVenueOperation, OperationSummary: "", OperationID: "sendVenue", Body: request, @@ -7578,7 +7578,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVideo", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVideoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7609,7 +7609,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVideo", + Name: SendVideoOperation, ID: "sendVideo", } ) @@ -7633,7 +7633,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVideo", + OperationName: SendVideoOperation, OperationSummary: "", OperationID: "sendVideo", Body: request, @@ -7699,7 +7699,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVideoNote", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVideoNoteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7730,7 +7730,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVideoNote", + Name: SendVideoNoteOperation, ID: "sendVideoNote", } ) @@ -7754,7 +7754,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVideoNote", + OperationName: SendVideoNoteOperation, OperationSummary: "", OperationID: "sendVideoNote", Body: request, @@ -7820,7 +7820,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVoice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVoiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7851,7 +7851,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVoice", + Name: SendVoiceOperation, ID: "sendVoice", } ) @@ -7875,7 +7875,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVoice", + OperationName: SendVoiceOperation, OperationSummary: "", OperationID: "sendVoice", Body: request, @@ -7941,7 +7941,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatAdministratorCustomTitle", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatAdministratorCustomTitleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7972,7 +7972,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatAdministratorCustomTitle", + Name: SetChatAdministratorCustomTitleOperation, ID: "setChatAdministratorCustomTitle", } ) @@ -7996,7 +7996,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatAdministratorCustomTitle", + OperationName: SetChatAdministratorCustomTitleOperation, OperationSummary: "", OperationID: "setChatAdministratorCustomTitle", Body: request, @@ -8062,7 +8062,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatDescription", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatDescriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8093,7 +8093,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatDescription", + Name: SetChatDescriptionOperation, ID: "setChatDescription", } ) @@ -8117,7 +8117,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatDescription", + OperationName: SetChatDescriptionOperation, OperationSummary: "", OperationID: "setChatDescription", Body: request, @@ -8183,7 +8183,7 @@ func (s *Server) handleSetChatMenuButtonRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatMenuButton", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatMenuButtonOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8214,7 +8214,7 @@ func (s *Server) handleSetChatMenuButtonRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatMenuButton", + Name: SetChatMenuButtonOperation, ID: "setChatMenuButton", } ) @@ -8238,7 +8238,7 @@ func (s *Server) handleSetChatMenuButtonRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatMenuButton", + OperationName: SetChatMenuButtonOperation, OperationSummary: "", OperationID: "setChatMenuButton", Body: request, @@ -8304,7 +8304,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatPermissions", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatPermissionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8335,7 +8335,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatPermissions", + Name: SetChatPermissionsOperation, ID: "setChatPermissions", } ) @@ -8359,7 +8359,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatPermissions", + OperationName: SetChatPermissionsOperation, OperationSummary: "", OperationID: "setChatPermissions", Body: request, @@ -8425,7 +8425,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8456,7 +8456,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatPhoto", + Name: SetChatPhotoOperation, ID: "setChatPhoto", } ) @@ -8480,7 +8480,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatPhoto", + OperationName: SetChatPhotoOperation, OperationSummary: "", OperationID: "setChatPhoto", Body: request, @@ -8546,7 +8546,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8577,7 +8577,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatStickerSet", + Name: SetChatStickerSetOperation, ID: "setChatStickerSet", } ) @@ -8601,7 +8601,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatStickerSet", + OperationName: SetChatStickerSetOperation, OperationSummary: "", OperationID: "setChatStickerSet", Body: request, @@ -8667,7 +8667,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatTitle", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatTitleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8698,7 +8698,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatTitle", + Name: SetChatTitleOperation, ID: "setChatTitle", } ) @@ -8722,7 +8722,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatTitle", + OperationName: SetChatTitleOperation, OperationSummary: "", OperationID: "setChatTitle", Body: request, @@ -8788,7 +8788,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetGameScore", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetGameScoreOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8819,7 +8819,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetGameScore", + Name: SetGameScoreOperation, ID: "setGameScore", } ) @@ -8843,7 +8843,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetGameScore", + OperationName: SetGameScoreOperation, OperationSummary: "", OperationID: "setGameScore", Body: request, @@ -8909,7 +8909,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8940,7 +8940,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetMyCommands", + Name: SetMyCommandsOperation, ID: "setMyCommands", } ) @@ -8964,7 +8964,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetMyCommands", + OperationName: SetMyCommandsOperation, OperationSummary: "", OperationID: "setMyCommands", Body: request, @@ -9030,7 +9030,7 @@ func (s *Server) handleSetMyDefaultAdministratorRightsRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetMyDefaultAdministratorRights", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetMyDefaultAdministratorRightsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9061,7 +9061,7 @@ func (s *Server) handleSetMyDefaultAdministratorRightsRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetMyDefaultAdministratorRights", + Name: SetMyDefaultAdministratorRightsOperation, ID: "setMyDefaultAdministratorRights", } ) @@ -9085,7 +9085,7 @@ func (s *Server) handleSetMyDefaultAdministratorRightsRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetMyDefaultAdministratorRights", + OperationName: SetMyDefaultAdministratorRightsOperation, OperationSummary: "", OperationID: "setMyDefaultAdministratorRights", Body: request, @@ -9151,7 +9151,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetPassportDataErrors", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetPassportDataErrorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9182,7 +9182,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetPassportDataErrors", + Name: SetPassportDataErrorsOperation, ID: "setPassportDataErrors", } ) @@ -9206,7 +9206,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetPassportDataErrors", + OperationName: SetPassportDataErrorsOperation, OperationSummary: "", OperationID: "setPassportDataErrors", Body: request, @@ -9272,7 +9272,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetStickerPositionInSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetStickerPositionInSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9303,7 +9303,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetStickerPositionInSet", + Name: SetStickerPositionInSetOperation, ID: "setStickerPositionInSet", } ) @@ -9327,7 +9327,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetStickerPositionInSet", + OperationName: SetStickerPositionInSetOperation, OperationSummary: "", OperationID: "setStickerPositionInSet", Body: request, @@ -9393,7 +9393,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetStickerSetThumb", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetStickerSetThumbOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9424,7 +9424,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetStickerSetThumb", + Name: SetStickerSetThumbOperation, ID: "setStickerSetThumb", } ) @@ -9448,7 +9448,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetStickerSetThumb", + OperationName: SetStickerSetThumbOperation, OperationSummary: "", OperationID: "setStickerSetThumb", Body: request, @@ -9514,7 +9514,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9545,7 +9545,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetWebhook", + Name: SetWebhookOperation, ID: "setWebhook", } ) @@ -9569,7 +9569,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetWebhook", + OperationName: SetWebhookOperation, OperationSummary: "", OperationID: "setWebhook", Body: request, @@ -9635,7 +9635,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StopMessageLiveLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), StopMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9666,7 +9666,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "StopMessageLiveLocation", + Name: StopMessageLiveLocationOperation, ID: "stopMessageLiveLocation", } ) @@ -9690,7 +9690,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StopMessageLiveLocation", + OperationName: StopMessageLiveLocationOperation, OperationSummary: "", OperationID: "stopMessageLiveLocation", Body: request, @@ -9756,7 +9756,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StopPoll", + ctx, span := s.cfg.Tracer.Start(r.Context(), StopPollOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9787,7 +9787,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "StopPoll", + Name: StopPollOperation, ID: "stopPoll", } ) @@ -9811,7 +9811,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StopPoll", + OperationName: StopPollOperation, OperationSummary: "", OperationID: "stopPoll", Body: request, @@ -9877,7 +9877,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnbanChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnbanChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9908,7 +9908,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnbanChatMember", + Name: UnbanChatMemberOperation, ID: "unbanChatMember", } ) @@ -9932,7 +9932,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnbanChatMember", + OperationName: UnbanChatMemberOperation, OperationSummary: "", OperationID: "unbanChatMember", Body: request, @@ -9998,7 +9998,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnbanChatSenderChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnbanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10029,7 +10029,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnbanChatSenderChat", + Name: UnbanChatSenderChatOperation, ID: "unbanChatSenderChat", } ) @@ -10053,7 +10053,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnbanChatSenderChat", + OperationName: UnbanChatSenderChatOperation, OperationSummary: "", OperationID: "unbanChatSenderChat", Body: request, @@ -10119,7 +10119,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnpinAllChatMessages", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnpinAllChatMessagesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10150,7 +10150,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnpinAllChatMessages", + Name: UnpinAllChatMessagesOperation, ID: "unpinAllChatMessages", } ) @@ -10174,7 +10174,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnpinAllChatMessages", + OperationName: UnpinAllChatMessagesOperation, OperationSummary: "", OperationID: "unpinAllChatMessages", Body: request, @@ -10240,7 +10240,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnpinChatMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnpinChatMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10271,7 +10271,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnpinChatMessage", + Name: UnpinChatMessageOperation, ID: "unpinChatMessage", } ) @@ -10295,7 +10295,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnpinChatMessage", + OperationName: UnpinChatMessageOperation, OperationSummary: "", OperationID: "unpinChatMessage", Body: request, @@ -10361,7 +10361,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UploadStickerFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), UploadStickerFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10392,7 +10392,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "UploadStickerFile", + Name: UploadStickerFileOperation, ID: "uploadStickerFile", } ) @@ -10416,7 +10416,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UploadStickerFile", + OperationName: UploadStickerFileOperation, OperationSummary: "", OperationID: "uploadStickerFile", Body: request, diff --git a/examples/ex_gotd/oas_operations_gen.go b/examples/ex_gotd/oas_operations_gen.go new file mode 100644 index 000000000..d34d5bea4 --- /dev/null +++ b/examples/ex_gotd/oas_operations_gen.go @@ -0,0 +1,96 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AddStickerToSetOperation OperationName = "AddStickerToSet" + AnswerCallbackQueryOperation OperationName = "AnswerCallbackQuery" + AnswerInlineQueryOperation OperationName = "AnswerInlineQuery" + AnswerPreCheckoutQueryOperation OperationName = "AnswerPreCheckoutQuery" + AnswerShippingQueryOperation OperationName = "AnswerShippingQuery" + AnswerWebAppQueryOperation OperationName = "AnswerWebAppQuery" + ApproveChatJoinRequestOperation OperationName = "ApproveChatJoinRequest" + BanChatMemberOperation OperationName = "BanChatMember" + BanChatSenderChatOperation OperationName = "BanChatSenderChat" + CloseOperation OperationName = "Close" + CopyMessageOperation OperationName = "CopyMessage" + CreateChatInviteLinkOperation OperationName = "CreateChatInviteLink" + CreateNewStickerSetOperation OperationName = "CreateNewStickerSet" + DeclineChatJoinRequestOperation OperationName = "DeclineChatJoinRequest" + DeleteChatPhotoOperation OperationName = "DeleteChatPhoto" + DeleteChatStickerSetOperation OperationName = "DeleteChatStickerSet" + DeleteMessageOperation OperationName = "DeleteMessage" + DeleteMyCommandsOperation OperationName = "DeleteMyCommands" + DeleteStickerFromSetOperation OperationName = "DeleteStickerFromSet" + DeleteWebhookOperation OperationName = "DeleteWebhook" + EditChatInviteLinkOperation OperationName = "EditChatInviteLink" + EditMessageCaptionOperation OperationName = "EditMessageCaption" + EditMessageLiveLocationOperation OperationName = "EditMessageLiveLocation" + EditMessageMediaOperation OperationName = "EditMessageMedia" + EditMessageReplyMarkupOperation OperationName = "EditMessageReplyMarkup" + EditMessageTextOperation OperationName = "EditMessageText" + ExportChatInviteLinkOperation OperationName = "ExportChatInviteLink" + ForwardMessageOperation OperationName = "ForwardMessage" + GetChatOperation OperationName = "GetChat" + GetChatAdministratorsOperation OperationName = "GetChatAdministrators" + GetChatMemberOperation OperationName = "GetChatMember" + GetChatMemberCountOperation OperationName = "GetChatMemberCount" + GetChatMenuButtonOperation OperationName = "GetChatMenuButton" + GetFileOperation OperationName = "GetFile" + GetGameHighScoresOperation OperationName = "GetGameHighScores" + GetMeOperation OperationName = "GetMe" + GetMyCommandsOperation OperationName = "GetMyCommands" + GetMyDefaultAdministratorRightsOperation OperationName = "GetMyDefaultAdministratorRights" + GetStickerSetOperation OperationName = "GetStickerSet" + GetUpdatesOperation OperationName = "GetUpdates" + GetUserProfilePhotosOperation OperationName = "GetUserProfilePhotos" + GetWebhookInfoOperation OperationName = "GetWebhookInfo" + LeaveChatOperation OperationName = "LeaveChat" + LogOutOperation OperationName = "LogOut" + PinChatMessageOperation OperationName = "PinChatMessage" + PromoteChatMemberOperation OperationName = "PromoteChatMember" + RestrictChatMemberOperation OperationName = "RestrictChatMember" + RevokeChatInviteLinkOperation OperationName = "RevokeChatInviteLink" + SendAnimationOperation OperationName = "SendAnimation" + SendAudioOperation OperationName = "SendAudio" + SendChatActionOperation OperationName = "SendChatAction" + SendContactOperation OperationName = "SendContact" + SendDiceOperation OperationName = "SendDice" + SendDocumentOperation OperationName = "SendDocument" + SendGameOperation OperationName = "SendGame" + SendInvoiceOperation OperationName = "SendInvoice" + SendLocationOperation OperationName = "SendLocation" + SendMediaGroupOperation OperationName = "SendMediaGroup" + SendMessageOperation OperationName = "SendMessage" + SendPhotoOperation OperationName = "SendPhoto" + SendPollOperation OperationName = "SendPoll" + SendStickerOperation OperationName = "SendSticker" + SendVenueOperation OperationName = "SendVenue" + SendVideoOperation OperationName = "SendVideo" + SendVideoNoteOperation OperationName = "SendVideoNote" + SendVoiceOperation OperationName = "SendVoice" + SetChatAdministratorCustomTitleOperation OperationName = "SetChatAdministratorCustomTitle" + SetChatDescriptionOperation OperationName = "SetChatDescription" + SetChatMenuButtonOperation OperationName = "SetChatMenuButton" + SetChatPermissionsOperation OperationName = "SetChatPermissions" + SetChatPhotoOperation OperationName = "SetChatPhoto" + SetChatStickerSetOperation OperationName = "SetChatStickerSet" + SetChatTitleOperation OperationName = "SetChatTitle" + SetGameScoreOperation OperationName = "SetGameScore" + SetMyCommandsOperation OperationName = "SetMyCommands" + SetMyDefaultAdministratorRightsOperation OperationName = "SetMyDefaultAdministratorRights" + SetPassportDataErrorsOperation OperationName = "SetPassportDataErrors" + SetStickerPositionInSetOperation OperationName = "SetStickerPositionInSet" + SetStickerSetThumbOperation OperationName = "SetStickerSetThumb" + SetWebhookOperation OperationName = "SetWebhook" + StopMessageLiveLocationOperation OperationName = "StopMessageLiveLocation" + StopPollOperation OperationName = "StopPoll" + UnbanChatMemberOperation OperationName = "UnbanChatMember" + UnbanChatSenderChatOperation OperationName = "UnbanChatSenderChat" + UnpinAllChatMessagesOperation OperationName = "UnpinAllChatMessages" + UnpinChatMessageOperation OperationName = "UnpinChatMessage" + UploadStickerFileOperation OperationName = "UploadStickerFile" +) diff --git a/examples/ex_gotd/oas_router_gen.go b/examples/ex_gotd/oas_router_gen.go index d2c2b69af..61a5668f4 100644 --- a/examples/ex_gotd/oas_router_gen.go +++ b/examples/ex_gotd/oas_router_gen.go @@ -2594,7 +2594,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AddStickerToSet" + r.name = AddStickerToSetOperation r.summary = "" r.operationID = "addStickerToSet" r.pathPattern = "/addStickerToSet" @@ -2631,7 +2631,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerCallbackQuery" + r.name = AnswerCallbackQueryOperation r.summary = "" r.operationID = "answerCallbackQuery" r.pathPattern = "/answerCallbackQuery" @@ -2656,7 +2656,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerInlineQuery" + r.name = AnswerInlineQueryOperation r.summary = "" r.operationID = "answerInlineQuery" r.pathPattern = "/answerInlineQuery" @@ -2681,7 +2681,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerPreCheckoutQuery" + r.name = AnswerPreCheckoutQueryOperation r.summary = "" r.operationID = "answerPreCheckoutQuery" r.pathPattern = "/answerPreCheckoutQuery" @@ -2706,7 +2706,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerShippingQuery" + r.name = AnswerShippingQueryOperation r.summary = "" r.operationID = "answerShippingQuery" r.pathPattern = "/answerShippingQuery" @@ -2731,7 +2731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerWebAppQuery" + r.name = AnswerWebAppQueryOperation r.summary = "" r.operationID = "answerWebAppQuery" r.pathPattern = "/answerWebAppQuery" @@ -2759,7 +2759,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ApproveChatJoinRequest" + r.name = ApproveChatJoinRequestOperation r.summary = "" r.operationID = "approveChatJoinRequest" r.pathPattern = "/approveChatJoinRequest" @@ -2799,7 +2799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "BanChatMember" + r.name = BanChatMemberOperation r.summary = "" r.operationID = "banChatMember" r.pathPattern = "/banChatMember" @@ -2824,7 +2824,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "BanChatSenderChat" + r.name = BanChatSenderChatOperation r.summary = "" r.operationID = "banChatSenderChat" r.pathPattern = "/banChatSenderChat" @@ -2864,7 +2864,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "Close" + r.name = CloseOperation r.summary = "" r.operationID = "close" r.pathPattern = "/close" @@ -2889,7 +2889,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CopyMessage" + r.name = CopyMessageOperation r.summary = "" r.operationID = "copyMessage" r.pathPattern = "/copyMessage" @@ -2926,7 +2926,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateChatInviteLink" + r.name = CreateChatInviteLinkOperation r.summary = "" r.operationID = "createChatInviteLink" r.pathPattern = "/createChatInviteLink" @@ -2951,7 +2951,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateNewStickerSet" + r.name = CreateNewStickerSetOperation r.summary = "" r.operationID = "createNewStickerSet" r.pathPattern = "/createNewStickerSet" @@ -2994,7 +2994,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeclineChatJoinRequest" + r.name = DeclineChatJoinRequestOperation r.summary = "" r.operationID = "declineChatJoinRequest" r.pathPattern = "/declineChatJoinRequest" @@ -3043,7 +3043,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteChatPhoto" + r.name = DeleteChatPhotoOperation r.summary = "" r.operationID = "deleteChatPhoto" r.pathPattern = "/deleteChatPhoto" @@ -3068,7 +3068,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteChatStickerSet" + r.name = DeleteChatStickerSetOperation r.summary = "" r.operationID = "deleteChatStickerSet" r.pathPattern = "/deleteChatStickerSet" @@ -3108,7 +3108,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteMessage" + r.name = DeleteMessageOperation r.summary = "" r.operationID = "deleteMessage" r.pathPattern = "/deleteMessage" @@ -3133,7 +3133,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteMyCommands" + r.name = DeleteMyCommandsOperation r.summary = "" r.operationID = "deleteMyCommands" r.pathPattern = "/deleteMyCommands" @@ -3161,7 +3161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteStickerFromSet" + r.name = DeleteStickerFromSetOperation r.summary = "" r.operationID = "deleteStickerFromSet" r.pathPattern = "/deleteStickerFromSet" @@ -3186,7 +3186,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteWebhook" + r.name = DeleteWebhookOperation r.summary = "" r.operationID = "deleteWebhook" r.pathPattern = "/deleteWebhook" @@ -3241,7 +3241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditChatInviteLink" + r.name = EditChatInviteLinkOperation r.summary = "" r.operationID = "editChatInviteLink" r.pathPattern = "/editChatInviteLink" @@ -3278,7 +3278,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageCaption" + r.name = EditMessageCaptionOperation r.summary = "" r.operationID = "editMessageCaption" r.pathPattern = "/editMessageCaption" @@ -3303,7 +3303,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageLiveLocation" + r.name = EditMessageLiveLocationOperation r.summary = "" r.operationID = "editMessageLiveLocation" r.pathPattern = "/editMessageLiveLocation" @@ -3328,7 +3328,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageMedia" + r.name = EditMessageMediaOperation r.summary = "" r.operationID = "editMessageMedia" r.pathPattern = "/editMessageMedia" @@ -3353,7 +3353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageReplyMarkup" + r.name = EditMessageReplyMarkupOperation r.summary = "" r.operationID = "editMessageReplyMarkup" r.pathPattern = "/editMessageReplyMarkup" @@ -3378,7 +3378,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageText" + r.name = EditMessageTextOperation r.summary = "" r.operationID = "editMessageText" r.pathPattern = "/editMessageText" @@ -3409,7 +3409,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ExportChatInviteLink" + r.name = ExportChatInviteLinkOperation r.summary = "" r.operationID = "exportChatInviteLink" r.pathPattern = "/exportChatInviteLink" @@ -3437,7 +3437,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ForwardMessage" + r.name = ForwardMessageOperation r.summary = "" r.operationID = "forwardMessage" r.pathPattern = "/forwardMessage" @@ -3473,7 +3473,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GetChat" + r.name = GetChatOperation r.summary = "" r.operationID = "getChat" r.pathPattern = "/getChat" @@ -3497,7 +3497,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetChatAdministrators" + r.name = GetChatAdministratorsOperation r.summary = "" r.operationID = "getChatAdministrators" r.pathPattern = "/getChatAdministrators" @@ -3533,7 +3533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GetChatMember" + r.name = GetChatMemberOperation r.summary = "" r.operationID = "getChatMember" r.pathPattern = "/getChatMember" @@ -3557,7 +3557,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetChatMemberCount" + r.name = GetChatMemberCountOperation r.summary = "" r.operationID = "getChatMemberCount" r.pathPattern = "/getChatMemberCount" @@ -3585,7 +3585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetChatMenuButton" + r.name = GetChatMenuButtonOperation r.summary = "" r.operationID = "getChatMenuButton" r.pathPattern = "/getChatMenuButton" @@ -3616,7 +3616,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetFile" + r.name = GetFileOperation r.summary = "" r.operationID = "getFile" r.pathPattern = "/getFile" @@ -3641,7 +3641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetGameHighScores" + r.name = GetGameHighScoresOperation r.summary = "" r.operationID = "getGameHighScores" r.pathPattern = "/getGameHighScores" @@ -3678,7 +3678,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetMe" + r.name = GetMeOperation r.summary = "" r.operationID = "getMe" r.pathPattern = "/getMe" @@ -3715,7 +3715,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetMyCommands" + r.name = GetMyCommandsOperation r.summary = "" r.operationID = "getMyCommands" r.pathPattern = "/getMyCommands" @@ -3740,7 +3740,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetMyDefaultAdministratorRights" + r.name = GetMyDefaultAdministratorRightsOperation r.summary = "" r.operationID = "getMyDefaultAdministratorRights" r.pathPattern = "/getMyDefaultAdministratorRights" @@ -3771,7 +3771,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetStickerSet" + r.name = GetStickerSetOperation r.summary = "" r.operationID = "getStickerSet" r.pathPattern = "/getStickerSet" @@ -3808,7 +3808,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetUpdates" + r.name = GetUpdatesOperation r.summary = "" r.operationID = "getUpdates" r.pathPattern = "/getUpdates" @@ -3833,7 +3833,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetUserProfilePhotos" + r.name = GetUserProfilePhotosOperation r.summary = "" r.operationID = "getUserProfilePhotos" r.pathPattern = "/getUserProfilePhotos" @@ -3861,7 +3861,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetWebhookInfo" + r.name = GetWebhookInfoOperation r.summary = "" r.operationID = "getWebhookInfo" r.pathPattern = "/getWebhookInfo" @@ -3901,7 +3901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "LeaveChat" + r.name = LeaveChatOperation r.summary = "" r.operationID = "leaveChat" r.pathPattern = "/leaveChat" @@ -3926,7 +3926,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "LogOut" + r.name = LogOutOperation r.summary = "" r.operationID = "logOut" r.pathPattern = "/logOut" @@ -3966,7 +3966,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PinChatMessage" + r.name = PinChatMessageOperation r.summary = "" r.operationID = "pinChatMessage" r.pathPattern = "/pinChatMessage" @@ -3991,7 +3991,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PromoteChatMember" + r.name = PromoteChatMemberOperation r.summary = "" r.operationID = "promoteChatMember" r.pathPattern = "/promoteChatMember" @@ -4031,7 +4031,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "RestrictChatMember" + r.name = RestrictChatMemberOperation r.summary = "" r.operationID = "restrictChatMember" r.pathPattern = "/restrictChatMember" @@ -4056,7 +4056,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "RevokeChatInviteLink" + r.name = RevokeChatInviteLinkOperation r.summary = "" r.operationID = "revokeChatInviteLink" r.pathPattern = "/revokeChatInviteLink" @@ -4132,7 +4132,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendAnimation" + r.name = SendAnimationOperation r.summary = "" r.operationID = "sendAnimation" r.pathPattern = "/sendAnimation" @@ -4157,7 +4157,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendAudio" + r.name = SendAudioOperation r.summary = "" r.operationID = "sendAudio" r.pathPattern = "/sendAudio" @@ -4197,7 +4197,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendChatAction" + r.name = SendChatActionOperation r.summary = "" r.operationID = "sendChatAction" r.pathPattern = "/sendChatAction" @@ -4222,7 +4222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendContact" + r.name = SendContactOperation r.summary = "" r.operationID = "sendContact" r.pathPattern = "/sendContact" @@ -4262,7 +4262,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendDice" + r.name = SendDiceOperation r.summary = "" r.operationID = "sendDice" r.pathPattern = "/sendDice" @@ -4287,7 +4287,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendDocument" + r.name = SendDocumentOperation r.summary = "" r.operationID = "sendDocument" r.pathPattern = "/sendDocument" @@ -4315,7 +4315,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendGame" + r.name = SendGameOperation r.summary = "" r.operationID = "sendGame" r.pathPattern = "/sendGame" @@ -4340,7 +4340,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendInvoice" + r.name = SendInvoiceOperation r.summary = "" r.operationID = "sendInvoice" r.pathPattern = "/sendInvoice" @@ -4365,7 +4365,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendLocation" + r.name = SendLocationOperation r.summary = "" r.operationID = "sendLocation" r.pathPattern = "/sendLocation" @@ -4402,7 +4402,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendMediaGroup" + r.name = SendMediaGroupOperation r.summary = "" r.operationID = "sendMediaGroup" r.pathPattern = "/sendMediaGroup" @@ -4427,7 +4427,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendMessage" + r.name = SendMessageOperation r.summary = "" r.operationID = "sendMessage" r.pathPattern = "/sendMessage" @@ -4467,7 +4467,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendPhoto" + r.name = SendPhotoOperation r.summary = "" r.operationID = "sendPhoto" r.pathPattern = "/sendPhoto" @@ -4492,7 +4492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendPoll" + r.name = SendPollOperation r.summary = "" r.operationID = "sendPoll" r.pathPattern = "/sendPoll" @@ -4520,7 +4520,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendSticker" + r.name = SendStickerOperation r.summary = "" r.operationID = "sendSticker" r.pathPattern = "/sendSticker" @@ -4557,7 +4557,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVenue" + r.name = SendVenueOperation r.summary = "" r.operationID = "sendVenue" r.pathPattern = "/sendVenue" @@ -4581,7 +4581,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "SendVideo" + r.name = SendVideoOperation r.summary = "" r.operationID = "sendVideo" r.pathPattern = "/sendVideo" @@ -4605,7 +4605,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVideoNote" + r.name = SendVideoNoteOperation r.summary = "" r.operationID = "sendVideoNote" r.pathPattern = "/sendVideoNote" @@ -4633,7 +4633,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVoice" + r.name = SendVoiceOperation r.summary = "" r.operationID = "sendVoice" r.pathPattern = "/sendVoice" @@ -4688,7 +4688,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatAdministratorCustomTitle" + r.name = SetChatAdministratorCustomTitleOperation r.summary = "" r.operationID = "setChatAdministratorCustomTitle" r.pathPattern = "/setChatAdministratorCustomTitle" @@ -4713,7 +4713,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatDescription" + r.name = SetChatDescriptionOperation r.summary = "" r.operationID = "setChatDescription" r.pathPattern = "/setChatDescription" @@ -4738,7 +4738,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatMenuButton" + r.name = SetChatMenuButtonOperation r.summary = "" r.operationID = "setChatMenuButton" r.pathPattern = "/setChatMenuButton" @@ -4775,7 +4775,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatPermissions" + r.name = SetChatPermissionsOperation r.summary = "" r.operationID = "setChatPermissions" r.pathPattern = "/setChatPermissions" @@ -4800,7 +4800,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatPhoto" + r.name = SetChatPhotoOperation r.summary = "" r.operationID = "setChatPhoto" r.pathPattern = "/setChatPhoto" @@ -4828,7 +4828,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatStickerSet" + r.name = SetChatStickerSetOperation r.summary = "" r.operationID = "setChatStickerSet" r.pathPattern = "/setChatStickerSet" @@ -4853,7 +4853,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatTitle" + r.name = SetChatTitleOperation r.summary = "" r.operationID = "setChatTitle" r.pathPattern = "/setChatTitle" @@ -4881,7 +4881,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetGameScore" + r.name = SetGameScoreOperation r.summary = "" r.operationID = "setGameScore" r.pathPattern = "/setGameScore" @@ -4918,7 +4918,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetMyCommands" + r.name = SetMyCommandsOperation r.summary = "" r.operationID = "setMyCommands" r.pathPattern = "/setMyCommands" @@ -4943,7 +4943,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetMyDefaultAdministratorRights" + r.name = SetMyDefaultAdministratorRightsOperation r.summary = "" r.operationID = "setMyDefaultAdministratorRights" r.pathPattern = "/setMyDefaultAdministratorRights" @@ -4971,7 +4971,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetPassportDataErrors" + r.name = SetPassportDataErrorsOperation r.summary = "" r.operationID = "setPassportDataErrors" r.pathPattern = "/setPassportDataErrors" @@ -5008,7 +5008,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetStickerPositionInSet" + r.name = SetStickerPositionInSetOperation r.summary = "" r.operationID = "setStickerPositionInSet" r.pathPattern = "/setStickerPositionInSet" @@ -5033,7 +5033,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetStickerSetThumb" + r.name = SetStickerSetThumbOperation r.summary = "" r.operationID = "setStickerSetThumb" r.pathPattern = "/setStickerSetThumb" @@ -5061,7 +5061,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetWebhook" + r.name = SetWebhookOperation r.summary = "" r.operationID = "setWebhook" r.pathPattern = "/setWebhook" @@ -5104,7 +5104,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StopMessageLiveLocation" + r.name = StopMessageLiveLocationOperation r.summary = "" r.operationID = "stopMessageLiveLocation" r.pathPattern = "/stopMessageLiveLocation" @@ -5129,7 +5129,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StopPoll" + r.name = StopPollOperation r.summary = "" r.operationID = "stopPoll" r.pathPattern = "/stopPoll" @@ -5196,7 +5196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnbanChatMember" + r.name = UnbanChatMemberOperation r.summary = "" r.operationID = "unbanChatMember" r.pathPattern = "/unbanChatMember" @@ -5221,7 +5221,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnbanChatSenderChat" + r.name = UnbanChatSenderChatOperation r.summary = "" r.operationID = "unbanChatSenderChat" r.pathPattern = "/unbanChatSenderChat" @@ -5261,7 +5261,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnpinAllChatMessages" + r.name = UnpinAllChatMessagesOperation r.summary = "" r.operationID = "unpinAllChatMessages" r.pathPattern = "/unpinAllChatMessages" @@ -5286,7 +5286,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnpinChatMessage" + r.name = UnpinChatMessageOperation r.summary = "" r.operationID = "unpinChatMessage" r.pathPattern = "/unpinChatMessage" @@ -5317,7 +5317,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UploadStickerFile" + r.name = UploadStickerFileOperation r.summary = "" r.operationID = "uploadStickerFile" r.pathPattern = "/uploadStickerFile" diff --git a/examples/ex_k8s/oas_client_gen.go b/examples/ex_k8s/oas_client_gen.go index 7ffff7399..eef71be0c 100644 --- a/examples/ex_k8s/oas_client_gen.go +++ b/examples/ex_k8s/oas_client_gen.go @@ -3036,7 +3036,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedPodProxy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3127,7 +3127,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedPodProxy(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -3200,7 +3200,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedPodProxyWithPath(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3309,7 +3309,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedPodProxyWithPath(ctx context.C var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -3382,7 +3382,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedServiceProxy(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3473,7 +3473,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedServiceProxy(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -3546,7 +3546,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedServiceProxyWithPath(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3655,7 +3655,7 @@ func (c *Client) sendConnectCoreV1DeleteNamespacedServiceProxyWithPath(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -3728,7 +3728,7 @@ func (c *Client) sendConnectCoreV1DeleteNodeProxy(ctx context.Context, params Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3800,7 +3800,7 @@ func (c *Client) sendConnectCoreV1DeleteNodeProxy(ctx context.Context, params Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -3873,7 +3873,7 @@ func (c *Client) sendConnectCoreV1DeleteNodeProxyWithPath(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1DeleteNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1DeleteNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3963,7 +3963,7 @@ func (c *Client) sendConnectCoreV1DeleteNodeProxyWithPath(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1DeleteNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1DeleteNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -4036,7 +4036,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodAttach(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedPodAttach", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedPodAttachOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4195,7 +4195,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodAttach(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodAttach", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodAttachOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -4268,7 +4268,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodExec(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedPodExec", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedPodExecOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4444,7 +4444,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodExec(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodExec", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodExecOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -4517,7 +4517,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodPortforward(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedPodPortforward", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedPodPortforwardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4608,7 +4608,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodPortforward(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodPortforward", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodPortforwardOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -4681,7 +4681,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodProxy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4772,7 +4772,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodProxy(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -4845,7 +4845,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodProxyWithPath(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4954,7 +4954,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedPodProxyWithPath(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5027,7 +5027,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedServiceProxy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5118,7 +5118,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedServiceProxy(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5191,7 +5191,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedServiceProxyWithPath(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5300,7 +5300,7 @@ func (c *Client) sendConnectCoreV1GetNamespacedServiceProxyWithPath(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5373,7 +5373,7 @@ func (c *Client) sendConnectCoreV1GetNodeProxy(ctx context.Context, params Conne c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5445,7 +5445,7 @@ func (c *Client) sendConnectCoreV1GetNodeProxy(ctx context.Context, params Conne var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5518,7 +5518,7 @@ func (c *Client) sendConnectCoreV1GetNodeProxyWithPath(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1GetNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1GetNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5608,7 +5608,7 @@ func (c *Client) sendConnectCoreV1GetNodeProxyWithPath(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1GetNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1GetNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5681,7 +5681,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedPodProxy(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5772,7 +5772,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedPodProxy(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -5845,7 +5845,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedPodProxyWithPath(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5954,7 +5954,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedPodProxyWithPath(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6027,7 +6027,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedServiceProxy(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6118,7 +6118,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedServiceProxy(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6191,7 +6191,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedServiceProxyWithPath(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6300,7 +6300,7 @@ func (c *Client) sendConnectCoreV1HeadNamespacedServiceProxyWithPath(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6373,7 +6373,7 @@ func (c *Client) sendConnectCoreV1HeadNodeProxy(ctx context.Context, params Conn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6445,7 +6445,7 @@ func (c *Client) sendConnectCoreV1HeadNodeProxy(ctx context.Context, params Conn var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6518,7 +6518,7 @@ func (c *Client) sendConnectCoreV1HeadNodeProxyWithPath(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1HeadNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1HeadNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6608,7 +6608,7 @@ func (c *Client) sendConnectCoreV1HeadNodeProxyWithPath(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1HeadNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1HeadNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6681,7 +6681,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedPodProxy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6772,7 +6772,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedPodProxy(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -6845,7 +6845,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedPodProxyWithPath(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6954,7 +6954,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedPodProxyWithPath(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7027,7 +7027,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedServiceProxy(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7118,7 +7118,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedServiceProxy(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7191,7 +7191,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedServiceProxyWithPath(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7300,7 +7300,7 @@ func (c *Client) sendConnectCoreV1OptionsNamespacedServiceProxyWithPath(ctx cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7373,7 +7373,7 @@ func (c *Client) sendConnectCoreV1OptionsNodeProxy(ctx context.Context, params C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7445,7 +7445,7 @@ func (c *Client) sendConnectCoreV1OptionsNodeProxy(ctx context.Context, params C var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7518,7 +7518,7 @@ func (c *Client) sendConnectCoreV1OptionsNodeProxyWithPath(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1OptionsNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1OptionsNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7608,7 +7608,7 @@ func (c *Client) sendConnectCoreV1OptionsNodeProxyWithPath(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1OptionsNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1OptionsNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7681,7 +7681,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedPodProxy(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7772,7 +7772,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedPodProxy(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -7845,7 +7845,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedPodProxyWithPath(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7954,7 +7954,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedPodProxyWithPath(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8027,7 +8027,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedServiceProxy(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8118,7 +8118,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedServiceProxy(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8191,7 +8191,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedServiceProxyWithPath(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8300,7 +8300,7 @@ func (c *Client) sendConnectCoreV1PatchNamespacedServiceProxyWithPath(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8373,7 +8373,7 @@ func (c *Client) sendConnectCoreV1PatchNodeProxy(ctx context.Context, params Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8445,7 +8445,7 @@ func (c *Client) sendConnectCoreV1PatchNodeProxy(ctx context.Context, params Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8518,7 +8518,7 @@ func (c *Client) sendConnectCoreV1PatchNodeProxyWithPath(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PatchNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PatchNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8608,7 +8608,7 @@ func (c *Client) sendConnectCoreV1PatchNodeProxyWithPath(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PatchNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PatchNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8681,7 +8681,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodAttach(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedPodAttach", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedPodAttachOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8840,7 +8840,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodAttach(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodAttach", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodAttachOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -8913,7 +8913,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodExec(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedPodExec", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedPodExecOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9089,7 +9089,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodExec(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodExec", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodExecOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -9162,7 +9162,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodPortforward(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedPodPortforward", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedPodPortforwardOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9253,7 +9253,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodPortforward(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodPortforward", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodPortforwardOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -9326,7 +9326,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodProxy(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9417,7 +9417,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodProxy(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -9490,7 +9490,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodProxyWithPath(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9599,7 +9599,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedPodProxyWithPath(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -9672,7 +9672,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedServiceProxy(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9763,7 +9763,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedServiceProxy(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -9836,7 +9836,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedServiceProxyWithPath(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9945,7 +9945,7 @@ func (c *Client) sendConnectCoreV1PostNamespacedServiceProxyWithPath(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10018,7 +10018,7 @@ func (c *Client) sendConnectCoreV1PostNodeProxy(ctx context.Context, params Conn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10090,7 +10090,7 @@ func (c *Client) sendConnectCoreV1PostNodeProxy(ctx context.Context, params Conn var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10163,7 +10163,7 @@ func (c *Client) sendConnectCoreV1PostNodeProxyWithPath(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PostNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PostNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10253,7 +10253,7 @@ func (c *Client) sendConnectCoreV1PostNodeProxyWithPath(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PostNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PostNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10326,7 +10326,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedPodProxy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNamespacedPodProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10417,7 +10417,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedPodProxy(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedPodProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNamespacedPodProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10490,7 +10490,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedPodProxyWithPath(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNamespacedPodProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10599,7 +10599,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedPodProxyWithPath(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedPodProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNamespacedPodProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10672,7 +10672,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedServiceProxy(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNamespacedServiceProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10763,7 +10763,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedServiceProxy(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedServiceProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNamespacedServiceProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -10836,7 +10836,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedServiceProxyWithPath(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNamespacedServiceProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10945,7 +10945,7 @@ func (c *Client) sendConnectCoreV1PutNamespacedServiceProxyWithPath(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedServiceProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11018,7 +11018,7 @@ func (c *Client) sendConnectCoreV1PutNodeProxy(ctx context.Context, params Conne c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNodeProxy", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNodeProxyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11090,7 +11090,7 @@ func (c *Client) sendConnectCoreV1PutNodeProxy(ctx context.Context, params Conne var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNodeProxy", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNodeProxyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11163,7 +11163,7 @@ func (c *Client) sendConnectCoreV1PutNodeProxyWithPath(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ConnectCoreV1PutNodeProxyWithPath", + ctx, span := c.cfg.Tracer.Start(ctx, ConnectCoreV1PutNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11253,7 +11253,7 @@ func (c *Client) sendConnectCoreV1PutNodeProxyWithPath(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ConnectCoreV1PutNodeProxyWithPath", r); { + switch err := c.securityBearerToken(ctx, ConnectCoreV1PutNodeProxyWithPathOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11326,7 +11326,7 @@ func (c *Client) sendGetAPIVersions(ctx context.Context) (res GetAPIVersionsRes, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAPIVersions", + ctx, span := c.cfg.Tracer.Start(ctx, GetAPIVersionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11358,7 +11358,7 @@ func (c *Client) sendGetAPIVersions(ctx context.Context) (res GetAPIVersionsRes, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAPIVersions", r); { + switch err := c.securityBearerToken(ctx, GetAPIVersionsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11431,7 +11431,7 @@ func (c *Client) sendGetAdmissionregistrationAPIGroup(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAdmissionregistrationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetAdmissionregistrationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11463,7 +11463,7 @@ func (c *Client) sendGetAdmissionregistrationAPIGroup(ctx context.Context) (res var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAdmissionregistrationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetAdmissionregistrationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11536,7 +11536,7 @@ func (c *Client) sendGetAdmissionregistrationV1APIResources(ctx context.Context) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAdmissionregistrationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAdmissionregistrationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11568,7 +11568,7 @@ func (c *Client) sendGetAdmissionregistrationV1APIResources(ctx context.Context) var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAdmissionregistrationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAdmissionregistrationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11641,7 +11641,7 @@ func (c *Client) sendGetApiextensionsAPIGroup(ctx context.Context) (res GetApiex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetApiextensionsAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetApiextensionsAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11673,7 +11673,7 @@ func (c *Client) sendGetApiextensionsAPIGroup(ctx context.Context) (res GetApiex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetApiextensionsAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetApiextensionsAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11746,7 +11746,7 @@ func (c *Client) sendGetApiextensionsV1APIResources(ctx context.Context) (res Ge c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetApiextensionsV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetApiextensionsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11778,7 +11778,7 @@ func (c *Client) sendGetApiextensionsV1APIResources(ctx context.Context) (res Ge var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetApiextensionsV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetApiextensionsV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11851,7 +11851,7 @@ func (c *Client) sendGetApiregistrationAPIGroup(ctx context.Context) (res GetApi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetApiregistrationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetApiregistrationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11883,7 +11883,7 @@ func (c *Client) sendGetApiregistrationAPIGroup(ctx context.Context) (res GetApi var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetApiregistrationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetApiregistrationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -11956,7 +11956,7 @@ func (c *Client) sendGetApiregistrationV1APIResources(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetApiregistrationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetApiregistrationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11988,7 +11988,7 @@ func (c *Client) sendGetApiregistrationV1APIResources(ctx context.Context) (res var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetApiregistrationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetApiregistrationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12061,7 +12061,7 @@ func (c *Client) sendGetAppsAPIGroup(ctx context.Context) (res GetAppsAPIGroupRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAppsAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetAppsAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12093,7 +12093,7 @@ func (c *Client) sendGetAppsAPIGroup(ctx context.Context) (res GetAppsAPIGroupRe var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAppsAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetAppsAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12166,7 +12166,7 @@ func (c *Client) sendGetAppsV1APIResources(ctx context.Context) (res GetAppsV1AP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAppsV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAppsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12198,7 +12198,7 @@ func (c *Client) sendGetAppsV1APIResources(ctx context.Context) (res GetAppsV1AP var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAppsV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAppsV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12271,7 +12271,7 @@ func (c *Client) sendGetAuthenticationAPIGroup(ctx context.Context) (res GetAuth c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAuthenticationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetAuthenticationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12303,7 +12303,7 @@ func (c *Client) sendGetAuthenticationAPIGroup(ctx context.Context) (res GetAuth var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAuthenticationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetAuthenticationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12376,7 +12376,7 @@ func (c *Client) sendGetAuthenticationV1APIResources(ctx context.Context) (res G c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAuthenticationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAuthenticationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12408,7 +12408,7 @@ func (c *Client) sendGetAuthenticationV1APIResources(ctx context.Context) (res G var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAuthenticationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAuthenticationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12481,7 +12481,7 @@ func (c *Client) sendGetAuthorizationAPIGroup(ctx context.Context) (res GetAutho c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAuthorizationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetAuthorizationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12513,7 +12513,7 @@ func (c *Client) sendGetAuthorizationAPIGroup(ctx context.Context) (res GetAutho var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAuthorizationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetAuthorizationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12586,7 +12586,7 @@ func (c *Client) sendGetAuthorizationV1APIResources(ctx context.Context) (res Ge c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAuthorizationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAuthorizationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12618,7 +12618,7 @@ func (c *Client) sendGetAuthorizationV1APIResources(ctx context.Context) (res Ge var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAuthorizationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAuthorizationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12691,7 +12691,7 @@ func (c *Client) sendGetAutoscalingAPIGroup(ctx context.Context) (res GetAutosca c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAutoscalingAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetAutoscalingAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12723,7 +12723,7 @@ func (c *Client) sendGetAutoscalingAPIGroup(ctx context.Context) (res GetAutosca var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAutoscalingAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetAutoscalingAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12796,7 +12796,7 @@ func (c *Client) sendGetAutoscalingV1APIResources(ctx context.Context) (res GetA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAutoscalingV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAutoscalingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12828,7 +12828,7 @@ func (c *Client) sendGetAutoscalingV1APIResources(ctx context.Context) (res GetA var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAutoscalingV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAutoscalingV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -12901,7 +12901,7 @@ func (c *Client) sendGetAutoscalingV2beta1APIResources(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAutoscalingV2beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAutoscalingV2beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12933,7 +12933,7 @@ func (c *Client) sendGetAutoscalingV2beta1APIResources(ctx context.Context) (res var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAutoscalingV2beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAutoscalingV2beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13006,7 +13006,7 @@ func (c *Client) sendGetAutoscalingV2beta2APIResources(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetAutoscalingV2beta2APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetAutoscalingV2beta2APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13038,7 +13038,7 @@ func (c *Client) sendGetAutoscalingV2beta2APIResources(ctx context.Context) (res var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetAutoscalingV2beta2APIResources", r); { + switch err := c.securityBearerToken(ctx, GetAutoscalingV2beta2APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13111,7 +13111,7 @@ func (c *Client) sendGetBatchAPIGroup(ctx context.Context) (res GetBatchAPIGroup c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetBatchAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetBatchAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13143,7 +13143,7 @@ func (c *Client) sendGetBatchAPIGroup(ctx context.Context) (res GetBatchAPIGroup var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetBatchAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetBatchAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13216,7 +13216,7 @@ func (c *Client) sendGetBatchV1APIResources(ctx context.Context) (res GetBatchV1 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetBatchV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetBatchV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13248,7 +13248,7 @@ func (c *Client) sendGetBatchV1APIResources(ctx context.Context) (res GetBatchV1 var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetBatchV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetBatchV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13321,7 +13321,7 @@ func (c *Client) sendGetBatchV1beta1APIResources(ctx context.Context) (res GetBa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetBatchV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetBatchV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13353,7 +13353,7 @@ func (c *Client) sendGetBatchV1beta1APIResources(ctx context.Context) (res GetBa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetBatchV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetBatchV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13426,7 +13426,7 @@ func (c *Client) sendGetCertificatesAPIGroup(ctx context.Context) (res GetCertif c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCertificatesAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetCertificatesAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13458,7 +13458,7 @@ func (c *Client) sendGetCertificatesAPIGroup(ctx context.Context) (res GetCertif var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCertificatesAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetCertificatesAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13531,7 +13531,7 @@ func (c *Client) sendGetCertificatesV1APIResources(ctx context.Context) (res Get c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCertificatesV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetCertificatesV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13563,7 +13563,7 @@ func (c *Client) sendGetCertificatesV1APIResources(ctx context.Context) (res Get var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCertificatesV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetCertificatesV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13636,7 +13636,7 @@ func (c *Client) sendGetCodeVersion(ctx context.Context) (res GetCodeVersionRes, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCodeVersion", + ctx, span := c.cfg.Tracer.Start(ctx, GetCodeVersionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13668,7 +13668,7 @@ func (c *Client) sendGetCodeVersion(ctx context.Context) (res GetCodeVersionRes, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCodeVersion", r); { + switch err := c.securityBearerToken(ctx, GetCodeVersionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13741,7 +13741,7 @@ func (c *Client) sendGetCoordinationAPIGroup(ctx context.Context) (res GetCoordi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCoordinationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetCoordinationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13773,7 +13773,7 @@ func (c *Client) sendGetCoordinationAPIGroup(ctx context.Context) (res GetCoordi var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCoordinationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetCoordinationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13846,7 +13846,7 @@ func (c *Client) sendGetCoordinationV1APIResources(ctx context.Context) (res Get c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCoordinationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetCoordinationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13878,7 +13878,7 @@ func (c *Client) sendGetCoordinationV1APIResources(ctx context.Context) (res Get var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCoordinationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetCoordinationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -13951,7 +13951,7 @@ func (c *Client) sendGetCoreAPIVersions(ctx context.Context) (res GetCoreAPIVers c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCoreAPIVersions", + ctx, span := c.cfg.Tracer.Start(ctx, GetCoreAPIVersionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13983,7 +13983,7 @@ func (c *Client) sendGetCoreAPIVersions(ctx context.Context) (res GetCoreAPIVers var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCoreAPIVersions", r); { + switch err := c.securityBearerToken(ctx, GetCoreAPIVersionsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14056,7 +14056,7 @@ func (c *Client) sendGetCoreV1APIResources(ctx context.Context) (res GetCoreV1AP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetCoreV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetCoreV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14088,7 +14088,7 @@ func (c *Client) sendGetCoreV1APIResources(ctx context.Context) (res GetCoreV1AP var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetCoreV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetCoreV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14161,7 +14161,7 @@ func (c *Client) sendGetDiscoveryAPIGroup(ctx context.Context) (res GetDiscovery c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetDiscoveryAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetDiscoveryAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14193,7 +14193,7 @@ func (c *Client) sendGetDiscoveryAPIGroup(ctx context.Context) (res GetDiscovery var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetDiscoveryAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetDiscoveryAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14266,7 +14266,7 @@ func (c *Client) sendGetDiscoveryV1APIResources(ctx context.Context) (res GetDis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetDiscoveryV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetDiscoveryV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14298,7 +14298,7 @@ func (c *Client) sendGetDiscoveryV1APIResources(ctx context.Context) (res GetDis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetDiscoveryV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetDiscoveryV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14371,7 +14371,7 @@ func (c *Client) sendGetDiscoveryV1beta1APIResources(ctx context.Context) (res G c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetDiscoveryV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetDiscoveryV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14403,7 +14403,7 @@ func (c *Client) sendGetDiscoveryV1beta1APIResources(ctx context.Context) (res G var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetDiscoveryV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetDiscoveryV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14476,7 +14476,7 @@ func (c *Client) sendGetEventsAPIGroup(ctx context.Context) (res GetEventsAPIGro c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetEventsAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetEventsAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14508,7 +14508,7 @@ func (c *Client) sendGetEventsAPIGroup(ctx context.Context) (res GetEventsAPIGro var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetEventsAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetEventsAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14581,7 +14581,7 @@ func (c *Client) sendGetEventsV1APIResources(ctx context.Context) (res GetEvents c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetEventsV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetEventsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14613,7 +14613,7 @@ func (c *Client) sendGetEventsV1APIResources(ctx context.Context) (res GetEvents var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetEventsV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetEventsV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14686,7 +14686,7 @@ func (c *Client) sendGetEventsV1beta1APIResources(ctx context.Context) (res GetE c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetEventsV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetEventsV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14718,7 +14718,7 @@ func (c *Client) sendGetEventsV1beta1APIResources(ctx context.Context) (res GetE var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetEventsV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetEventsV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14791,7 +14791,7 @@ func (c *Client) sendGetFlowcontrolApiserverAPIGroup(ctx context.Context) (res G c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetFlowcontrolApiserverAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetFlowcontrolApiserverAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14823,7 +14823,7 @@ func (c *Client) sendGetFlowcontrolApiserverAPIGroup(ctx context.Context) (res G var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetFlowcontrolApiserverAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetFlowcontrolApiserverAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -14896,7 +14896,7 @@ func (c *Client) sendGetFlowcontrolApiserverV1beta1APIResources(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetFlowcontrolApiserverV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetFlowcontrolApiserverV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14928,7 +14928,7 @@ func (c *Client) sendGetFlowcontrolApiserverV1beta1APIResources(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetFlowcontrolApiserverV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetFlowcontrolApiserverV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15001,7 +15001,7 @@ func (c *Client) sendGetFlowcontrolApiserverV1beta2APIResources(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetFlowcontrolApiserverV1beta2APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetFlowcontrolApiserverV1beta2APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15033,7 +15033,7 @@ func (c *Client) sendGetFlowcontrolApiserverV1beta2APIResources(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetFlowcontrolApiserverV1beta2APIResources", r); { + switch err := c.securityBearerToken(ctx, GetFlowcontrolApiserverV1beta2APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15106,7 +15106,7 @@ func (c *Client) sendGetInternalApiserverAPIGroup(ctx context.Context) (res GetI c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetInternalApiserverAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetInternalApiserverAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15138,7 +15138,7 @@ func (c *Client) sendGetInternalApiserverAPIGroup(ctx context.Context) (res GetI var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetInternalApiserverAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetInternalApiserverAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15211,7 +15211,7 @@ func (c *Client) sendGetInternalApiserverV1alpha1APIResources(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetInternalApiserverV1alpha1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetInternalApiserverV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15243,7 +15243,7 @@ func (c *Client) sendGetInternalApiserverV1alpha1APIResources(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetInternalApiserverV1alpha1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetInternalApiserverV1alpha1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15316,7 +15316,7 @@ func (c *Client) sendGetNetworkingAPIGroup(ctx context.Context) (res GetNetworki c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNetworkingAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetNetworkingAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15348,7 +15348,7 @@ func (c *Client) sendGetNetworkingAPIGroup(ctx context.Context) (res GetNetworki var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNetworkingAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetNetworkingAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15421,7 +15421,7 @@ func (c *Client) sendGetNetworkingV1APIResources(ctx context.Context) (res GetNe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNetworkingV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetNetworkingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15453,7 +15453,7 @@ func (c *Client) sendGetNetworkingV1APIResources(ctx context.Context) (res GetNe var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNetworkingV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetNetworkingV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15526,7 +15526,7 @@ func (c *Client) sendGetNodeAPIGroup(ctx context.Context) (res GetNodeAPIGroupRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNodeAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetNodeAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15558,7 +15558,7 @@ func (c *Client) sendGetNodeAPIGroup(ctx context.Context) (res GetNodeAPIGroupRe var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNodeAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetNodeAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15631,7 +15631,7 @@ func (c *Client) sendGetNodeV1APIResources(ctx context.Context) (res GetNodeV1AP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNodeV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetNodeV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15663,7 +15663,7 @@ func (c *Client) sendGetNodeV1APIResources(ctx context.Context) (res GetNodeV1AP var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNodeV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetNodeV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15736,7 +15736,7 @@ func (c *Client) sendGetNodeV1alpha1APIResources(ctx context.Context) (res GetNo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNodeV1alpha1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetNodeV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15768,7 +15768,7 @@ func (c *Client) sendGetNodeV1alpha1APIResources(ctx context.Context) (res GetNo var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNodeV1alpha1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetNodeV1alpha1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15841,7 +15841,7 @@ func (c *Client) sendGetNodeV1beta1APIResources(ctx context.Context) (res GetNod c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetNodeV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetNodeV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15873,7 +15873,7 @@ func (c *Client) sendGetNodeV1beta1APIResources(ctx context.Context) (res GetNod var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetNodeV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetNodeV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -15946,7 +15946,7 @@ func (c *Client) sendGetPolicyAPIGroup(ctx context.Context) (res GetPolicyAPIGro c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPolicyAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetPolicyAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15978,7 +15978,7 @@ func (c *Client) sendGetPolicyAPIGroup(ctx context.Context) (res GetPolicyAPIGro var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetPolicyAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetPolicyAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16051,7 +16051,7 @@ func (c *Client) sendGetPolicyV1APIResources(ctx context.Context) (res GetPolicy c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPolicyV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetPolicyV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16083,7 +16083,7 @@ func (c *Client) sendGetPolicyV1APIResources(ctx context.Context) (res GetPolicy var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetPolicyV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetPolicyV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16156,7 +16156,7 @@ func (c *Client) sendGetPolicyV1beta1APIResources(ctx context.Context) (res GetP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPolicyV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetPolicyV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16188,7 +16188,7 @@ func (c *Client) sendGetPolicyV1beta1APIResources(ctx context.Context) (res GetP var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetPolicyV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetPolicyV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16261,7 +16261,7 @@ func (c *Client) sendGetRbacAuthorizationAPIGroup(ctx context.Context) (res GetR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetRbacAuthorizationAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetRbacAuthorizationAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16293,7 +16293,7 @@ func (c *Client) sendGetRbacAuthorizationAPIGroup(ctx context.Context) (res GetR var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetRbacAuthorizationAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetRbacAuthorizationAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16366,7 +16366,7 @@ func (c *Client) sendGetRbacAuthorizationV1APIResources(ctx context.Context) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetRbacAuthorizationV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetRbacAuthorizationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16398,7 +16398,7 @@ func (c *Client) sendGetRbacAuthorizationV1APIResources(ctx context.Context) (re var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetRbacAuthorizationV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetRbacAuthorizationV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16471,7 +16471,7 @@ func (c *Client) sendGetSchedulingAPIGroup(ctx context.Context) (res GetScheduli c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetSchedulingAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetSchedulingAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16503,7 +16503,7 @@ func (c *Client) sendGetSchedulingAPIGroup(ctx context.Context) (res GetScheduli var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetSchedulingAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetSchedulingAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16576,7 +16576,7 @@ func (c *Client) sendGetSchedulingV1APIResources(ctx context.Context) (res GetSc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetSchedulingV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetSchedulingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16608,7 +16608,7 @@ func (c *Client) sendGetSchedulingV1APIResources(ctx context.Context) (res GetSc var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetSchedulingV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetSchedulingV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16681,7 +16681,7 @@ func (c *Client) sendGetServiceAccountIssuerOpenIDConfiguration(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetServiceAccountIssuerOpenIDConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, GetServiceAccountIssuerOpenIDConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16713,7 +16713,7 @@ func (c *Client) sendGetServiceAccountIssuerOpenIDConfiguration(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetServiceAccountIssuerOpenIDConfiguration", r); { + switch err := c.securityBearerToken(ctx, GetServiceAccountIssuerOpenIDConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16786,7 +16786,7 @@ func (c *Client) sendGetServiceAccountIssuerOpenIDKeyset(ctx context.Context) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetServiceAccountIssuerOpenIDKeyset", + ctx, span := c.cfg.Tracer.Start(ctx, GetServiceAccountIssuerOpenIDKeysetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16818,7 +16818,7 @@ func (c *Client) sendGetServiceAccountIssuerOpenIDKeyset(ctx context.Context) (r var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetServiceAccountIssuerOpenIDKeyset", r); { + switch err := c.securityBearerToken(ctx, GetServiceAccountIssuerOpenIDKeysetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16891,7 +16891,7 @@ func (c *Client) sendGetStorageAPIGroup(ctx context.Context) (res GetStorageAPIG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStorageAPIGroup", + ctx, span := c.cfg.Tracer.Start(ctx, GetStorageAPIGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16923,7 +16923,7 @@ func (c *Client) sendGetStorageAPIGroup(ctx context.Context) (res GetStorageAPIG var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetStorageAPIGroup", r); { + switch err := c.securityBearerToken(ctx, GetStorageAPIGroupOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -16996,7 +16996,7 @@ func (c *Client) sendGetStorageV1APIResources(ctx context.Context) (res GetStora c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStorageV1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetStorageV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17028,7 +17028,7 @@ func (c *Client) sendGetStorageV1APIResources(ctx context.Context) (res GetStora var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetStorageV1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetStorageV1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -17101,7 +17101,7 @@ func (c *Client) sendGetStorageV1alpha1APIResources(ctx context.Context) (res Ge c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStorageV1alpha1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetStorageV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17133,7 +17133,7 @@ func (c *Client) sendGetStorageV1alpha1APIResources(ctx context.Context) (res Ge var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetStorageV1alpha1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetStorageV1alpha1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -17206,7 +17206,7 @@ func (c *Client) sendGetStorageV1beta1APIResources(ctx context.Context) (res Get c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStorageV1beta1APIResources", + ctx, span := c.cfg.Tracer.Start(ctx, GetStorageV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17238,7 +17238,7 @@ func (c *Client) sendGetStorageV1beta1APIResources(ctx context.Context) (res Get var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "GetStorageV1beta1APIResources", r); { + switch err := c.securityBearerToken(ctx, GetStorageV1beta1APIResourcesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -17311,7 +17311,7 @@ func (c *Client) sendListAdmissionregistrationV1MutatingWebhookConfiguration(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17517,7 +17517,7 @@ func (c *Client) sendListAdmissionregistrationV1MutatingWebhookConfiguration(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAdmissionregistrationV1MutatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -17590,7 +17590,7 @@ func (c *Client) sendListAdmissionregistrationV1ValidatingWebhookConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17796,7 +17796,7 @@ func (c *Client) sendListAdmissionregistrationV1ValidatingWebhookConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAdmissionregistrationV1ValidatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -17869,7 +17869,7 @@ func (c *Client) sendListApiextensionsV1CustomResourceDefinition(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListApiextensionsV1CustomResourceDefinition", + ctx, span := c.cfg.Tracer.Start(ctx, ListApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18075,7 +18075,7 @@ func (c *Client) sendListApiextensionsV1CustomResourceDefinition(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListApiextensionsV1CustomResourceDefinition", r); { + switch err := c.securityBearerToken(ctx, ListApiextensionsV1CustomResourceDefinitionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -18148,7 +18148,7 @@ func (c *Client) sendListApiregistrationV1APIService(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListApiregistrationV1APIService", + ctx, span := c.cfg.Tracer.Start(ctx, ListApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18354,7 +18354,7 @@ func (c *Client) sendListApiregistrationV1APIService(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListApiregistrationV1APIService", r); { + switch err := c.securityBearerToken(ctx, ListApiregistrationV1APIServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -18427,7 +18427,7 @@ func (c *Client) sendListAppsV1ControllerRevisionForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1ControllerRevisionForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1ControllerRevisionForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18633,7 +18633,7 @@ func (c *Client) sendListAppsV1ControllerRevisionForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1ControllerRevisionForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1ControllerRevisionForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -18706,7 +18706,7 @@ func (c *Client) sendListAppsV1DaemonSetForAllNamespaces(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1DaemonSetForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1DaemonSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18912,7 +18912,7 @@ func (c *Client) sendListAppsV1DaemonSetForAllNamespaces(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1DaemonSetForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1DaemonSetForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -18985,7 +18985,7 @@ func (c *Client) sendListAppsV1DeploymentForAllNamespaces(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1DeploymentForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1DeploymentForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19191,7 +19191,7 @@ func (c *Client) sendListAppsV1DeploymentForAllNamespaces(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1DeploymentForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1DeploymentForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -19264,7 +19264,7 @@ func (c *Client) sendListAppsV1NamespacedControllerRevision(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1NamespacedControllerRevision", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19489,7 +19489,7 @@ func (c *Client) sendListAppsV1NamespacedControllerRevision(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1NamespacedControllerRevision", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1NamespacedControllerRevisionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -19562,7 +19562,7 @@ func (c *Client) sendListAppsV1NamespacedDaemonSet(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1NamespacedDaemonSet", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19787,7 +19787,7 @@ func (c *Client) sendListAppsV1NamespacedDaemonSet(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1NamespacedDaemonSet", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1NamespacedDaemonSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -19860,7 +19860,7 @@ func (c *Client) sendListAppsV1NamespacedDeployment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1NamespacedDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20085,7 +20085,7 @@ func (c *Client) sendListAppsV1NamespacedDeployment(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1NamespacedDeployment", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1NamespacedDeploymentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -20158,7 +20158,7 @@ func (c *Client) sendListAppsV1NamespacedReplicaSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1NamespacedReplicaSet", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20383,7 +20383,7 @@ func (c *Client) sendListAppsV1NamespacedReplicaSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1NamespacedReplicaSet", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1NamespacedReplicaSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -20456,7 +20456,7 @@ func (c *Client) sendListAppsV1NamespacedStatefulSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1NamespacedStatefulSet", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20681,7 +20681,7 @@ func (c *Client) sendListAppsV1NamespacedStatefulSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1NamespacedStatefulSet", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1NamespacedStatefulSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -20754,7 +20754,7 @@ func (c *Client) sendListAppsV1ReplicaSetForAllNamespaces(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1ReplicaSetForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1ReplicaSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20960,7 +20960,7 @@ func (c *Client) sendListAppsV1ReplicaSetForAllNamespaces(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1ReplicaSetForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1ReplicaSetForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -21033,7 +21033,7 @@ func (c *Client) sendListAppsV1StatefulSetForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAppsV1StatefulSetForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAppsV1StatefulSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21239,7 +21239,7 @@ func (c *Client) sendListAppsV1StatefulSetForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAppsV1StatefulSetForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAppsV1StatefulSetForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -21312,7 +21312,7 @@ func (c *Client) sendListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21518,7 +21518,7 @@ func (c *Client) sendListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces(ct var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -21591,7 +21591,7 @@ func (c *Client) sendListAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21816,7 +21816,7 @@ func (c *Client) sendListAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -21889,7 +21889,7 @@ func (c *Client) sendListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22095,7 +22095,7 @@ func (c *Client) sendListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespac var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -22168,7 +22168,7 @@ func (c *Client) sendListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22393,7 +22393,7 @@ func (c *Client) sendListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -22466,7 +22466,7 @@ func (c *Client) sendListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22672,7 +22672,7 @@ func (c *Client) sendListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespac var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -22745,7 +22745,7 @@ func (c *Client) sendListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22970,7 +22970,7 @@ func (c *Client) sendListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -23043,7 +23043,7 @@ func (c *Client) sendListBatchV1CronJobForAllNamespaces(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1CronJobForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1CronJobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23249,7 +23249,7 @@ func (c *Client) sendListBatchV1CronJobForAllNamespaces(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1CronJobForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1CronJobForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -23322,7 +23322,7 @@ func (c *Client) sendListBatchV1JobForAllNamespaces(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1JobForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1JobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23528,7 +23528,7 @@ func (c *Client) sendListBatchV1JobForAllNamespaces(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1JobForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1JobForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -23601,7 +23601,7 @@ func (c *Client) sendListBatchV1NamespacedCronJob(ctx context.Context, params Li c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23826,7 +23826,7 @@ func (c *Client) sendListBatchV1NamespacedCronJob(ctx context.Context, params Li var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -23899,7 +23899,7 @@ func (c *Client) sendListBatchV1NamespacedJob(ctx context.Context, params ListBa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1NamespacedJob", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24124,7 +24124,7 @@ func (c *Client) sendListBatchV1NamespacedJob(ctx context.Context, params ListBa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1NamespacedJob", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1NamespacedJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -24197,7 +24197,7 @@ func (c *Client) sendListBatchV1beta1CronJobForAllNamespaces(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1beta1CronJobForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1beta1CronJobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24403,7 +24403,7 @@ func (c *Client) sendListBatchV1beta1CronJobForAllNamespaces(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1beta1CronJobForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1beta1CronJobForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -24476,7 +24476,7 @@ func (c *Client) sendListBatchV1beta1NamespacedCronJob(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListBatchV1beta1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, ListBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24701,7 +24701,7 @@ func (c *Client) sendListBatchV1beta1NamespacedCronJob(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListBatchV1beta1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, ListBatchV1beta1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -24774,7 +24774,7 @@ func (c *Client) sendListCertificatesV1CertificateSigningRequest(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCertificatesV1CertificateSigningRequest", + ctx, span := c.cfg.Tracer.Start(ctx, ListCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24980,7 +24980,7 @@ func (c *Client) sendListCertificatesV1CertificateSigningRequest(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCertificatesV1CertificateSigningRequest", r); { + switch err := c.securityBearerToken(ctx, ListCertificatesV1CertificateSigningRequestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -25053,7 +25053,7 @@ func (c *Client) sendListCoordinationV1LeaseForAllNamespaces(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoordinationV1LeaseForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoordinationV1LeaseForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25259,7 +25259,7 @@ func (c *Client) sendListCoordinationV1LeaseForAllNamespaces(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoordinationV1LeaseForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoordinationV1LeaseForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -25332,7 +25332,7 @@ func (c *Client) sendListCoordinationV1NamespacedLease(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoordinationV1NamespacedLease", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25557,7 +25557,7 @@ func (c *Client) sendListCoordinationV1NamespacedLease(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoordinationV1NamespacedLease", r); { + switch err := c.securityBearerToken(ctx, ListCoordinationV1NamespacedLeaseOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -25630,7 +25630,7 @@ func (c *Client) sendListCoreV1ComponentStatus(ctx context.Context, params ListC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ComponentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ComponentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25836,7 +25836,7 @@ func (c *Client) sendListCoreV1ComponentStatus(ctx context.Context, params ListC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ComponentStatus", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ComponentStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -25909,7 +25909,7 @@ func (c *Client) sendListCoreV1ConfigMapForAllNamespaces(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ConfigMapForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ConfigMapForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26115,7 +26115,7 @@ func (c *Client) sendListCoreV1ConfigMapForAllNamespaces(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ConfigMapForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ConfigMapForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -26188,7 +26188,7 @@ func (c *Client) sendListCoreV1EndpointsForAllNamespaces(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1EndpointsForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1EndpointsForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26394,7 +26394,7 @@ func (c *Client) sendListCoreV1EndpointsForAllNamespaces(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1EndpointsForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1EndpointsForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -26467,7 +26467,7 @@ func (c *Client) sendListCoreV1EventForAllNamespaces(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1EventForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26673,7 +26673,7 @@ func (c *Client) sendListCoreV1EventForAllNamespaces(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1EventForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1EventForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -26746,7 +26746,7 @@ func (c *Client) sendListCoreV1LimitRangeForAllNamespaces(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1LimitRangeForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1LimitRangeForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26952,7 +26952,7 @@ func (c *Client) sendListCoreV1LimitRangeForAllNamespaces(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1LimitRangeForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1LimitRangeForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -27025,7 +27025,7 @@ func (c *Client) sendListCoreV1Namespace(ctx context.Context, params ListCoreV1N c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1Namespace", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27231,7 +27231,7 @@ func (c *Client) sendListCoreV1Namespace(ctx context.Context, params ListCoreV1N var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1Namespace", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespaceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -27304,7 +27304,7 @@ func (c *Client) sendListCoreV1NamespacedConfigMap(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedConfigMap", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27529,7 +27529,7 @@ func (c *Client) sendListCoreV1NamespacedConfigMap(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedConfigMap", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedConfigMapOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -27602,7 +27602,7 @@ func (c *Client) sendListCoreV1NamespacedEndpoints(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedEndpoints", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27827,7 +27827,7 @@ func (c *Client) sendListCoreV1NamespacedEndpoints(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedEndpoints", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedEndpointsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -27900,7 +27900,7 @@ func (c *Client) sendListCoreV1NamespacedEvent(ctx context.Context, params ListC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28125,7 +28125,7 @@ func (c *Client) sendListCoreV1NamespacedEvent(ctx context.Context, params ListC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -28198,7 +28198,7 @@ func (c *Client) sendListCoreV1NamespacedLimitRange(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedLimitRange", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28423,7 +28423,7 @@ func (c *Client) sendListCoreV1NamespacedLimitRange(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedLimitRange", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedLimitRangeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -28496,7 +28496,7 @@ func (c *Client) sendListCoreV1NamespacedPersistentVolumeClaim(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedPersistentVolumeClaim", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28721,7 +28721,7 @@ func (c *Client) sendListCoreV1NamespacedPersistentVolumeClaim(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedPersistentVolumeClaim", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedPersistentVolumeClaimOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -28794,7 +28794,7 @@ func (c *Client) sendListCoreV1NamespacedPod(ctx context.Context, params ListCor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedPod", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29019,7 +29019,7 @@ func (c *Client) sendListCoreV1NamespacedPod(ctx context.Context, params ListCor var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedPod", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedPodOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -29092,7 +29092,7 @@ func (c *Client) sendListCoreV1NamespacedPodTemplate(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedPodTemplate", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29317,7 +29317,7 @@ func (c *Client) sendListCoreV1NamespacedPodTemplate(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedPodTemplate", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedPodTemplateOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -29390,7 +29390,7 @@ func (c *Client) sendListCoreV1NamespacedReplicationController(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedReplicationController", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29615,7 +29615,7 @@ func (c *Client) sendListCoreV1NamespacedReplicationController(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedReplicationController", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedReplicationControllerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -29688,7 +29688,7 @@ func (c *Client) sendListCoreV1NamespacedResourceQuota(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedResourceQuota", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29913,7 +29913,7 @@ func (c *Client) sendListCoreV1NamespacedResourceQuota(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedResourceQuota", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedResourceQuotaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -29986,7 +29986,7 @@ func (c *Client) sendListCoreV1NamespacedSecret(ctx context.Context, params List c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30211,7 +30211,7 @@ func (c *Client) sendListCoreV1NamespacedSecret(ctx context.Context, params List var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedSecret", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedSecretOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -30284,7 +30284,7 @@ func (c *Client) sendListCoreV1NamespacedService(ctx context.Context, params Lis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedService", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30509,7 +30509,7 @@ func (c *Client) sendListCoreV1NamespacedService(ctx context.Context, params Lis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedService", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -30582,7 +30582,7 @@ func (c *Client) sendListCoreV1NamespacedServiceAccount(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1NamespacedServiceAccount", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30807,7 +30807,7 @@ func (c *Client) sendListCoreV1NamespacedServiceAccount(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1NamespacedServiceAccount", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NamespacedServiceAccountOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -30880,7 +30880,7 @@ func (c *Client) sendListCoreV1Node(ctx context.Context, params ListCoreV1NodePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1Node", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31086,7 +31086,7 @@ func (c *Client) sendListCoreV1Node(ctx context.Context, params ListCoreV1NodePa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1Node", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1NodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -31159,7 +31159,7 @@ func (c *Client) sendListCoreV1PersistentVolume(ctx context.Context, params List c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1PersistentVolume", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31365,7 +31365,7 @@ func (c *Client) sendListCoreV1PersistentVolume(ctx context.Context, params List var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1PersistentVolume", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1PersistentVolumeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -31438,7 +31438,7 @@ func (c *Client) sendListCoreV1PersistentVolumeClaimForAllNamespaces(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1PersistentVolumeClaimForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31644,7 +31644,7 @@ func (c *Client) sendListCoreV1PersistentVolumeClaimForAllNamespaces(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1PersistentVolumeClaimForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -31717,7 +31717,7 @@ func (c *Client) sendListCoreV1PodForAllNamespaces(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1PodForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1PodForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31923,7 +31923,7 @@ func (c *Client) sendListCoreV1PodForAllNamespaces(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1PodForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1PodForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -31996,7 +31996,7 @@ func (c *Client) sendListCoreV1PodTemplateForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1PodTemplateForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1PodTemplateForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32202,7 +32202,7 @@ func (c *Client) sendListCoreV1PodTemplateForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1PodTemplateForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1PodTemplateForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -32275,7 +32275,7 @@ func (c *Client) sendListCoreV1ReplicationControllerForAllNamespaces(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ReplicationControllerForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ReplicationControllerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32481,7 +32481,7 @@ func (c *Client) sendListCoreV1ReplicationControllerForAllNamespaces(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ReplicationControllerForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ReplicationControllerForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -32554,7 +32554,7 @@ func (c *Client) sendListCoreV1ResourceQuotaForAllNamespaces(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ResourceQuotaForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ResourceQuotaForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32760,7 +32760,7 @@ func (c *Client) sendListCoreV1ResourceQuotaForAllNamespaces(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ResourceQuotaForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ResourceQuotaForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -32833,7 +32833,7 @@ func (c *Client) sendListCoreV1SecretForAllNamespaces(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1SecretForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1SecretForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33039,7 +33039,7 @@ func (c *Client) sendListCoreV1SecretForAllNamespaces(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1SecretForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1SecretForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -33112,7 +33112,7 @@ func (c *Client) sendListCoreV1ServiceAccountForAllNamespaces(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ServiceAccountForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ServiceAccountForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33318,7 +33318,7 @@ func (c *Client) sendListCoreV1ServiceAccountForAllNamespaces(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ServiceAccountForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ServiceAccountForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -33391,7 +33391,7 @@ func (c *Client) sendListCoreV1ServiceForAllNamespaces(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListCoreV1ServiceForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListCoreV1ServiceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33597,7 +33597,7 @@ func (c *Client) sendListCoreV1ServiceForAllNamespaces(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListCoreV1ServiceForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListCoreV1ServiceForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -33670,7 +33670,7 @@ func (c *Client) sendListDiscoveryV1EndpointSliceForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListDiscoveryV1EndpointSliceForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListDiscoveryV1EndpointSliceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33876,7 +33876,7 @@ func (c *Client) sendListDiscoveryV1EndpointSliceForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListDiscoveryV1EndpointSliceForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListDiscoveryV1EndpointSliceForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -33949,7 +33949,7 @@ func (c *Client) sendListDiscoveryV1NamespacedEndpointSlice(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListDiscoveryV1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, ListDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34174,7 +34174,7 @@ func (c *Client) sendListDiscoveryV1NamespacedEndpointSlice(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListDiscoveryV1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, ListDiscoveryV1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -34247,7 +34247,7 @@ func (c *Client) sendListDiscoveryV1beta1EndpointSliceForAllNamespaces(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34453,7 +34453,7 @@ func (c *Client) sendListDiscoveryV1beta1EndpointSliceForAllNamespaces(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -34526,7 +34526,7 @@ func (c *Client) sendListDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, ListDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34751,7 +34751,7 @@ func (c *Client) sendListDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListDiscoveryV1beta1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, ListDiscoveryV1beta1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -34824,7 +34824,7 @@ func (c *Client) sendListEventsV1EventForAllNamespaces(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListEventsV1EventForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListEventsV1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35030,7 +35030,7 @@ func (c *Client) sendListEventsV1EventForAllNamespaces(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListEventsV1EventForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListEventsV1EventForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -35103,7 +35103,7 @@ func (c *Client) sendListEventsV1NamespacedEvent(ctx context.Context, params Lis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListEventsV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ListEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35328,7 +35328,7 @@ func (c *Client) sendListEventsV1NamespacedEvent(ctx context.Context, params Lis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListEventsV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ListEventsV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -35401,7 +35401,7 @@ func (c *Client) sendListEventsV1beta1EventForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListEventsV1beta1EventForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListEventsV1beta1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35607,7 +35607,7 @@ func (c *Client) sendListEventsV1beta1EventForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListEventsV1beta1EventForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListEventsV1beta1EventForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -35680,7 +35680,7 @@ func (c *Client) sendListEventsV1beta1NamespacedEvent(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListEventsV1beta1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ListEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35905,7 +35905,7 @@ func (c *Client) sendListEventsV1beta1NamespacedEvent(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListEventsV1beta1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ListEventsV1beta1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -35978,7 +35978,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta1FlowSchema(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, ListFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36184,7 +36184,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta1FlowSchema(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta1FlowSchema", r); { + switch err := c.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta1FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -36257,7 +36257,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta1PriorityLevelConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36463,7 +36463,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta1PriorityLevelConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -36536,7 +36536,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta2FlowSchema(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, ListFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36742,7 +36742,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta2FlowSchema(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta2FlowSchema", r); { + switch err := c.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta2FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -36815,7 +36815,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta2PriorityLevelConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37021,7 +37021,7 @@ func (c *Client) sendListFlowcontrolApiserverV1beta2PriorityLevelConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -37094,7 +37094,7 @@ func (c *Client) sendListInternalApiserverV1alpha1StorageVersion(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListInternalApiserverV1alpha1StorageVersion", + ctx, span := c.cfg.Tracer.Start(ctx, ListInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37300,7 +37300,7 @@ func (c *Client) sendListInternalApiserverV1alpha1StorageVersion(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListInternalApiserverV1alpha1StorageVersion", r); { + switch err := c.securityBearerToken(ctx, ListInternalApiserverV1alpha1StorageVersionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -37373,7 +37373,7 @@ func (c *Client) sendListNetworkingV1IngressClass(ctx context.Context, params Li c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNetworkingV1IngressClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37579,7 +37579,7 @@ func (c *Client) sendListNetworkingV1IngressClass(ctx context.Context, params Li var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNetworkingV1IngressClass", r); { + switch err := c.securityBearerToken(ctx, ListNetworkingV1IngressClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -37652,7 +37652,7 @@ func (c *Client) sendListNetworkingV1IngressForAllNamespaces(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNetworkingV1IngressForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListNetworkingV1IngressForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37858,7 +37858,7 @@ func (c *Client) sendListNetworkingV1IngressForAllNamespaces(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNetworkingV1IngressForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListNetworkingV1IngressForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -37931,7 +37931,7 @@ func (c *Client) sendListNetworkingV1NamespacedIngress(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNetworkingV1NamespacedIngress", + ctx, span := c.cfg.Tracer.Start(ctx, ListNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38156,7 +38156,7 @@ func (c *Client) sendListNetworkingV1NamespacedIngress(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNetworkingV1NamespacedIngress", r); { + switch err := c.securityBearerToken(ctx, ListNetworkingV1NamespacedIngressOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -38229,7 +38229,7 @@ func (c *Client) sendListNetworkingV1NamespacedNetworkPolicy(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNetworkingV1NamespacedNetworkPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, ListNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38454,7 +38454,7 @@ func (c *Client) sendListNetworkingV1NamespacedNetworkPolicy(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNetworkingV1NamespacedNetworkPolicy", r); { + switch err := c.securityBearerToken(ctx, ListNetworkingV1NamespacedNetworkPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -38527,7 +38527,7 @@ func (c *Client) sendListNetworkingV1NetworkPolicyForAllNamespaces(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNetworkingV1NetworkPolicyForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListNetworkingV1NetworkPolicyForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38733,7 +38733,7 @@ func (c *Client) sendListNetworkingV1NetworkPolicyForAllNamespaces(ctx context.C var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNetworkingV1NetworkPolicyForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListNetworkingV1NetworkPolicyForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -38806,7 +38806,7 @@ func (c *Client) sendListNodeV1RuntimeClass(ctx context.Context, params ListNode c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNodeV1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39012,7 +39012,7 @@ func (c *Client) sendListNodeV1RuntimeClass(ctx context.Context, params ListNode var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNodeV1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ListNodeV1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -39085,7 +39085,7 @@ func (c *Client) sendListNodeV1alpha1RuntimeClass(ctx context.Context, params Li c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNodeV1alpha1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39291,7 +39291,7 @@ func (c *Client) sendListNodeV1alpha1RuntimeClass(ctx context.Context, params Li var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNodeV1alpha1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ListNodeV1alpha1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -39364,7 +39364,7 @@ func (c *Client) sendListNodeV1beta1RuntimeClass(ctx context.Context, params Lis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListNodeV1beta1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39570,7 +39570,7 @@ func (c *Client) sendListNodeV1beta1RuntimeClass(ctx context.Context, params Lis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListNodeV1beta1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ListNodeV1beta1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -39643,7 +39643,7 @@ func (c *Client) sendListPolicyV1NamespacedPodDisruptionBudget(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPolicyV1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, ListPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39868,7 +39868,7 @@ func (c *Client) sendListPolicyV1NamespacedPodDisruptionBudget(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListPolicyV1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, ListPolicyV1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -39941,7 +39941,7 @@ func (c *Client) sendListPolicyV1PodDisruptionBudgetForAllNamespaces(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPolicyV1PodDisruptionBudgetForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40147,7 +40147,7 @@ func (c *Client) sendListPolicyV1PodDisruptionBudgetForAllNamespaces(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListPolicyV1PodDisruptionBudgetForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -40220,7 +40220,7 @@ func (c *Client) sendListPolicyV1beta1NamespacedPodDisruptionBudget(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40445,7 +40445,7 @@ func (c *Client) sendListPolicyV1beta1NamespacedPodDisruptionBudget(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListPolicyV1beta1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -40518,7 +40518,7 @@ func (c *Client) sendListPolicyV1beta1PodDisruptionBudgetForAllNamespaces(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40724,7 +40724,7 @@ func (c *Client) sendListPolicyV1beta1PodDisruptionBudgetForAllNamespaces(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -40797,7 +40797,7 @@ func (c *Client) sendListPolicyV1beta1PodSecurityPolicy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPolicyV1beta1PodSecurityPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, ListPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41003,7 +41003,7 @@ func (c *Client) sendListPolicyV1beta1PodSecurityPolicy(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListPolicyV1beta1PodSecurityPolicy", r); { + switch err := c.securityBearerToken(ctx, ListPolicyV1beta1PodSecurityPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -41076,7 +41076,7 @@ func (c *Client) sendListRbacAuthorizationV1ClusterRole(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1ClusterRole", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41282,7 +41282,7 @@ func (c *Client) sendListRbacAuthorizationV1ClusterRole(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1ClusterRole", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1ClusterRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -41355,7 +41355,7 @@ func (c *Client) sendListRbacAuthorizationV1ClusterRoleBinding(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1ClusterRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41561,7 +41561,7 @@ func (c *Client) sendListRbacAuthorizationV1ClusterRoleBinding(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1ClusterRoleBinding", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1ClusterRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -41634,7 +41634,7 @@ func (c *Client) sendListRbacAuthorizationV1NamespacedRole(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1NamespacedRole", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41859,7 +41859,7 @@ func (c *Client) sendListRbacAuthorizationV1NamespacedRole(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1NamespacedRole", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1NamespacedRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -41932,7 +41932,7 @@ func (c *Client) sendListRbacAuthorizationV1NamespacedRoleBinding(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42157,7 +42157,7 @@ func (c *Client) sendListRbacAuthorizationV1NamespacedRoleBinding(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1NamespacedRoleBinding", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1NamespacedRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -42230,7 +42230,7 @@ func (c *Client) sendListRbacAuthorizationV1RoleBindingForAllNamespaces(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1RoleBindingForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42436,7 +42436,7 @@ func (c *Client) sendListRbacAuthorizationV1RoleBindingForAllNamespaces(ctx cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1RoleBindingForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -42509,7 +42509,7 @@ func (c *Client) sendListRbacAuthorizationV1RoleForAllNamespaces(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListRbacAuthorizationV1RoleForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListRbacAuthorizationV1RoleForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42715,7 +42715,7 @@ func (c *Client) sendListRbacAuthorizationV1RoleForAllNamespaces(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListRbacAuthorizationV1RoleForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListRbacAuthorizationV1RoleForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -42788,7 +42788,7 @@ func (c *Client) sendListSchedulingV1PriorityClass(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListSchedulingV1PriorityClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42994,7 +42994,7 @@ func (c *Client) sendListSchedulingV1PriorityClass(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListSchedulingV1PriorityClass", r); { + switch err := c.securityBearerToken(ctx, ListSchedulingV1PriorityClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -43067,7 +43067,7 @@ func (c *Client) sendListStorageV1CSIDriver(ctx context.Context, params ListStor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1CSIDriver", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43273,7 +43273,7 @@ func (c *Client) sendListStorageV1CSIDriver(ctx context.Context, params ListStor var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1CSIDriver", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1CSIDriverOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -43346,7 +43346,7 @@ func (c *Client) sendListStorageV1CSINode(ctx context.Context, params ListStorag c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1CSINode", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43552,7 +43552,7 @@ func (c *Client) sendListStorageV1CSINode(ctx context.Context, params ListStorag var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1CSINode", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1CSINodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -43625,7 +43625,7 @@ func (c *Client) sendListStorageV1StorageClass(ctx context.Context, params ListS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1StorageClass", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43831,7 +43831,7 @@ func (c *Client) sendListStorageV1StorageClass(ctx context.Context, params ListS var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1StorageClass", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1StorageClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -43904,7 +43904,7 @@ func (c *Client) sendListStorageV1VolumeAttachment(ctx context.Context, params L c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1VolumeAttachment", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44110,7 +44110,7 @@ func (c *Client) sendListStorageV1VolumeAttachment(ctx context.Context, params L var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1VolumeAttachment", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1VolumeAttachmentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -44183,7 +44183,7 @@ func (c *Client) sendListStorageV1alpha1CSIStorageCapacityForAllNamespaces(ctx c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44389,7 +44389,7 @@ func (c *Client) sendListStorageV1alpha1CSIStorageCapacityForAllNamespaces(ctx c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -44462,7 +44462,7 @@ func (c *Client) sendListStorageV1alpha1NamespacedCSIStorageCapacity(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44687,7 +44687,7 @@ func (c *Client) sendListStorageV1alpha1NamespacedCSIStorageCapacity(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1alpha1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -44760,7 +44760,7 @@ func (c *Client) sendListStorageV1beta1CSIStorageCapacityForAllNamespaces(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44966,7 +44966,7 @@ func (c *Client) sendListStorageV1beta1CSIStorageCapacityForAllNamespaces(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45039,7 +45039,7 @@ func (c *Client) sendListStorageV1beta1NamespacedCSIStorageCapacity(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, ListStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45264,7 +45264,7 @@ func (c *Client) sendListStorageV1beta1NamespacedCSIStorageCapacity(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ListStorageV1beta1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, ListStorageV1beta1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45335,7 +45335,7 @@ func (c *Client) sendLogFileHandler(ctx context.Context, params LogFileHandlerPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LogFileHandler", + ctx, span := c.cfg.Tracer.Start(ctx, LogFileHandlerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45385,7 +45385,7 @@ func (c *Client) sendLogFileHandler(ctx context.Context, params LogFileHandlerPa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "LogFileHandler", r); { + switch err := c.securityBearerToken(ctx, LogFileHandlerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45456,7 +45456,7 @@ func (c *Client) sendLogFileListHandler(ctx context.Context) (res *LogFileListHa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LogFileListHandler", + ctx, span := c.cfg.Tracer.Start(ctx, LogFileListHandlerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45488,7 +45488,7 @@ func (c *Client) sendLogFileListHandler(ctx context.Context) (res *LogFileListHa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "LogFileListHandler", r); { + switch err := c.securityBearerToken(ctx, LogFileListHandlerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45561,7 +45561,7 @@ func (c *Client) sendReadAdmissionregistrationV1MutatingWebhookConfiguration(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45632,7 +45632,7 @@ func (c *Client) sendReadAdmissionregistrationV1MutatingWebhookConfiguration(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAdmissionregistrationV1MutatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45705,7 +45705,7 @@ func (c *Client) sendReadAdmissionregistrationV1ValidatingWebhookConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45776,7 +45776,7 @@ func (c *Client) sendReadAdmissionregistrationV1ValidatingWebhookConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45849,7 +45849,7 @@ func (c *Client) sendReadApiextensionsV1CustomResourceDefinition(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadApiextensionsV1CustomResourceDefinition", + ctx, span := c.cfg.Tracer.Start(ctx, ReadApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45920,7 +45920,7 @@ func (c *Client) sendReadApiextensionsV1CustomResourceDefinition(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadApiextensionsV1CustomResourceDefinition", r); { + switch err := c.securityBearerToken(ctx, ReadApiextensionsV1CustomResourceDefinitionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -45993,7 +45993,7 @@ func (c *Client) sendReadApiextensionsV1CustomResourceDefinitionStatus(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadApiextensionsV1CustomResourceDefinitionStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadApiextensionsV1CustomResourceDefinitionStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46065,7 +46065,7 @@ func (c *Client) sendReadApiextensionsV1CustomResourceDefinitionStatus(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadApiextensionsV1CustomResourceDefinitionStatus", r); { + switch err := c.securityBearerToken(ctx, ReadApiextensionsV1CustomResourceDefinitionStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46138,7 +46138,7 @@ func (c *Client) sendReadApiregistrationV1APIService(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadApiregistrationV1APIService", + ctx, span := c.cfg.Tracer.Start(ctx, ReadApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46209,7 +46209,7 @@ func (c *Client) sendReadApiregistrationV1APIService(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadApiregistrationV1APIService", r); { + switch err := c.securityBearerToken(ctx, ReadApiregistrationV1APIServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46282,7 +46282,7 @@ func (c *Client) sendReadApiregistrationV1APIServiceStatus(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadApiregistrationV1APIServiceStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadApiregistrationV1APIServiceStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46354,7 +46354,7 @@ func (c *Client) sendReadApiregistrationV1APIServiceStatus(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadApiregistrationV1APIServiceStatus", r); { + switch err := c.securityBearerToken(ctx, ReadApiregistrationV1APIServiceStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46427,7 +46427,7 @@ func (c *Client) sendReadAppsV1NamespacedControllerRevision(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedControllerRevision", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46517,7 +46517,7 @@ func (c *Client) sendReadAppsV1NamespacedControllerRevision(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedControllerRevision", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedControllerRevisionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46590,7 +46590,7 @@ func (c *Client) sendReadAppsV1NamespacedDaemonSet(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedDaemonSet", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46680,7 +46680,7 @@ func (c *Client) sendReadAppsV1NamespacedDaemonSet(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedDaemonSet", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedDaemonSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46753,7 +46753,7 @@ func (c *Client) sendReadAppsV1NamespacedDaemonSetStatus(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedDaemonSetStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedDaemonSetStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46844,7 +46844,7 @@ func (c *Client) sendReadAppsV1NamespacedDaemonSetStatus(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedDaemonSetStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedDaemonSetStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -46917,7 +46917,7 @@ func (c *Client) sendReadAppsV1NamespacedDeployment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47007,7 +47007,7 @@ func (c *Client) sendReadAppsV1NamespacedDeployment(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedDeployment", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47080,7 +47080,7 @@ func (c *Client) sendReadAppsV1NamespacedDeploymentScale(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedDeploymentScale", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedDeploymentScaleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47171,7 +47171,7 @@ func (c *Client) sendReadAppsV1NamespacedDeploymentScale(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedDeploymentScale", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentScaleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47244,7 +47244,7 @@ func (c *Client) sendReadAppsV1NamespacedDeploymentStatus(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedDeploymentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47335,7 +47335,7 @@ func (c *Client) sendReadAppsV1NamespacedDeploymentStatus(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedDeploymentStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47408,7 +47408,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedReplicaSet", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47498,7 +47498,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSet", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47571,7 +47571,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSetScale(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedReplicaSetScale", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedReplicaSetScaleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47662,7 +47662,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSetScale(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSetScale", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetScaleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47735,7 +47735,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSetStatus(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedReplicaSetStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedReplicaSetStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47826,7 +47826,7 @@ func (c *Client) sendReadAppsV1NamespacedReplicaSetStatus(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSetStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -47899,7 +47899,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedStatefulSet", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47989,7 +47989,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSet", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48062,7 +48062,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSetScale(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedStatefulSetScale", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedStatefulSetScaleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48153,7 +48153,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSetScale(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSetScale", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetScaleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48226,7 +48226,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSetStatus(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAppsV1NamespacedStatefulSetStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAppsV1NamespacedStatefulSetStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48317,7 +48317,7 @@ func (c *Client) sendReadAppsV1NamespacedStatefulSetStatus(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSetStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48390,7 +48390,7 @@ func (c *Client) sendReadAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48480,7 +48480,7 @@ func (c *Client) sendReadAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48553,7 +48553,7 @@ func (c *Client) sendReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48644,7 +48644,7 @@ func (c *Client) sendReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(ct var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48717,7 +48717,7 @@ func (c *Client) sendReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48807,7 +48807,7 @@ func (c *Client) sendReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -48880,7 +48880,7 @@ func (c *Client) sendReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48971,7 +48971,7 @@ func (c *Client) sendReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49044,7 +49044,7 @@ func (c *Client) sendReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49134,7 +49134,7 @@ func (c *Client) sendReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49207,7 +49207,7 @@ func (c *Client) sendReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49298,7 +49298,7 @@ func (c *Client) sendReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", r); { + switch err := c.securityBearerToken(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49371,7 +49371,7 @@ func (c *Client) sendReadBatchV1NamespacedCronJob(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49461,7 +49461,7 @@ func (c *Client) sendReadBatchV1NamespacedCronJob(ctx context.Context, params Re var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49534,7 +49534,7 @@ func (c *Client) sendReadBatchV1NamespacedCronJobStatus(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1NamespacedCronJobStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1NamespacedCronJobStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49625,7 +49625,7 @@ func (c *Client) sendReadBatchV1NamespacedCronJobStatus(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1NamespacedCronJobStatus", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1NamespacedCronJobStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49698,7 +49698,7 @@ func (c *Client) sendReadBatchV1NamespacedJob(ctx context.Context, params ReadBa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1NamespacedJob", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49788,7 +49788,7 @@ func (c *Client) sendReadBatchV1NamespacedJob(ctx context.Context, params ReadBa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1NamespacedJob", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1NamespacedJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -49861,7 +49861,7 @@ func (c *Client) sendReadBatchV1NamespacedJobStatus(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1NamespacedJobStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1NamespacedJobStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49952,7 +49952,7 @@ func (c *Client) sendReadBatchV1NamespacedJobStatus(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1NamespacedJobStatus", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1NamespacedJobStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50025,7 +50025,7 @@ func (c *Client) sendReadBatchV1beta1NamespacedCronJob(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1beta1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50115,7 +50115,7 @@ func (c *Client) sendReadBatchV1beta1NamespacedCronJob(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1beta1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1beta1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50188,7 +50188,7 @@ func (c *Client) sendReadBatchV1beta1NamespacedCronJobStatus(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadBatchV1beta1NamespacedCronJobStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadBatchV1beta1NamespacedCronJobStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50279,7 +50279,7 @@ func (c *Client) sendReadBatchV1beta1NamespacedCronJobStatus(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadBatchV1beta1NamespacedCronJobStatus", r); { + switch err := c.securityBearerToken(ctx, ReadBatchV1beta1NamespacedCronJobStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50352,7 +50352,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequest(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCertificatesV1CertificateSigningRequest", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50423,7 +50423,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequest(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequest", r); { + switch err := c.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50496,7 +50496,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequestApproval(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCertificatesV1CertificateSigningRequestApproval", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCertificatesV1CertificateSigningRequestApprovalOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50568,7 +50568,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequestApproval(ctx con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequestApproval", r); { + switch err := c.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestApprovalOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50641,7 +50641,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequestStatus(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCertificatesV1CertificateSigningRequestStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCertificatesV1CertificateSigningRequestStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50713,7 +50713,7 @@ func (c *Client) sendReadCertificatesV1CertificateSigningRequestStatus(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequestStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50786,7 +50786,7 @@ func (c *Client) sendReadCoordinationV1NamespacedLease(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoordinationV1NamespacedLease", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50876,7 +50876,7 @@ func (c *Client) sendReadCoordinationV1NamespacedLease(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoordinationV1NamespacedLease", r); { + switch err := c.securityBearerToken(ctx, ReadCoordinationV1NamespacedLeaseOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -50949,7 +50949,7 @@ func (c *Client) sendReadCoreV1ComponentStatus(ctx context.Context, params ReadC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1ComponentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1ComponentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51020,7 +51020,7 @@ func (c *Client) sendReadCoreV1ComponentStatus(ctx context.Context, params ReadC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1ComponentStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1ComponentStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51093,7 +51093,7 @@ func (c *Client) sendReadCoreV1Namespace(ctx context.Context, params ReadCoreV1N c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1Namespace", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51164,7 +51164,7 @@ func (c *Client) sendReadCoreV1Namespace(ctx context.Context, params ReadCoreV1N var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1Namespace", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespaceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51237,7 +51237,7 @@ func (c *Client) sendReadCoreV1NamespaceStatus(ctx context.Context, params ReadC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespaceStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespaceStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51309,7 +51309,7 @@ func (c *Client) sendReadCoreV1NamespaceStatus(ctx context.Context, params ReadC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespaceStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespaceStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51382,7 +51382,7 @@ func (c *Client) sendReadCoreV1NamespacedConfigMap(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedConfigMap", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51472,7 +51472,7 @@ func (c *Client) sendReadCoreV1NamespacedConfigMap(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedConfigMap", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedConfigMapOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51545,7 +51545,7 @@ func (c *Client) sendReadCoreV1NamespacedEndpoints(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedEndpoints", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51635,7 +51635,7 @@ func (c *Client) sendReadCoreV1NamespacedEndpoints(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedEndpoints", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedEndpointsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51708,7 +51708,7 @@ func (c *Client) sendReadCoreV1NamespacedEvent(ctx context.Context, params ReadC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51798,7 +51798,7 @@ func (c *Client) sendReadCoreV1NamespacedEvent(ctx context.Context, params ReadC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -51871,7 +51871,7 @@ func (c *Client) sendReadCoreV1NamespacedLimitRange(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedLimitRange", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51961,7 +51961,7 @@ func (c *Client) sendReadCoreV1NamespacedLimitRange(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedLimitRange", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedLimitRangeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52034,7 +52034,7 @@ func (c *Client) sendReadCoreV1NamespacedPersistentVolumeClaim(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPersistentVolumeClaim", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52124,7 +52124,7 @@ func (c *Client) sendReadCoreV1NamespacedPersistentVolumeClaim(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPersistentVolumeClaim", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPersistentVolumeClaimOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52197,7 +52197,7 @@ func (c *Client) sendReadCoreV1NamespacedPersistentVolumeClaimStatus(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPersistentVolumeClaimStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52288,7 +52288,7 @@ func (c *Client) sendReadCoreV1NamespacedPersistentVolumeClaimStatus(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPersistentVolumeClaimStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52361,7 +52361,7 @@ func (c *Client) sendReadCoreV1NamespacedPod(ctx context.Context, params ReadCor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPod", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52451,7 +52451,7 @@ func (c *Client) sendReadCoreV1NamespacedPod(ctx context.Context, params ReadCor var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPod", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPodOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52524,7 +52524,7 @@ func (c *Client) sendReadCoreV1NamespacedPodEphemeralcontainers(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPodEphemeralcontainers", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPodEphemeralcontainersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52615,7 +52615,7 @@ func (c *Client) sendReadCoreV1NamespacedPodEphemeralcontainers(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPodEphemeralcontainers", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPodEphemeralcontainersOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52688,7 +52688,7 @@ func (c *Client) sendReadCoreV1NamespacedPodLog(ctx context.Context, params Read c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPodLog", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPodLogOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52915,7 +52915,7 @@ func (c *Client) sendReadCoreV1NamespacedPodLog(ctx context.Context, params Read var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPodLog", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPodLogOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -52988,7 +52988,7 @@ func (c *Client) sendReadCoreV1NamespacedPodStatus(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPodStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPodStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53079,7 +53079,7 @@ func (c *Client) sendReadCoreV1NamespacedPodStatus(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPodStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPodStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53152,7 +53152,7 @@ func (c *Client) sendReadCoreV1NamespacedPodTemplate(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedPodTemplate", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53242,7 +53242,7 @@ func (c *Client) sendReadCoreV1NamespacedPodTemplate(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedPodTemplate", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedPodTemplateOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53315,7 +53315,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationController(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedReplicationController", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53405,7 +53405,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationController(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationController", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53478,7 +53478,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationControllerScale(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedReplicationControllerScale", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedReplicationControllerScaleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53569,7 +53569,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationControllerScale(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationControllerScale", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerScaleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53642,7 +53642,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationControllerStatus(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedReplicationControllerStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedReplicationControllerStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53733,7 +53733,7 @@ func (c *Client) sendReadCoreV1NamespacedReplicationControllerStatus(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationControllerStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53806,7 +53806,7 @@ func (c *Client) sendReadCoreV1NamespacedResourceQuota(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedResourceQuota", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53896,7 +53896,7 @@ func (c *Client) sendReadCoreV1NamespacedResourceQuota(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedResourceQuota", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedResourceQuotaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -53969,7 +53969,7 @@ func (c *Client) sendReadCoreV1NamespacedResourceQuotaStatus(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedResourceQuotaStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedResourceQuotaStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54060,7 +54060,7 @@ func (c *Client) sendReadCoreV1NamespacedResourceQuotaStatus(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedResourceQuotaStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedResourceQuotaStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54133,7 +54133,7 @@ func (c *Client) sendReadCoreV1NamespacedSecret(ctx context.Context, params Read c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedSecret", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54223,7 +54223,7 @@ func (c *Client) sendReadCoreV1NamespacedSecret(ctx context.Context, params Read var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedSecret", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedSecretOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54296,7 +54296,7 @@ func (c *Client) sendReadCoreV1NamespacedService(ctx context.Context, params Rea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedService", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54386,7 +54386,7 @@ func (c *Client) sendReadCoreV1NamespacedService(ctx context.Context, params Rea var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedService", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54459,7 +54459,7 @@ func (c *Client) sendReadCoreV1NamespacedServiceAccount(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedServiceAccount", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54549,7 +54549,7 @@ func (c *Client) sendReadCoreV1NamespacedServiceAccount(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedServiceAccount", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedServiceAccountOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54622,7 +54622,7 @@ func (c *Client) sendReadCoreV1NamespacedServiceStatus(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NamespacedServiceStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NamespacedServiceStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54713,7 +54713,7 @@ func (c *Client) sendReadCoreV1NamespacedServiceStatus(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NamespacedServiceStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NamespacedServiceStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54786,7 +54786,7 @@ func (c *Client) sendReadCoreV1Node(ctx context.Context, params ReadCoreV1NodePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1Node", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54857,7 +54857,7 @@ func (c *Client) sendReadCoreV1Node(ctx context.Context, params ReadCoreV1NodePa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1Node", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -54930,7 +54930,7 @@ func (c *Client) sendReadCoreV1NodeStatus(ctx context.Context, params ReadCoreV1 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1NodeStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1NodeStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55002,7 +55002,7 @@ func (c *Client) sendReadCoreV1NodeStatus(ctx context.Context, params ReadCoreV1 var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1NodeStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1NodeStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55075,7 +55075,7 @@ func (c *Client) sendReadCoreV1PersistentVolume(ctx context.Context, params Read c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1PersistentVolume", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55146,7 +55146,7 @@ func (c *Client) sendReadCoreV1PersistentVolume(ctx context.Context, params Read var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1PersistentVolume", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1PersistentVolumeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55219,7 +55219,7 @@ func (c *Client) sendReadCoreV1PersistentVolumeStatus(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadCoreV1PersistentVolumeStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadCoreV1PersistentVolumeStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55291,7 +55291,7 @@ func (c *Client) sendReadCoreV1PersistentVolumeStatus(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadCoreV1PersistentVolumeStatus", r); { + switch err := c.securityBearerToken(ctx, ReadCoreV1PersistentVolumeStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55364,7 +55364,7 @@ func (c *Client) sendReadDiscoveryV1NamespacedEndpointSlice(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadDiscoveryV1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, ReadDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55454,7 +55454,7 @@ func (c *Client) sendReadDiscoveryV1NamespacedEndpointSlice(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadDiscoveryV1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, ReadDiscoveryV1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55527,7 +55527,7 @@ func (c *Client) sendReadDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55617,7 +55617,7 @@ func (c *Client) sendReadDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadDiscoveryV1beta1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55690,7 +55690,7 @@ func (c *Client) sendReadEventsV1NamespacedEvent(ctx context.Context, params Rea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadEventsV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ReadEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55780,7 +55780,7 @@ func (c *Client) sendReadEventsV1NamespacedEvent(ctx context.Context, params Rea var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadEventsV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ReadEventsV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -55853,7 +55853,7 @@ func (c *Client) sendReadEventsV1beta1NamespacedEvent(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadEventsV1beta1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, ReadEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55943,7 +55943,7 @@ func (c *Client) sendReadEventsV1beta1NamespacedEvent(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadEventsV1beta1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, ReadEventsV1beta1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56016,7 +56016,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1FlowSchema(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56087,7 +56087,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1FlowSchema(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchema", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56160,7 +56160,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1FlowSchemaStatus(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56232,7 +56232,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1FlowSchemaStatus(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56305,7 +56305,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56376,7 +56376,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56449,7 +56449,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56521,7 +56521,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationSt var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56594,7 +56594,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2FlowSchema(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56665,7 +56665,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2FlowSchema(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchema", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56738,7 +56738,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2FlowSchemaStatus(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56810,7 +56810,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2FlowSchemaStatus(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -56883,7 +56883,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56954,7 +56954,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57027,7 +57027,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57099,7 +57099,7 @@ func (c *Client) sendReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationSt var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", r); { + switch err := c.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57172,7 +57172,7 @@ func (c *Client) sendReadInternalApiserverV1alpha1StorageVersion(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadInternalApiserverV1alpha1StorageVersion", + ctx, span := c.cfg.Tracer.Start(ctx, ReadInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57243,7 +57243,7 @@ func (c *Client) sendReadInternalApiserverV1alpha1StorageVersion(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadInternalApiserverV1alpha1StorageVersion", r); { + switch err := c.securityBearerToken(ctx, ReadInternalApiserverV1alpha1StorageVersionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57316,7 +57316,7 @@ func (c *Client) sendReadInternalApiserverV1alpha1StorageVersionStatus(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadInternalApiserverV1alpha1StorageVersionStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadInternalApiserverV1alpha1StorageVersionStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57388,7 +57388,7 @@ func (c *Client) sendReadInternalApiserverV1alpha1StorageVersionStatus(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadInternalApiserverV1alpha1StorageVersionStatus", r); { + switch err := c.securityBearerToken(ctx, ReadInternalApiserverV1alpha1StorageVersionStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57461,7 +57461,7 @@ func (c *Client) sendReadNetworkingV1IngressClass(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNetworkingV1IngressClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57532,7 +57532,7 @@ func (c *Client) sendReadNetworkingV1IngressClass(ctx context.Context, params Re var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNetworkingV1IngressClass", r); { + switch err := c.securityBearerToken(ctx, ReadNetworkingV1IngressClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57605,7 +57605,7 @@ func (c *Client) sendReadNetworkingV1NamespacedIngress(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNetworkingV1NamespacedIngress", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57695,7 +57695,7 @@ func (c *Client) sendReadNetworkingV1NamespacedIngress(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNetworkingV1NamespacedIngress", r); { + switch err := c.securityBearerToken(ctx, ReadNetworkingV1NamespacedIngressOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57768,7 +57768,7 @@ func (c *Client) sendReadNetworkingV1NamespacedIngressStatus(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNetworkingV1NamespacedIngressStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNetworkingV1NamespacedIngressStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57859,7 +57859,7 @@ func (c *Client) sendReadNetworkingV1NamespacedIngressStatus(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNetworkingV1NamespacedIngressStatus", r); { + switch err := c.securityBearerToken(ctx, ReadNetworkingV1NamespacedIngressStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -57932,7 +57932,7 @@ func (c *Client) sendReadNetworkingV1NamespacedNetworkPolicy(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNetworkingV1NamespacedNetworkPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58022,7 +58022,7 @@ func (c *Client) sendReadNetworkingV1NamespacedNetworkPolicy(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNetworkingV1NamespacedNetworkPolicy", r); { + switch err := c.securityBearerToken(ctx, ReadNetworkingV1NamespacedNetworkPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58095,7 +58095,7 @@ func (c *Client) sendReadNodeV1RuntimeClass(ctx context.Context, params ReadNode c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNodeV1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58166,7 +58166,7 @@ func (c *Client) sendReadNodeV1RuntimeClass(ctx context.Context, params ReadNode var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNodeV1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ReadNodeV1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58239,7 +58239,7 @@ func (c *Client) sendReadNodeV1alpha1RuntimeClass(ctx context.Context, params Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNodeV1alpha1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58310,7 +58310,7 @@ func (c *Client) sendReadNodeV1alpha1RuntimeClass(ctx context.Context, params Re var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNodeV1alpha1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ReadNodeV1alpha1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58383,7 +58383,7 @@ func (c *Client) sendReadNodeV1beta1RuntimeClass(ctx context.Context, params Rea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadNodeV1beta1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58454,7 +58454,7 @@ func (c *Client) sendReadNodeV1beta1RuntimeClass(ctx context.Context, params Rea var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadNodeV1beta1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, ReadNodeV1beta1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58527,7 +58527,7 @@ func (c *Client) sendReadPolicyV1NamespacedPodDisruptionBudget(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPolicyV1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58617,7 +58617,7 @@ func (c *Client) sendReadPolicyV1NamespacedPodDisruptionBudget(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadPolicyV1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58690,7 +58690,7 @@ func (c *Client) sendReadPolicyV1NamespacedPodDisruptionBudgetStatus(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58781,7 +58781,7 @@ func (c *Client) sendReadPolicyV1NamespacedPodDisruptionBudgetStatus(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", r); { + switch err := c.securityBearerToken(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -58854,7 +58854,7 @@ func (c *Client) sendReadPolicyV1beta1NamespacedPodDisruptionBudget(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58944,7 +58944,7 @@ func (c *Client) sendReadPolicyV1beta1NamespacedPodDisruptionBudget(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59017,7 +59017,7 @@ func (c *Client) sendReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59108,7 +59108,7 @@ func (c *Client) sendReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", r); { + switch err := c.securityBearerToken(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59181,7 +59181,7 @@ func (c *Client) sendReadPolicyV1beta1PodSecurityPolicy(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadPolicyV1beta1PodSecurityPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, ReadPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59252,7 +59252,7 @@ func (c *Client) sendReadPolicyV1beta1PodSecurityPolicy(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadPolicyV1beta1PodSecurityPolicy", r); { + switch err := c.securityBearerToken(ctx, ReadPolicyV1beta1PodSecurityPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59325,7 +59325,7 @@ func (c *Client) sendReadRbacAuthorizationV1ClusterRole(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadRbacAuthorizationV1ClusterRole", + ctx, span := c.cfg.Tracer.Start(ctx, ReadRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59396,7 +59396,7 @@ func (c *Client) sendReadRbacAuthorizationV1ClusterRole(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadRbacAuthorizationV1ClusterRole", r); { + switch err := c.securityBearerToken(ctx, ReadRbacAuthorizationV1ClusterRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59469,7 +59469,7 @@ func (c *Client) sendReadRbacAuthorizationV1ClusterRoleBinding(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadRbacAuthorizationV1ClusterRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, ReadRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59540,7 +59540,7 @@ func (c *Client) sendReadRbacAuthorizationV1ClusterRoleBinding(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadRbacAuthorizationV1ClusterRoleBinding", r); { + switch err := c.securityBearerToken(ctx, ReadRbacAuthorizationV1ClusterRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59613,7 +59613,7 @@ func (c *Client) sendReadRbacAuthorizationV1NamespacedRole(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadRbacAuthorizationV1NamespacedRole", + ctx, span := c.cfg.Tracer.Start(ctx, ReadRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59703,7 +59703,7 @@ func (c *Client) sendReadRbacAuthorizationV1NamespacedRole(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadRbacAuthorizationV1NamespacedRole", r); { + switch err := c.securityBearerToken(ctx, ReadRbacAuthorizationV1NamespacedRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59776,7 +59776,7 @@ func (c *Client) sendReadRbacAuthorizationV1NamespacedRoleBinding(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, ReadRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59866,7 +59866,7 @@ func (c *Client) sendReadRbacAuthorizationV1NamespacedRoleBinding(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadRbacAuthorizationV1NamespacedRoleBinding", r); { + switch err := c.securityBearerToken(ctx, ReadRbacAuthorizationV1NamespacedRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -59939,7 +59939,7 @@ func (c *Client) sendReadSchedulingV1PriorityClass(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadSchedulingV1PriorityClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60010,7 +60010,7 @@ func (c *Client) sendReadSchedulingV1PriorityClass(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadSchedulingV1PriorityClass", r); { + switch err := c.securityBearerToken(ctx, ReadSchedulingV1PriorityClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60083,7 +60083,7 @@ func (c *Client) sendReadStorageV1CSIDriver(ctx context.Context, params ReadStor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1CSIDriver", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60154,7 +60154,7 @@ func (c *Client) sendReadStorageV1CSIDriver(ctx context.Context, params ReadStor var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1CSIDriver", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1CSIDriverOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60227,7 +60227,7 @@ func (c *Client) sendReadStorageV1CSINode(ctx context.Context, params ReadStorag c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1CSINode", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60298,7 +60298,7 @@ func (c *Client) sendReadStorageV1CSINode(ctx context.Context, params ReadStorag var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1CSINode", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1CSINodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60371,7 +60371,7 @@ func (c *Client) sendReadStorageV1StorageClass(ctx context.Context, params ReadS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1StorageClass", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60442,7 +60442,7 @@ func (c *Client) sendReadStorageV1StorageClass(ctx context.Context, params ReadS var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1StorageClass", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1StorageClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60515,7 +60515,7 @@ func (c *Client) sendReadStorageV1VolumeAttachment(ctx context.Context, params R c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1VolumeAttachment", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60586,7 +60586,7 @@ func (c *Client) sendReadStorageV1VolumeAttachment(ctx context.Context, params R var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1VolumeAttachment", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1VolumeAttachmentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60659,7 +60659,7 @@ func (c *Client) sendReadStorageV1VolumeAttachmentStatus(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1VolumeAttachmentStatus", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1VolumeAttachmentStatusOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60731,7 +60731,7 @@ func (c *Client) sendReadStorageV1VolumeAttachmentStatus(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1VolumeAttachmentStatus", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1VolumeAttachmentStatusOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60804,7 +60804,7 @@ func (c *Client) sendReadStorageV1alpha1NamespacedCSIStorageCapacity(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60894,7 +60894,7 @@ func (c *Client) sendReadStorageV1alpha1NamespacedCSIStorageCapacity(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1alpha1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -60967,7 +60967,7 @@ func (c *Client) sendReadStorageV1beta1NamespacedCSIStorageCapacity(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReadStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61057,7 +61057,7 @@ func (c *Client) sendReadStorageV1beta1NamespacedCSIStorageCapacity(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "ReadStorageV1beta1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -61132,7 +61132,7 @@ func (c *Client) sendWatchAdmissionregistrationV1MutatingWebhookConfiguration(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61356,7 +61356,7 @@ func (c *Client) sendWatchAdmissionregistrationV1MutatingWebhookConfiguration(ct var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -61430,7 +61430,7 @@ func (c *Client) sendWatchAdmissionregistrationV1MutatingWebhookConfigurationLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61636,7 +61636,7 @@ func (c *Client) sendWatchAdmissionregistrationV1MutatingWebhookConfigurationLis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", r); { + switch err := c.securityBearerToken(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -61711,7 +61711,7 @@ func (c *Client) sendWatchAdmissionregistrationV1ValidatingWebhookConfiguration( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61935,7 +61935,7 @@ func (c *Client) sendWatchAdmissionregistrationV1ValidatingWebhookConfiguration( var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", r); { + switch err := c.securityBearerToken(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -62009,7 +62009,7 @@ func (c *Client) sendWatchAdmissionregistrationV1ValidatingWebhookConfigurationL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62215,7 +62215,7 @@ func (c *Client) sendWatchAdmissionregistrationV1ValidatingWebhookConfigurationL var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", r); { + switch err := c.securityBearerToken(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -62289,7 +62289,7 @@ func (c *Client) sendWatchApiextensionsV1CustomResourceDefinition(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchApiextensionsV1CustomResourceDefinition", + ctx, span := c.cfg.Tracer.Start(ctx, WatchApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62513,7 +62513,7 @@ func (c *Client) sendWatchApiextensionsV1CustomResourceDefinition(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchApiextensionsV1CustomResourceDefinition", r); { + switch err := c.securityBearerToken(ctx, WatchApiextensionsV1CustomResourceDefinitionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -62587,7 +62587,7 @@ func (c *Client) sendWatchApiextensionsV1CustomResourceDefinitionList(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchApiextensionsV1CustomResourceDefinitionList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchApiextensionsV1CustomResourceDefinitionListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62793,7 +62793,7 @@ func (c *Client) sendWatchApiextensionsV1CustomResourceDefinitionList(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchApiextensionsV1CustomResourceDefinitionList", r); { + switch err := c.securityBearerToken(ctx, WatchApiextensionsV1CustomResourceDefinitionListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -62867,7 +62867,7 @@ func (c *Client) sendWatchApiregistrationV1APIService(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchApiregistrationV1APIService", + ctx, span := c.cfg.Tracer.Start(ctx, WatchApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63091,7 +63091,7 @@ func (c *Client) sendWatchApiregistrationV1APIService(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchApiregistrationV1APIService", r); { + switch err := c.securityBearerToken(ctx, WatchApiregistrationV1APIServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -63165,7 +63165,7 @@ func (c *Client) sendWatchApiregistrationV1APIServiceList(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchApiregistrationV1APIServiceList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchApiregistrationV1APIServiceListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63371,7 +63371,7 @@ func (c *Client) sendWatchApiregistrationV1APIServiceList(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchApiregistrationV1APIServiceList", r); { + switch err := c.securityBearerToken(ctx, WatchApiregistrationV1APIServiceListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -63445,7 +63445,7 @@ func (c *Client) sendWatchAppsV1ControllerRevisionListForAllNamespaces(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1ControllerRevisionListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1ControllerRevisionListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63651,7 +63651,7 @@ func (c *Client) sendWatchAppsV1ControllerRevisionListForAllNamespaces(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1ControllerRevisionListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1ControllerRevisionListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -63725,7 +63725,7 @@ func (c *Client) sendWatchAppsV1DaemonSetListForAllNamespaces(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1DaemonSetListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1DaemonSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63931,7 +63931,7 @@ func (c *Client) sendWatchAppsV1DaemonSetListForAllNamespaces(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1DaemonSetListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1DaemonSetListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -64005,7 +64005,7 @@ func (c *Client) sendWatchAppsV1DeploymentListForAllNamespaces(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1DeploymentListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1DeploymentListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64211,7 +64211,7 @@ func (c *Client) sendWatchAppsV1DeploymentListForAllNamespaces(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1DeploymentListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1DeploymentListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -64285,7 +64285,7 @@ func (c *Client) sendWatchAppsV1NamespacedControllerRevision(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedControllerRevision", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64528,7 +64528,7 @@ func (c *Client) sendWatchAppsV1NamespacedControllerRevision(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedControllerRevision", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedControllerRevisionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -64602,7 +64602,7 @@ func (c *Client) sendWatchAppsV1NamespacedControllerRevisionList(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedControllerRevisionList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedControllerRevisionListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64827,7 +64827,7 @@ func (c *Client) sendWatchAppsV1NamespacedControllerRevisionList(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedControllerRevisionList", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedControllerRevisionListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -64901,7 +64901,7 @@ func (c *Client) sendWatchAppsV1NamespacedDaemonSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedDaemonSet", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65144,7 +65144,7 @@ func (c *Client) sendWatchAppsV1NamespacedDaemonSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedDaemonSet", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedDaemonSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -65218,7 +65218,7 @@ func (c *Client) sendWatchAppsV1NamespacedDaemonSetList(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedDaemonSetList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedDaemonSetListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65443,7 +65443,7 @@ func (c *Client) sendWatchAppsV1NamespacedDaemonSetList(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedDaemonSetList", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedDaemonSetListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -65517,7 +65517,7 @@ func (c *Client) sendWatchAppsV1NamespacedDeployment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedDeployment", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65760,7 +65760,7 @@ func (c *Client) sendWatchAppsV1NamespacedDeployment(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedDeployment", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedDeploymentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -65834,7 +65834,7 @@ func (c *Client) sendWatchAppsV1NamespacedDeploymentList(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedDeploymentList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedDeploymentListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66059,7 +66059,7 @@ func (c *Client) sendWatchAppsV1NamespacedDeploymentList(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedDeploymentList", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedDeploymentListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -66133,7 +66133,7 @@ func (c *Client) sendWatchAppsV1NamespacedReplicaSet(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedReplicaSet", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66376,7 +66376,7 @@ func (c *Client) sendWatchAppsV1NamespacedReplicaSet(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedReplicaSet", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedReplicaSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -66450,7 +66450,7 @@ func (c *Client) sendWatchAppsV1NamespacedReplicaSetList(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedReplicaSetList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedReplicaSetListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66675,7 +66675,7 @@ func (c *Client) sendWatchAppsV1NamespacedReplicaSetList(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedReplicaSetList", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedReplicaSetListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -66749,7 +66749,7 @@ func (c *Client) sendWatchAppsV1NamespacedStatefulSet(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedStatefulSet", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66992,7 +66992,7 @@ func (c *Client) sendWatchAppsV1NamespacedStatefulSet(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedStatefulSet", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedStatefulSetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -67066,7 +67066,7 @@ func (c *Client) sendWatchAppsV1NamespacedStatefulSetList(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1NamespacedStatefulSetList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1NamespacedStatefulSetListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67291,7 +67291,7 @@ func (c *Client) sendWatchAppsV1NamespacedStatefulSetList(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1NamespacedStatefulSetList", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1NamespacedStatefulSetListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -67365,7 +67365,7 @@ func (c *Client) sendWatchAppsV1ReplicaSetListForAllNamespaces(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1ReplicaSetListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1ReplicaSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67571,7 +67571,7 @@ func (c *Client) sendWatchAppsV1ReplicaSetListForAllNamespaces(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1ReplicaSetListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1ReplicaSetListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -67645,7 +67645,7 @@ func (c *Client) sendWatchAppsV1StatefulSetListForAllNamespaces(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAppsV1StatefulSetListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAppsV1StatefulSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67851,7 +67851,7 @@ func (c *Client) sendWatchAppsV1StatefulSetListForAllNamespaces(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAppsV1StatefulSetListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAppsV1StatefulSetListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -67925,7 +67925,7 @@ func (c *Client) sendWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespac c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68131,7 +68131,7 @@ func (c *Client) sendWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespac var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -68205,7 +68205,7 @@ func (c *Client) sendWatchAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68448,7 +68448,7 @@ func (c *Client) sendWatchAutoscalingV1NamespacedHorizontalPodAutoscaler(ctx con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -68522,7 +68522,7 @@ func (c *Client) sendWatchAutoscalingV1NamespacedHorizontalPodAutoscalerList(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68747,7 +68747,7 @@ func (c *Client) sendWatchAutoscalingV1NamespacedHorizontalPodAutoscalerList(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -68821,7 +68821,7 @@ func (c *Client) sendWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNam c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69027,7 +69027,7 @@ func (c *Client) sendWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNam var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -69101,7 +69101,7 @@ func (c *Client) sendWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69344,7 +69344,7 @@ func (c *Client) sendWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(ct var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -69418,7 +69418,7 @@ func (c *Client) sendWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69643,7 +69643,7 @@ func (c *Client) sendWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerLis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -69717,7 +69717,7 @@ func (c *Client) sendWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNam c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69923,7 +69923,7 @@ func (c *Client) sendWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNam var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -69997,7 +69997,7 @@ func (c *Client) sendWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70240,7 +70240,7 @@ func (c *Client) sendWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(ct var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -70314,7 +70314,7 @@ func (c *Client) sendWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerLis c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70539,7 +70539,7 @@ func (c *Client) sendWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerLis var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", r); { + switch err := c.securityBearerToken(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -70613,7 +70613,7 @@ func (c *Client) sendWatchBatchV1CronJobListForAllNamespaces(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1CronJobListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1CronJobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70819,7 +70819,7 @@ func (c *Client) sendWatchBatchV1CronJobListForAllNamespaces(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1CronJobListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1CronJobListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -70893,7 +70893,7 @@ func (c *Client) sendWatchBatchV1JobListForAllNamespaces(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1JobListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1JobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71099,7 +71099,7 @@ func (c *Client) sendWatchBatchV1JobListForAllNamespaces(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1JobListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1JobListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -71173,7 +71173,7 @@ func (c *Client) sendWatchBatchV1NamespacedCronJob(ctx context.Context, params W c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71416,7 +71416,7 @@ func (c *Client) sendWatchBatchV1NamespacedCronJob(ctx context.Context, params W var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -71490,7 +71490,7 @@ func (c *Client) sendWatchBatchV1NamespacedCronJobList(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1NamespacedCronJobList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1NamespacedCronJobListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71715,7 +71715,7 @@ func (c *Client) sendWatchBatchV1NamespacedCronJobList(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1NamespacedCronJobList", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1NamespacedCronJobListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -71789,7 +71789,7 @@ func (c *Client) sendWatchBatchV1NamespacedJob(ctx context.Context, params Watch c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1NamespacedJob", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72032,7 +72032,7 @@ func (c *Client) sendWatchBatchV1NamespacedJob(ctx context.Context, params Watch var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1NamespacedJob", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1NamespacedJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -72106,7 +72106,7 @@ func (c *Client) sendWatchBatchV1NamespacedJobList(ctx context.Context, params W c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1NamespacedJobList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1NamespacedJobListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72331,7 +72331,7 @@ func (c *Client) sendWatchBatchV1NamespacedJobList(ctx context.Context, params W var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1NamespacedJobList", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1NamespacedJobListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -72405,7 +72405,7 @@ func (c *Client) sendWatchBatchV1beta1CronJobListForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1beta1CronJobListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1beta1CronJobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72611,7 +72611,7 @@ func (c *Client) sendWatchBatchV1beta1CronJobListForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1beta1CronJobListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1beta1CronJobListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -72685,7 +72685,7 @@ func (c *Client) sendWatchBatchV1beta1NamespacedCronJob(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1beta1NamespacedCronJob", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72928,7 +72928,7 @@ func (c *Client) sendWatchBatchV1beta1NamespacedCronJob(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1beta1NamespacedCronJob", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1beta1NamespacedCronJobOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -73002,7 +73002,7 @@ func (c *Client) sendWatchBatchV1beta1NamespacedCronJobList(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchBatchV1beta1NamespacedCronJobList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchBatchV1beta1NamespacedCronJobListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73227,7 +73227,7 @@ func (c *Client) sendWatchBatchV1beta1NamespacedCronJobList(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchBatchV1beta1NamespacedCronJobList", r); { + switch err := c.securityBearerToken(ctx, WatchBatchV1beta1NamespacedCronJobListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -73302,7 +73302,7 @@ func (c *Client) sendWatchCertificatesV1CertificateSigningRequest(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCertificatesV1CertificateSigningRequest", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73526,7 +73526,7 @@ func (c *Client) sendWatchCertificatesV1CertificateSigningRequest(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCertificatesV1CertificateSigningRequest", r); { + switch err := c.securityBearerToken(ctx, WatchCertificatesV1CertificateSigningRequestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -73600,7 +73600,7 @@ func (c *Client) sendWatchCertificatesV1CertificateSigningRequestList(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCertificatesV1CertificateSigningRequestList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCertificatesV1CertificateSigningRequestListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73806,7 +73806,7 @@ func (c *Client) sendWatchCertificatesV1CertificateSigningRequestList(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCertificatesV1CertificateSigningRequestList", r); { + switch err := c.securityBearerToken(ctx, WatchCertificatesV1CertificateSigningRequestListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -73880,7 +73880,7 @@ func (c *Client) sendWatchCoordinationV1LeaseListForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoordinationV1LeaseListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoordinationV1LeaseListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74086,7 +74086,7 @@ func (c *Client) sendWatchCoordinationV1LeaseListForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoordinationV1LeaseListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoordinationV1LeaseListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -74160,7 +74160,7 @@ func (c *Client) sendWatchCoordinationV1NamespacedLease(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoordinationV1NamespacedLease", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74403,7 +74403,7 @@ func (c *Client) sendWatchCoordinationV1NamespacedLease(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoordinationV1NamespacedLease", r); { + switch err := c.securityBearerToken(ctx, WatchCoordinationV1NamespacedLeaseOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -74477,7 +74477,7 @@ func (c *Client) sendWatchCoordinationV1NamespacedLeaseList(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoordinationV1NamespacedLeaseList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoordinationV1NamespacedLeaseListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74702,7 +74702,7 @@ func (c *Client) sendWatchCoordinationV1NamespacedLeaseList(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoordinationV1NamespacedLeaseList", r); { + switch err := c.securityBearerToken(ctx, WatchCoordinationV1NamespacedLeaseListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -74776,7 +74776,7 @@ func (c *Client) sendWatchCoreV1ConfigMapListForAllNamespaces(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1ConfigMapListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1ConfigMapListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74982,7 +74982,7 @@ func (c *Client) sendWatchCoreV1ConfigMapListForAllNamespaces(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1ConfigMapListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1ConfigMapListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -75056,7 +75056,7 @@ func (c *Client) sendWatchCoreV1EndpointsListForAllNamespaces(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1EndpointsListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1EndpointsListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75262,7 +75262,7 @@ func (c *Client) sendWatchCoreV1EndpointsListForAllNamespaces(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1EndpointsListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1EndpointsListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -75336,7 +75336,7 @@ func (c *Client) sendWatchCoreV1EventListForAllNamespaces(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1EventListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75542,7 +75542,7 @@ func (c *Client) sendWatchCoreV1EventListForAllNamespaces(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1EventListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1EventListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -75616,7 +75616,7 @@ func (c *Client) sendWatchCoreV1LimitRangeListForAllNamespaces(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1LimitRangeListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1LimitRangeListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75822,7 +75822,7 @@ func (c *Client) sendWatchCoreV1LimitRangeListForAllNamespaces(ctx context.Conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1LimitRangeListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1LimitRangeListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -75896,7 +75896,7 @@ func (c *Client) sendWatchCoreV1Namespace(ctx context.Context, params WatchCoreV c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1Namespace", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76120,7 +76120,7 @@ func (c *Client) sendWatchCoreV1Namespace(ctx context.Context, params WatchCoreV var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1Namespace", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespaceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -76194,7 +76194,7 @@ func (c *Client) sendWatchCoreV1NamespaceList(ctx context.Context, params WatchC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespaceList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespaceListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76400,7 +76400,7 @@ func (c *Client) sendWatchCoreV1NamespaceList(ctx context.Context, params WatchC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespaceList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespaceListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -76474,7 +76474,7 @@ func (c *Client) sendWatchCoreV1NamespacedConfigMap(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedConfigMap", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76717,7 +76717,7 @@ func (c *Client) sendWatchCoreV1NamespacedConfigMap(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedConfigMap", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedConfigMapOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -76791,7 +76791,7 @@ func (c *Client) sendWatchCoreV1NamespacedConfigMapList(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedConfigMapList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedConfigMapListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77016,7 +77016,7 @@ func (c *Client) sendWatchCoreV1NamespacedConfigMapList(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedConfigMapList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedConfigMapListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -77090,7 +77090,7 @@ func (c *Client) sendWatchCoreV1NamespacedEndpoints(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedEndpoints", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77333,7 +77333,7 @@ func (c *Client) sendWatchCoreV1NamespacedEndpoints(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedEndpoints", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedEndpointsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -77407,7 +77407,7 @@ func (c *Client) sendWatchCoreV1NamespacedEndpointsList(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedEndpointsList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedEndpointsListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77632,7 +77632,7 @@ func (c *Client) sendWatchCoreV1NamespacedEndpointsList(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedEndpointsList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedEndpointsListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -77706,7 +77706,7 @@ func (c *Client) sendWatchCoreV1NamespacedEvent(ctx context.Context, params Watc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77949,7 +77949,7 @@ func (c *Client) sendWatchCoreV1NamespacedEvent(ctx context.Context, params Watc var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -78023,7 +78023,7 @@ func (c *Client) sendWatchCoreV1NamespacedEventList(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedEventList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78248,7 +78248,7 @@ func (c *Client) sendWatchCoreV1NamespacedEventList(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedEventList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedEventListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -78322,7 +78322,7 @@ func (c *Client) sendWatchCoreV1NamespacedLimitRange(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedLimitRange", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78565,7 +78565,7 @@ func (c *Client) sendWatchCoreV1NamespacedLimitRange(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedLimitRange", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedLimitRangeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -78639,7 +78639,7 @@ func (c *Client) sendWatchCoreV1NamespacedLimitRangeList(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedLimitRangeList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedLimitRangeListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78864,7 +78864,7 @@ func (c *Client) sendWatchCoreV1NamespacedLimitRangeList(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedLimitRangeList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedLimitRangeListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -78938,7 +78938,7 @@ func (c *Client) sendWatchCoreV1NamespacedPersistentVolumeClaim(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPersistentVolumeClaim", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79181,7 +79181,7 @@ func (c *Client) sendWatchCoreV1NamespacedPersistentVolumeClaim(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPersistentVolumeClaim", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPersistentVolumeClaimOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -79255,7 +79255,7 @@ func (c *Client) sendWatchCoreV1NamespacedPersistentVolumeClaimList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPersistentVolumeClaimList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPersistentVolumeClaimListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79480,7 +79480,7 @@ func (c *Client) sendWatchCoreV1NamespacedPersistentVolumeClaimList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPersistentVolumeClaimList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPersistentVolumeClaimListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -79554,7 +79554,7 @@ func (c *Client) sendWatchCoreV1NamespacedPod(ctx context.Context, params WatchC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPod", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79797,7 +79797,7 @@ func (c *Client) sendWatchCoreV1NamespacedPod(ctx context.Context, params WatchC var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPod", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPodOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -79871,7 +79871,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodList(ctx context.Context, params Wa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPodList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPodListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80096,7 +80096,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodList(ctx context.Context, params Wa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPodList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPodListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -80170,7 +80170,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodTemplate(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPodTemplate", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80413,7 +80413,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodTemplate(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPodTemplate", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPodTemplateOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -80487,7 +80487,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodTemplateList(ctx context.Context, p c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedPodTemplateList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedPodTemplateListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80712,7 +80712,7 @@ func (c *Client) sendWatchCoreV1NamespacedPodTemplateList(ctx context.Context, p var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedPodTemplateList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedPodTemplateListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -80786,7 +80786,7 @@ func (c *Client) sendWatchCoreV1NamespacedReplicationController(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedReplicationController", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81029,7 +81029,7 @@ func (c *Client) sendWatchCoreV1NamespacedReplicationController(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedReplicationController", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedReplicationControllerOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -81103,7 +81103,7 @@ func (c *Client) sendWatchCoreV1NamespacedReplicationControllerList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedReplicationControllerList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedReplicationControllerListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81328,7 +81328,7 @@ func (c *Client) sendWatchCoreV1NamespacedReplicationControllerList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedReplicationControllerList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedReplicationControllerListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -81402,7 +81402,7 @@ func (c *Client) sendWatchCoreV1NamespacedResourceQuota(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedResourceQuota", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81645,7 +81645,7 @@ func (c *Client) sendWatchCoreV1NamespacedResourceQuota(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedResourceQuota", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedResourceQuotaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -81719,7 +81719,7 @@ func (c *Client) sendWatchCoreV1NamespacedResourceQuotaList(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedResourceQuotaList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedResourceQuotaListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -81944,7 +81944,7 @@ func (c *Client) sendWatchCoreV1NamespacedResourceQuotaList(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedResourceQuotaList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedResourceQuotaListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -82018,7 +82018,7 @@ func (c *Client) sendWatchCoreV1NamespacedSecret(ctx context.Context, params Wat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedSecret", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82261,7 +82261,7 @@ func (c *Client) sendWatchCoreV1NamespacedSecret(ctx context.Context, params Wat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedSecret", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedSecretOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -82335,7 +82335,7 @@ func (c *Client) sendWatchCoreV1NamespacedSecretList(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedSecretList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedSecretListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82560,7 +82560,7 @@ func (c *Client) sendWatchCoreV1NamespacedSecretList(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedSecretList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedSecretListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -82634,7 +82634,7 @@ func (c *Client) sendWatchCoreV1NamespacedService(ctx context.Context, params Wa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedService", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -82877,7 +82877,7 @@ func (c *Client) sendWatchCoreV1NamespacedService(ctx context.Context, params Wa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedService", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedServiceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -82951,7 +82951,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceAccount(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedServiceAccount", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83194,7 +83194,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceAccount(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceAccount", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedServiceAccountOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -83268,7 +83268,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceAccountList(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedServiceAccountList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedServiceAccountListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83493,7 +83493,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceAccountList(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceAccountList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedServiceAccountListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -83567,7 +83567,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceList(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NamespacedServiceList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NamespacedServiceListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -83792,7 +83792,7 @@ func (c *Client) sendWatchCoreV1NamespacedServiceList(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NamespacedServiceListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -83866,7 +83866,7 @@ func (c *Client) sendWatchCoreV1Node(ctx context.Context, params WatchCoreV1Node c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1Node", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84090,7 +84090,7 @@ func (c *Client) sendWatchCoreV1Node(ctx context.Context, params WatchCoreV1Node var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1Node", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -84164,7 +84164,7 @@ func (c *Client) sendWatchCoreV1NodeList(ctx context.Context, params WatchCoreV1 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1NodeList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1NodeListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84370,7 +84370,7 @@ func (c *Client) sendWatchCoreV1NodeList(ctx context.Context, params WatchCoreV1 var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1NodeList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1NodeListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -84444,7 +84444,7 @@ func (c *Client) sendWatchCoreV1PersistentVolume(ctx context.Context, params Wat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1PersistentVolume", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84668,7 +84668,7 @@ func (c *Client) sendWatchCoreV1PersistentVolume(ctx context.Context, params Wat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1PersistentVolume", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1PersistentVolumeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -84742,7 +84742,7 @@ func (c *Client) sendWatchCoreV1PersistentVolumeClaimListForAllNamespaces(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -84948,7 +84948,7 @@ func (c *Client) sendWatchCoreV1PersistentVolumeClaimListForAllNamespaces(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -85022,7 +85022,7 @@ func (c *Client) sendWatchCoreV1PersistentVolumeList(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1PersistentVolumeList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1PersistentVolumeListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85228,7 +85228,7 @@ func (c *Client) sendWatchCoreV1PersistentVolumeList(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1PersistentVolumeList", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1PersistentVolumeListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -85302,7 +85302,7 @@ func (c *Client) sendWatchCoreV1PodListForAllNamespaces(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1PodListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1PodListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85508,7 +85508,7 @@ func (c *Client) sendWatchCoreV1PodListForAllNamespaces(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1PodListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1PodListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -85582,7 +85582,7 @@ func (c *Client) sendWatchCoreV1PodTemplateListForAllNamespaces(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1PodTemplateListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1PodTemplateListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -85788,7 +85788,7 @@ func (c *Client) sendWatchCoreV1PodTemplateListForAllNamespaces(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1PodTemplateListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1PodTemplateListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -85862,7 +85862,7 @@ func (c *Client) sendWatchCoreV1ReplicationControllerListForAllNamespaces(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1ReplicationControllerListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1ReplicationControllerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86068,7 +86068,7 @@ func (c *Client) sendWatchCoreV1ReplicationControllerListForAllNamespaces(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1ReplicationControllerListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1ReplicationControllerListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -86142,7 +86142,7 @@ func (c *Client) sendWatchCoreV1ResourceQuotaListForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1ResourceQuotaListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1ResourceQuotaListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86348,7 +86348,7 @@ func (c *Client) sendWatchCoreV1ResourceQuotaListForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1ResourceQuotaListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1ResourceQuotaListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -86422,7 +86422,7 @@ func (c *Client) sendWatchCoreV1SecretListForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1SecretListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1SecretListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86628,7 +86628,7 @@ func (c *Client) sendWatchCoreV1SecretListForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1SecretListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1SecretListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -86702,7 +86702,7 @@ func (c *Client) sendWatchCoreV1ServiceAccountListForAllNamespaces(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1ServiceAccountListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1ServiceAccountListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -86908,7 +86908,7 @@ func (c *Client) sendWatchCoreV1ServiceAccountListForAllNamespaces(ctx context.C var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1ServiceAccountListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1ServiceAccountListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -86982,7 +86982,7 @@ func (c *Client) sendWatchCoreV1ServiceListForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchCoreV1ServiceListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchCoreV1ServiceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87188,7 +87188,7 @@ func (c *Client) sendWatchCoreV1ServiceListForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchCoreV1ServiceListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchCoreV1ServiceListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -87262,7 +87262,7 @@ func (c *Client) sendWatchDiscoveryV1EndpointSliceListForAllNamespaces(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1EndpointSliceListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87468,7 +87468,7 @@ func (c *Client) sendWatchDiscoveryV1EndpointSliceListForAllNamespaces(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1EndpointSliceListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -87542,7 +87542,7 @@ func (c *Client) sendWatchDiscoveryV1NamespacedEndpointSlice(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -87785,7 +87785,7 @@ func (c *Client) sendWatchDiscoveryV1NamespacedEndpointSlice(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -87859,7 +87859,7 @@ func (c *Client) sendWatchDiscoveryV1NamespacedEndpointSliceList(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1NamespacedEndpointSliceList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1NamespacedEndpointSliceListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88084,7 +88084,7 @@ func (c *Client) sendWatchDiscoveryV1NamespacedEndpointSliceList(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1NamespacedEndpointSliceList", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1NamespacedEndpointSliceListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -88158,7 +88158,7 @@ func (c *Client) sendWatchDiscoveryV1beta1EndpointSliceListForAllNamespaces(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88364,7 +88364,7 @@ func (c *Client) sendWatchDiscoveryV1beta1EndpointSliceListForAllNamespaces(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -88438,7 +88438,7 @@ func (c *Client) sendWatchDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88681,7 +88681,7 @@ func (c *Client) sendWatchDiscoveryV1beta1NamespacedEndpointSlice(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSlice", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -88755,7 +88755,7 @@ func (c *Client) sendWatchDiscoveryV1beta1NamespacedEndpointSliceList(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSliceList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -88980,7 +88980,7 @@ func (c *Client) sendWatchDiscoveryV1beta1NamespacedEndpointSliceList(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSliceList", r); { + switch err := c.securityBearerToken(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -89054,7 +89054,7 @@ func (c *Client) sendWatchEventsV1EventListForAllNamespaces(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1EventListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89260,7 +89260,7 @@ func (c *Client) sendWatchEventsV1EventListForAllNamespaces(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1EventListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1EventListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -89334,7 +89334,7 @@ func (c *Client) sendWatchEventsV1NamespacedEvent(ctx context.Context, params Wa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89577,7 +89577,7 @@ func (c *Client) sendWatchEventsV1NamespacedEvent(ctx context.Context, params Wa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -89651,7 +89651,7 @@ func (c *Client) sendWatchEventsV1NamespacedEventList(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1NamespacedEventList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -89876,7 +89876,7 @@ func (c *Client) sendWatchEventsV1NamespacedEventList(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1NamespacedEventList", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1NamespacedEventListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -89950,7 +89950,7 @@ func (c *Client) sendWatchEventsV1beta1EventListForAllNamespaces(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1beta1EventListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1beta1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90156,7 +90156,7 @@ func (c *Client) sendWatchEventsV1beta1EventListForAllNamespaces(ctx context.Con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1beta1EventListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1beta1EventListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -90230,7 +90230,7 @@ func (c *Client) sendWatchEventsV1beta1NamespacedEvent(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1beta1NamespacedEvent", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90473,7 +90473,7 @@ func (c *Client) sendWatchEventsV1beta1NamespacedEvent(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1beta1NamespacedEvent", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1beta1NamespacedEventOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -90547,7 +90547,7 @@ func (c *Client) sendWatchEventsV1beta1NamespacedEventList(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchEventsV1beta1NamespacedEventList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchEventsV1beta1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -90772,7 +90772,7 @@ func (c *Client) sendWatchEventsV1beta1NamespacedEventList(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchEventsV1beta1NamespacedEventList", r); { + switch err := c.securityBearerToken(ctx, WatchEventsV1beta1NamespacedEventListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -90846,7 +90846,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1FlowSchema(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91070,7 +91070,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1FlowSchema(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchema", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -91144,7 +91144,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1FlowSchemaList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchemaList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91350,7 +91350,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1FlowSchemaList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchemaList", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -91425,7 +91425,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91649,7 +91649,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration( var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -91723,7 +91723,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -91929,7 +91929,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationL var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -92003,7 +92003,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2FlowSchema(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92227,7 +92227,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2FlowSchema(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchema", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -92301,7 +92301,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2FlowSchemaList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchemaList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92507,7 +92507,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2FlowSchemaList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchemaList", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -92582,7 +92582,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -92806,7 +92806,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration( var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -92880,7 +92880,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationL c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93086,7 +93086,7 @@ func (c *Client) sendWatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationL var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", r); { + switch err := c.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -93160,7 +93160,7 @@ func (c *Client) sendWatchInternalApiserverV1alpha1StorageVersion(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchInternalApiserverV1alpha1StorageVersion", + ctx, span := c.cfg.Tracer.Start(ctx, WatchInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93384,7 +93384,7 @@ func (c *Client) sendWatchInternalApiserverV1alpha1StorageVersion(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchInternalApiserverV1alpha1StorageVersion", r); { + switch err := c.securityBearerToken(ctx, WatchInternalApiserverV1alpha1StorageVersionOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -93458,7 +93458,7 @@ func (c *Client) sendWatchInternalApiserverV1alpha1StorageVersionList(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchInternalApiserverV1alpha1StorageVersionList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchInternalApiserverV1alpha1StorageVersionListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93664,7 +93664,7 @@ func (c *Client) sendWatchInternalApiserverV1alpha1StorageVersionList(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchInternalApiserverV1alpha1StorageVersionList", r); { + switch err := c.securityBearerToken(ctx, WatchInternalApiserverV1alpha1StorageVersionListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -93738,7 +93738,7 @@ func (c *Client) sendWatchNetworkingV1IngressClass(ctx context.Context, params W c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1IngressClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -93962,7 +93962,7 @@ func (c *Client) sendWatchNetworkingV1IngressClass(ctx context.Context, params W var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1IngressClass", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1IngressClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -94036,7 +94036,7 @@ func (c *Client) sendWatchNetworkingV1IngressClassList(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1IngressClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1IngressClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94242,7 +94242,7 @@ func (c *Client) sendWatchNetworkingV1IngressClassList(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1IngressClassList", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1IngressClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -94316,7 +94316,7 @@ func (c *Client) sendWatchNetworkingV1IngressListForAllNamespaces(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1IngressListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1IngressListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94522,7 +94522,7 @@ func (c *Client) sendWatchNetworkingV1IngressListForAllNamespaces(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1IngressListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1IngressListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -94596,7 +94596,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedIngress(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1NamespacedIngress", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -94839,7 +94839,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedIngress(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1NamespacedIngress", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1NamespacedIngressOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -94913,7 +94913,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedIngressList(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1NamespacedIngressList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1NamespacedIngressListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95138,7 +95138,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedIngressList(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1NamespacedIngressList", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1NamespacedIngressListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -95212,7 +95212,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedNetworkPolicy(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1NamespacedNetworkPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95455,7 +95455,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedNetworkPolicy(ctx context.Contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1NamespacedNetworkPolicy", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1NamespacedNetworkPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -95529,7 +95529,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedNetworkPolicyList(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1NamespacedNetworkPolicyList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1NamespacedNetworkPolicyListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -95754,7 +95754,7 @@ func (c *Client) sendWatchNetworkingV1NamespacedNetworkPolicyList(ctx context.Co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1NamespacedNetworkPolicyList", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1NamespacedNetworkPolicyListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -95828,7 +95828,7 @@ func (c *Client) sendWatchNetworkingV1NetworkPolicyListForAllNamespaces(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNetworkingV1NetworkPolicyListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96034,7 +96034,7 @@ func (c *Client) sendWatchNetworkingV1NetworkPolicyListForAllNamespaces(ctx cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNetworkingV1NetworkPolicyListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -96108,7 +96108,7 @@ func (c *Client) sendWatchNodeV1RuntimeClass(ctx context.Context, params WatchNo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96332,7 +96332,7 @@ func (c *Client) sendWatchNodeV1RuntimeClass(ctx context.Context, params WatchNo var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -96406,7 +96406,7 @@ func (c *Client) sendWatchNodeV1RuntimeClassList(ctx context.Context, params Wat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1RuntimeClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96612,7 +96612,7 @@ func (c *Client) sendWatchNodeV1RuntimeClassList(ctx context.Context, params Wat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1RuntimeClassList", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1RuntimeClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -96686,7 +96686,7 @@ func (c *Client) sendWatchNodeV1alpha1RuntimeClass(ctx context.Context, params W c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1alpha1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -96910,7 +96910,7 @@ func (c *Client) sendWatchNodeV1alpha1RuntimeClass(ctx context.Context, params W var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1alpha1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1alpha1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -96984,7 +96984,7 @@ func (c *Client) sendWatchNodeV1alpha1RuntimeClassList(ctx context.Context, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1alpha1RuntimeClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1alpha1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97190,7 +97190,7 @@ func (c *Client) sendWatchNodeV1alpha1RuntimeClassList(ctx context.Context, para var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1alpha1RuntimeClassList", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1alpha1RuntimeClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -97264,7 +97264,7 @@ func (c *Client) sendWatchNodeV1beta1RuntimeClass(ctx context.Context, params Wa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1beta1RuntimeClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97488,7 +97488,7 @@ func (c *Client) sendWatchNodeV1beta1RuntimeClass(ctx context.Context, params Wa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1beta1RuntimeClass", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1beta1RuntimeClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -97562,7 +97562,7 @@ func (c *Client) sendWatchNodeV1beta1RuntimeClassList(ctx context.Context, param c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchNodeV1beta1RuntimeClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchNodeV1beta1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -97768,7 +97768,7 @@ func (c *Client) sendWatchNodeV1beta1RuntimeClassList(ctx context.Context, param var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchNodeV1beta1RuntimeClassList", r); { + switch err := c.securityBearerToken(ctx, WatchNodeV1beta1RuntimeClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -97842,7 +97842,7 @@ func (c *Client) sendWatchPolicyV1NamespacedPodDisruptionBudget(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98085,7 +98085,7 @@ func (c *Client) sendWatchPolicyV1NamespacedPodDisruptionBudget(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -98159,7 +98159,7 @@ func (c *Client) sendWatchPolicyV1NamespacedPodDisruptionBudgetList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1NamespacedPodDisruptionBudgetList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98384,7 +98384,7 @@ func (c *Client) sendWatchPolicyV1NamespacedPodDisruptionBudgetList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1NamespacedPodDisruptionBudgetList", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -98458,7 +98458,7 @@ func (c *Client) sendWatchPolicyV1PodDisruptionBudgetListForAllNamespaces(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98664,7 +98664,7 @@ func (c *Client) sendWatchPolicyV1PodDisruptionBudgetListForAllNamespaces(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -98738,7 +98738,7 @@ func (c *Client) sendWatchPolicyV1beta1NamespacedPodDisruptionBudget(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -98981,7 +98981,7 @@ func (c *Client) sendWatchPolicyV1beta1NamespacedPodDisruptionBudget(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudget", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -99055,7 +99055,7 @@ func (c *Client) sendWatchPolicyV1beta1NamespacedPodDisruptionBudgetList(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99280,7 +99280,7 @@ func (c *Client) sendWatchPolicyV1beta1NamespacedPodDisruptionBudgetList(ctx con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -99354,7 +99354,7 @@ func (c *Client) sendWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99560,7 +99560,7 @@ func (c *Client) sendWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -99634,7 +99634,7 @@ func (c *Client) sendWatchPolicyV1beta1PodSecurityPolicy(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1beta1PodSecurityPolicy", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -99858,7 +99858,7 @@ func (c *Client) sendWatchPolicyV1beta1PodSecurityPolicy(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1beta1PodSecurityPolicy", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1beta1PodSecurityPolicyOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -99932,7 +99932,7 @@ func (c *Client) sendWatchPolicyV1beta1PodSecurityPolicyList(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchPolicyV1beta1PodSecurityPolicyList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchPolicyV1beta1PodSecurityPolicyListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100138,7 +100138,7 @@ func (c *Client) sendWatchPolicyV1beta1PodSecurityPolicyList(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchPolicyV1beta1PodSecurityPolicyList", r); { + switch err := c.securityBearerToken(ctx, WatchPolicyV1beta1PodSecurityPolicyListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -100212,7 +100212,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRole(ctx context.Context, pa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1ClusterRole", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100436,7 +100436,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRole(ctx context.Context, pa var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRole", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -100510,7 +100510,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleBinding(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1ClusterRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -100734,7 +100734,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleBinding(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleBinding", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -100808,7 +100808,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleBindingList(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1ClusterRoleBindingList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1ClusterRoleBindingListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101014,7 +101014,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleBindingList(ctx context. var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleBindingList", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleBindingListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -101088,7 +101088,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleList(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1ClusterRoleList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1ClusterRoleListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101294,7 +101294,7 @@ func (c *Client) sendWatchRbacAuthorizationV1ClusterRoleList(ctx context.Context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleList", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -101368,7 +101368,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRole(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1NamespacedRole", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101611,7 +101611,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRole(ctx context.Context, var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRole", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -101685,7 +101685,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleBinding(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -101928,7 +101928,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleBinding(ctx context.C var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleBinding", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -102002,7 +102002,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleBindingList(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1NamespacedRoleBindingList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -102227,7 +102227,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleBindingList(ctx conte var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleBindingList", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -102301,7 +102301,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleList(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1NamespacedRoleList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1NamespacedRoleListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -102526,7 +102526,7 @@ func (c *Client) sendWatchRbacAuthorizationV1NamespacedRoleList(ctx context.Cont var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleList", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -102600,7 +102600,7 @@ func (c *Client) sendWatchRbacAuthorizationV1RoleBindingListForAllNamespaces(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -102806,7 +102806,7 @@ func (c *Client) sendWatchRbacAuthorizationV1RoleBindingListForAllNamespaces(ctx var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -102880,7 +102880,7 @@ func (c *Client) sendWatchRbacAuthorizationV1RoleListForAllNamespaces(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchRbacAuthorizationV1RoleListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -103086,7 +103086,7 @@ func (c *Client) sendWatchRbacAuthorizationV1RoleListForAllNamespaces(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchRbacAuthorizationV1RoleListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -103160,7 +103160,7 @@ func (c *Client) sendWatchSchedulingV1PriorityClass(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchSchedulingV1PriorityClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -103384,7 +103384,7 @@ func (c *Client) sendWatchSchedulingV1PriorityClass(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchSchedulingV1PriorityClass", r); { + switch err := c.securityBearerToken(ctx, WatchSchedulingV1PriorityClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -103458,7 +103458,7 @@ func (c *Client) sendWatchSchedulingV1PriorityClassList(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchSchedulingV1PriorityClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchSchedulingV1PriorityClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -103664,7 +103664,7 @@ func (c *Client) sendWatchSchedulingV1PriorityClassList(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchSchedulingV1PriorityClassList", r); { + switch err := c.securityBearerToken(ctx, WatchSchedulingV1PriorityClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -103738,7 +103738,7 @@ func (c *Client) sendWatchStorageV1CSIDriver(ctx context.Context, params WatchSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1CSIDriver", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -103962,7 +103962,7 @@ func (c *Client) sendWatchStorageV1CSIDriver(ctx context.Context, params WatchSt var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1CSIDriver", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1CSIDriverOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -104036,7 +104036,7 @@ func (c *Client) sendWatchStorageV1CSIDriverList(ctx context.Context, params Wat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1CSIDriverList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1CSIDriverListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -104242,7 +104242,7 @@ func (c *Client) sendWatchStorageV1CSIDriverList(ctx context.Context, params Wat var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1CSIDriverList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1CSIDriverListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -104316,7 +104316,7 @@ func (c *Client) sendWatchStorageV1CSINode(ctx context.Context, params WatchStor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1CSINode", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -104540,7 +104540,7 @@ func (c *Client) sendWatchStorageV1CSINode(ctx context.Context, params WatchStor var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1CSINode", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1CSINodeOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -104614,7 +104614,7 @@ func (c *Client) sendWatchStorageV1CSINodeList(ctx context.Context, params Watch c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1CSINodeList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1CSINodeListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -104820,7 +104820,7 @@ func (c *Client) sendWatchStorageV1CSINodeList(ctx context.Context, params Watch var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1CSINodeList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1CSINodeListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -104894,7 +104894,7 @@ func (c *Client) sendWatchStorageV1StorageClass(ctx context.Context, params Watc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1StorageClass", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -105118,7 +105118,7 @@ func (c *Client) sendWatchStorageV1StorageClass(ctx context.Context, params Watc var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1StorageClass", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1StorageClassOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -105192,7 +105192,7 @@ func (c *Client) sendWatchStorageV1StorageClassList(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1StorageClassList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1StorageClassListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -105398,7 +105398,7 @@ func (c *Client) sendWatchStorageV1StorageClassList(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1StorageClassList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1StorageClassListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -105472,7 +105472,7 @@ func (c *Client) sendWatchStorageV1VolumeAttachment(ctx context.Context, params c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1VolumeAttachment", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -105696,7 +105696,7 @@ func (c *Client) sendWatchStorageV1VolumeAttachment(ctx context.Context, params var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1VolumeAttachment", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1VolumeAttachmentOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -105770,7 +105770,7 @@ func (c *Client) sendWatchStorageV1VolumeAttachmentList(ctx context.Context, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1VolumeAttachmentList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1VolumeAttachmentListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -105976,7 +105976,7 @@ func (c *Client) sendWatchStorageV1VolumeAttachmentList(ctx context.Context, par var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1VolumeAttachmentList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1VolumeAttachmentListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -106050,7 +106050,7 @@ func (c *Client) sendWatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -106256,7 +106256,7 @@ func (c *Client) sendWatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces( var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -106330,7 +106330,7 @@ func (c *Client) sendWatchStorageV1alpha1NamespacedCSIStorageCapacity(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -106573,7 +106573,7 @@ func (c *Client) sendWatchStorageV1alpha1NamespacedCSIStorageCapacity(ctx contex var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -106647,7 +106647,7 @@ func (c *Client) sendWatchStorageV1alpha1NamespacedCSIStorageCapacityList(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -106872,7 +106872,7 @@ func (c *Client) sendWatchStorageV1alpha1NamespacedCSIStorageCapacityList(ctx co var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -106946,7 +106946,7 @@ func (c *Client) sendWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces(c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -107152,7 +107152,7 @@ func (c *Client) sendWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces(c var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -107226,7 +107226,7 @@ func (c *Client) sendWatchStorageV1beta1NamespacedCSIStorageCapacity(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -107469,7 +107469,7 @@ func (c *Client) sendWatchStorageV1beta1NamespacedCSIStorageCapacity(ctx context var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacity", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -107543,7 +107543,7 @@ func (c *Client) sendWatchStorageV1beta1NamespacedCSIStorageCapacityList(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacityList", + ctx, span := c.cfg.Tracer.Start(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -107768,7 +107768,7 @@ func (c *Client) sendWatchStorageV1beta1NamespacedCSIStorageCapacityList(ctx con var satisfied bitset { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacityList", r); { + switch err := c.securityBearerToken(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/examples/ex_k8s/oas_handlers_gen.go b/examples/ex_k8s/oas_handlers_gen.go index c29c4c9b6..1b07689a7 100644 --- a/examples/ex_k8s/oas_handlers_gen.go +++ b/examples/ex_k8s/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNamespacedPodProxy", + Name: ConnectCoreV1DeleteNamespacedPodProxyOperation, ID: "connectCoreV1DeleteNamespacedPodProxy", } ) @@ -72,7 +72,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyRequest(args [2]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -127,7 +127,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNamespacedPodProxy", + OperationName: ConnectCoreV1DeleteNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNamespacedPodProxy", Body: nil, @@ -197,7 +197,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyWithPathRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -228,7 +228,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyWithPathRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNamespacedPodProxyWithPath", + Name: ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, ID: "connectCoreV1DeleteNamespacedPodProxyWithPath", } ) @@ -236,7 +236,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyWithPathRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -291,7 +291,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedPodProxyWithPathRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNamespacedPodProxyWithPath", Body: nil, @@ -365,7 +365,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -396,7 +396,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNamespacedServiceProxy", + Name: ConnectCoreV1DeleteNamespacedServiceProxyOperation, ID: "connectCoreV1DeleteNamespacedServiceProxy", } ) @@ -404,7 +404,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyRequest(args [2] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -459,7 +459,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNamespacedServiceProxy", + OperationName: ConnectCoreV1DeleteNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNamespacedServiceProxy", Body: nil, @@ -529,7 +529,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -560,7 +560,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", + Name: ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1DeleteNamespacedServiceProxyWithPath", } ) @@ -568,7 +568,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -623,7 +623,7 @@ func (s *Server) handleConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNamespacedServiceProxyWithPath", Body: nil, @@ -697,7 +697,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -728,7 +728,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNodeProxy", + Name: ConnectCoreV1DeleteNodeProxyOperation, ID: "connectCoreV1DeleteNodeProxy", } ) @@ -736,7 +736,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -791,7 +791,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNodeProxy", + OperationName: ConnectCoreV1DeleteNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNodeProxy", Body: nil, @@ -857,7 +857,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyWithPathRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1DeleteNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1DeleteNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -888,7 +888,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyWithPathRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1DeleteNodeProxyWithPath", + Name: ConnectCoreV1DeleteNodeProxyWithPathOperation, ID: "connectCoreV1DeleteNodeProxyWithPath", } ) @@ -896,7 +896,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyWithPathRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1DeleteNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1DeleteNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -951,7 +951,7 @@ func (s *Server) handleConnectCoreV1DeleteNodeProxyWithPathRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1DeleteNodeProxyWithPath", + OperationName: ConnectCoreV1DeleteNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1DeleteNodeProxyWithPath", Body: nil, @@ -1021,7 +1021,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodAttachRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedPodAttach", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedPodAttachOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1052,7 +1052,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodAttachRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedPodAttach", + Name: ConnectCoreV1GetNamespacedPodAttachOperation, ID: "connectCoreV1GetNamespacedPodAttach", } ) @@ -1060,7 +1060,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodAttachRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodAttach", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodAttachOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1115,7 +1115,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodAttachRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedPodAttach", + OperationName: ConnectCoreV1GetNamespacedPodAttachOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedPodAttach", Body: nil, @@ -1201,7 +1201,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodExecRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedPodExec", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedPodExecOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1232,7 +1232,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodExecRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedPodExec", + Name: ConnectCoreV1GetNamespacedPodExecOperation, ID: "connectCoreV1GetNamespacedPodExec", } ) @@ -1240,7 +1240,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodExecRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodExec", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodExecOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1295,7 +1295,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodExecRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedPodExec", + OperationName: ConnectCoreV1GetNamespacedPodExecOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedPodExec", Body: nil, @@ -1385,7 +1385,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodPortforwardRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedPodPortforward", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedPodPortforwardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1416,7 +1416,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodPortforwardRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedPodPortforward", + Name: ConnectCoreV1GetNamespacedPodPortforwardOperation, ID: "connectCoreV1GetNamespacedPodPortforward", } ) @@ -1424,7 +1424,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodPortforwardRequest(args [2]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodPortforward", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodPortforwardOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1479,7 +1479,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodPortforwardRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedPodPortforward", + OperationName: ConnectCoreV1GetNamespacedPodPortforwardOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedPodPortforward", Body: nil, @@ -1549,7 +1549,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1580,7 +1580,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedPodProxy", + Name: ConnectCoreV1GetNamespacedPodProxyOperation, ID: "connectCoreV1GetNamespacedPodProxy", } ) @@ -1588,7 +1588,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1643,7 +1643,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedPodProxy", + OperationName: ConnectCoreV1GetNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedPodProxy", Body: nil, @@ -1713,7 +1713,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyWithPathRequest(args [3 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1744,7 +1744,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyWithPathRequest(args [3 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedPodProxyWithPath", + Name: ConnectCoreV1GetNamespacedPodProxyWithPathOperation, ID: "connectCoreV1GetNamespacedPodProxyWithPath", } ) @@ -1752,7 +1752,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyWithPathRequest(args [3 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1807,7 +1807,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedPodProxyWithPathRequest(args [3 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1GetNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedPodProxyWithPath", Body: nil, @@ -1881,7 +1881,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1912,7 +1912,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedServiceProxy", + Name: ConnectCoreV1GetNamespacedServiceProxyOperation, ID: "connectCoreV1GetNamespacedServiceProxy", } ) @@ -1920,7 +1920,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1975,7 +1975,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedServiceProxy", + OperationName: ConnectCoreV1GetNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedServiceProxy", Body: nil, @@ -2045,7 +2045,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyWithPathRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2076,7 +2076,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyWithPathRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNamespacedServiceProxyWithPath", + Name: ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1GetNamespacedServiceProxyWithPath", } ) @@ -2084,7 +2084,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyWithPathRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2139,7 +2139,7 @@ func (s *Server) handleConnectCoreV1GetNamespacedServiceProxyWithPathRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1GetNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1GetNamespacedServiceProxyWithPath", Body: nil, @@ -2213,7 +2213,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2244,7 +2244,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNodeProxy", + Name: ConnectCoreV1GetNodeProxyOperation, ID: "connectCoreV1GetNodeProxy", } ) @@ -2252,7 +2252,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2307,7 +2307,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNodeProxy", + OperationName: ConnectCoreV1GetNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1GetNodeProxy", Body: nil, @@ -2373,7 +2373,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyWithPathRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1GetNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1GetNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2404,7 +2404,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyWithPathRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1GetNodeProxyWithPath", + Name: ConnectCoreV1GetNodeProxyWithPathOperation, ID: "connectCoreV1GetNodeProxyWithPath", } ) @@ -2412,7 +2412,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyWithPathRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1GetNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1GetNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2467,7 +2467,7 @@ func (s *Server) handleConnectCoreV1GetNodeProxyWithPathRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1GetNodeProxyWithPath", + OperationName: ConnectCoreV1GetNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1GetNodeProxyWithPath", Body: nil, @@ -2537,7 +2537,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2568,7 +2568,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNamespacedPodProxy", + Name: ConnectCoreV1HeadNamespacedPodProxyOperation, ID: "connectCoreV1HeadNamespacedPodProxy", } ) @@ -2576,7 +2576,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2631,7 +2631,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNamespacedPodProxy", + OperationName: ConnectCoreV1HeadNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNamespacedPodProxy", Body: nil, @@ -2701,7 +2701,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyWithPathRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2732,7 +2732,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyWithPathRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNamespacedPodProxyWithPath", + Name: ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, ID: "connectCoreV1HeadNamespacedPodProxyWithPath", } ) @@ -2740,7 +2740,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyWithPathRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2795,7 +2795,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedPodProxyWithPathRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1HeadNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNamespacedPodProxyWithPath", Body: nil, @@ -2869,7 +2869,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2900,7 +2900,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNamespacedServiceProxy", + Name: ConnectCoreV1HeadNamespacedServiceProxyOperation, ID: "connectCoreV1HeadNamespacedServiceProxy", } ) @@ -2908,7 +2908,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2963,7 +2963,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNamespacedServiceProxy", + OperationName: ConnectCoreV1HeadNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNamespacedServiceProxy", Body: nil, @@ -3033,7 +3033,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyWithPathRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3064,7 +3064,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyWithPathRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNamespacedServiceProxyWithPath", + Name: ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1HeadNamespacedServiceProxyWithPath", } ) @@ -3072,7 +3072,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyWithPathRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3127,7 +3127,7 @@ func (s *Server) handleConnectCoreV1HeadNamespacedServiceProxyWithPathRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNamespacedServiceProxyWithPath", Body: nil, @@ -3201,7 +3201,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3232,7 +3232,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNodeProxy", + Name: ConnectCoreV1HeadNodeProxyOperation, ID: "connectCoreV1HeadNodeProxy", } ) @@ -3240,7 +3240,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyRequest(args [1]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3295,7 +3295,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNodeProxy", + OperationName: ConnectCoreV1HeadNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNodeProxy", Body: nil, @@ -3361,7 +3361,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyWithPathRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1HeadNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1HeadNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3392,7 +3392,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyWithPathRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1HeadNodeProxyWithPath", + Name: ConnectCoreV1HeadNodeProxyWithPathOperation, ID: "connectCoreV1HeadNodeProxyWithPath", } ) @@ -3400,7 +3400,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyWithPathRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1HeadNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1HeadNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3455,7 +3455,7 @@ func (s *Server) handleConnectCoreV1HeadNodeProxyWithPathRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1HeadNodeProxyWithPath", + OperationName: ConnectCoreV1HeadNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1HeadNodeProxyWithPath", Body: nil, @@ -3525,7 +3525,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3556,7 +3556,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNamespacedPodProxy", + Name: ConnectCoreV1OptionsNamespacedPodProxyOperation, ID: "connectCoreV1OptionsNamespacedPodProxy", } ) @@ -3564,7 +3564,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3619,7 +3619,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNamespacedPodProxy", + OperationName: ConnectCoreV1OptionsNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNamespacedPodProxy", Body: nil, @@ -3689,7 +3689,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyWithPathRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3720,7 +3720,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyWithPathRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNamespacedPodProxyWithPath", + Name: ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, ID: "connectCoreV1OptionsNamespacedPodProxyWithPath", } ) @@ -3728,7 +3728,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyWithPathRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3783,7 +3783,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedPodProxyWithPathRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNamespacedPodProxyWithPath", Body: nil, @@ -3857,7 +3857,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3888,7 +3888,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNamespacedServiceProxy", + Name: ConnectCoreV1OptionsNamespacedServiceProxyOperation, ID: "connectCoreV1OptionsNamespacedServiceProxy", } ) @@ -3896,7 +3896,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyRequest(args [2 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3951,7 +3951,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNamespacedServiceProxy", + OperationName: ConnectCoreV1OptionsNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNamespacedServiceProxy", Body: nil, @@ -4021,7 +4021,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyWithPathRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4052,7 +4052,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyWithPathRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", + Name: ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1OptionsNamespacedServiceProxyWithPath", } ) @@ -4060,7 +4060,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyWithPathRequest type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4115,7 +4115,7 @@ func (s *Server) handleConnectCoreV1OptionsNamespacedServiceProxyWithPathRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNamespacedServiceProxyWithPath", Body: nil, @@ -4189,7 +4189,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4220,7 +4220,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNodeProxy", + Name: ConnectCoreV1OptionsNodeProxyOperation, ID: "connectCoreV1OptionsNodeProxy", } ) @@ -4228,7 +4228,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4283,7 +4283,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNodeProxy", + OperationName: ConnectCoreV1OptionsNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNodeProxy", Body: nil, @@ -4349,7 +4349,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyWithPathRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1OptionsNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1OptionsNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4380,7 +4380,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyWithPathRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1OptionsNodeProxyWithPath", + Name: ConnectCoreV1OptionsNodeProxyWithPathOperation, ID: "connectCoreV1OptionsNodeProxyWithPath", } ) @@ -4388,7 +4388,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyWithPathRequest(args [2]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1OptionsNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1OptionsNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4443,7 +4443,7 @@ func (s *Server) handleConnectCoreV1OptionsNodeProxyWithPathRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1OptionsNodeProxyWithPath", + OperationName: ConnectCoreV1OptionsNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1OptionsNodeProxyWithPath", Body: nil, @@ -4513,7 +4513,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4544,7 +4544,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNamespacedPodProxy", + Name: ConnectCoreV1PatchNamespacedPodProxyOperation, ID: "connectCoreV1PatchNamespacedPodProxy", } ) @@ -4552,7 +4552,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4607,7 +4607,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNamespacedPodProxy", + OperationName: ConnectCoreV1PatchNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNamespacedPodProxy", Body: nil, @@ -4677,7 +4677,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyWithPathRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4708,7 +4708,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyWithPathRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNamespacedPodProxyWithPath", + Name: ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, ID: "connectCoreV1PatchNamespacedPodProxyWithPath", } ) @@ -4716,7 +4716,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyWithPathRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4771,7 +4771,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedPodProxyWithPathRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1PatchNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNamespacedPodProxyWithPath", Body: nil, @@ -4845,7 +4845,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4876,7 +4876,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNamespacedServiceProxy", + Name: ConnectCoreV1PatchNamespacedServiceProxyOperation, ID: "connectCoreV1PatchNamespacedServiceProxy", } ) @@ -4884,7 +4884,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyRequest(args [2]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -4939,7 +4939,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNamespacedServiceProxy", + OperationName: ConnectCoreV1PatchNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNamespacedServiceProxy", Body: nil, @@ -5009,7 +5009,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyWithPathRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5040,7 +5040,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyWithPathRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNamespacedServiceProxyWithPath", + Name: ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1PatchNamespacedServiceProxyWithPath", } ) @@ -5048,7 +5048,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyWithPathRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5103,7 +5103,7 @@ func (s *Server) handleConnectCoreV1PatchNamespacedServiceProxyWithPathRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNamespacedServiceProxyWithPath", Body: nil, @@ -5177,7 +5177,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5208,7 +5208,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNodeProxy", + Name: ConnectCoreV1PatchNodeProxyOperation, ID: "connectCoreV1PatchNodeProxy", } ) @@ -5216,7 +5216,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyRequest(args [1]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5271,7 +5271,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNodeProxy", + OperationName: ConnectCoreV1PatchNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNodeProxy", Body: nil, @@ -5337,7 +5337,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyWithPathRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PatchNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PatchNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5368,7 +5368,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyWithPathRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PatchNodeProxyWithPath", + Name: ConnectCoreV1PatchNodeProxyWithPathOperation, ID: "connectCoreV1PatchNodeProxyWithPath", } ) @@ -5376,7 +5376,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyWithPathRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PatchNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PatchNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5431,7 +5431,7 @@ func (s *Server) handleConnectCoreV1PatchNodeProxyWithPathRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PatchNodeProxyWithPath", + OperationName: ConnectCoreV1PatchNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PatchNodeProxyWithPath", Body: nil, @@ -5501,7 +5501,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodAttachRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedPodAttach", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedPodAttachOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5532,7 +5532,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodAttachRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedPodAttach", + Name: ConnectCoreV1PostNamespacedPodAttachOperation, ID: "connectCoreV1PostNamespacedPodAttach", } ) @@ -5540,7 +5540,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodAttachRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodAttach", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodAttachOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5595,7 +5595,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodAttachRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedPodAttach", + OperationName: ConnectCoreV1PostNamespacedPodAttachOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedPodAttach", Body: nil, @@ -5681,7 +5681,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodExecRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedPodExec", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedPodExecOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5712,7 +5712,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodExecRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedPodExec", + Name: ConnectCoreV1PostNamespacedPodExecOperation, ID: "connectCoreV1PostNamespacedPodExec", } ) @@ -5720,7 +5720,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodExecRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodExec", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodExecOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5775,7 +5775,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodExecRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedPodExec", + OperationName: ConnectCoreV1PostNamespacedPodExecOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedPodExec", Body: nil, @@ -5865,7 +5865,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodPortforwardRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedPodPortforward", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedPodPortforwardOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5896,7 +5896,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodPortforwardRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedPodPortforward", + Name: ConnectCoreV1PostNamespacedPodPortforwardOperation, ID: "connectCoreV1PostNamespacedPodPortforward", } ) @@ -5904,7 +5904,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodPortforwardRequest(args [2] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodPortforward", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodPortforwardOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -5959,7 +5959,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodPortforwardRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedPodPortforward", + OperationName: ConnectCoreV1PostNamespacedPodPortforwardOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedPodPortforward", Body: nil, @@ -6029,7 +6029,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6060,7 +6060,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedPodProxy", + Name: ConnectCoreV1PostNamespacedPodProxyOperation, ID: "connectCoreV1PostNamespacedPodProxy", } ) @@ -6068,7 +6068,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6123,7 +6123,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedPodProxy", + OperationName: ConnectCoreV1PostNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedPodProxy", Body: nil, @@ -6193,7 +6193,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyWithPathRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6224,7 +6224,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyWithPathRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedPodProxyWithPath", + Name: ConnectCoreV1PostNamespacedPodProxyWithPathOperation, ID: "connectCoreV1PostNamespacedPodProxyWithPath", } ) @@ -6232,7 +6232,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyWithPathRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6287,7 +6287,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedPodProxyWithPathRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1PostNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedPodProxyWithPath", Body: nil, @@ -6361,7 +6361,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6392,7 +6392,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedServiceProxy", + Name: ConnectCoreV1PostNamespacedServiceProxyOperation, ID: "connectCoreV1PostNamespacedServiceProxy", } ) @@ -6400,7 +6400,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6455,7 +6455,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedServiceProxy", + OperationName: ConnectCoreV1PostNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedServiceProxy", Body: nil, @@ -6525,7 +6525,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyWithPathRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6556,7 +6556,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyWithPathRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNamespacedServiceProxyWithPath", + Name: ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1PostNamespacedServiceProxyWithPath", } ) @@ -6564,7 +6564,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyWithPathRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6619,7 +6619,7 @@ func (s *Server) handleConnectCoreV1PostNamespacedServiceProxyWithPathRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1PostNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PostNamespacedServiceProxyWithPath", Body: nil, @@ -6693,7 +6693,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6724,7 +6724,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNodeProxy", + Name: ConnectCoreV1PostNodeProxyOperation, ID: "connectCoreV1PostNodeProxy", } ) @@ -6732,7 +6732,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyRequest(args [1]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6787,7 +6787,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNodeProxy", + OperationName: ConnectCoreV1PostNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PostNodeProxy", Body: nil, @@ -6853,7 +6853,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyWithPathRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PostNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PostNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6884,7 +6884,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyWithPathRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PostNodeProxyWithPath", + Name: ConnectCoreV1PostNodeProxyWithPathOperation, ID: "connectCoreV1PostNodeProxyWithPath", } ) @@ -6892,7 +6892,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyWithPathRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PostNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PostNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -6947,7 +6947,7 @@ func (s *Server) handleConnectCoreV1PostNodeProxyWithPathRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PostNodeProxyWithPath", + OperationName: ConnectCoreV1PostNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PostNodeProxyWithPath", Body: nil, @@ -7017,7 +7017,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNamespacedPodProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNamespacedPodProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7048,7 +7048,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNamespacedPodProxy", + Name: ConnectCoreV1PutNamespacedPodProxyOperation, ID: "connectCoreV1PutNamespacedPodProxy", } ) @@ -7056,7 +7056,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedPodProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNamespacedPodProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7111,7 +7111,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNamespacedPodProxy", + OperationName: ConnectCoreV1PutNamespacedPodProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PutNamespacedPodProxy", Body: nil, @@ -7181,7 +7181,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyWithPathRequest(args [3 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNamespacedPodProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNamespacedPodProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7212,7 +7212,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyWithPathRequest(args [3 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNamespacedPodProxyWithPath", + Name: ConnectCoreV1PutNamespacedPodProxyWithPathOperation, ID: "connectCoreV1PutNamespacedPodProxyWithPath", } ) @@ -7220,7 +7220,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyWithPathRequest(args [3 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedPodProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNamespacedPodProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7275,7 +7275,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedPodProxyWithPathRequest(args [3 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNamespacedPodProxyWithPath", + OperationName: ConnectCoreV1PutNamespacedPodProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PutNamespacedPodProxyWithPath", Body: nil, @@ -7349,7 +7349,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNamespacedServiceProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNamespacedServiceProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7380,7 +7380,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNamespacedServiceProxy", + Name: ConnectCoreV1PutNamespacedServiceProxyOperation, ID: "connectCoreV1PutNamespacedServiceProxy", } ) @@ -7388,7 +7388,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedServiceProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNamespacedServiceProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7443,7 +7443,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNamespacedServiceProxy", + OperationName: ConnectCoreV1PutNamespacedServiceProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PutNamespacedServiceProxy", Body: nil, @@ -7513,7 +7513,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyWithPathRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNamespacedServiceProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7544,7 +7544,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyWithPathRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNamespacedServiceProxyWithPath", + Name: ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, ID: "connectCoreV1PutNamespacedServiceProxyWithPath", } ) @@ -7552,7 +7552,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyWithPathRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNamespacedServiceProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7607,7 +7607,7 @@ func (s *Server) handleConnectCoreV1PutNamespacedServiceProxyWithPathRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNamespacedServiceProxyWithPath", + OperationName: ConnectCoreV1PutNamespacedServiceProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PutNamespacedServiceProxyWithPath", Body: nil, @@ -7681,7 +7681,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNodeProxy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNodeProxyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7712,7 +7712,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNodeProxy", + Name: ConnectCoreV1PutNodeProxyOperation, ID: "connectCoreV1PutNodeProxy", } ) @@ -7720,7 +7720,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNodeProxy", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNodeProxyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7775,7 +7775,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNodeProxy", + OperationName: ConnectCoreV1PutNodeProxyOperation, OperationSummary: "", OperationID: "connectCoreV1PutNodeProxy", Body: nil, @@ -7841,7 +7841,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyWithPathRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ConnectCoreV1PutNodeProxyWithPath", + ctx, span := s.cfg.Tracer.Start(r.Context(), ConnectCoreV1PutNodeProxyWithPathOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7872,7 +7872,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyWithPathRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ConnectCoreV1PutNodeProxyWithPath", + Name: ConnectCoreV1PutNodeProxyWithPathOperation, ID: "connectCoreV1PutNodeProxyWithPath", } ) @@ -7880,7 +7880,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyWithPathRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ConnectCoreV1PutNodeProxyWithPath", r) + sctx, ok, err := s.securityBearerToken(ctx, ConnectCoreV1PutNodeProxyWithPathOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -7935,7 +7935,7 @@ func (s *Server) handleConnectCoreV1PutNodeProxyWithPathRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ConnectCoreV1PutNodeProxyWithPath", + OperationName: ConnectCoreV1PutNodeProxyWithPathOperation, OperationSummary: "", OperationID: "connectCoreV1PutNodeProxyWithPath", Body: nil, @@ -8005,7 +8005,7 @@ func (s *Server) handleGetAPIVersionsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAPIVersions", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAPIVersionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8036,7 +8036,7 @@ func (s *Server) handleGetAPIVersionsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAPIVersions", + Name: GetAPIVersionsOperation, ID: "getAPIVersions", } ) @@ -8044,7 +8044,7 @@ func (s *Server) handleGetAPIVersionsRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAPIVersions", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAPIVersionsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8089,7 +8089,7 @@ func (s *Server) handleGetAPIVersionsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAPIVersions", + OperationName: GetAPIVersionsOperation, OperationSummary: "", OperationID: "getAPIVersions", Body: nil, @@ -8146,7 +8146,7 @@ func (s *Server) handleGetAdmissionregistrationAPIGroupRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAdmissionregistrationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAdmissionregistrationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8177,7 +8177,7 @@ func (s *Server) handleGetAdmissionregistrationAPIGroupRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAdmissionregistrationAPIGroup", + Name: GetAdmissionregistrationAPIGroupOperation, ID: "getAdmissionregistrationAPIGroup", } ) @@ -8185,7 +8185,7 @@ func (s *Server) handleGetAdmissionregistrationAPIGroupRequest(args [0]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAdmissionregistrationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAdmissionregistrationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8230,7 +8230,7 @@ func (s *Server) handleGetAdmissionregistrationAPIGroupRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAdmissionregistrationAPIGroup", + OperationName: GetAdmissionregistrationAPIGroupOperation, OperationSummary: "", OperationID: "getAdmissionregistrationAPIGroup", Body: nil, @@ -8287,7 +8287,7 @@ func (s *Server) handleGetAdmissionregistrationV1APIResourcesRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAdmissionregistrationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAdmissionregistrationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8318,7 +8318,7 @@ func (s *Server) handleGetAdmissionregistrationV1APIResourcesRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAdmissionregistrationV1APIResources", + Name: GetAdmissionregistrationV1APIResourcesOperation, ID: "getAdmissionregistrationV1APIResources", } ) @@ -8326,7 +8326,7 @@ func (s *Server) handleGetAdmissionregistrationV1APIResourcesRequest(args [0]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAdmissionregistrationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAdmissionregistrationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8371,7 +8371,7 @@ func (s *Server) handleGetAdmissionregistrationV1APIResourcesRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAdmissionregistrationV1APIResources", + OperationName: GetAdmissionregistrationV1APIResourcesOperation, OperationSummary: "", OperationID: "getAdmissionregistrationV1APIResources", Body: nil, @@ -8428,7 +8428,7 @@ func (s *Server) handleGetApiextensionsAPIGroupRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetApiextensionsAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetApiextensionsAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8459,7 +8459,7 @@ func (s *Server) handleGetApiextensionsAPIGroupRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetApiextensionsAPIGroup", + Name: GetApiextensionsAPIGroupOperation, ID: "getApiextensionsAPIGroup", } ) @@ -8467,7 +8467,7 @@ func (s *Server) handleGetApiextensionsAPIGroupRequest(args [0]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetApiextensionsAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetApiextensionsAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8512,7 +8512,7 @@ func (s *Server) handleGetApiextensionsAPIGroupRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetApiextensionsAPIGroup", + OperationName: GetApiextensionsAPIGroupOperation, OperationSummary: "", OperationID: "getApiextensionsAPIGroup", Body: nil, @@ -8569,7 +8569,7 @@ func (s *Server) handleGetApiextensionsV1APIResourcesRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetApiextensionsV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetApiextensionsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8600,7 +8600,7 @@ func (s *Server) handleGetApiextensionsV1APIResourcesRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetApiextensionsV1APIResources", + Name: GetApiextensionsV1APIResourcesOperation, ID: "getApiextensionsV1APIResources", } ) @@ -8608,7 +8608,7 @@ func (s *Server) handleGetApiextensionsV1APIResourcesRequest(args [0]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetApiextensionsV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetApiextensionsV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8653,7 +8653,7 @@ func (s *Server) handleGetApiextensionsV1APIResourcesRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetApiextensionsV1APIResources", + OperationName: GetApiextensionsV1APIResourcesOperation, OperationSummary: "", OperationID: "getApiextensionsV1APIResources", Body: nil, @@ -8710,7 +8710,7 @@ func (s *Server) handleGetApiregistrationAPIGroupRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetApiregistrationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetApiregistrationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8741,7 +8741,7 @@ func (s *Server) handleGetApiregistrationAPIGroupRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetApiregistrationAPIGroup", + Name: GetApiregistrationAPIGroupOperation, ID: "getApiregistrationAPIGroup", } ) @@ -8749,7 +8749,7 @@ func (s *Server) handleGetApiregistrationAPIGroupRequest(args [0]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetApiregistrationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetApiregistrationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8794,7 +8794,7 @@ func (s *Server) handleGetApiregistrationAPIGroupRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetApiregistrationAPIGroup", + OperationName: GetApiregistrationAPIGroupOperation, OperationSummary: "", OperationID: "getApiregistrationAPIGroup", Body: nil, @@ -8851,7 +8851,7 @@ func (s *Server) handleGetApiregistrationV1APIResourcesRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetApiregistrationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetApiregistrationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8882,7 +8882,7 @@ func (s *Server) handleGetApiregistrationV1APIResourcesRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetApiregistrationV1APIResources", + Name: GetApiregistrationV1APIResourcesOperation, ID: "getApiregistrationV1APIResources", } ) @@ -8890,7 +8890,7 @@ func (s *Server) handleGetApiregistrationV1APIResourcesRequest(args [0]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetApiregistrationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetApiregistrationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -8935,7 +8935,7 @@ func (s *Server) handleGetApiregistrationV1APIResourcesRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetApiregistrationV1APIResources", + OperationName: GetApiregistrationV1APIResourcesOperation, OperationSummary: "", OperationID: "getApiregistrationV1APIResources", Body: nil, @@ -8992,7 +8992,7 @@ func (s *Server) handleGetAppsAPIGroupRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAppsAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAppsAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9023,7 +9023,7 @@ func (s *Server) handleGetAppsAPIGroupRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAppsAPIGroup", + Name: GetAppsAPIGroupOperation, ID: "getAppsAPIGroup", } ) @@ -9031,7 +9031,7 @@ func (s *Server) handleGetAppsAPIGroupRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAppsAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAppsAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9076,7 +9076,7 @@ func (s *Server) handleGetAppsAPIGroupRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAppsAPIGroup", + OperationName: GetAppsAPIGroupOperation, OperationSummary: "", OperationID: "getAppsAPIGroup", Body: nil, @@ -9133,7 +9133,7 @@ func (s *Server) handleGetAppsV1APIResourcesRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAppsV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAppsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9164,7 +9164,7 @@ func (s *Server) handleGetAppsV1APIResourcesRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAppsV1APIResources", + Name: GetAppsV1APIResourcesOperation, ID: "getAppsV1APIResources", } ) @@ -9172,7 +9172,7 @@ func (s *Server) handleGetAppsV1APIResourcesRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAppsV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAppsV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9217,7 +9217,7 @@ func (s *Server) handleGetAppsV1APIResourcesRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAppsV1APIResources", + OperationName: GetAppsV1APIResourcesOperation, OperationSummary: "", OperationID: "getAppsV1APIResources", Body: nil, @@ -9274,7 +9274,7 @@ func (s *Server) handleGetAuthenticationAPIGroupRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAuthenticationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAuthenticationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9305,7 +9305,7 @@ func (s *Server) handleGetAuthenticationAPIGroupRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAuthenticationAPIGroup", + Name: GetAuthenticationAPIGroupOperation, ID: "getAuthenticationAPIGroup", } ) @@ -9313,7 +9313,7 @@ func (s *Server) handleGetAuthenticationAPIGroupRequest(args [0]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAuthenticationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAuthenticationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9358,7 +9358,7 @@ func (s *Server) handleGetAuthenticationAPIGroupRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAuthenticationAPIGroup", + OperationName: GetAuthenticationAPIGroupOperation, OperationSummary: "", OperationID: "getAuthenticationAPIGroup", Body: nil, @@ -9415,7 +9415,7 @@ func (s *Server) handleGetAuthenticationV1APIResourcesRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAuthenticationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAuthenticationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9446,7 +9446,7 @@ func (s *Server) handleGetAuthenticationV1APIResourcesRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAuthenticationV1APIResources", + Name: GetAuthenticationV1APIResourcesOperation, ID: "getAuthenticationV1APIResources", } ) @@ -9454,7 +9454,7 @@ func (s *Server) handleGetAuthenticationV1APIResourcesRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAuthenticationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAuthenticationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9499,7 +9499,7 @@ func (s *Server) handleGetAuthenticationV1APIResourcesRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAuthenticationV1APIResources", + OperationName: GetAuthenticationV1APIResourcesOperation, OperationSummary: "", OperationID: "getAuthenticationV1APIResources", Body: nil, @@ -9556,7 +9556,7 @@ func (s *Server) handleGetAuthorizationAPIGroupRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAuthorizationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAuthorizationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9587,7 +9587,7 @@ func (s *Server) handleGetAuthorizationAPIGroupRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAuthorizationAPIGroup", + Name: GetAuthorizationAPIGroupOperation, ID: "getAuthorizationAPIGroup", } ) @@ -9595,7 +9595,7 @@ func (s *Server) handleGetAuthorizationAPIGroupRequest(args [0]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAuthorizationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAuthorizationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9640,7 +9640,7 @@ func (s *Server) handleGetAuthorizationAPIGroupRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAuthorizationAPIGroup", + OperationName: GetAuthorizationAPIGroupOperation, OperationSummary: "", OperationID: "getAuthorizationAPIGroup", Body: nil, @@ -9697,7 +9697,7 @@ func (s *Server) handleGetAuthorizationV1APIResourcesRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAuthorizationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAuthorizationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9728,7 +9728,7 @@ func (s *Server) handleGetAuthorizationV1APIResourcesRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAuthorizationV1APIResources", + Name: GetAuthorizationV1APIResourcesOperation, ID: "getAuthorizationV1APIResources", } ) @@ -9736,7 +9736,7 @@ func (s *Server) handleGetAuthorizationV1APIResourcesRequest(args [0]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAuthorizationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAuthorizationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9781,7 +9781,7 @@ func (s *Server) handleGetAuthorizationV1APIResourcesRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAuthorizationV1APIResources", + OperationName: GetAuthorizationV1APIResourcesOperation, OperationSummary: "", OperationID: "getAuthorizationV1APIResources", Body: nil, @@ -9838,7 +9838,7 @@ func (s *Server) handleGetAutoscalingAPIGroupRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAutoscalingAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAutoscalingAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9869,7 +9869,7 @@ func (s *Server) handleGetAutoscalingAPIGroupRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAutoscalingAPIGroup", + Name: GetAutoscalingAPIGroupOperation, ID: "getAutoscalingAPIGroup", } ) @@ -9877,7 +9877,7 @@ func (s *Server) handleGetAutoscalingAPIGroupRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAutoscalingAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAutoscalingAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -9922,7 +9922,7 @@ func (s *Server) handleGetAutoscalingAPIGroupRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAutoscalingAPIGroup", + OperationName: GetAutoscalingAPIGroupOperation, OperationSummary: "", OperationID: "getAutoscalingAPIGroup", Body: nil, @@ -9979,7 +9979,7 @@ func (s *Server) handleGetAutoscalingV1APIResourcesRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAutoscalingV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAutoscalingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10010,7 +10010,7 @@ func (s *Server) handleGetAutoscalingV1APIResourcesRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAutoscalingV1APIResources", + Name: GetAutoscalingV1APIResourcesOperation, ID: "getAutoscalingV1APIResources", } ) @@ -10018,7 +10018,7 @@ func (s *Server) handleGetAutoscalingV1APIResourcesRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAutoscalingV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAutoscalingV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10063,7 +10063,7 @@ func (s *Server) handleGetAutoscalingV1APIResourcesRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAutoscalingV1APIResources", + OperationName: GetAutoscalingV1APIResourcesOperation, OperationSummary: "", OperationID: "getAutoscalingV1APIResources", Body: nil, @@ -10120,7 +10120,7 @@ func (s *Server) handleGetAutoscalingV2beta1APIResourcesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAutoscalingV2beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAutoscalingV2beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10151,7 +10151,7 @@ func (s *Server) handleGetAutoscalingV2beta1APIResourcesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAutoscalingV2beta1APIResources", + Name: GetAutoscalingV2beta1APIResourcesOperation, ID: "getAutoscalingV2beta1APIResources", } ) @@ -10159,7 +10159,7 @@ func (s *Server) handleGetAutoscalingV2beta1APIResourcesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAutoscalingV2beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAutoscalingV2beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10204,7 +10204,7 @@ func (s *Server) handleGetAutoscalingV2beta1APIResourcesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAutoscalingV2beta1APIResources", + OperationName: GetAutoscalingV2beta1APIResourcesOperation, OperationSummary: "", OperationID: "getAutoscalingV2beta1APIResources", Body: nil, @@ -10261,7 +10261,7 @@ func (s *Server) handleGetAutoscalingV2beta2APIResourcesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetAutoscalingV2beta2APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetAutoscalingV2beta2APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10292,7 +10292,7 @@ func (s *Server) handleGetAutoscalingV2beta2APIResourcesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetAutoscalingV2beta2APIResources", + Name: GetAutoscalingV2beta2APIResourcesOperation, ID: "getAutoscalingV2beta2APIResources", } ) @@ -10300,7 +10300,7 @@ func (s *Server) handleGetAutoscalingV2beta2APIResourcesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetAutoscalingV2beta2APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetAutoscalingV2beta2APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10345,7 +10345,7 @@ func (s *Server) handleGetAutoscalingV2beta2APIResourcesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetAutoscalingV2beta2APIResources", + OperationName: GetAutoscalingV2beta2APIResourcesOperation, OperationSummary: "", OperationID: "getAutoscalingV2beta2APIResources", Body: nil, @@ -10402,7 +10402,7 @@ func (s *Server) handleGetBatchAPIGroupRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetBatchAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetBatchAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10433,7 +10433,7 @@ func (s *Server) handleGetBatchAPIGroupRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetBatchAPIGroup", + Name: GetBatchAPIGroupOperation, ID: "getBatchAPIGroup", } ) @@ -10441,7 +10441,7 @@ func (s *Server) handleGetBatchAPIGroupRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetBatchAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetBatchAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10486,7 +10486,7 @@ func (s *Server) handleGetBatchAPIGroupRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetBatchAPIGroup", + OperationName: GetBatchAPIGroupOperation, OperationSummary: "", OperationID: "getBatchAPIGroup", Body: nil, @@ -10543,7 +10543,7 @@ func (s *Server) handleGetBatchV1APIResourcesRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetBatchV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetBatchV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10574,7 +10574,7 @@ func (s *Server) handleGetBatchV1APIResourcesRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetBatchV1APIResources", + Name: GetBatchV1APIResourcesOperation, ID: "getBatchV1APIResources", } ) @@ -10582,7 +10582,7 @@ func (s *Server) handleGetBatchV1APIResourcesRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetBatchV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetBatchV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10627,7 +10627,7 @@ func (s *Server) handleGetBatchV1APIResourcesRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetBatchV1APIResources", + OperationName: GetBatchV1APIResourcesOperation, OperationSummary: "", OperationID: "getBatchV1APIResources", Body: nil, @@ -10684,7 +10684,7 @@ func (s *Server) handleGetBatchV1beta1APIResourcesRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetBatchV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetBatchV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10715,7 +10715,7 @@ func (s *Server) handleGetBatchV1beta1APIResourcesRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetBatchV1beta1APIResources", + Name: GetBatchV1beta1APIResourcesOperation, ID: "getBatchV1beta1APIResources", } ) @@ -10723,7 +10723,7 @@ func (s *Server) handleGetBatchV1beta1APIResourcesRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetBatchV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetBatchV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10768,7 +10768,7 @@ func (s *Server) handleGetBatchV1beta1APIResourcesRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetBatchV1beta1APIResources", + OperationName: GetBatchV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getBatchV1beta1APIResources", Body: nil, @@ -10825,7 +10825,7 @@ func (s *Server) handleGetCertificatesAPIGroupRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCertificatesAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCertificatesAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10856,7 +10856,7 @@ func (s *Server) handleGetCertificatesAPIGroupRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCertificatesAPIGroup", + Name: GetCertificatesAPIGroupOperation, ID: "getCertificatesAPIGroup", } ) @@ -10864,7 +10864,7 @@ func (s *Server) handleGetCertificatesAPIGroupRequest(args [0]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCertificatesAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCertificatesAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -10909,7 +10909,7 @@ func (s *Server) handleGetCertificatesAPIGroupRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCertificatesAPIGroup", + OperationName: GetCertificatesAPIGroupOperation, OperationSummary: "", OperationID: "getCertificatesAPIGroup", Body: nil, @@ -10966,7 +10966,7 @@ func (s *Server) handleGetCertificatesV1APIResourcesRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCertificatesV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCertificatesV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10997,7 +10997,7 @@ func (s *Server) handleGetCertificatesV1APIResourcesRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCertificatesV1APIResources", + Name: GetCertificatesV1APIResourcesOperation, ID: "getCertificatesV1APIResources", } ) @@ -11005,7 +11005,7 @@ func (s *Server) handleGetCertificatesV1APIResourcesRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCertificatesV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCertificatesV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11050,7 +11050,7 @@ func (s *Server) handleGetCertificatesV1APIResourcesRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCertificatesV1APIResources", + OperationName: GetCertificatesV1APIResourcesOperation, OperationSummary: "", OperationID: "getCertificatesV1APIResources", Body: nil, @@ -11107,7 +11107,7 @@ func (s *Server) handleGetCodeVersionRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCodeVersion", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCodeVersionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11138,7 +11138,7 @@ func (s *Server) handleGetCodeVersionRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCodeVersion", + Name: GetCodeVersionOperation, ID: "getCodeVersion", } ) @@ -11146,7 +11146,7 @@ func (s *Server) handleGetCodeVersionRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCodeVersion", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCodeVersionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11191,7 +11191,7 @@ func (s *Server) handleGetCodeVersionRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCodeVersion", + OperationName: GetCodeVersionOperation, OperationSummary: "", OperationID: "getCodeVersion", Body: nil, @@ -11248,7 +11248,7 @@ func (s *Server) handleGetCoordinationAPIGroupRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCoordinationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCoordinationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11279,7 +11279,7 @@ func (s *Server) handleGetCoordinationAPIGroupRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCoordinationAPIGroup", + Name: GetCoordinationAPIGroupOperation, ID: "getCoordinationAPIGroup", } ) @@ -11287,7 +11287,7 @@ func (s *Server) handleGetCoordinationAPIGroupRequest(args [0]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCoordinationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCoordinationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11332,7 +11332,7 @@ func (s *Server) handleGetCoordinationAPIGroupRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCoordinationAPIGroup", + OperationName: GetCoordinationAPIGroupOperation, OperationSummary: "", OperationID: "getCoordinationAPIGroup", Body: nil, @@ -11389,7 +11389,7 @@ func (s *Server) handleGetCoordinationV1APIResourcesRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCoordinationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCoordinationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11420,7 +11420,7 @@ func (s *Server) handleGetCoordinationV1APIResourcesRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCoordinationV1APIResources", + Name: GetCoordinationV1APIResourcesOperation, ID: "getCoordinationV1APIResources", } ) @@ -11428,7 +11428,7 @@ func (s *Server) handleGetCoordinationV1APIResourcesRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCoordinationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCoordinationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11473,7 +11473,7 @@ func (s *Server) handleGetCoordinationV1APIResourcesRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCoordinationV1APIResources", + OperationName: GetCoordinationV1APIResourcesOperation, OperationSummary: "", OperationID: "getCoordinationV1APIResources", Body: nil, @@ -11530,7 +11530,7 @@ func (s *Server) handleGetCoreAPIVersionsRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCoreAPIVersions", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCoreAPIVersionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11561,7 +11561,7 @@ func (s *Server) handleGetCoreAPIVersionsRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCoreAPIVersions", + Name: GetCoreAPIVersionsOperation, ID: "getCoreAPIVersions", } ) @@ -11569,7 +11569,7 @@ func (s *Server) handleGetCoreAPIVersionsRequest(args [0]string, argsEscaped boo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCoreAPIVersions", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCoreAPIVersionsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11614,7 +11614,7 @@ func (s *Server) handleGetCoreAPIVersionsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCoreAPIVersions", + OperationName: GetCoreAPIVersionsOperation, OperationSummary: "", OperationID: "getCoreAPIVersions", Body: nil, @@ -11671,7 +11671,7 @@ func (s *Server) handleGetCoreV1APIResourcesRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetCoreV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetCoreV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11702,7 +11702,7 @@ func (s *Server) handleGetCoreV1APIResourcesRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetCoreV1APIResources", + Name: GetCoreV1APIResourcesOperation, ID: "getCoreV1APIResources", } ) @@ -11710,7 +11710,7 @@ func (s *Server) handleGetCoreV1APIResourcesRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetCoreV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetCoreV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11755,7 +11755,7 @@ func (s *Server) handleGetCoreV1APIResourcesRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetCoreV1APIResources", + OperationName: GetCoreV1APIResourcesOperation, OperationSummary: "", OperationID: "getCoreV1APIResources", Body: nil, @@ -11812,7 +11812,7 @@ func (s *Server) handleGetDiscoveryAPIGroupRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetDiscoveryAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetDiscoveryAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11843,7 +11843,7 @@ func (s *Server) handleGetDiscoveryAPIGroupRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetDiscoveryAPIGroup", + Name: GetDiscoveryAPIGroupOperation, ID: "getDiscoveryAPIGroup", } ) @@ -11851,7 +11851,7 @@ func (s *Server) handleGetDiscoveryAPIGroupRequest(args [0]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetDiscoveryAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetDiscoveryAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -11896,7 +11896,7 @@ func (s *Server) handleGetDiscoveryAPIGroupRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetDiscoveryAPIGroup", + OperationName: GetDiscoveryAPIGroupOperation, OperationSummary: "", OperationID: "getDiscoveryAPIGroup", Body: nil, @@ -11953,7 +11953,7 @@ func (s *Server) handleGetDiscoveryV1APIResourcesRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetDiscoveryV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetDiscoveryV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11984,7 +11984,7 @@ func (s *Server) handleGetDiscoveryV1APIResourcesRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetDiscoveryV1APIResources", + Name: GetDiscoveryV1APIResourcesOperation, ID: "getDiscoveryV1APIResources", } ) @@ -11992,7 +11992,7 @@ func (s *Server) handleGetDiscoveryV1APIResourcesRequest(args [0]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetDiscoveryV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetDiscoveryV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12037,7 +12037,7 @@ func (s *Server) handleGetDiscoveryV1APIResourcesRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetDiscoveryV1APIResources", + OperationName: GetDiscoveryV1APIResourcesOperation, OperationSummary: "", OperationID: "getDiscoveryV1APIResources", Body: nil, @@ -12094,7 +12094,7 @@ func (s *Server) handleGetDiscoveryV1beta1APIResourcesRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetDiscoveryV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetDiscoveryV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12125,7 +12125,7 @@ func (s *Server) handleGetDiscoveryV1beta1APIResourcesRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetDiscoveryV1beta1APIResources", + Name: GetDiscoveryV1beta1APIResourcesOperation, ID: "getDiscoveryV1beta1APIResources", } ) @@ -12133,7 +12133,7 @@ func (s *Server) handleGetDiscoveryV1beta1APIResourcesRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetDiscoveryV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetDiscoveryV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12178,7 +12178,7 @@ func (s *Server) handleGetDiscoveryV1beta1APIResourcesRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetDiscoveryV1beta1APIResources", + OperationName: GetDiscoveryV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getDiscoveryV1beta1APIResources", Body: nil, @@ -12235,7 +12235,7 @@ func (s *Server) handleGetEventsAPIGroupRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetEventsAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetEventsAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12266,7 +12266,7 @@ func (s *Server) handleGetEventsAPIGroupRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetEventsAPIGroup", + Name: GetEventsAPIGroupOperation, ID: "getEventsAPIGroup", } ) @@ -12274,7 +12274,7 @@ func (s *Server) handleGetEventsAPIGroupRequest(args [0]string, argsEscaped bool type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetEventsAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetEventsAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12319,7 +12319,7 @@ func (s *Server) handleGetEventsAPIGroupRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetEventsAPIGroup", + OperationName: GetEventsAPIGroupOperation, OperationSummary: "", OperationID: "getEventsAPIGroup", Body: nil, @@ -12376,7 +12376,7 @@ func (s *Server) handleGetEventsV1APIResourcesRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetEventsV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetEventsV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12407,7 +12407,7 @@ func (s *Server) handleGetEventsV1APIResourcesRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetEventsV1APIResources", + Name: GetEventsV1APIResourcesOperation, ID: "getEventsV1APIResources", } ) @@ -12415,7 +12415,7 @@ func (s *Server) handleGetEventsV1APIResourcesRequest(args [0]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetEventsV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetEventsV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12460,7 +12460,7 @@ func (s *Server) handleGetEventsV1APIResourcesRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetEventsV1APIResources", + OperationName: GetEventsV1APIResourcesOperation, OperationSummary: "", OperationID: "getEventsV1APIResources", Body: nil, @@ -12517,7 +12517,7 @@ func (s *Server) handleGetEventsV1beta1APIResourcesRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetEventsV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetEventsV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12548,7 +12548,7 @@ func (s *Server) handleGetEventsV1beta1APIResourcesRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetEventsV1beta1APIResources", + Name: GetEventsV1beta1APIResourcesOperation, ID: "getEventsV1beta1APIResources", } ) @@ -12556,7 +12556,7 @@ func (s *Server) handleGetEventsV1beta1APIResourcesRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetEventsV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetEventsV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12601,7 +12601,7 @@ func (s *Server) handleGetEventsV1beta1APIResourcesRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetEventsV1beta1APIResources", + OperationName: GetEventsV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getEventsV1beta1APIResources", Body: nil, @@ -12658,7 +12658,7 @@ func (s *Server) handleGetFlowcontrolApiserverAPIGroupRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetFlowcontrolApiserverAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetFlowcontrolApiserverAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12689,7 +12689,7 @@ func (s *Server) handleGetFlowcontrolApiserverAPIGroupRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetFlowcontrolApiserverAPIGroup", + Name: GetFlowcontrolApiserverAPIGroupOperation, ID: "getFlowcontrolApiserverAPIGroup", } ) @@ -12697,7 +12697,7 @@ func (s *Server) handleGetFlowcontrolApiserverAPIGroupRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetFlowcontrolApiserverAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetFlowcontrolApiserverAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12742,7 +12742,7 @@ func (s *Server) handleGetFlowcontrolApiserverAPIGroupRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetFlowcontrolApiserverAPIGroup", + OperationName: GetFlowcontrolApiserverAPIGroupOperation, OperationSummary: "", OperationID: "getFlowcontrolApiserverAPIGroup", Body: nil, @@ -12799,7 +12799,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta1APIResourcesRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetFlowcontrolApiserverV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetFlowcontrolApiserverV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12830,7 +12830,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta1APIResourcesRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetFlowcontrolApiserverV1beta1APIResources", + Name: GetFlowcontrolApiserverV1beta1APIResourcesOperation, ID: "getFlowcontrolApiserverV1beta1APIResources", } ) @@ -12838,7 +12838,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta1APIResourcesRequest(args [0 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetFlowcontrolApiserverV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetFlowcontrolApiserverV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -12883,7 +12883,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta1APIResourcesRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetFlowcontrolApiserverV1beta1APIResources", + OperationName: GetFlowcontrolApiserverV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getFlowcontrolApiserverV1beta1APIResources", Body: nil, @@ -12940,7 +12940,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta2APIResourcesRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetFlowcontrolApiserverV1beta2APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetFlowcontrolApiserverV1beta2APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12971,7 +12971,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta2APIResourcesRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetFlowcontrolApiserverV1beta2APIResources", + Name: GetFlowcontrolApiserverV1beta2APIResourcesOperation, ID: "getFlowcontrolApiserverV1beta2APIResources", } ) @@ -12979,7 +12979,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta2APIResourcesRequest(args [0 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetFlowcontrolApiserverV1beta2APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetFlowcontrolApiserverV1beta2APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13024,7 +13024,7 @@ func (s *Server) handleGetFlowcontrolApiserverV1beta2APIResourcesRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetFlowcontrolApiserverV1beta2APIResources", + OperationName: GetFlowcontrolApiserverV1beta2APIResourcesOperation, OperationSummary: "", OperationID: "getFlowcontrolApiserverV1beta2APIResources", Body: nil, @@ -13081,7 +13081,7 @@ func (s *Server) handleGetInternalApiserverAPIGroupRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetInternalApiserverAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetInternalApiserverAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13112,7 +13112,7 @@ func (s *Server) handleGetInternalApiserverAPIGroupRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetInternalApiserverAPIGroup", + Name: GetInternalApiserverAPIGroupOperation, ID: "getInternalApiserverAPIGroup", } ) @@ -13120,7 +13120,7 @@ func (s *Server) handleGetInternalApiserverAPIGroupRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetInternalApiserverAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetInternalApiserverAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13165,7 +13165,7 @@ func (s *Server) handleGetInternalApiserverAPIGroupRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetInternalApiserverAPIGroup", + OperationName: GetInternalApiserverAPIGroupOperation, OperationSummary: "", OperationID: "getInternalApiserverAPIGroup", Body: nil, @@ -13222,7 +13222,7 @@ func (s *Server) handleGetInternalApiserverV1alpha1APIResourcesRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetInternalApiserverV1alpha1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetInternalApiserverV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13253,7 +13253,7 @@ func (s *Server) handleGetInternalApiserverV1alpha1APIResourcesRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetInternalApiserverV1alpha1APIResources", + Name: GetInternalApiserverV1alpha1APIResourcesOperation, ID: "getInternalApiserverV1alpha1APIResources", } ) @@ -13261,7 +13261,7 @@ func (s *Server) handleGetInternalApiserverV1alpha1APIResourcesRequest(args [0]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetInternalApiserverV1alpha1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetInternalApiserverV1alpha1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13306,7 +13306,7 @@ func (s *Server) handleGetInternalApiserverV1alpha1APIResourcesRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetInternalApiserverV1alpha1APIResources", + OperationName: GetInternalApiserverV1alpha1APIResourcesOperation, OperationSummary: "", OperationID: "getInternalApiserverV1alpha1APIResources", Body: nil, @@ -13363,7 +13363,7 @@ func (s *Server) handleGetNetworkingAPIGroupRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNetworkingAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNetworkingAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13394,7 +13394,7 @@ func (s *Server) handleGetNetworkingAPIGroupRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNetworkingAPIGroup", + Name: GetNetworkingAPIGroupOperation, ID: "getNetworkingAPIGroup", } ) @@ -13402,7 +13402,7 @@ func (s *Server) handleGetNetworkingAPIGroupRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNetworkingAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNetworkingAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13447,7 +13447,7 @@ func (s *Server) handleGetNetworkingAPIGroupRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNetworkingAPIGroup", + OperationName: GetNetworkingAPIGroupOperation, OperationSummary: "", OperationID: "getNetworkingAPIGroup", Body: nil, @@ -13504,7 +13504,7 @@ func (s *Server) handleGetNetworkingV1APIResourcesRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNetworkingV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNetworkingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13535,7 +13535,7 @@ func (s *Server) handleGetNetworkingV1APIResourcesRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNetworkingV1APIResources", + Name: GetNetworkingV1APIResourcesOperation, ID: "getNetworkingV1APIResources", } ) @@ -13543,7 +13543,7 @@ func (s *Server) handleGetNetworkingV1APIResourcesRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNetworkingV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNetworkingV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13588,7 +13588,7 @@ func (s *Server) handleGetNetworkingV1APIResourcesRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNetworkingV1APIResources", + OperationName: GetNetworkingV1APIResourcesOperation, OperationSummary: "", OperationID: "getNetworkingV1APIResources", Body: nil, @@ -13645,7 +13645,7 @@ func (s *Server) handleGetNodeAPIGroupRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNodeAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNodeAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13676,7 +13676,7 @@ func (s *Server) handleGetNodeAPIGroupRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNodeAPIGroup", + Name: GetNodeAPIGroupOperation, ID: "getNodeAPIGroup", } ) @@ -13684,7 +13684,7 @@ func (s *Server) handleGetNodeAPIGroupRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNodeAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNodeAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13729,7 +13729,7 @@ func (s *Server) handleGetNodeAPIGroupRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNodeAPIGroup", + OperationName: GetNodeAPIGroupOperation, OperationSummary: "", OperationID: "getNodeAPIGroup", Body: nil, @@ -13786,7 +13786,7 @@ func (s *Server) handleGetNodeV1APIResourcesRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNodeV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNodeV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13817,7 +13817,7 @@ func (s *Server) handleGetNodeV1APIResourcesRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNodeV1APIResources", + Name: GetNodeV1APIResourcesOperation, ID: "getNodeV1APIResources", } ) @@ -13825,7 +13825,7 @@ func (s *Server) handleGetNodeV1APIResourcesRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNodeV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNodeV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -13870,7 +13870,7 @@ func (s *Server) handleGetNodeV1APIResourcesRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNodeV1APIResources", + OperationName: GetNodeV1APIResourcesOperation, OperationSummary: "", OperationID: "getNodeV1APIResources", Body: nil, @@ -13927,7 +13927,7 @@ func (s *Server) handleGetNodeV1alpha1APIResourcesRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNodeV1alpha1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNodeV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13958,7 +13958,7 @@ func (s *Server) handleGetNodeV1alpha1APIResourcesRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNodeV1alpha1APIResources", + Name: GetNodeV1alpha1APIResourcesOperation, ID: "getNodeV1alpha1APIResources", } ) @@ -13966,7 +13966,7 @@ func (s *Server) handleGetNodeV1alpha1APIResourcesRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNodeV1alpha1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNodeV1alpha1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14011,7 +14011,7 @@ func (s *Server) handleGetNodeV1alpha1APIResourcesRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNodeV1alpha1APIResources", + OperationName: GetNodeV1alpha1APIResourcesOperation, OperationSummary: "", OperationID: "getNodeV1alpha1APIResources", Body: nil, @@ -14068,7 +14068,7 @@ func (s *Server) handleGetNodeV1beta1APIResourcesRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetNodeV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetNodeV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14099,7 +14099,7 @@ func (s *Server) handleGetNodeV1beta1APIResourcesRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetNodeV1beta1APIResources", + Name: GetNodeV1beta1APIResourcesOperation, ID: "getNodeV1beta1APIResources", } ) @@ -14107,7 +14107,7 @@ func (s *Server) handleGetNodeV1beta1APIResourcesRequest(args [0]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetNodeV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetNodeV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14152,7 +14152,7 @@ func (s *Server) handleGetNodeV1beta1APIResourcesRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetNodeV1beta1APIResources", + OperationName: GetNodeV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getNodeV1beta1APIResources", Body: nil, @@ -14209,7 +14209,7 @@ func (s *Server) handleGetPolicyAPIGroupRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPolicyAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPolicyAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14240,7 +14240,7 @@ func (s *Server) handleGetPolicyAPIGroupRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPolicyAPIGroup", + Name: GetPolicyAPIGroupOperation, ID: "getPolicyAPIGroup", } ) @@ -14248,7 +14248,7 @@ func (s *Server) handleGetPolicyAPIGroupRequest(args [0]string, argsEscaped bool type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetPolicyAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetPolicyAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14293,7 +14293,7 @@ func (s *Server) handleGetPolicyAPIGroupRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPolicyAPIGroup", + OperationName: GetPolicyAPIGroupOperation, OperationSummary: "", OperationID: "getPolicyAPIGroup", Body: nil, @@ -14350,7 +14350,7 @@ func (s *Server) handleGetPolicyV1APIResourcesRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPolicyV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPolicyV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14381,7 +14381,7 @@ func (s *Server) handleGetPolicyV1APIResourcesRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPolicyV1APIResources", + Name: GetPolicyV1APIResourcesOperation, ID: "getPolicyV1APIResources", } ) @@ -14389,7 +14389,7 @@ func (s *Server) handleGetPolicyV1APIResourcesRequest(args [0]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetPolicyV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetPolicyV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14434,7 +14434,7 @@ func (s *Server) handleGetPolicyV1APIResourcesRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPolicyV1APIResources", + OperationName: GetPolicyV1APIResourcesOperation, OperationSummary: "", OperationID: "getPolicyV1APIResources", Body: nil, @@ -14491,7 +14491,7 @@ func (s *Server) handleGetPolicyV1beta1APIResourcesRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPolicyV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPolicyV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14522,7 +14522,7 @@ func (s *Server) handleGetPolicyV1beta1APIResourcesRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPolicyV1beta1APIResources", + Name: GetPolicyV1beta1APIResourcesOperation, ID: "getPolicyV1beta1APIResources", } ) @@ -14530,7 +14530,7 @@ func (s *Server) handleGetPolicyV1beta1APIResourcesRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetPolicyV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetPolicyV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14575,7 +14575,7 @@ func (s *Server) handleGetPolicyV1beta1APIResourcesRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPolicyV1beta1APIResources", + OperationName: GetPolicyV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getPolicyV1beta1APIResources", Body: nil, @@ -14632,7 +14632,7 @@ func (s *Server) handleGetRbacAuthorizationAPIGroupRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetRbacAuthorizationAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetRbacAuthorizationAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14663,7 +14663,7 @@ func (s *Server) handleGetRbacAuthorizationAPIGroupRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetRbacAuthorizationAPIGroup", + Name: GetRbacAuthorizationAPIGroupOperation, ID: "getRbacAuthorizationAPIGroup", } ) @@ -14671,7 +14671,7 @@ func (s *Server) handleGetRbacAuthorizationAPIGroupRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetRbacAuthorizationAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetRbacAuthorizationAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14716,7 +14716,7 @@ func (s *Server) handleGetRbacAuthorizationAPIGroupRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetRbacAuthorizationAPIGroup", + OperationName: GetRbacAuthorizationAPIGroupOperation, OperationSummary: "", OperationID: "getRbacAuthorizationAPIGroup", Body: nil, @@ -14773,7 +14773,7 @@ func (s *Server) handleGetRbacAuthorizationV1APIResourcesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetRbacAuthorizationV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetRbacAuthorizationV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14804,7 +14804,7 @@ func (s *Server) handleGetRbacAuthorizationV1APIResourcesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetRbacAuthorizationV1APIResources", + Name: GetRbacAuthorizationV1APIResourcesOperation, ID: "getRbacAuthorizationV1APIResources", } ) @@ -14812,7 +14812,7 @@ func (s *Server) handleGetRbacAuthorizationV1APIResourcesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetRbacAuthorizationV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetRbacAuthorizationV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14857,7 +14857,7 @@ func (s *Server) handleGetRbacAuthorizationV1APIResourcesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetRbacAuthorizationV1APIResources", + OperationName: GetRbacAuthorizationV1APIResourcesOperation, OperationSummary: "", OperationID: "getRbacAuthorizationV1APIResources", Body: nil, @@ -14914,7 +14914,7 @@ func (s *Server) handleGetSchedulingAPIGroupRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetSchedulingAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetSchedulingAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14945,7 +14945,7 @@ func (s *Server) handleGetSchedulingAPIGroupRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetSchedulingAPIGroup", + Name: GetSchedulingAPIGroupOperation, ID: "getSchedulingAPIGroup", } ) @@ -14953,7 +14953,7 @@ func (s *Server) handleGetSchedulingAPIGroupRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetSchedulingAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetSchedulingAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -14998,7 +14998,7 @@ func (s *Server) handleGetSchedulingAPIGroupRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetSchedulingAPIGroup", + OperationName: GetSchedulingAPIGroupOperation, OperationSummary: "", OperationID: "getSchedulingAPIGroup", Body: nil, @@ -15055,7 +15055,7 @@ func (s *Server) handleGetSchedulingV1APIResourcesRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetSchedulingV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetSchedulingV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15086,7 +15086,7 @@ func (s *Server) handleGetSchedulingV1APIResourcesRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetSchedulingV1APIResources", + Name: GetSchedulingV1APIResourcesOperation, ID: "getSchedulingV1APIResources", } ) @@ -15094,7 +15094,7 @@ func (s *Server) handleGetSchedulingV1APIResourcesRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetSchedulingV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetSchedulingV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15139,7 +15139,7 @@ func (s *Server) handleGetSchedulingV1APIResourcesRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetSchedulingV1APIResources", + OperationName: GetSchedulingV1APIResourcesOperation, OperationSummary: "", OperationID: "getSchedulingV1APIResources", Body: nil, @@ -15196,7 +15196,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDConfigurationRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetServiceAccountIssuerOpenIDConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetServiceAccountIssuerOpenIDConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15227,7 +15227,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDConfigurationRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetServiceAccountIssuerOpenIDConfiguration", + Name: GetServiceAccountIssuerOpenIDConfigurationOperation, ID: "getServiceAccountIssuerOpenIDConfiguration", } ) @@ -15235,7 +15235,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDConfigurationRequest(args [0 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetServiceAccountIssuerOpenIDConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, GetServiceAccountIssuerOpenIDConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15280,7 +15280,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDConfigurationRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetServiceAccountIssuerOpenIDConfiguration", + OperationName: GetServiceAccountIssuerOpenIDConfigurationOperation, OperationSummary: "", OperationID: "getServiceAccountIssuerOpenIDConfiguration", Body: nil, @@ -15337,7 +15337,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDKeysetRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetServiceAccountIssuerOpenIDKeyset", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetServiceAccountIssuerOpenIDKeysetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15368,7 +15368,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDKeysetRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetServiceAccountIssuerOpenIDKeyset", + Name: GetServiceAccountIssuerOpenIDKeysetOperation, ID: "getServiceAccountIssuerOpenIDKeyset", } ) @@ -15376,7 +15376,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDKeysetRequest(args [0]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetServiceAccountIssuerOpenIDKeyset", r) + sctx, ok, err := s.securityBearerToken(ctx, GetServiceAccountIssuerOpenIDKeysetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15421,7 +15421,7 @@ func (s *Server) handleGetServiceAccountIssuerOpenIDKeysetRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetServiceAccountIssuerOpenIDKeyset", + OperationName: GetServiceAccountIssuerOpenIDKeysetOperation, OperationSummary: "", OperationID: "getServiceAccountIssuerOpenIDKeyset", Body: nil, @@ -15478,7 +15478,7 @@ func (s *Server) handleGetStorageAPIGroupRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStorageAPIGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStorageAPIGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15509,7 +15509,7 @@ func (s *Server) handleGetStorageAPIGroupRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStorageAPIGroup", + Name: GetStorageAPIGroupOperation, ID: "getStorageAPIGroup", } ) @@ -15517,7 +15517,7 @@ func (s *Server) handleGetStorageAPIGroupRequest(args [0]string, argsEscaped boo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetStorageAPIGroup", r) + sctx, ok, err := s.securityBearerToken(ctx, GetStorageAPIGroupOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15562,7 +15562,7 @@ func (s *Server) handleGetStorageAPIGroupRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStorageAPIGroup", + OperationName: GetStorageAPIGroupOperation, OperationSummary: "", OperationID: "getStorageAPIGroup", Body: nil, @@ -15619,7 +15619,7 @@ func (s *Server) handleGetStorageV1APIResourcesRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStorageV1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStorageV1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15650,7 +15650,7 @@ func (s *Server) handleGetStorageV1APIResourcesRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStorageV1APIResources", + Name: GetStorageV1APIResourcesOperation, ID: "getStorageV1APIResources", } ) @@ -15658,7 +15658,7 @@ func (s *Server) handleGetStorageV1APIResourcesRequest(args [0]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetStorageV1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetStorageV1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15703,7 +15703,7 @@ func (s *Server) handleGetStorageV1APIResourcesRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStorageV1APIResources", + OperationName: GetStorageV1APIResourcesOperation, OperationSummary: "", OperationID: "getStorageV1APIResources", Body: nil, @@ -15760,7 +15760,7 @@ func (s *Server) handleGetStorageV1alpha1APIResourcesRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStorageV1alpha1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStorageV1alpha1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15791,7 +15791,7 @@ func (s *Server) handleGetStorageV1alpha1APIResourcesRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStorageV1alpha1APIResources", + Name: GetStorageV1alpha1APIResourcesOperation, ID: "getStorageV1alpha1APIResources", } ) @@ -15799,7 +15799,7 @@ func (s *Server) handleGetStorageV1alpha1APIResourcesRequest(args [0]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetStorageV1alpha1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetStorageV1alpha1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15844,7 +15844,7 @@ func (s *Server) handleGetStorageV1alpha1APIResourcesRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStorageV1alpha1APIResources", + OperationName: GetStorageV1alpha1APIResourcesOperation, OperationSummary: "", OperationID: "getStorageV1alpha1APIResources", Body: nil, @@ -15901,7 +15901,7 @@ func (s *Server) handleGetStorageV1beta1APIResourcesRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStorageV1beta1APIResources", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStorageV1beta1APIResourcesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15932,7 +15932,7 @@ func (s *Server) handleGetStorageV1beta1APIResourcesRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStorageV1beta1APIResources", + Name: GetStorageV1beta1APIResourcesOperation, ID: "getStorageV1beta1APIResources", } ) @@ -15940,7 +15940,7 @@ func (s *Server) handleGetStorageV1beta1APIResourcesRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "GetStorageV1beta1APIResources", r) + sctx, ok, err := s.securityBearerToken(ctx, GetStorageV1beta1APIResourcesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -15985,7 +15985,7 @@ func (s *Server) handleGetStorageV1beta1APIResourcesRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStorageV1beta1APIResources", + OperationName: GetStorageV1beta1APIResourcesOperation, OperationSummary: "", OperationID: "getStorageV1beta1APIResources", Body: nil, @@ -16042,7 +16042,7 @@ func (s *Server) handleListAdmissionregistrationV1MutatingWebhookConfigurationRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16073,7 +16073,7 @@ func (s *Server) handleListAdmissionregistrationV1MutatingWebhookConfigurationRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAdmissionregistrationV1MutatingWebhookConfiguration", + Name: ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, ID: "listAdmissionregistrationV1MutatingWebhookConfiguration", } ) @@ -16081,7 +16081,7 @@ func (s *Server) handleListAdmissionregistrationV1MutatingWebhookConfigurationRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAdmissionregistrationV1MutatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -16136,7 +16136,7 @@ func (s *Server) handleListAdmissionregistrationV1MutatingWebhookConfigurationRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAdmissionregistrationV1MutatingWebhookConfiguration", + OperationName: ListAdmissionregistrationV1MutatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "listAdmissionregistrationV1MutatingWebhookConfiguration", Body: nil, @@ -16234,7 +16234,7 @@ func (s *Server) handleListAdmissionregistrationV1ValidatingWebhookConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16265,7 +16265,7 @@ func (s *Server) handleListAdmissionregistrationV1ValidatingWebhookConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAdmissionregistrationV1ValidatingWebhookConfiguration", + Name: ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, ID: "listAdmissionregistrationV1ValidatingWebhookConfiguration", } ) @@ -16273,7 +16273,7 @@ func (s *Server) handleListAdmissionregistrationV1ValidatingWebhookConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAdmissionregistrationV1ValidatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -16328,7 +16328,7 @@ func (s *Server) handleListAdmissionregistrationV1ValidatingWebhookConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAdmissionregistrationV1ValidatingWebhookConfiguration", + OperationName: ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "listAdmissionregistrationV1ValidatingWebhookConfiguration", Body: nil, @@ -16426,7 +16426,7 @@ func (s *Server) handleListApiextensionsV1CustomResourceDefinitionRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListApiextensionsV1CustomResourceDefinition", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16457,7 +16457,7 @@ func (s *Server) handleListApiextensionsV1CustomResourceDefinitionRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListApiextensionsV1CustomResourceDefinition", + Name: ListApiextensionsV1CustomResourceDefinitionOperation, ID: "listApiextensionsV1CustomResourceDefinition", } ) @@ -16465,7 +16465,7 @@ func (s *Server) handleListApiextensionsV1CustomResourceDefinitionRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListApiextensionsV1CustomResourceDefinition", r) + sctx, ok, err := s.securityBearerToken(ctx, ListApiextensionsV1CustomResourceDefinitionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -16520,7 +16520,7 @@ func (s *Server) handleListApiextensionsV1CustomResourceDefinitionRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListApiextensionsV1CustomResourceDefinition", + OperationName: ListApiextensionsV1CustomResourceDefinitionOperation, OperationSummary: "", OperationID: "listApiextensionsV1CustomResourceDefinition", Body: nil, @@ -16618,7 +16618,7 @@ func (s *Server) handleListApiregistrationV1APIServiceRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListApiregistrationV1APIService", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16649,7 +16649,7 @@ func (s *Server) handleListApiregistrationV1APIServiceRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListApiregistrationV1APIService", + Name: ListApiregistrationV1APIServiceOperation, ID: "listApiregistrationV1APIService", } ) @@ -16657,7 +16657,7 @@ func (s *Server) handleListApiregistrationV1APIServiceRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListApiregistrationV1APIService", r) + sctx, ok, err := s.securityBearerToken(ctx, ListApiregistrationV1APIServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -16712,7 +16712,7 @@ func (s *Server) handleListApiregistrationV1APIServiceRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListApiregistrationV1APIService", + OperationName: ListApiregistrationV1APIServiceOperation, OperationSummary: "", OperationID: "listApiregistrationV1APIService", Body: nil, @@ -16810,7 +16810,7 @@ func (s *Server) handleListAppsV1ControllerRevisionForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1ControllerRevisionForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1ControllerRevisionForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16841,7 +16841,7 @@ func (s *Server) handleListAppsV1ControllerRevisionForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1ControllerRevisionForAllNamespaces", + Name: ListAppsV1ControllerRevisionForAllNamespacesOperation, ID: "listAppsV1ControllerRevisionForAllNamespaces", } ) @@ -16849,7 +16849,7 @@ func (s *Server) handleListAppsV1ControllerRevisionForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1ControllerRevisionForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1ControllerRevisionForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -16904,7 +16904,7 @@ func (s *Server) handleListAppsV1ControllerRevisionForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1ControllerRevisionForAllNamespaces", + OperationName: ListAppsV1ControllerRevisionForAllNamespacesOperation, OperationSummary: "", OperationID: "listAppsV1ControllerRevisionForAllNamespaces", Body: nil, @@ -17002,7 +17002,7 @@ func (s *Server) handleListAppsV1DaemonSetForAllNamespacesRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1DaemonSetForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1DaemonSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17033,7 +17033,7 @@ func (s *Server) handleListAppsV1DaemonSetForAllNamespacesRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1DaemonSetForAllNamespaces", + Name: ListAppsV1DaemonSetForAllNamespacesOperation, ID: "listAppsV1DaemonSetForAllNamespaces", } ) @@ -17041,7 +17041,7 @@ func (s *Server) handleListAppsV1DaemonSetForAllNamespacesRequest(args [0]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1DaemonSetForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1DaemonSetForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -17096,7 +17096,7 @@ func (s *Server) handleListAppsV1DaemonSetForAllNamespacesRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1DaemonSetForAllNamespaces", + OperationName: ListAppsV1DaemonSetForAllNamespacesOperation, OperationSummary: "", OperationID: "listAppsV1DaemonSetForAllNamespaces", Body: nil, @@ -17194,7 +17194,7 @@ func (s *Server) handleListAppsV1DeploymentForAllNamespacesRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1DeploymentForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1DeploymentForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17225,7 +17225,7 @@ func (s *Server) handleListAppsV1DeploymentForAllNamespacesRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1DeploymentForAllNamespaces", + Name: ListAppsV1DeploymentForAllNamespacesOperation, ID: "listAppsV1DeploymentForAllNamespaces", } ) @@ -17233,7 +17233,7 @@ func (s *Server) handleListAppsV1DeploymentForAllNamespacesRequest(args [0]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1DeploymentForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1DeploymentForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -17288,7 +17288,7 @@ func (s *Server) handleListAppsV1DeploymentForAllNamespacesRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1DeploymentForAllNamespaces", + OperationName: ListAppsV1DeploymentForAllNamespacesOperation, OperationSummary: "", OperationID: "listAppsV1DeploymentForAllNamespaces", Body: nil, @@ -17386,7 +17386,7 @@ func (s *Server) handleListAppsV1NamespacedControllerRevisionRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1NamespacedControllerRevision", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17417,7 +17417,7 @@ func (s *Server) handleListAppsV1NamespacedControllerRevisionRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1NamespacedControllerRevision", + Name: ListAppsV1NamespacedControllerRevisionOperation, ID: "listAppsV1NamespacedControllerRevision", } ) @@ -17425,7 +17425,7 @@ func (s *Server) handleListAppsV1NamespacedControllerRevisionRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1NamespacedControllerRevision", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1NamespacedControllerRevisionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -17480,7 +17480,7 @@ func (s *Server) handleListAppsV1NamespacedControllerRevisionRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1NamespacedControllerRevision", + OperationName: ListAppsV1NamespacedControllerRevisionOperation, OperationSummary: "", OperationID: "listAppsV1NamespacedControllerRevision", Body: nil, @@ -17582,7 +17582,7 @@ func (s *Server) handleListAppsV1NamespacedDaemonSetRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1NamespacedDaemonSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17613,7 +17613,7 @@ func (s *Server) handleListAppsV1NamespacedDaemonSetRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1NamespacedDaemonSet", + Name: ListAppsV1NamespacedDaemonSetOperation, ID: "listAppsV1NamespacedDaemonSet", } ) @@ -17621,7 +17621,7 @@ func (s *Server) handleListAppsV1NamespacedDaemonSetRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1NamespacedDaemonSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1NamespacedDaemonSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -17676,7 +17676,7 @@ func (s *Server) handleListAppsV1NamespacedDaemonSetRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1NamespacedDaemonSet", + OperationName: ListAppsV1NamespacedDaemonSetOperation, OperationSummary: "", OperationID: "listAppsV1NamespacedDaemonSet", Body: nil, @@ -17778,7 +17778,7 @@ func (s *Server) handleListAppsV1NamespacedDeploymentRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1NamespacedDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17809,7 +17809,7 @@ func (s *Server) handleListAppsV1NamespacedDeploymentRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1NamespacedDeployment", + Name: ListAppsV1NamespacedDeploymentOperation, ID: "listAppsV1NamespacedDeployment", } ) @@ -17817,7 +17817,7 @@ func (s *Server) handleListAppsV1NamespacedDeploymentRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1NamespacedDeployment", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1NamespacedDeploymentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -17872,7 +17872,7 @@ func (s *Server) handleListAppsV1NamespacedDeploymentRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1NamespacedDeployment", + OperationName: ListAppsV1NamespacedDeploymentOperation, OperationSummary: "", OperationID: "listAppsV1NamespacedDeployment", Body: nil, @@ -17974,7 +17974,7 @@ func (s *Server) handleListAppsV1NamespacedReplicaSetRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1NamespacedReplicaSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18005,7 +18005,7 @@ func (s *Server) handleListAppsV1NamespacedReplicaSetRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1NamespacedReplicaSet", + Name: ListAppsV1NamespacedReplicaSetOperation, ID: "listAppsV1NamespacedReplicaSet", } ) @@ -18013,7 +18013,7 @@ func (s *Server) handleListAppsV1NamespacedReplicaSetRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1NamespacedReplicaSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1NamespacedReplicaSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -18068,7 +18068,7 @@ func (s *Server) handleListAppsV1NamespacedReplicaSetRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1NamespacedReplicaSet", + OperationName: ListAppsV1NamespacedReplicaSetOperation, OperationSummary: "", OperationID: "listAppsV1NamespacedReplicaSet", Body: nil, @@ -18170,7 +18170,7 @@ func (s *Server) handleListAppsV1NamespacedStatefulSetRequest(args [1]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1NamespacedStatefulSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18201,7 +18201,7 @@ func (s *Server) handleListAppsV1NamespacedStatefulSetRequest(args [1]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1NamespacedStatefulSet", + Name: ListAppsV1NamespacedStatefulSetOperation, ID: "listAppsV1NamespacedStatefulSet", } ) @@ -18209,7 +18209,7 @@ func (s *Server) handleListAppsV1NamespacedStatefulSetRequest(args [1]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1NamespacedStatefulSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1NamespacedStatefulSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -18264,7 +18264,7 @@ func (s *Server) handleListAppsV1NamespacedStatefulSetRequest(args [1]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1NamespacedStatefulSet", + OperationName: ListAppsV1NamespacedStatefulSetOperation, OperationSummary: "", OperationID: "listAppsV1NamespacedStatefulSet", Body: nil, @@ -18366,7 +18366,7 @@ func (s *Server) handleListAppsV1ReplicaSetForAllNamespacesRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1ReplicaSetForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1ReplicaSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18397,7 +18397,7 @@ func (s *Server) handleListAppsV1ReplicaSetForAllNamespacesRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1ReplicaSetForAllNamespaces", + Name: ListAppsV1ReplicaSetForAllNamespacesOperation, ID: "listAppsV1ReplicaSetForAllNamespaces", } ) @@ -18405,7 +18405,7 @@ func (s *Server) handleListAppsV1ReplicaSetForAllNamespacesRequest(args [0]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1ReplicaSetForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1ReplicaSetForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -18460,7 +18460,7 @@ func (s *Server) handleListAppsV1ReplicaSetForAllNamespacesRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1ReplicaSetForAllNamespaces", + OperationName: ListAppsV1ReplicaSetForAllNamespacesOperation, OperationSummary: "", OperationID: "listAppsV1ReplicaSetForAllNamespaces", Body: nil, @@ -18558,7 +18558,7 @@ func (s *Server) handleListAppsV1StatefulSetForAllNamespacesRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAppsV1StatefulSetForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAppsV1StatefulSetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18589,7 +18589,7 @@ func (s *Server) handleListAppsV1StatefulSetForAllNamespacesRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAppsV1StatefulSetForAllNamespaces", + Name: ListAppsV1StatefulSetForAllNamespacesOperation, ID: "listAppsV1StatefulSetForAllNamespaces", } ) @@ -18597,7 +18597,7 @@ func (s *Server) handleListAppsV1StatefulSetForAllNamespacesRequest(args [0]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAppsV1StatefulSetForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAppsV1StatefulSetForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -18652,7 +18652,7 @@ func (s *Server) handleListAppsV1StatefulSetForAllNamespacesRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAppsV1StatefulSetForAllNamespaces", + OperationName: ListAppsV1StatefulSetForAllNamespacesOperation, OperationSummary: "", OperationID: "listAppsV1StatefulSetForAllNamespaces", Body: nil, @@ -18750,7 +18750,7 @@ func (s *Server) handleListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18781,7 +18781,7 @@ func (s *Server) handleListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesR } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", + Name: ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, ID: "listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", } ) @@ -18789,7 +18789,7 @@ func (s *Server) handleListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesR type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -18844,7 +18844,7 @@ func (s *Server) handleListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", + OperationName: ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation, OperationSummary: "", OperationID: "listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces", Body: nil, @@ -18942,7 +18942,7 @@ func (s *Server) handleListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18973,7 +18973,7 @@ func (s *Server) handleListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", + Name: ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, ID: "listAutoscalingV1NamespacedHorizontalPodAutoscaler", } ) @@ -18981,7 +18981,7 @@ func (s *Server) handleListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -19036,7 +19036,7 @@ func (s *Server) handleListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV1NamespacedHorizontalPodAutoscaler", + OperationName: ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "listAutoscalingV1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -19138,7 +19138,7 @@ func (s *Server) handleListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamesp } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19169,7 +19169,7 @@ func (s *Server) handleListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamesp } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", + Name: ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, ID: "listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", } ) @@ -19177,7 +19177,7 @@ func (s *Server) handleListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamesp type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -19232,7 +19232,7 @@ func (s *Server) handleListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamesp if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", + OperationName: ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation, OperationSummary: "", OperationID: "listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces", Body: nil, @@ -19330,7 +19330,7 @@ func (s *Server) handleListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19361,7 +19361,7 @@ func (s *Server) handleListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + Name: ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, ID: "listAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", } ) @@ -19369,7 +19369,7 @@ func (s *Server) handleListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -19424,7 +19424,7 @@ func (s *Server) handleListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + OperationName: ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "listAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -19526,7 +19526,7 @@ func (s *Server) handleListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamesp } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19557,7 +19557,7 @@ func (s *Server) handleListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamesp } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", + Name: ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, ID: "listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", } ) @@ -19565,7 +19565,7 @@ func (s *Server) handleListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamesp type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -19620,7 +19620,7 @@ func (s *Server) handleListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamesp if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", + OperationName: ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation, OperationSummary: "", OperationID: "listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces", Body: nil, @@ -19718,7 +19718,7 @@ func (s *Server) handleListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19749,7 +19749,7 @@ func (s *Server) handleListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + Name: ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, ID: "listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", } ) @@ -19757,7 +19757,7 @@ func (s *Server) handleListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -19812,7 +19812,7 @@ func (s *Server) handleListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + OperationName: ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", Body: nil, @@ -19914,7 +19914,7 @@ func (s *Server) handleListBatchV1CronJobForAllNamespacesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1CronJobForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1CronJobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19945,7 +19945,7 @@ func (s *Server) handleListBatchV1CronJobForAllNamespacesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1CronJobForAllNamespaces", + Name: ListBatchV1CronJobForAllNamespacesOperation, ID: "listBatchV1CronJobForAllNamespaces", } ) @@ -19953,7 +19953,7 @@ func (s *Server) handleListBatchV1CronJobForAllNamespacesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1CronJobForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1CronJobForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20008,7 +20008,7 @@ func (s *Server) handleListBatchV1CronJobForAllNamespacesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1CronJobForAllNamespaces", + OperationName: ListBatchV1CronJobForAllNamespacesOperation, OperationSummary: "", OperationID: "listBatchV1CronJobForAllNamespaces", Body: nil, @@ -20106,7 +20106,7 @@ func (s *Server) handleListBatchV1JobForAllNamespacesRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1JobForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1JobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20137,7 +20137,7 @@ func (s *Server) handleListBatchV1JobForAllNamespacesRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1JobForAllNamespaces", + Name: ListBatchV1JobForAllNamespacesOperation, ID: "listBatchV1JobForAllNamespaces", } ) @@ -20145,7 +20145,7 @@ func (s *Server) handleListBatchV1JobForAllNamespacesRequest(args [0]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1JobForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1JobForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20200,7 +20200,7 @@ func (s *Server) handleListBatchV1JobForAllNamespacesRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1JobForAllNamespaces", + OperationName: ListBatchV1JobForAllNamespacesOperation, OperationSummary: "", OperationID: "listBatchV1JobForAllNamespaces", Body: nil, @@ -20298,7 +20298,7 @@ func (s *Server) handleListBatchV1NamespacedCronJobRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20329,7 +20329,7 @@ func (s *Server) handleListBatchV1NamespacedCronJobRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1NamespacedCronJob", + Name: ListBatchV1NamespacedCronJobOperation, ID: "listBatchV1NamespacedCronJob", } ) @@ -20337,7 +20337,7 @@ func (s *Server) handleListBatchV1NamespacedCronJobRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20392,7 +20392,7 @@ func (s *Server) handleListBatchV1NamespacedCronJobRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1NamespacedCronJob", + OperationName: ListBatchV1NamespacedCronJobOperation, OperationSummary: "", OperationID: "listBatchV1NamespacedCronJob", Body: nil, @@ -20494,7 +20494,7 @@ func (s *Server) handleListBatchV1NamespacedJobRequest(args [1]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1NamespacedJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20525,7 +20525,7 @@ func (s *Server) handleListBatchV1NamespacedJobRequest(args [1]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1NamespacedJob", + Name: ListBatchV1NamespacedJobOperation, ID: "listBatchV1NamespacedJob", } ) @@ -20533,7 +20533,7 @@ func (s *Server) handleListBatchV1NamespacedJobRequest(args [1]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1NamespacedJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1NamespacedJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20588,7 +20588,7 @@ func (s *Server) handleListBatchV1NamespacedJobRequest(args [1]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1NamespacedJob", + OperationName: ListBatchV1NamespacedJobOperation, OperationSummary: "", OperationID: "listBatchV1NamespacedJob", Body: nil, @@ -20690,7 +20690,7 @@ func (s *Server) handleListBatchV1beta1CronJobForAllNamespacesRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1beta1CronJobForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1beta1CronJobForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20721,7 +20721,7 @@ func (s *Server) handleListBatchV1beta1CronJobForAllNamespacesRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1beta1CronJobForAllNamespaces", + Name: ListBatchV1beta1CronJobForAllNamespacesOperation, ID: "listBatchV1beta1CronJobForAllNamespaces", } ) @@ -20729,7 +20729,7 @@ func (s *Server) handleListBatchV1beta1CronJobForAllNamespacesRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1beta1CronJobForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1beta1CronJobForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20784,7 +20784,7 @@ func (s *Server) handleListBatchV1beta1CronJobForAllNamespacesRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1beta1CronJobForAllNamespaces", + OperationName: ListBatchV1beta1CronJobForAllNamespacesOperation, OperationSummary: "", OperationID: "listBatchV1beta1CronJobForAllNamespaces", Body: nil, @@ -20882,7 +20882,7 @@ func (s *Server) handleListBatchV1beta1NamespacedCronJobRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListBatchV1beta1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20913,7 +20913,7 @@ func (s *Server) handleListBatchV1beta1NamespacedCronJobRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListBatchV1beta1NamespacedCronJob", + Name: ListBatchV1beta1NamespacedCronJobOperation, ID: "listBatchV1beta1NamespacedCronJob", } ) @@ -20921,7 +20921,7 @@ func (s *Server) handleListBatchV1beta1NamespacedCronJobRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListBatchV1beta1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ListBatchV1beta1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -20976,7 +20976,7 @@ func (s *Server) handleListBatchV1beta1NamespacedCronJobRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListBatchV1beta1NamespacedCronJob", + OperationName: ListBatchV1beta1NamespacedCronJobOperation, OperationSummary: "", OperationID: "listBatchV1beta1NamespacedCronJob", Body: nil, @@ -21078,7 +21078,7 @@ func (s *Server) handleListCertificatesV1CertificateSigningRequestRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCertificatesV1CertificateSigningRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21109,7 +21109,7 @@ func (s *Server) handleListCertificatesV1CertificateSigningRequestRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCertificatesV1CertificateSigningRequest", + Name: ListCertificatesV1CertificateSigningRequestOperation, ID: "listCertificatesV1CertificateSigningRequest", } ) @@ -21117,7 +21117,7 @@ func (s *Server) handleListCertificatesV1CertificateSigningRequestRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCertificatesV1CertificateSigningRequest", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCertificatesV1CertificateSigningRequestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -21172,7 +21172,7 @@ func (s *Server) handleListCertificatesV1CertificateSigningRequestRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCertificatesV1CertificateSigningRequest", + OperationName: ListCertificatesV1CertificateSigningRequestOperation, OperationSummary: "", OperationID: "listCertificatesV1CertificateSigningRequest", Body: nil, @@ -21270,7 +21270,7 @@ func (s *Server) handleListCoordinationV1LeaseForAllNamespacesRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoordinationV1LeaseForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoordinationV1LeaseForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21301,7 +21301,7 @@ func (s *Server) handleListCoordinationV1LeaseForAllNamespacesRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoordinationV1LeaseForAllNamespaces", + Name: ListCoordinationV1LeaseForAllNamespacesOperation, ID: "listCoordinationV1LeaseForAllNamespaces", } ) @@ -21309,7 +21309,7 @@ func (s *Server) handleListCoordinationV1LeaseForAllNamespacesRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoordinationV1LeaseForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoordinationV1LeaseForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -21364,7 +21364,7 @@ func (s *Server) handleListCoordinationV1LeaseForAllNamespacesRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoordinationV1LeaseForAllNamespaces", + OperationName: ListCoordinationV1LeaseForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoordinationV1LeaseForAllNamespaces", Body: nil, @@ -21462,7 +21462,7 @@ func (s *Server) handleListCoordinationV1NamespacedLeaseRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoordinationV1NamespacedLease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21493,7 +21493,7 @@ func (s *Server) handleListCoordinationV1NamespacedLeaseRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoordinationV1NamespacedLease", + Name: ListCoordinationV1NamespacedLeaseOperation, ID: "listCoordinationV1NamespacedLease", } ) @@ -21501,7 +21501,7 @@ func (s *Server) handleListCoordinationV1NamespacedLeaseRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoordinationV1NamespacedLease", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoordinationV1NamespacedLeaseOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -21556,7 +21556,7 @@ func (s *Server) handleListCoordinationV1NamespacedLeaseRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoordinationV1NamespacedLease", + OperationName: ListCoordinationV1NamespacedLeaseOperation, OperationSummary: "", OperationID: "listCoordinationV1NamespacedLease", Body: nil, @@ -21658,7 +21658,7 @@ func (s *Server) handleListCoreV1ComponentStatusRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ComponentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ComponentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21689,7 +21689,7 @@ func (s *Server) handleListCoreV1ComponentStatusRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ComponentStatus", + Name: ListCoreV1ComponentStatusOperation, ID: "listCoreV1ComponentStatus", } ) @@ -21697,7 +21697,7 @@ func (s *Server) handleListCoreV1ComponentStatusRequest(args [0]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ComponentStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ComponentStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -21752,7 +21752,7 @@ func (s *Server) handleListCoreV1ComponentStatusRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ComponentStatus", + OperationName: ListCoreV1ComponentStatusOperation, OperationSummary: "", OperationID: "listCoreV1ComponentStatus", Body: nil, @@ -21850,7 +21850,7 @@ func (s *Server) handleListCoreV1ConfigMapForAllNamespacesRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ConfigMapForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ConfigMapForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21881,7 +21881,7 @@ func (s *Server) handleListCoreV1ConfigMapForAllNamespacesRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ConfigMapForAllNamespaces", + Name: ListCoreV1ConfigMapForAllNamespacesOperation, ID: "listCoreV1ConfigMapForAllNamespaces", } ) @@ -21889,7 +21889,7 @@ func (s *Server) handleListCoreV1ConfigMapForAllNamespacesRequest(args [0]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ConfigMapForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ConfigMapForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -21944,7 +21944,7 @@ func (s *Server) handleListCoreV1ConfigMapForAllNamespacesRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ConfigMapForAllNamespaces", + OperationName: ListCoreV1ConfigMapForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1ConfigMapForAllNamespaces", Body: nil, @@ -22042,7 +22042,7 @@ func (s *Server) handleListCoreV1EndpointsForAllNamespacesRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1EndpointsForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1EndpointsForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22073,7 +22073,7 @@ func (s *Server) handleListCoreV1EndpointsForAllNamespacesRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1EndpointsForAllNamespaces", + Name: ListCoreV1EndpointsForAllNamespacesOperation, ID: "listCoreV1EndpointsForAllNamespaces", } ) @@ -22081,7 +22081,7 @@ func (s *Server) handleListCoreV1EndpointsForAllNamespacesRequest(args [0]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1EndpointsForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1EndpointsForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -22136,7 +22136,7 @@ func (s *Server) handleListCoreV1EndpointsForAllNamespacesRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1EndpointsForAllNamespaces", + OperationName: ListCoreV1EndpointsForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1EndpointsForAllNamespaces", Body: nil, @@ -22234,7 +22234,7 @@ func (s *Server) handleListCoreV1EventForAllNamespacesRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1EventForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22265,7 +22265,7 @@ func (s *Server) handleListCoreV1EventForAllNamespacesRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1EventForAllNamespaces", + Name: ListCoreV1EventForAllNamespacesOperation, ID: "listCoreV1EventForAllNamespaces", } ) @@ -22273,7 +22273,7 @@ func (s *Server) handleListCoreV1EventForAllNamespacesRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1EventForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1EventForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -22328,7 +22328,7 @@ func (s *Server) handleListCoreV1EventForAllNamespacesRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1EventForAllNamespaces", + OperationName: ListCoreV1EventForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1EventForAllNamespaces", Body: nil, @@ -22426,7 +22426,7 @@ func (s *Server) handleListCoreV1LimitRangeForAllNamespacesRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1LimitRangeForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1LimitRangeForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22457,7 +22457,7 @@ func (s *Server) handleListCoreV1LimitRangeForAllNamespacesRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1LimitRangeForAllNamespaces", + Name: ListCoreV1LimitRangeForAllNamespacesOperation, ID: "listCoreV1LimitRangeForAllNamespaces", } ) @@ -22465,7 +22465,7 @@ func (s *Server) handleListCoreV1LimitRangeForAllNamespacesRequest(args [0]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1LimitRangeForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1LimitRangeForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -22520,7 +22520,7 @@ func (s *Server) handleListCoreV1LimitRangeForAllNamespacesRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1LimitRangeForAllNamespaces", + OperationName: ListCoreV1LimitRangeForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1LimitRangeForAllNamespaces", Body: nil, @@ -22618,7 +22618,7 @@ func (s *Server) handleListCoreV1NamespaceRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1Namespace", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22649,7 +22649,7 @@ func (s *Server) handleListCoreV1NamespaceRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1Namespace", + Name: ListCoreV1NamespaceOperation, ID: "listCoreV1Namespace", } ) @@ -22657,7 +22657,7 @@ func (s *Server) handleListCoreV1NamespaceRequest(args [0]string, argsEscaped bo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1Namespace", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespaceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -22712,7 +22712,7 @@ func (s *Server) handleListCoreV1NamespaceRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1Namespace", + OperationName: ListCoreV1NamespaceOperation, OperationSummary: "", OperationID: "listCoreV1Namespace", Body: nil, @@ -22810,7 +22810,7 @@ func (s *Server) handleListCoreV1NamespacedConfigMapRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedConfigMap", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22841,7 +22841,7 @@ func (s *Server) handleListCoreV1NamespacedConfigMapRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedConfigMap", + Name: ListCoreV1NamespacedConfigMapOperation, ID: "listCoreV1NamespacedConfigMap", } ) @@ -22849,7 +22849,7 @@ func (s *Server) handleListCoreV1NamespacedConfigMapRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedConfigMap", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedConfigMapOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -22904,7 +22904,7 @@ func (s *Server) handleListCoreV1NamespacedConfigMapRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedConfigMap", + OperationName: ListCoreV1NamespacedConfigMapOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedConfigMap", Body: nil, @@ -23006,7 +23006,7 @@ func (s *Server) handleListCoreV1NamespacedEndpointsRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedEndpoints", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23037,7 +23037,7 @@ func (s *Server) handleListCoreV1NamespacedEndpointsRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedEndpoints", + Name: ListCoreV1NamespacedEndpointsOperation, ID: "listCoreV1NamespacedEndpoints", } ) @@ -23045,7 +23045,7 @@ func (s *Server) handleListCoreV1NamespacedEndpointsRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedEndpoints", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedEndpointsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -23100,7 +23100,7 @@ func (s *Server) handleListCoreV1NamespacedEndpointsRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedEndpoints", + OperationName: ListCoreV1NamespacedEndpointsOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedEndpoints", Body: nil, @@ -23202,7 +23202,7 @@ func (s *Server) handleListCoreV1NamespacedEventRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23233,7 +23233,7 @@ func (s *Server) handleListCoreV1NamespacedEventRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedEvent", + Name: ListCoreV1NamespacedEventOperation, ID: "listCoreV1NamespacedEvent", } ) @@ -23241,7 +23241,7 @@ func (s *Server) handleListCoreV1NamespacedEventRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -23296,7 +23296,7 @@ func (s *Server) handleListCoreV1NamespacedEventRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedEvent", + OperationName: ListCoreV1NamespacedEventOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedEvent", Body: nil, @@ -23398,7 +23398,7 @@ func (s *Server) handleListCoreV1NamespacedLimitRangeRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedLimitRange", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23429,7 +23429,7 @@ func (s *Server) handleListCoreV1NamespacedLimitRangeRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedLimitRange", + Name: ListCoreV1NamespacedLimitRangeOperation, ID: "listCoreV1NamespacedLimitRange", } ) @@ -23437,7 +23437,7 @@ func (s *Server) handleListCoreV1NamespacedLimitRangeRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedLimitRange", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedLimitRangeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -23492,7 +23492,7 @@ func (s *Server) handleListCoreV1NamespacedLimitRangeRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedLimitRange", + OperationName: ListCoreV1NamespacedLimitRangeOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedLimitRange", Body: nil, @@ -23594,7 +23594,7 @@ func (s *Server) handleListCoreV1NamespacedPersistentVolumeClaimRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedPersistentVolumeClaim", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23625,7 +23625,7 @@ func (s *Server) handleListCoreV1NamespacedPersistentVolumeClaimRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedPersistentVolumeClaim", + Name: ListCoreV1NamespacedPersistentVolumeClaimOperation, ID: "listCoreV1NamespacedPersistentVolumeClaim", } ) @@ -23633,7 +23633,7 @@ func (s *Server) handleListCoreV1NamespacedPersistentVolumeClaimRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedPersistentVolumeClaim", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedPersistentVolumeClaimOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -23688,7 +23688,7 @@ func (s *Server) handleListCoreV1NamespacedPersistentVolumeClaimRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedPersistentVolumeClaim", + OperationName: ListCoreV1NamespacedPersistentVolumeClaimOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedPersistentVolumeClaim", Body: nil, @@ -23790,7 +23790,7 @@ func (s *Server) handleListCoreV1NamespacedPodRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedPod", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23821,7 +23821,7 @@ func (s *Server) handleListCoreV1NamespacedPodRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedPod", + Name: ListCoreV1NamespacedPodOperation, ID: "listCoreV1NamespacedPod", } ) @@ -23829,7 +23829,7 @@ func (s *Server) handleListCoreV1NamespacedPodRequest(args [1]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedPod", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedPodOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -23884,7 +23884,7 @@ func (s *Server) handleListCoreV1NamespacedPodRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedPod", + OperationName: ListCoreV1NamespacedPodOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedPod", Body: nil, @@ -23986,7 +23986,7 @@ func (s *Server) handleListCoreV1NamespacedPodTemplateRequest(args [1]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedPodTemplate", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24017,7 +24017,7 @@ func (s *Server) handleListCoreV1NamespacedPodTemplateRequest(args [1]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedPodTemplate", + Name: ListCoreV1NamespacedPodTemplateOperation, ID: "listCoreV1NamespacedPodTemplate", } ) @@ -24025,7 +24025,7 @@ func (s *Server) handleListCoreV1NamespacedPodTemplateRequest(args [1]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedPodTemplate", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedPodTemplateOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -24080,7 +24080,7 @@ func (s *Server) handleListCoreV1NamespacedPodTemplateRequest(args [1]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedPodTemplate", + OperationName: ListCoreV1NamespacedPodTemplateOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedPodTemplate", Body: nil, @@ -24182,7 +24182,7 @@ func (s *Server) handleListCoreV1NamespacedReplicationControllerRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedReplicationController", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24213,7 +24213,7 @@ func (s *Server) handleListCoreV1NamespacedReplicationControllerRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedReplicationController", + Name: ListCoreV1NamespacedReplicationControllerOperation, ID: "listCoreV1NamespacedReplicationController", } ) @@ -24221,7 +24221,7 @@ func (s *Server) handleListCoreV1NamespacedReplicationControllerRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedReplicationController", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedReplicationControllerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -24276,7 +24276,7 @@ func (s *Server) handleListCoreV1NamespacedReplicationControllerRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedReplicationController", + OperationName: ListCoreV1NamespacedReplicationControllerOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedReplicationController", Body: nil, @@ -24378,7 +24378,7 @@ func (s *Server) handleListCoreV1NamespacedResourceQuotaRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedResourceQuota", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24409,7 +24409,7 @@ func (s *Server) handleListCoreV1NamespacedResourceQuotaRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedResourceQuota", + Name: ListCoreV1NamespacedResourceQuotaOperation, ID: "listCoreV1NamespacedResourceQuota", } ) @@ -24417,7 +24417,7 @@ func (s *Server) handleListCoreV1NamespacedResourceQuotaRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedResourceQuota", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedResourceQuotaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -24472,7 +24472,7 @@ func (s *Server) handleListCoreV1NamespacedResourceQuotaRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedResourceQuota", + OperationName: ListCoreV1NamespacedResourceQuotaOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedResourceQuota", Body: nil, @@ -24574,7 +24574,7 @@ func (s *Server) handleListCoreV1NamespacedSecretRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24605,7 +24605,7 @@ func (s *Server) handleListCoreV1NamespacedSecretRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedSecret", + Name: ListCoreV1NamespacedSecretOperation, ID: "listCoreV1NamespacedSecret", } ) @@ -24613,7 +24613,7 @@ func (s *Server) handleListCoreV1NamespacedSecretRequest(args [1]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedSecret", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedSecretOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -24668,7 +24668,7 @@ func (s *Server) handleListCoreV1NamespacedSecretRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedSecret", + OperationName: ListCoreV1NamespacedSecretOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedSecret", Body: nil, @@ -24770,7 +24770,7 @@ func (s *Server) handleListCoreV1NamespacedServiceRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedService", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24801,7 +24801,7 @@ func (s *Server) handleListCoreV1NamespacedServiceRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedService", + Name: ListCoreV1NamespacedServiceOperation, ID: "listCoreV1NamespacedService", } ) @@ -24809,7 +24809,7 @@ func (s *Server) handleListCoreV1NamespacedServiceRequest(args [1]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedService", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -24864,7 +24864,7 @@ func (s *Server) handleListCoreV1NamespacedServiceRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedService", + OperationName: ListCoreV1NamespacedServiceOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedService", Body: nil, @@ -24966,7 +24966,7 @@ func (s *Server) handleListCoreV1NamespacedServiceAccountRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1NamespacedServiceAccount", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24997,7 +24997,7 @@ func (s *Server) handleListCoreV1NamespacedServiceAccountRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1NamespacedServiceAccount", + Name: ListCoreV1NamespacedServiceAccountOperation, ID: "listCoreV1NamespacedServiceAccount", } ) @@ -25005,7 +25005,7 @@ func (s *Server) handleListCoreV1NamespacedServiceAccountRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1NamespacedServiceAccount", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NamespacedServiceAccountOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -25060,7 +25060,7 @@ func (s *Server) handleListCoreV1NamespacedServiceAccountRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1NamespacedServiceAccount", + OperationName: ListCoreV1NamespacedServiceAccountOperation, OperationSummary: "", OperationID: "listCoreV1NamespacedServiceAccount", Body: nil, @@ -25162,7 +25162,7 @@ func (s *Server) handleListCoreV1NodeRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1Node", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25193,7 +25193,7 @@ func (s *Server) handleListCoreV1NodeRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1Node", + Name: ListCoreV1NodeOperation, ID: "listCoreV1Node", } ) @@ -25201,7 +25201,7 @@ func (s *Server) handleListCoreV1NodeRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1Node", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1NodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -25256,7 +25256,7 @@ func (s *Server) handleListCoreV1NodeRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1Node", + OperationName: ListCoreV1NodeOperation, OperationSummary: "", OperationID: "listCoreV1Node", Body: nil, @@ -25354,7 +25354,7 @@ func (s *Server) handleListCoreV1PersistentVolumeRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1PersistentVolume", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25385,7 +25385,7 @@ func (s *Server) handleListCoreV1PersistentVolumeRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1PersistentVolume", + Name: ListCoreV1PersistentVolumeOperation, ID: "listCoreV1PersistentVolume", } ) @@ -25393,7 +25393,7 @@ func (s *Server) handleListCoreV1PersistentVolumeRequest(args [0]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1PersistentVolume", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1PersistentVolumeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -25448,7 +25448,7 @@ func (s *Server) handleListCoreV1PersistentVolumeRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1PersistentVolume", + OperationName: ListCoreV1PersistentVolumeOperation, OperationSummary: "", OperationID: "listCoreV1PersistentVolume", Body: nil, @@ -25546,7 +25546,7 @@ func (s *Server) handleListCoreV1PersistentVolumeClaimForAllNamespacesRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1PersistentVolumeClaimForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25577,7 +25577,7 @@ func (s *Server) handleListCoreV1PersistentVolumeClaimForAllNamespacesRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1PersistentVolumeClaimForAllNamespaces", + Name: ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, ID: "listCoreV1PersistentVolumeClaimForAllNamespaces", } ) @@ -25585,7 +25585,7 @@ func (s *Server) handleListCoreV1PersistentVolumeClaimForAllNamespacesRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1PersistentVolumeClaimForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -25640,7 +25640,7 @@ func (s *Server) handleListCoreV1PersistentVolumeClaimForAllNamespacesRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1PersistentVolumeClaimForAllNamespaces", + OperationName: ListCoreV1PersistentVolumeClaimForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1PersistentVolumeClaimForAllNamespaces", Body: nil, @@ -25738,7 +25738,7 @@ func (s *Server) handleListCoreV1PodForAllNamespacesRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1PodForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1PodForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25769,7 +25769,7 @@ func (s *Server) handleListCoreV1PodForAllNamespacesRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1PodForAllNamespaces", + Name: ListCoreV1PodForAllNamespacesOperation, ID: "listCoreV1PodForAllNamespaces", } ) @@ -25777,7 +25777,7 @@ func (s *Server) handleListCoreV1PodForAllNamespacesRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1PodForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1PodForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -25832,7 +25832,7 @@ func (s *Server) handleListCoreV1PodForAllNamespacesRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1PodForAllNamespaces", + OperationName: ListCoreV1PodForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1PodForAllNamespaces", Body: nil, @@ -25930,7 +25930,7 @@ func (s *Server) handleListCoreV1PodTemplateForAllNamespacesRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1PodTemplateForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1PodTemplateForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25961,7 +25961,7 @@ func (s *Server) handleListCoreV1PodTemplateForAllNamespacesRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1PodTemplateForAllNamespaces", + Name: ListCoreV1PodTemplateForAllNamespacesOperation, ID: "listCoreV1PodTemplateForAllNamespaces", } ) @@ -25969,7 +25969,7 @@ func (s *Server) handleListCoreV1PodTemplateForAllNamespacesRequest(args [0]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1PodTemplateForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1PodTemplateForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26024,7 +26024,7 @@ func (s *Server) handleListCoreV1PodTemplateForAllNamespacesRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1PodTemplateForAllNamespaces", + OperationName: ListCoreV1PodTemplateForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1PodTemplateForAllNamespaces", Body: nil, @@ -26122,7 +26122,7 @@ func (s *Server) handleListCoreV1ReplicationControllerForAllNamespacesRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ReplicationControllerForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ReplicationControllerForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26153,7 +26153,7 @@ func (s *Server) handleListCoreV1ReplicationControllerForAllNamespacesRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ReplicationControllerForAllNamespaces", + Name: ListCoreV1ReplicationControllerForAllNamespacesOperation, ID: "listCoreV1ReplicationControllerForAllNamespaces", } ) @@ -26161,7 +26161,7 @@ func (s *Server) handleListCoreV1ReplicationControllerForAllNamespacesRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ReplicationControllerForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ReplicationControllerForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26216,7 +26216,7 @@ func (s *Server) handleListCoreV1ReplicationControllerForAllNamespacesRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ReplicationControllerForAllNamespaces", + OperationName: ListCoreV1ReplicationControllerForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1ReplicationControllerForAllNamespaces", Body: nil, @@ -26314,7 +26314,7 @@ func (s *Server) handleListCoreV1ResourceQuotaForAllNamespacesRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ResourceQuotaForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ResourceQuotaForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26345,7 +26345,7 @@ func (s *Server) handleListCoreV1ResourceQuotaForAllNamespacesRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ResourceQuotaForAllNamespaces", + Name: ListCoreV1ResourceQuotaForAllNamespacesOperation, ID: "listCoreV1ResourceQuotaForAllNamespaces", } ) @@ -26353,7 +26353,7 @@ func (s *Server) handleListCoreV1ResourceQuotaForAllNamespacesRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ResourceQuotaForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ResourceQuotaForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26408,7 +26408,7 @@ func (s *Server) handleListCoreV1ResourceQuotaForAllNamespacesRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ResourceQuotaForAllNamespaces", + OperationName: ListCoreV1ResourceQuotaForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1ResourceQuotaForAllNamespaces", Body: nil, @@ -26506,7 +26506,7 @@ func (s *Server) handleListCoreV1SecretForAllNamespacesRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1SecretForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1SecretForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26537,7 +26537,7 @@ func (s *Server) handleListCoreV1SecretForAllNamespacesRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1SecretForAllNamespaces", + Name: ListCoreV1SecretForAllNamespacesOperation, ID: "listCoreV1SecretForAllNamespaces", } ) @@ -26545,7 +26545,7 @@ func (s *Server) handleListCoreV1SecretForAllNamespacesRequest(args [0]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1SecretForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1SecretForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26600,7 +26600,7 @@ func (s *Server) handleListCoreV1SecretForAllNamespacesRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1SecretForAllNamespaces", + OperationName: ListCoreV1SecretForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1SecretForAllNamespaces", Body: nil, @@ -26698,7 +26698,7 @@ func (s *Server) handleListCoreV1ServiceAccountForAllNamespacesRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ServiceAccountForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ServiceAccountForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26729,7 +26729,7 @@ func (s *Server) handleListCoreV1ServiceAccountForAllNamespacesRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ServiceAccountForAllNamespaces", + Name: ListCoreV1ServiceAccountForAllNamespacesOperation, ID: "listCoreV1ServiceAccountForAllNamespaces", } ) @@ -26737,7 +26737,7 @@ func (s *Server) handleListCoreV1ServiceAccountForAllNamespacesRequest(args [0]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ServiceAccountForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ServiceAccountForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26792,7 +26792,7 @@ func (s *Server) handleListCoreV1ServiceAccountForAllNamespacesRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ServiceAccountForAllNamespaces", + OperationName: ListCoreV1ServiceAccountForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1ServiceAccountForAllNamespaces", Body: nil, @@ -26890,7 +26890,7 @@ func (s *Server) handleListCoreV1ServiceForAllNamespacesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListCoreV1ServiceForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListCoreV1ServiceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26921,7 +26921,7 @@ func (s *Server) handleListCoreV1ServiceForAllNamespacesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListCoreV1ServiceForAllNamespaces", + Name: ListCoreV1ServiceForAllNamespacesOperation, ID: "listCoreV1ServiceForAllNamespaces", } ) @@ -26929,7 +26929,7 @@ func (s *Server) handleListCoreV1ServiceForAllNamespacesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListCoreV1ServiceForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListCoreV1ServiceForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -26984,7 +26984,7 @@ func (s *Server) handleListCoreV1ServiceForAllNamespacesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListCoreV1ServiceForAllNamespaces", + OperationName: ListCoreV1ServiceForAllNamespacesOperation, OperationSummary: "", OperationID: "listCoreV1ServiceForAllNamespaces", Body: nil, @@ -27082,7 +27082,7 @@ func (s *Server) handleListDiscoveryV1EndpointSliceForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListDiscoveryV1EndpointSliceForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListDiscoveryV1EndpointSliceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27113,7 +27113,7 @@ func (s *Server) handleListDiscoveryV1EndpointSliceForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListDiscoveryV1EndpointSliceForAllNamespaces", + Name: ListDiscoveryV1EndpointSliceForAllNamespacesOperation, ID: "listDiscoveryV1EndpointSliceForAllNamespaces", } ) @@ -27121,7 +27121,7 @@ func (s *Server) handleListDiscoveryV1EndpointSliceForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListDiscoveryV1EndpointSliceForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListDiscoveryV1EndpointSliceForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -27176,7 +27176,7 @@ func (s *Server) handleListDiscoveryV1EndpointSliceForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListDiscoveryV1EndpointSliceForAllNamespaces", + OperationName: ListDiscoveryV1EndpointSliceForAllNamespacesOperation, OperationSummary: "", OperationID: "listDiscoveryV1EndpointSliceForAllNamespaces", Body: nil, @@ -27274,7 +27274,7 @@ func (s *Server) handleListDiscoveryV1NamespacedEndpointSliceRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListDiscoveryV1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27305,7 +27305,7 @@ func (s *Server) handleListDiscoveryV1NamespacedEndpointSliceRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListDiscoveryV1NamespacedEndpointSlice", + Name: ListDiscoveryV1NamespacedEndpointSliceOperation, ID: "listDiscoveryV1NamespacedEndpointSlice", } ) @@ -27313,7 +27313,7 @@ func (s *Server) handleListDiscoveryV1NamespacedEndpointSliceRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListDiscoveryV1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, ListDiscoveryV1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -27368,7 +27368,7 @@ func (s *Server) handleListDiscoveryV1NamespacedEndpointSliceRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListDiscoveryV1NamespacedEndpointSlice", + OperationName: ListDiscoveryV1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "listDiscoveryV1NamespacedEndpointSlice", Body: nil, @@ -27470,7 +27470,7 @@ func (s *Server) handleListDiscoveryV1beta1EndpointSliceForAllNamespacesRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27501,7 +27501,7 @@ func (s *Server) handleListDiscoveryV1beta1EndpointSliceForAllNamespacesRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", + Name: ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, ID: "listDiscoveryV1beta1EndpointSliceForAllNamespaces", } ) @@ -27509,7 +27509,7 @@ func (s *Server) handleListDiscoveryV1beta1EndpointSliceForAllNamespacesRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -27564,7 +27564,7 @@ func (s *Server) handleListDiscoveryV1beta1EndpointSliceForAllNamespacesRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListDiscoveryV1beta1EndpointSliceForAllNamespaces", + OperationName: ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation, OperationSummary: "", OperationID: "listDiscoveryV1beta1EndpointSliceForAllNamespaces", Body: nil, @@ -27662,7 +27662,7 @@ func (s *Server) handleListDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27693,7 +27693,7 @@ func (s *Server) handleListDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListDiscoveryV1beta1NamespacedEndpointSlice", + Name: ListDiscoveryV1beta1NamespacedEndpointSliceOperation, ID: "listDiscoveryV1beta1NamespacedEndpointSlice", } ) @@ -27701,7 +27701,7 @@ func (s *Server) handleListDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListDiscoveryV1beta1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, ListDiscoveryV1beta1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -27756,7 +27756,7 @@ func (s *Server) handleListDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListDiscoveryV1beta1NamespacedEndpointSlice", + OperationName: ListDiscoveryV1beta1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "listDiscoveryV1beta1NamespacedEndpointSlice", Body: nil, @@ -27858,7 +27858,7 @@ func (s *Server) handleListEventsV1EventForAllNamespacesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListEventsV1EventForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListEventsV1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27889,7 +27889,7 @@ func (s *Server) handleListEventsV1EventForAllNamespacesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListEventsV1EventForAllNamespaces", + Name: ListEventsV1EventForAllNamespacesOperation, ID: "listEventsV1EventForAllNamespaces", } ) @@ -27897,7 +27897,7 @@ func (s *Server) handleListEventsV1EventForAllNamespacesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListEventsV1EventForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListEventsV1EventForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -27952,7 +27952,7 @@ func (s *Server) handleListEventsV1EventForAllNamespacesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListEventsV1EventForAllNamespaces", + OperationName: ListEventsV1EventForAllNamespacesOperation, OperationSummary: "", OperationID: "listEventsV1EventForAllNamespaces", Body: nil, @@ -28050,7 +28050,7 @@ func (s *Server) handleListEventsV1NamespacedEventRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListEventsV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28081,7 +28081,7 @@ func (s *Server) handleListEventsV1NamespacedEventRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListEventsV1NamespacedEvent", + Name: ListEventsV1NamespacedEventOperation, ID: "listEventsV1NamespacedEvent", } ) @@ -28089,7 +28089,7 @@ func (s *Server) handleListEventsV1NamespacedEventRequest(args [1]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListEventsV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ListEventsV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -28144,7 +28144,7 @@ func (s *Server) handleListEventsV1NamespacedEventRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListEventsV1NamespacedEvent", + OperationName: ListEventsV1NamespacedEventOperation, OperationSummary: "", OperationID: "listEventsV1NamespacedEvent", Body: nil, @@ -28246,7 +28246,7 @@ func (s *Server) handleListEventsV1beta1EventForAllNamespacesRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListEventsV1beta1EventForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListEventsV1beta1EventForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28277,7 +28277,7 @@ func (s *Server) handleListEventsV1beta1EventForAllNamespacesRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListEventsV1beta1EventForAllNamespaces", + Name: ListEventsV1beta1EventForAllNamespacesOperation, ID: "listEventsV1beta1EventForAllNamespaces", } ) @@ -28285,7 +28285,7 @@ func (s *Server) handleListEventsV1beta1EventForAllNamespacesRequest(args [0]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListEventsV1beta1EventForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListEventsV1beta1EventForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -28340,7 +28340,7 @@ func (s *Server) handleListEventsV1beta1EventForAllNamespacesRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListEventsV1beta1EventForAllNamespaces", + OperationName: ListEventsV1beta1EventForAllNamespacesOperation, OperationSummary: "", OperationID: "listEventsV1beta1EventForAllNamespaces", Body: nil, @@ -28438,7 +28438,7 @@ func (s *Server) handleListEventsV1beta1NamespacedEventRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListEventsV1beta1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28469,7 +28469,7 @@ func (s *Server) handleListEventsV1beta1NamespacedEventRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListEventsV1beta1NamespacedEvent", + Name: ListEventsV1beta1NamespacedEventOperation, ID: "listEventsV1beta1NamespacedEvent", } ) @@ -28477,7 +28477,7 @@ func (s *Server) handleListEventsV1beta1NamespacedEventRequest(args [1]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListEventsV1beta1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ListEventsV1beta1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -28532,7 +28532,7 @@ func (s *Server) handleListEventsV1beta1NamespacedEventRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListEventsV1beta1NamespacedEvent", + OperationName: ListEventsV1beta1NamespacedEventOperation, OperationSummary: "", OperationID: "listEventsV1beta1NamespacedEvent", Body: nil, @@ -28634,7 +28634,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1FlowSchemaRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28665,7 +28665,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1FlowSchemaRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListFlowcontrolApiserverV1beta1FlowSchema", + Name: ListFlowcontrolApiserverV1beta1FlowSchemaOperation, ID: "listFlowcontrolApiserverV1beta1FlowSchema", } ) @@ -28673,7 +28673,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1FlowSchemaRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta1FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta1FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -28728,7 +28728,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1FlowSchemaRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFlowcontrolApiserverV1beta1FlowSchema", + OperationName: ListFlowcontrolApiserverV1beta1FlowSchemaOperation, OperationSummary: "", OperationID: "listFlowcontrolApiserverV1beta1FlowSchema", Body: nil, @@ -28826,7 +28826,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28857,7 +28857,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + Name: ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, ID: "listFlowcontrolApiserverV1beta1PriorityLevelConfiguration", } ) @@ -28865,7 +28865,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -28920,7 +28920,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta1PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + OperationName: ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "listFlowcontrolApiserverV1beta1PriorityLevelConfiguration", Body: nil, @@ -29018,7 +29018,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2FlowSchemaRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29049,7 +29049,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2FlowSchemaRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListFlowcontrolApiserverV1beta2FlowSchema", + Name: ListFlowcontrolApiserverV1beta2FlowSchemaOperation, ID: "listFlowcontrolApiserverV1beta2FlowSchema", } ) @@ -29057,7 +29057,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2FlowSchemaRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta2FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta2FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -29112,7 +29112,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2FlowSchemaRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFlowcontrolApiserverV1beta2FlowSchema", + OperationName: ListFlowcontrolApiserverV1beta2FlowSchemaOperation, OperationSummary: "", OperationID: "listFlowcontrolApiserverV1beta2FlowSchema", Body: nil, @@ -29210,7 +29210,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29241,7 +29241,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + Name: ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, ID: "listFlowcontrolApiserverV1beta2PriorityLevelConfiguration", } ) @@ -29249,7 +29249,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -29304,7 +29304,7 @@ func (s *Server) handleListFlowcontrolApiserverV1beta2PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + OperationName: ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "listFlowcontrolApiserverV1beta2PriorityLevelConfiguration", Body: nil, @@ -29402,7 +29402,7 @@ func (s *Server) handleListInternalApiserverV1alpha1StorageVersionRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListInternalApiserverV1alpha1StorageVersion", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29433,7 +29433,7 @@ func (s *Server) handleListInternalApiserverV1alpha1StorageVersionRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListInternalApiserverV1alpha1StorageVersion", + Name: ListInternalApiserverV1alpha1StorageVersionOperation, ID: "listInternalApiserverV1alpha1StorageVersion", } ) @@ -29441,7 +29441,7 @@ func (s *Server) handleListInternalApiserverV1alpha1StorageVersionRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListInternalApiserverV1alpha1StorageVersion", r) + sctx, ok, err := s.securityBearerToken(ctx, ListInternalApiserverV1alpha1StorageVersionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -29496,7 +29496,7 @@ func (s *Server) handleListInternalApiserverV1alpha1StorageVersionRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListInternalApiserverV1alpha1StorageVersion", + OperationName: ListInternalApiserverV1alpha1StorageVersionOperation, OperationSummary: "", OperationID: "listInternalApiserverV1alpha1StorageVersion", Body: nil, @@ -29594,7 +29594,7 @@ func (s *Server) handleListNetworkingV1IngressClassRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNetworkingV1IngressClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29625,7 +29625,7 @@ func (s *Server) handleListNetworkingV1IngressClassRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNetworkingV1IngressClass", + Name: ListNetworkingV1IngressClassOperation, ID: "listNetworkingV1IngressClass", } ) @@ -29633,7 +29633,7 @@ func (s *Server) handleListNetworkingV1IngressClassRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNetworkingV1IngressClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNetworkingV1IngressClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -29688,7 +29688,7 @@ func (s *Server) handleListNetworkingV1IngressClassRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNetworkingV1IngressClass", + OperationName: ListNetworkingV1IngressClassOperation, OperationSummary: "", OperationID: "listNetworkingV1IngressClass", Body: nil, @@ -29786,7 +29786,7 @@ func (s *Server) handleListNetworkingV1IngressForAllNamespacesRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNetworkingV1IngressForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNetworkingV1IngressForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29817,7 +29817,7 @@ func (s *Server) handleListNetworkingV1IngressForAllNamespacesRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNetworkingV1IngressForAllNamespaces", + Name: ListNetworkingV1IngressForAllNamespacesOperation, ID: "listNetworkingV1IngressForAllNamespaces", } ) @@ -29825,7 +29825,7 @@ func (s *Server) handleListNetworkingV1IngressForAllNamespacesRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNetworkingV1IngressForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNetworkingV1IngressForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -29880,7 +29880,7 @@ func (s *Server) handleListNetworkingV1IngressForAllNamespacesRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNetworkingV1IngressForAllNamespaces", + OperationName: ListNetworkingV1IngressForAllNamespacesOperation, OperationSummary: "", OperationID: "listNetworkingV1IngressForAllNamespaces", Body: nil, @@ -29978,7 +29978,7 @@ func (s *Server) handleListNetworkingV1NamespacedIngressRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNetworkingV1NamespacedIngress", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30009,7 +30009,7 @@ func (s *Server) handleListNetworkingV1NamespacedIngressRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNetworkingV1NamespacedIngress", + Name: ListNetworkingV1NamespacedIngressOperation, ID: "listNetworkingV1NamespacedIngress", } ) @@ -30017,7 +30017,7 @@ func (s *Server) handleListNetworkingV1NamespacedIngressRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNetworkingV1NamespacedIngress", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNetworkingV1NamespacedIngressOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -30072,7 +30072,7 @@ func (s *Server) handleListNetworkingV1NamespacedIngressRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNetworkingV1NamespacedIngress", + OperationName: ListNetworkingV1NamespacedIngressOperation, OperationSummary: "", OperationID: "listNetworkingV1NamespacedIngress", Body: nil, @@ -30174,7 +30174,7 @@ func (s *Server) handleListNetworkingV1NamespacedNetworkPolicyRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNetworkingV1NamespacedNetworkPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30205,7 +30205,7 @@ func (s *Server) handleListNetworkingV1NamespacedNetworkPolicyRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNetworkingV1NamespacedNetworkPolicy", + Name: ListNetworkingV1NamespacedNetworkPolicyOperation, ID: "listNetworkingV1NamespacedNetworkPolicy", } ) @@ -30213,7 +30213,7 @@ func (s *Server) handleListNetworkingV1NamespacedNetworkPolicyRequest(args [1]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNetworkingV1NamespacedNetworkPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNetworkingV1NamespacedNetworkPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -30268,7 +30268,7 @@ func (s *Server) handleListNetworkingV1NamespacedNetworkPolicyRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNetworkingV1NamespacedNetworkPolicy", + OperationName: ListNetworkingV1NamespacedNetworkPolicyOperation, OperationSummary: "", OperationID: "listNetworkingV1NamespacedNetworkPolicy", Body: nil, @@ -30370,7 +30370,7 @@ func (s *Server) handleListNetworkingV1NetworkPolicyForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNetworkingV1NetworkPolicyForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNetworkingV1NetworkPolicyForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30401,7 +30401,7 @@ func (s *Server) handleListNetworkingV1NetworkPolicyForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNetworkingV1NetworkPolicyForAllNamespaces", + Name: ListNetworkingV1NetworkPolicyForAllNamespacesOperation, ID: "listNetworkingV1NetworkPolicyForAllNamespaces", } ) @@ -30409,7 +30409,7 @@ func (s *Server) handleListNetworkingV1NetworkPolicyForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNetworkingV1NetworkPolicyForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNetworkingV1NetworkPolicyForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -30464,7 +30464,7 @@ func (s *Server) handleListNetworkingV1NetworkPolicyForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNetworkingV1NetworkPolicyForAllNamespaces", + OperationName: ListNetworkingV1NetworkPolicyForAllNamespacesOperation, OperationSummary: "", OperationID: "listNetworkingV1NetworkPolicyForAllNamespaces", Body: nil, @@ -30562,7 +30562,7 @@ func (s *Server) handleListNodeV1RuntimeClassRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNodeV1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30593,7 +30593,7 @@ func (s *Server) handleListNodeV1RuntimeClassRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNodeV1RuntimeClass", + Name: ListNodeV1RuntimeClassOperation, ID: "listNodeV1RuntimeClass", } ) @@ -30601,7 +30601,7 @@ func (s *Server) handleListNodeV1RuntimeClassRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNodeV1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNodeV1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -30656,7 +30656,7 @@ func (s *Server) handleListNodeV1RuntimeClassRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNodeV1RuntimeClass", + OperationName: ListNodeV1RuntimeClassOperation, OperationSummary: "", OperationID: "listNodeV1RuntimeClass", Body: nil, @@ -30754,7 +30754,7 @@ func (s *Server) handleListNodeV1alpha1RuntimeClassRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNodeV1alpha1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30785,7 +30785,7 @@ func (s *Server) handleListNodeV1alpha1RuntimeClassRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNodeV1alpha1RuntimeClass", + Name: ListNodeV1alpha1RuntimeClassOperation, ID: "listNodeV1alpha1RuntimeClass", } ) @@ -30793,7 +30793,7 @@ func (s *Server) handleListNodeV1alpha1RuntimeClassRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNodeV1alpha1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNodeV1alpha1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -30848,7 +30848,7 @@ func (s *Server) handleListNodeV1alpha1RuntimeClassRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNodeV1alpha1RuntimeClass", + OperationName: ListNodeV1alpha1RuntimeClassOperation, OperationSummary: "", OperationID: "listNodeV1alpha1RuntimeClass", Body: nil, @@ -30946,7 +30946,7 @@ func (s *Server) handleListNodeV1beta1RuntimeClassRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListNodeV1beta1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30977,7 +30977,7 @@ func (s *Server) handleListNodeV1beta1RuntimeClassRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListNodeV1beta1RuntimeClass", + Name: ListNodeV1beta1RuntimeClassOperation, ID: "listNodeV1beta1RuntimeClass", } ) @@ -30985,7 +30985,7 @@ func (s *Server) handleListNodeV1beta1RuntimeClassRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListNodeV1beta1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListNodeV1beta1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -31040,7 +31040,7 @@ func (s *Server) handleListNodeV1beta1RuntimeClassRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListNodeV1beta1RuntimeClass", + OperationName: ListNodeV1beta1RuntimeClassOperation, OperationSummary: "", OperationID: "listNodeV1beta1RuntimeClass", Body: nil, @@ -31138,7 +31138,7 @@ func (s *Server) handleListPolicyV1NamespacedPodDisruptionBudgetRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPolicyV1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31169,7 +31169,7 @@ func (s *Server) handleListPolicyV1NamespacedPodDisruptionBudgetRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPolicyV1NamespacedPodDisruptionBudget", + Name: ListPolicyV1NamespacedPodDisruptionBudgetOperation, ID: "listPolicyV1NamespacedPodDisruptionBudget", } ) @@ -31177,7 +31177,7 @@ func (s *Server) handleListPolicyV1NamespacedPodDisruptionBudgetRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListPolicyV1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, ListPolicyV1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -31232,7 +31232,7 @@ func (s *Server) handleListPolicyV1NamespacedPodDisruptionBudgetRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPolicyV1NamespacedPodDisruptionBudget", + OperationName: ListPolicyV1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "listPolicyV1NamespacedPodDisruptionBudget", Body: nil, @@ -31334,7 +31334,7 @@ func (s *Server) handleListPolicyV1PodDisruptionBudgetForAllNamespacesRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPolicyV1PodDisruptionBudgetForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31365,7 +31365,7 @@ func (s *Server) handleListPolicyV1PodDisruptionBudgetForAllNamespacesRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPolicyV1PodDisruptionBudgetForAllNamespaces", + Name: ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, ID: "listPolicyV1PodDisruptionBudgetForAllNamespaces", } ) @@ -31373,7 +31373,7 @@ func (s *Server) handleListPolicyV1PodDisruptionBudgetForAllNamespacesRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListPolicyV1PodDisruptionBudgetForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -31428,7 +31428,7 @@ func (s *Server) handleListPolicyV1PodDisruptionBudgetForAllNamespacesRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPolicyV1PodDisruptionBudgetForAllNamespaces", + OperationName: ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation, OperationSummary: "", OperationID: "listPolicyV1PodDisruptionBudgetForAllNamespaces", Body: nil, @@ -31526,7 +31526,7 @@ func (s *Server) handleListPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31557,7 +31557,7 @@ func (s *Server) handleListPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPolicyV1beta1NamespacedPodDisruptionBudget", + Name: ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, ID: "listPolicyV1beta1NamespacedPodDisruptionBudget", } ) @@ -31565,7 +31565,7 @@ func (s *Server) handleListPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListPolicyV1beta1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -31620,7 +31620,7 @@ func (s *Server) handleListPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPolicyV1beta1NamespacedPodDisruptionBudget", + OperationName: ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "listPolicyV1beta1NamespacedPodDisruptionBudget", Body: nil, @@ -31722,7 +31722,7 @@ func (s *Server) handleListPolicyV1beta1PodDisruptionBudgetForAllNamespacesReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31753,7 +31753,7 @@ func (s *Server) handleListPolicyV1beta1PodDisruptionBudgetForAllNamespacesReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", + Name: ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, ID: "listPolicyV1beta1PodDisruptionBudgetForAllNamespaces", } ) @@ -31761,7 +31761,7 @@ func (s *Server) handleListPolicyV1beta1PodDisruptionBudgetForAllNamespacesReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -31816,7 +31816,7 @@ func (s *Server) handleListPolicyV1beta1PodDisruptionBudgetForAllNamespacesReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces", + OperationName: ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation, OperationSummary: "", OperationID: "listPolicyV1beta1PodDisruptionBudgetForAllNamespaces", Body: nil, @@ -31914,7 +31914,7 @@ func (s *Server) handleListPolicyV1beta1PodSecurityPolicyRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPolicyV1beta1PodSecurityPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31945,7 +31945,7 @@ func (s *Server) handleListPolicyV1beta1PodSecurityPolicyRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPolicyV1beta1PodSecurityPolicy", + Name: ListPolicyV1beta1PodSecurityPolicyOperation, ID: "listPolicyV1beta1PodSecurityPolicy", } ) @@ -31953,7 +31953,7 @@ func (s *Server) handleListPolicyV1beta1PodSecurityPolicyRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListPolicyV1beta1PodSecurityPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, ListPolicyV1beta1PodSecurityPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32008,7 +32008,7 @@ func (s *Server) handleListPolicyV1beta1PodSecurityPolicyRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPolicyV1beta1PodSecurityPolicy", + OperationName: ListPolicyV1beta1PodSecurityPolicyOperation, OperationSummary: "", OperationID: "listPolicyV1beta1PodSecurityPolicy", Body: nil, @@ -32106,7 +32106,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1ClusterRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32137,7 +32137,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1ClusterRole", + Name: ListRbacAuthorizationV1ClusterRoleOperation, ID: "listRbacAuthorizationV1ClusterRole", } ) @@ -32145,7 +32145,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1ClusterRole", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1ClusterRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32200,7 +32200,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1ClusterRole", + OperationName: ListRbacAuthorizationV1ClusterRoleOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1ClusterRole", Body: nil, @@ -32298,7 +32298,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleBindingRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1ClusterRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32329,7 +32329,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleBindingRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1ClusterRoleBinding", + Name: ListRbacAuthorizationV1ClusterRoleBindingOperation, ID: "listRbacAuthorizationV1ClusterRoleBinding", } ) @@ -32337,7 +32337,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleBindingRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1ClusterRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1ClusterRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32392,7 +32392,7 @@ func (s *Server) handleListRbacAuthorizationV1ClusterRoleBindingRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1ClusterRoleBinding", + OperationName: ListRbacAuthorizationV1ClusterRoleBindingOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1ClusterRoleBinding", Body: nil, @@ -32490,7 +32490,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleRequest(args [1]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1NamespacedRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32521,7 +32521,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleRequest(args [1]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1NamespacedRole", + Name: ListRbacAuthorizationV1NamespacedRoleOperation, ID: "listRbacAuthorizationV1NamespacedRole", } ) @@ -32529,7 +32529,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleRequest(args [1]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1NamespacedRole", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1NamespacedRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32584,7 +32584,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleRequest(args [1]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1NamespacedRole", + OperationName: ListRbacAuthorizationV1NamespacedRoleOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1NamespacedRole", Body: nil, @@ -32686,7 +32686,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleBindingRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32717,7 +32717,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleBindingRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1NamespacedRoleBinding", + Name: ListRbacAuthorizationV1NamespacedRoleBindingOperation, ID: "listRbacAuthorizationV1NamespacedRoleBinding", } ) @@ -32725,7 +32725,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleBindingRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1NamespacedRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1NamespacedRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32780,7 +32780,7 @@ func (s *Server) handleListRbacAuthorizationV1NamespacedRoleBindingRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1NamespacedRoleBinding", + OperationName: ListRbacAuthorizationV1NamespacedRoleBindingOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1NamespacedRoleBinding", Body: nil, @@ -32882,7 +32882,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleBindingForAllNamespacesRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1RoleBindingForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32913,7 +32913,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleBindingForAllNamespacesRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1RoleBindingForAllNamespaces", + Name: ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, ID: "listRbacAuthorizationV1RoleBindingForAllNamespaces", } ) @@ -32921,7 +32921,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleBindingForAllNamespacesRequest type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1RoleBindingForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -32976,7 +32976,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleBindingForAllNamespacesRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1RoleBindingForAllNamespaces", + OperationName: ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1RoleBindingForAllNamespaces", Body: nil, @@ -33074,7 +33074,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleForAllNamespacesRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListRbacAuthorizationV1RoleForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListRbacAuthorizationV1RoleForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33105,7 +33105,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleForAllNamespacesRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListRbacAuthorizationV1RoleForAllNamespaces", + Name: ListRbacAuthorizationV1RoleForAllNamespacesOperation, ID: "listRbacAuthorizationV1RoleForAllNamespaces", } ) @@ -33113,7 +33113,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleForAllNamespacesRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListRbacAuthorizationV1RoleForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListRbacAuthorizationV1RoleForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -33168,7 +33168,7 @@ func (s *Server) handleListRbacAuthorizationV1RoleForAllNamespacesRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListRbacAuthorizationV1RoleForAllNamespaces", + OperationName: ListRbacAuthorizationV1RoleForAllNamespacesOperation, OperationSummary: "", OperationID: "listRbacAuthorizationV1RoleForAllNamespaces", Body: nil, @@ -33266,7 +33266,7 @@ func (s *Server) handleListSchedulingV1PriorityClassRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListSchedulingV1PriorityClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33297,7 +33297,7 @@ func (s *Server) handleListSchedulingV1PriorityClassRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListSchedulingV1PriorityClass", + Name: ListSchedulingV1PriorityClassOperation, ID: "listSchedulingV1PriorityClass", } ) @@ -33305,7 +33305,7 @@ func (s *Server) handleListSchedulingV1PriorityClassRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListSchedulingV1PriorityClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListSchedulingV1PriorityClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -33360,7 +33360,7 @@ func (s *Server) handleListSchedulingV1PriorityClassRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListSchedulingV1PriorityClass", + OperationName: ListSchedulingV1PriorityClassOperation, OperationSummary: "", OperationID: "listSchedulingV1PriorityClass", Body: nil, @@ -33458,7 +33458,7 @@ func (s *Server) handleListStorageV1CSIDriverRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1CSIDriver", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33489,7 +33489,7 @@ func (s *Server) handleListStorageV1CSIDriverRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1CSIDriver", + Name: ListStorageV1CSIDriverOperation, ID: "listStorageV1CSIDriver", } ) @@ -33497,7 +33497,7 @@ func (s *Server) handleListStorageV1CSIDriverRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1CSIDriver", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1CSIDriverOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -33552,7 +33552,7 @@ func (s *Server) handleListStorageV1CSIDriverRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1CSIDriver", + OperationName: ListStorageV1CSIDriverOperation, OperationSummary: "", OperationID: "listStorageV1CSIDriver", Body: nil, @@ -33650,7 +33650,7 @@ func (s *Server) handleListStorageV1CSINodeRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1CSINode", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33681,7 +33681,7 @@ func (s *Server) handleListStorageV1CSINodeRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1CSINode", + Name: ListStorageV1CSINodeOperation, ID: "listStorageV1CSINode", } ) @@ -33689,7 +33689,7 @@ func (s *Server) handleListStorageV1CSINodeRequest(args [0]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1CSINode", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1CSINodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -33744,7 +33744,7 @@ func (s *Server) handleListStorageV1CSINodeRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1CSINode", + OperationName: ListStorageV1CSINodeOperation, OperationSummary: "", OperationID: "listStorageV1CSINode", Body: nil, @@ -33842,7 +33842,7 @@ func (s *Server) handleListStorageV1StorageClassRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1StorageClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33873,7 +33873,7 @@ func (s *Server) handleListStorageV1StorageClassRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1StorageClass", + Name: ListStorageV1StorageClassOperation, ID: "listStorageV1StorageClass", } ) @@ -33881,7 +33881,7 @@ func (s *Server) handleListStorageV1StorageClassRequest(args [0]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1StorageClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1StorageClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -33936,7 +33936,7 @@ func (s *Server) handleListStorageV1StorageClassRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1StorageClass", + OperationName: ListStorageV1StorageClassOperation, OperationSummary: "", OperationID: "listStorageV1StorageClass", Body: nil, @@ -34034,7 +34034,7 @@ func (s *Server) handleListStorageV1VolumeAttachmentRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1VolumeAttachment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34065,7 +34065,7 @@ func (s *Server) handleListStorageV1VolumeAttachmentRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1VolumeAttachment", + Name: ListStorageV1VolumeAttachmentOperation, ID: "listStorageV1VolumeAttachment", } ) @@ -34073,7 +34073,7 @@ func (s *Server) handleListStorageV1VolumeAttachmentRequest(args [0]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1VolumeAttachment", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1VolumeAttachmentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -34128,7 +34128,7 @@ func (s *Server) handleListStorageV1VolumeAttachmentRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1VolumeAttachment", + OperationName: ListStorageV1VolumeAttachmentOperation, OperationSummary: "", OperationID: "listStorageV1VolumeAttachment", Body: nil, @@ -34226,7 +34226,7 @@ func (s *Server) handleListStorageV1alpha1CSIStorageCapacityForAllNamespacesRequ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34257,7 +34257,7 @@ func (s *Server) handleListStorageV1alpha1CSIStorageCapacityForAllNamespacesRequ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", + Name: ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, ID: "listStorageV1alpha1CSIStorageCapacityForAllNamespaces", } ) @@ -34265,7 +34265,7 @@ func (s *Server) handleListStorageV1alpha1CSIStorageCapacityForAllNamespacesRequ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -34320,7 +34320,7 @@ func (s *Server) handleListStorageV1alpha1CSIStorageCapacityForAllNamespacesRequ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces", + OperationName: ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation, OperationSummary: "", OperationID: "listStorageV1alpha1CSIStorageCapacityForAllNamespaces", Body: nil, @@ -34418,7 +34418,7 @@ func (s *Server) handleListStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34449,7 +34449,7 @@ func (s *Server) handleListStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1alpha1NamespacedCSIStorageCapacity", + Name: ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, ID: "listStorageV1alpha1NamespacedCSIStorageCapacity", } ) @@ -34457,7 +34457,7 @@ func (s *Server) handleListStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1alpha1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -34512,7 +34512,7 @@ func (s *Server) handleListStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1alpha1NamespacedCSIStorageCapacity", + OperationName: ListStorageV1alpha1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "listStorageV1alpha1NamespacedCSIStorageCapacity", Body: nil, @@ -34614,7 +34614,7 @@ func (s *Server) handleListStorageV1beta1CSIStorageCapacityForAllNamespacesReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34645,7 +34645,7 @@ func (s *Server) handleListStorageV1beta1CSIStorageCapacityForAllNamespacesReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", + Name: ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, ID: "listStorageV1beta1CSIStorageCapacityForAllNamespaces", } ) @@ -34653,7 +34653,7 @@ func (s *Server) handleListStorageV1beta1CSIStorageCapacityForAllNamespacesReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -34708,7 +34708,7 @@ func (s *Server) handleListStorageV1beta1CSIStorageCapacityForAllNamespacesReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1beta1CSIStorageCapacityForAllNamespaces", + OperationName: ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation, OperationSummary: "", OperationID: "listStorageV1beta1CSIStorageCapacityForAllNamespaces", Body: nil, @@ -34806,7 +34806,7 @@ func (s *Server) handleListStorageV1beta1NamespacedCSIStorageCapacityRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34837,7 +34837,7 @@ func (s *Server) handleListStorageV1beta1NamespacedCSIStorageCapacityRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListStorageV1beta1NamespacedCSIStorageCapacity", + Name: ListStorageV1beta1NamespacedCSIStorageCapacityOperation, ID: "listStorageV1beta1NamespacedCSIStorageCapacity", } ) @@ -34845,7 +34845,7 @@ func (s *Server) handleListStorageV1beta1NamespacedCSIStorageCapacityRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ListStorageV1beta1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, ListStorageV1beta1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -34900,7 +34900,7 @@ func (s *Server) handleListStorageV1beta1NamespacedCSIStorageCapacityRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListStorageV1beta1NamespacedCSIStorageCapacity", + OperationName: ListStorageV1beta1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "listStorageV1beta1NamespacedCSIStorageCapacity", Body: nil, @@ -35000,7 +35000,7 @@ func (s *Server) handleLogFileHandlerRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LogFileHandler", + ctx, span := s.cfg.Tracer.Start(r.Context(), LogFileHandlerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35031,7 +35031,7 @@ func (s *Server) handleLogFileHandlerRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "LogFileHandler", + Name: LogFileHandlerOperation, ID: "logFileHandler", } ) @@ -35039,7 +35039,7 @@ func (s *Server) handleLogFileHandlerRequest(args [1]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "LogFileHandler", r) + sctx, ok, err := s.securityBearerToken(ctx, LogFileHandlerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35094,7 +35094,7 @@ func (s *Server) handleLogFileHandlerRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LogFileHandler", + OperationName: LogFileHandlerOperation, OperationSummary: "", OperationID: "logFileHandler", Body: nil, @@ -35154,7 +35154,7 @@ func (s *Server) handleLogFileListHandlerRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LogFileListHandler", + ctx, span := s.cfg.Tracer.Start(r.Context(), LogFileListHandlerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35185,7 +35185,7 @@ func (s *Server) handleLogFileListHandlerRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "LogFileListHandler", + Name: LogFileListHandlerOperation, ID: "logFileListHandler", } ) @@ -35193,7 +35193,7 @@ func (s *Server) handleLogFileListHandlerRequest(args [0]string, argsEscaped boo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "LogFileListHandler", r) + sctx, ok, err := s.securityBearerToken(ctx, LogFileListHandlerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35238,7 +35238,7 @@ func (s *Server) handleLogFileListHandlerRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LogFileListHandler", + OperationName: LogFileListHandlerOperation, OperationSummary: "", OperationID: "logFileListHandler", Body: nil, @@ -35295,7 +35295,7 @@ func (s *Server) handleReadAdmissionregistrationV1MutatingWebhookConfigurationRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35326,7 +35326,7 @@ func (s *Server) handleReadAdmissionregistrationV1MutatingWebhookConfigurationRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAdmissionregistrationV1MutatingWebhookConfiguration", + Name: ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, ID: "readAdmissionregistrationV1MutatingWebhookConfiguration", } ) @@ -35334,7 +35334,7 @@ func (s *Server) handleReadAdmissionregistrationV1MutatingWebhookConfigurationRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAdmissionregistrationV1MutatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35389,7 +35389,7 @@ func (s *Server) handleReadAdmissionregistrationV1MutatingWebhookConfigurationRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAdmissionregistrationV1MutatingWebhookConfiguration", + OperationName: ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "readAdmissionregistrationV1MutatingWebhookConfiguration", Body: nil, @@ -35455,7 +35455,7 @@ func (s *Server) handleReadAdmissionregistrationV1ValidatingWebhookConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35486,7 +35486,7 @@ func (s *Server) handleReadAdmissionregistrationV1ValidatingWebhookConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", + Name: ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, ID: "readAdmissionregistrationV1ValidatingWebhookConfiguration", } ) @@ -35494,7 +35494,7 @@ func (s *Server) handleReadAdmissionregistrationV1ValidatingWebhookConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35549,7 +35549,7 @@ func (s *Server) handleReadAdmissionregistrationV1ValidatingWebhookConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAdmissionregistrationV1ValidatingWebhookConfiguration", + OperationName: ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "readAdmissionregistrationV1ValidatingWebhookConfiguration", Body: nil, @@ -35615,7 +35615,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadApiextensionsV1CustomResourceDefinition", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35646,7 +35646,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadApiextensionsV1CustomResourceDefinition", + Name: ReadApiextensionsV1CustomResourceDefinitionOperation, ID: "readApiextensionsV1CustomResourceDefinition", } ) @@ -35654,7 +35654,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadApiextensionsV1CustomResourceDefinition", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadApiextensionsV1CustomResourceDefinitionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35709,7 +35709,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadApiextensionsV1CustomResourceDefinition", + OperationName: ReadApiextensionsV1CustomResourceDefinitionOperation, OperationSummary: "", OperationID: "readApiextensionsV1CustomResourceDefinition", Body: nil, @@ -35775,7 +35775,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionStatusRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadApiextensionsV1CustomResourceDefinitionStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadApiextensionsV1CustomResourceDefinitionStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35806,7 +35806,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionStatusRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadApiextensionsV1CustomResourceDefinitionStatus", + Name: ReadApiextensionsV1CustomResourceDefinitionStatusOperation, ID: "readApiextensionsV1CustomResourceDefinitionStatus", } ) @@ -35814,7 +35814,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionStatusRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadApiextensionsV1CustomResourceDefinitionStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadApiextensionsV1CustomResourceDefinitionStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -35869,7 +35869,7 @@ func (s *Server) handleReadApiextensionsV1CustomResourceDefinitionStatusRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadApiextensionsV1CustomResourceDefinitionStatus", + OperationName: ReadApiextensionsV1CustomResourceDefinitionStatusOperation, OperationSummary: "", OperationID: "readApiextensionsV1CustomResourceDefinitionStatus", Body: nil, @@ -35935,7 +35935,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceRequest(args [1]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadApiregistrationV1APIService", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35966,7 +35966,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceRequest(args [1]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadApiregistrationV1APIService", + Name: ReadApiregistrationV1APIServiceOperation, ID: "readApiregistrationV1APIService", } ) @@ -35974,7 +35974,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceRequest(args [1]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadApiregistrationV1APIService", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadApiregistrationV1APIServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36029,7 +36029,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceRequest(args [1]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadApiregistrationV1APIService", + OperationName: ReadApiregistrationV1APIServiceOperation, OperationSummary: "", OperationID: "readApiregistrationV1APIService", Body: nil, @@ -36095,7 +36095,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceStatusRequest(args [1]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadApiregistrationV1APIServiceStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadApiregistrationV1APIServiceStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36126,7 +36126,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceStatusRequest(args [1]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadApiregistrationV1APIServiceStatus", + Name: ReadApiregistrationV1APIServiceStatusOperation, ID: "readApiregistrationV1APIServiceStatus", } ) @@ -36134,7 +36134,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceStatusRequest(args [1]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadApiregistrationV1APIServiceStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadApiregistrationV1APIServiceStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36189,7 +36189,7 @@ func (s *Server) handleReadApiregistrationV1APIServiceStatusRequest(args [1]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadApiregistrationV1APIServiceStatus", + OperationName: ReadApiregistrationV1APIServiceStatusOperation, OperationSummary: "", OperationID: "readApiregistrationV1APIServiceStatus", Body: nil, @@ -36255,7 +36255,7 @@ func (s *Server) handleReadAppsV1NamespacedControllerRevisionRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedControllerRevision", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36286,7 +36286,7 @@ func (s *Server) handleReadAppsV1NamespacedControllerRevisionRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedControllerRevision", + Name: ReadAppsV1NamespacedControllerRevisionOperation, ID: "readAppsV1NamespacedControllerRevision", } ) @@ -36294,7 +36294,7 @@ func (s *Server) handleReadAppsV1NamespacedControllerRevisionRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedControllerRevision", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedControllerRevisionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36349,7 +36349,7 @@ func (s *Server) handleReadAppsV1NamespacedControllerRevisionRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedControllerRevision", + OperationName: ReadAppsV1NamespacedControllerRevisionOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedControllerRevision", Body: nil, @@ -36419,7 +36419,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedDaemonSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36450,7 +36450,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedDaemonSet", + Name: ReadAppsV1NamespacedDaemonSetOperation, ID: "readAppsV1NamespacedDaemonSet", } ) @@ -36458,7 +36458,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetRequest(args [2]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedDaemonSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedDaemonSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36513,7 +36513,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedDaemonSet", + OperationName: ReadAppsV1NamespacedDaemonSetOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedDaemonSet", Body: nil, @@ -36583,7 +36583,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetStatusRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedDaemonSetStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedDaemonSetStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36614,7 +36614,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetStatusRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedDaemonSetStatus", + Name: ReadAppsV1NamespacedDaemonSetStatusOperation, ID: "readAppsV1NamespacedDaemonSetStatus", } ) @@ -36622,7 +36622,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetStatusRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedDaemonSetStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedDaemonSetStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36677,7 +36677,7 @@ func (s *Server) handleReadAppsV1NamespacedDaemonSetStatusRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedDaemonSetStatus", + OperationName: ReadAppsV1NamespacedDaemonSetStatusOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedDaemonSetStatus", Body: nil, @@ -36747,7 +36747,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36778,7 +36778,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedDeployment", + Name: ReadAppsV1NamespacedDeploymentOperation, ID: "readAppsV1NamespacedDeployment", } ) @@ -36786,7 +36786,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedDeployment", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -36841,7 +36841,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedDeployment", + OperationName: ReadAppsV1NamespacedDeploymentOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedDeployment", Body: nil, @@ -36911,7 +36911,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentScaleRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedDeploymentScale", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedDeploymentScaleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36942,7 +36942,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentScaleRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedDeploymentScale", + Name: ReadAppsV1NamespacedDeploymentScaleOperation, ID: "readAppsV1NamespacedDeploymentScale", } ) @@ -36950,7 +36950,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentScaleRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedDeploymentScale", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentScaleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37005,7 +37005,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentScaleRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedDeploymentScale", + OperationName: ReadAppsV1NamespacedDeploymentScaleOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedDeploymentScale", Body: nil, @@ -37075,7 +37075,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentStatusRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedDeploymentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedDeploymentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37106,7 +37106,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentStatusRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedDeploymentStatus", + Name: ReadAppsV1NamespacedDeploymentStatusOperation, ID: "readAppsV1NamespacedDeploymentStatus", } ) @@ -37114,7 +37114,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentStatusRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedDeploymentStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedDeploymentStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37169,7 +37169,7 @@ func (s *Server) handleReadAppsV1NamespacedDeploymentStatusRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedDeploymentStatus", + OperationName: ReadAppsV1NamespacedDeploymentStatusOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedDeploymentStatus", Body: nil, @@ -37239,7 +37239,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedReplicaSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37270,7 +37270,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedReplicaSet", + Name: ReadAppsV1NamespacedReplicaSetOperation, ID: "readAppsV1NamespacedReplicaSet", } ) @@ -37278,7 +37278,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37333,7 +37333,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedReplicaSet", + OperationName: ReadAppsV1NamespacedReplicaSetOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedReplicaSet", Body: nil, @@ -37403,7 +37403,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetScaleRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedReplicaSetScale", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedReplicaSetScaleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37434,7 +37434,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetScaleRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedReplicaSetScale", + Name: ReadAppsV1NamespacedReplicaSetScaleOperation, ID: "readAppsV1NamespacedReplicaSetScale", } ) @@ -37442,7 +37442,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetScaleRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSetScale", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetScaleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37497,7 +37497,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetScaleRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedReplicaSetScale", + OperationName: ReadAppsV1NamespacedReplicaSetScaleOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedReplicaSetScale", Body: nil, @@ -37567,7 +37567,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetStatusRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedReplicaSetStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedReplicaSetStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37598,7 +37598,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetStatusRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedReplicaSetStatus", + Name: ReadAppsV1NamespacedReplicaSetStatusOperation, ID: "readAppsV1NamespacedReplicaSetStatus", } ) @@ -37606,7 +37606,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetStatusRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedReplicaSetStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedReplicaSetStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37661,7 +37661,7 @@ func (s *Server) handleReadAppsV1NamespacedReplicaSetStatusRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedReplicaSetStatus", + OperationName: ReadAppsV1NamespacedReplicaSetStatusOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedReplicaSetStatus", Body: nil, @@ -37731,7 +37731,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedStatefulSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37762,7 +37762,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedStatefulSet", + Name: ReadAppsV1NamespacedStatefulSetOperation, ID: "readAppsV1NamespacedStatefulSet", } ) @@ -37770,7 +37770,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetRequest(args [2]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSet", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37825,7 +37825,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedStatefulSet", + OperationName: ReadAppsV1NamespacedStatefulSetOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedStatefulSet", Body: nil, @@ -37895,7 +37895,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetScaleRequest(args [2]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedStatefulSetScale", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedStatefulSetScaleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37926,7 +37926,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetScaleRequest(args [2]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedStatefulSetScale", + Name: ReadAppsV1NamespacedStatefulSetScaleOperation, ID: "readAppsV1NamespacedStatefulSetScale", } ) @@ -37934,7 +37934,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetScaleRequest(args [2]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSetScale", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetScaleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -37989,7 +37989,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetScaleRequest(args [2]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedStatefulSetScale", + OperationName: ReadAppsV1NamespacedStatefulSetScaleOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedStatefulSetScale", Body: nil, @@ -38059,7 +38059,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetStatusRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAppsV1NamespacedStatefulSetStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAppsV1NamespacedStatefulSetStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38090,7 +38090,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetStatusRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAppsV1NamespacedStatefulSetStatus", + Name: ReadAppsV1NamespacedStatefulSetStatusOperation, ID: "readAppsV1NamespacedStatefulSetStatus", } ) @@ -38098,7 +38098,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetStatusRequest(args [2]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAppsV1NamespacedStatefulSetStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAppsV1NamespacedStatefulSetStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38153,7 +38153,7 @@ func (s *Server) handleReadAppsV1NamespacedStatefulSetStatusRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAppsV1NamespacedStatefulSetStatus", + OperationName: ReadAppsV1NamespacedStatefulSetStatusOperation, OperationSummary: "", OperationID: "readAppsV1NamespacedStatefulSetStatus", Body: nil, @@ -38223,7 +38223,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38254,7 +38254,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", + Name: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, ID: "readAutoscalingV1NamespacedHorizontalPodAutoscaler", } ) @@ -38262,7 +38262,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38317,7 +38317,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler", + OperationName: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "readAutoscalingV1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -38387,7 +38387,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38418,7 +38418,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusR } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", + Name: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, ID: "readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", } ) @@ -38426,7 +38426,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusR type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38481,7 +38481,7 @@ func (s *Server) handleReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", + OperationName: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation, OperationSummary: "", OperationID: "readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus", Body: nil, @@ -38551,7 +38551,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38582,7 +38582,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + Name: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, ID: "readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", } ) @@ -38590,7 +38590,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38645,7 +38645,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + OperationName: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -38715,7 +38715,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerSt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38746,7 +38746,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerSt } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", + Name: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, ID: "readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", } ) @@ -38754,7 +38754,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerSt type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38809,7 +38809,7 @@ func (s *Server) handleReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerSt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", + OperationName: ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation, OperationSummary: "", OperationID: "readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus", Body: nil, @@ -38879,7 +38879,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38910,7 +38910,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + Name: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, ID: "readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", } ) @@ -38918,7 +38918,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -38973,7 +38973,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + OperationName: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", Body: nil, @@ -39043,7 +39043,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerSt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39074,7 +39074,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerSt } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", + Name: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, ID: "readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", } ) @@ -39082,7 +39082,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerSt type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39137,7 +39137,7 @@ func (s *Server) handleReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerSt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", + OperationName: ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation, OperationSummary: "", OperationID: "readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus", Body: nil, @@ -39207,7 +39207,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobRequest(args [2]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39238,7 +39238,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobRequest(args [2]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1NamespacedCronJob", + Name: ReadBatchV1NamespacedCronJobOperation, ID: "readBatchV1NamespacedCronJob", } ) @@ -39246,7 +39246,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobRequest(args [2]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39301,7 +39301,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobRequest(args [2]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1NamespacedCronJob", + OperationName: ReadBatchV1NamespacedCronJobOperation, OperationSummary: "", OperationID: "readBatchV1NamespacedCronJob", Body: nil, @@ -39371,7 +39371,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobStatusRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1NamespacedCronJobStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1NamespacedCronJobStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39402,7 +39402,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobStatusRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1NamespacedCronJobStatus", + Name: ReadBatchV1NamespacedCronJobStatusOperation, ID: "readBatchV1NamespacedCronJobStatus", } ) @@ -39410,7 +39410,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobStatusRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1NamespacedCronJobStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1NamespacedCronJobStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39465,7 +39465,7 @@ func (s *Server) handleReadBatchV1NamespacedCronJobStatusRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1NamespacedCronJobStatus", + OperationName: ReadBatchV1NamespacedCronJobStatusOperation, OperationSummary: "", OperationID: "readBatchV1NamespacedCronJobStatus", Body: nil, @@ -39535,7 +39535,7 @@ func (s *Server) handleReadBatchV1NamespacedJobRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1NamespacedJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39566,7 +39566,7 @@ func (s *Server) handleReadBatchV1NamespacedJobRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1NamespacedJob", + Name: ReadBatchV1NamespacedJobOperation, ID: "readBatchV1NamespacedJob", } ) @@ -39574,7 +39574,7 @@ func (s *Server) handleReadBatchV1NamespacedJobRequest(args [2]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1NamespacedJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1NamespacedJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39629,7 +39629,7 @@ func (s *Server) handleReadBatchV1NamespacedJobRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1NamespacedJob", + OperationName: ReadBatchV1NamespacedJobOperation, OperationSummary: "", OperationID: "readBatchV1NamespacedJob", Body: nil, @@ -39699,7 +39699,7 @@ func (s *Server) handleReadBatchV1NamespacedJobStatusRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1NamespacedJobStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1NamespacedJobStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39730,7 +39730,7 @@ func (s *Server) handleReadBatchV1NamespacedJobStatusRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1NamespacedJobStatus", + Name: ReadBatchV1NamespacedJobStatusOperation, ID: "readBatchV1NamespacedJobStatus", } ) @@ -39738,7 +39738,7 @@ func (s *Server) handleReadBatchV1NamespacedJobStatusRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1NamespacedJobStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1NamespacedJobStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39793,7 +39793,7 @@ func (s *Server) handleReadBatchV1NamespacedJobStatusRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1NamespacedJobStatus", + OperationName: ReadBatchV1NamespacedJobStatusOperation, OperationSummary: "", OperationID: "readBatchV1NamespacedJobStatus", Body: nil, @@ -39863,7 +39863,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1beta1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39894,7 +39894,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1beta1NamespacedCronJob", + Name: ReadBatchV1beta1NamespacedCronJobOperation, ID: "readBatchV1beta1NamespacedCronJob", } ) @@ -39902,7 +39902,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1beta1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1beta1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -39957,7 +39957,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1beta1NamespacedCronJob", + OperationName: ReadBatchV1beta1NamespacedCronJobOperation, OperationSummary: "", OperationID: "readBatchV1beta1NamespacedCronJob", Body: nil, @@ -40027,7 +40027,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobStatusRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadBatchV1beta1NamespacedCronJobStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadBatchV1beta1NamespacedCronJobStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40058,7 +40058,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobStatusRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadBatchV1beta1NamespacedCronJobStatus", + Name: ReadBatchV1beta1NamespacedCronJobStatusOperation, ID: "readBatchV1beta1NamespacedCronJobStatus", } ) @@ -40066,7 +40066,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobStatusRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadBatchV1beta1NamespacedCronJobStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadBatchV1beta1NamespacedCronJobStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40121,7 +40121,7 @@ func (s *Server) handleReadBatchV1beta1NamespacedCronJobStatusRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadBatchV1beta1NamespacedCronJobStatus", + OperationName: ReadBatchV1beta1NamespacedCronJobStatusOperation, OperationSummary: "", OperationID: "readBatchV1beta1NamespacedCronJobStatus", Body: nil, @@ -40191,7 +40191,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCertificatesV1CertificateSigningRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40222,7 +40222,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCertificatesV1CertificateSigningRequest", + Name: ReadCertificatesV1CertificateSigningRequestOperation, ID: "readCertificatesV1CertificateSigningRequest", } ) @@ -40230,7 +40230,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequest", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40285,7 +40285,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCertificatesV1CertificateSigningRequest", + OperationName: ReadCertificatesV1CertificateSigningRequestOperation, OperationSummary: "", OperationID: "readCertificatesV1CertificateSigningRequest", Body: nil, @@ -40351,7 +40351,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestApprovalReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCertificatesV1CertificateSigningRequestApproval", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCertificatesV1CertificateSigningRequestApprovalOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40382,7 +40382,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestApprovalReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCertificatesV1CertificateSigningRequestApproval", + Name: ReadCertificatesV1CertificateSigningRequestApprovalOperation, ID: "readCertificatesV1CertificateSigningRequestApproval", } ) @@ -40390,7 +40390,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestApprovalReques type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequestApproval", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestApprovalOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40445,7 +40445,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestApprovalReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCertificatesV1CertificateSigningRequestApproval", + OperationName: ReadCertificatesV1CertificateSigningRequestApprovalOperation, OperationSummary: "", OperationID: "readCertificatesV1CertificateSigningRequestApproval", Body: nil, @@ -40511,7 +40511,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestStatusRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCertificatesV1CertificateSigningRequestStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCertificatesV1CertificateSigningRequestStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40542,7 +40542,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestStatusRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCertificatesV1CertificateSigningRequestStatus", + Name: ReadCertificatesV1CertificateSigningRequestStatusOperation, ID: "readCertificatesV1CertificateSigningRequestStatus", } ) @@ -40550,7 +40550,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestStatusRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCertificatesV1CertificateSigningRequestStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCertificatesV1CertificateSigningRequestStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40605,7 +40605,7 @@ func (s *Server) handleReadCertificatesV1CertificateSigningRequestStatusRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCertificatesV1CertificateSigningRequestStatus", + OperationName: ReadCertificatesV1CertificateSigningRequestStatusOperation, OperationSummary: "", OperationID: "readCertificatesV1CertificateSigningRequestStatus", Body: nil, @@ -40671,7 +40671,7 @@ func (s *Server) handleReadCoordinationV1NamespacedLeaseRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoordinationV1NamespacedLease", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40702,7 +40702,7 @@ func (s *Server) handleReadCoordinationV1NamespacedLeaseRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoordinationV1NamespacedLease", + Name: ReadCoordinationV1NamespacedLeaseOperation, ID: "readCoordinationV1NamespacedLease", } ) @@ -40710,7 +40710,7 @@ func (s *Server) handleReadCoordinationV1NamespacedLeaseRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoordinationV1NamespacedLease", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoordinationV1NamespacedLeaseOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40765,7 +40765,7 @@ func (s *Server) handleReadCoordinationV1NamespacedLeaseRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoordinationV1NamespacedLease", + OperationName: ReadCoordinationV1NamespacedLeaseOperation, OperationSummary: "", OperationID: "readCoordinationV1NamespacedLease", Body: nil, @@ -40835,7 +40835,7 @@ func (s *Server) handleReadCoreV1ComponentStatusRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1ComponentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1ComponentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40866,7 +40866,7 @@ func (s *Server) handleReadCoreV1ComponentStatusRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1ComponentStatus", + Name: ReadCoreV1ComponentStatusOperation, ID: "readCoreV1ComponentStatus", } ) @@ -40874,7 +40874,7 @@ func (s *Server) handleReadCoreV1ComponentStatusRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1ComponentStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1ComponentStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -40929,7 +40929,7 @@ func (s *Server) handleReadCoreV1ComponentStatusRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1ComponentStatus", + OperationName: ReadCoreV1ComponentStatusOperation, OperationSummary: "", OperationID: "readCoreV1ComponentStatus", Body: nil, @@ -40995,7 +40995,7 @@ func (s *Server) handleReadCoreV1NamespaceRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1Namespace", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41026,7 +41026,7 @@ func (s *Server) handleReadCoreV1NamespaceRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1Namespace", + Name: ReadCoreV1NamespaceOperation, ID: "readCoreV1Namespace", } ) @@ -41034,7 +41034,7 @@ func (s *Server) handleReadCoreV1NamespaceRequest(args [1]string, argsEscaped bo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1Namespace", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespaceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41089,7 +41089,7 @@ func (s *Server) handleReadCoreV1NamespaceRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1Namespace", + OperationName: ReadCoreV1NamespaceOperation, OperationSummary: "", OperationID: "readCoreV1Namespace", Body: nil, @@ -41155,7 +41155,7 @@ func (s *Server) handleReadCoreV1NamespaceStatusRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespaceStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespaceStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41186,7 +41186,7 @@ func (s *Server) handleReadCoreV1NamespaceStatusRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespaceStatus", + Name: ReadCoreV1NamespaceStatusOperation, ID: "readCoreV1NamespaceStatus", } ) @@ -41194,7 +41194,7 @@ func (s *Server) handleReadCoreV1NamespaceStatusRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespaceStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespaceStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41249,7 +41249,7 @@ func (s *Server) handleReadCoreV1NamespaceStatusRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespaceStatus", + OperationName: ReadCoreV1NamespaceStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespaceStatus", Body: nil, @@ -41315,7 +41315,7 @@ func (s *Server) handleReadCoreV1NamespacedConfigMapRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedConfigMap", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41346,7 +41346,7 @@ func (s *Server) handleReadCoreV1NamespacedConfigMapRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedConfigMap", + Name: ReadCoreV1NamespacedConfigMapOperation, ID: "readCoreV1NamespacedConfigMap", } ) @@ -41354,7 +41354,7 @@ func (s *Server) handleReadCoreV1NamespacedConfigMapRequest(args [2]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedConfigMap", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedConfigMapOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41409,7 +41409,7 @@ func (s *Server) handleReadCoreV1NamespacedConfigMapRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedConfigMap", + OperationName: ReadCoreV1NamespacedConfigMapOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedConfigMap", Body: nil, @@ -41479,7 +41479,7 @@ func (s *Server) handleReadCoreV1NamespacedEndpointsRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedEndpoints", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41510,7 +41510,7 @@ func (s *Server) handleReadCoreV1NamespacedEndpointsRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedEndpoints", + Name: ReadCoreV1NamespacedEndpointsOperation, ID: "readCoreV1NamespacedEndpoints", } ) @@ -41518,7 +41518,7 @@ func (s *Server) handleReadCoreV1NamespacedEndpointsRequest(args [2]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedEndpoints", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedEndpointsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41573,7 +41573,7 @@ func (s *Server) handleReadCoreV1NamespacedEndpointsRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedEndpoints", + OperationName: ReadCoreV1NamespacedEndpointsOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedEndpoints", Body: nil, @@ -41643,7 +41643,7 @@ func (s *Server) handleReadCoreV1NamespacedEventRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41674,7 +41674,7 @@ func (s *Server) handleReadCoreV1NamespacedEventRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedEvent", + Name: ReadCoreV1NamespacedEventOperation, ID: "readCoreV1NamespacedEvent", } ) @@ -41682,7 +41682,7 @@ func (s *Server) handleReadCoreV1NamespacedEventRequest(args [2]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41737,7 +41737,7 @@ func (s *Server) handleReadCoreV1NamespacedEventRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedEvent", + OperationName: ReadCoreV1NamespacedEventOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedEvent", Body: nil, @@ -41807,7 +41807,7 @@ func (s *Server) handleReadCoreV1NamespacedLimitRangeRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedLimitRange", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41838,7 +41838,7 @@ func (s *Server) handleReadCoreV1NamespacedLimitRangeRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedLimitRange", + Name: ReadCoreV1NamespacedLimitRangeOperation, ID: "readCoreV1NamespacedLimitRange", } ) @@ -41846,7 +41846,7 @@ func (s *Server) handleReadCoreV1NamespacedLimitRangeRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedLimitRange", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedLimitRangeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -41901,7 +41901,7 @@ func (s *Server) handleReadCoreV1NamespacedLimitRangeRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedLimitRange", + OperationName: ReadCoreV1NamespacedLimitRangeOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedLimitRange", Body: nil, @@ -41971,7 +41971,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPersistentVolumeClaim", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42002,7 +42002,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPersistentVolumeClaim", + Name: ReadCoreV1NamespacedPersistentVolumeClaimOperation, ID: "readCoreV1NamespacedPersistentVolumeClaim", } ) @@ -42010,7 +42010,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimRequest(args [2] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPersistentVolumeClaim", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPersistentVolumeClaimOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42065,7 +42065,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPersistentVolumeClaim", + OperationName: ReadCoreV1NamespacedPersistentVolumeClaimOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPersistentVolumeClaim", Body: nil, @@ -42135,7 +42135,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimStatusRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPersistentVolumeClaimStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42166,7 +42166,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimStatusRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPersistentVolumeClaimStatus", + Name: ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, ID: "readCoreV1NamespacedPersistentVolumeClaimStatus", } ) @@ -42174,7 +42174,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimStatusRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPersistentVolumeClaimStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42229,7 +42229,7 @@ func (s *Server) handleReadCoreV1NamespacedPersistentVolumeClaimStatusRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPersistentVolumeClaimStatus", + OperationName: ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPersistentVolumeClaimStatus", Body: nil, @@ -42299,7 +42299,7 @@ func (s *Server) handleReadCoreV1NamespacedPodRequest(args [2]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPod", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42330,7 +42330,7 @@ func (s *Server) handleReadCoreV1NamespacedPodRequest(args [2]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPod", + Name: ReadCoreV1NamespacedPodOperation, ID: "readCoreV1NamespacedPod", } ) @@ -42338,7 +42338,7 @@ func (s *Server) handleReadCoreV1NamespacedPodRequest(args [2]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPod", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPodOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42393,7 +42393,7 @@ func (s *Server) handleReadCoreV1NamespacedPodRequest(args [2]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPod", + OperationName: ReadCoreV1NamespacedPodOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPod", Body: nil, @@ -42463,7 +42463,7 @@ func (s *Server) handleReadCoreV1NamespacedPodEphemeralcontainersRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPodEphemeralcontainers", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPodEphemeralcontainersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42494,7 +42494,7 @@ func (s *Server) handleReadCoreV1NamespacedPodEphemeralcontainersRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPodEphemeralcontainers", + Name: ReadCoreV1NamespacedPodEphemeralcontainersOperation, ID: "readCoreV1NamespacedPodEphemeralcontainers", } ) @@ -42502,7 +42502,7 @@ func (s *Server) handleReadCoreV1NamespacedPodEphemeralcontainersRequest(args [2 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPodEphemeralcontainers", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPodEphemeralcontainersOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42557,7 +42557,7 @@ func (s *Server) handleReadCoreV1NamespacedPodEphemeralcontainersRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPodEphemeralcontainers", + OperationName: ReadCoreV1NamespacedPodEphemeralcontainersOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPodEphemeralcontainers", Body: nil, @@ -42627,7 +42627,7 @@ func (s *Server) handleReadCoreV1NamespacedPodLogRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPodLog", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPodLogOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42658,7 +42658,7 @@ func (s *Server) handleReadCoreV1NamespacedPodLogRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPodLog", + Name: ReadCoreV1NamespacedPodLogOperation, ID: "readCoreV1NamespacedPodLog", } ) @@ -42666,7 +42666,7 @@ func (s *Server) handleReadCoreV1NamespacedPodLogRequest(args [2]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPodLog", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPodLogOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42721,7 +42721,7 @@ func (s *Server) handleReadCoreV1NamespacedPodLogRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPodLog", + OperationName: ReadCoreV1NamespacedPodLogOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPodLog", Body: nil, @@ -42823,7 +42823,7 @@ func (s *Server) handleReadCoreV1NamespacedPodStatusRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPodStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPodStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42854,7 +42854,7 @@ func (s *Server) handleReadCoreV1NamespacedPodStatusRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPodStatus", + Name: ReadCoreV1NamespacedPodStatusOperation, ID: "readCoreV1NamespacedPodStatus", } ) @@ -42862,7 +42862,7 @@ func (s *Server) handleReadCoreV1NamespacedPodStatusRequest(args [2]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPodStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPodStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -42917,7 +42917,7 @@ func (s *Server) handleReadCoreV1NamespacedPodStatusRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPodStatus", + OperationName: ReadCoreV1NamespacedPodStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPodStatus", Body: nil, @@ -42987,7 +42987,7 @@ func (s *Server) handleReadCoreV1NamespacedPodTemplateRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedPodTemplate", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43018,7 +43018,7 @@ func (s *Server) handleReadCoreV1NamespacedPodTemplateRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedPodTemplate", + Name: ReadCoreV1NamespacedPodTemplateOperation, ID: "readCoreV1NamespacedPodTemplate", } ) @@ -43026,7 +43026,7 @@ func (s *Server) handleReadCoreV1NamespacedPodTemplateRequest(args [2]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedPodTemplate", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedPodTemplateOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43081,7 +43081,7 @@ func (s *Server) handleReadCoreV1NamespacedPodTemplateRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedPodTemplate", + OperationName: ReadCoreV1NamespacedPodTemplateOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedPodTemplate", Body: nil, @@ -43151,7 +43151,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedReplicationController", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43182,7 +43182,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedReplicationController", + Name: ReadCoreV1NamespacedReplicationControllerOperation, ID: "readCoreV1NamespacedReplicationController", } ) @@ -43190,7 +43190,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerRequest(args [2] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationController", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43245,7 +43245,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedReplicationController", + OperationName: ReadCoreV1NamespacedReplicationControllerOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedReplicationController", Body: nil, @@ -43315,7 +43315,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerScaleRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedReplicationControllerScale", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedReplicationControllerScaleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43346,7 +43346,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerScaleRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedReplicationControllerScale", + Name: ReadCoreV1NamespacedReplicationControllerScaleOperation, ID: "readCoreV1NamespacedReplicationControllerScale", } ) @@ -43354,7 +43354,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerScaleRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationControllerScale", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerScaleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43409,7 +43409,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerScaleRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedReplicationControllerScale", + OperationName: ReadCoreV1NamespacedReplicationControllerScaleOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedReplicationControllerScale", Body: nil, @@ -43479,7 +43479,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerStatusRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedReplicationControllerStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedReplicationControllerStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43510,7 +43510,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerStatusRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedReplicationControllerStatus", + Name: ReadCoreV1NamespacedReplicationControllerStatusOperation, ID: "readCoreV1NamespacedReplicationControllerStatus", } ) @@ -43518,7 +43518,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerStatusRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedReplicationControllerStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedReplicationControllerStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43573,7 +43573,7 @@ func (s *Server) handleReadCoreV1NamespacedReplicationControllerStatusRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedReplicationControllerStatus", + OperationName: ReadCoreV1NamespacedReplicationControllerStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedReplicationControllerStatus", Body: nil, @@ -43643,7 +43643,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedResourceQuota", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43674,7 +43674,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedResourceQuota", + Name: ReadCoreV1NamespacedResourceQuotaOperation, ID: "readCoreV1NamespacedResourceQuota", } ) @@ -43682,7 +43682,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedResourceQuota", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedResourceQuotaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43737,7 +43737,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedResourceQuota", + OperationName: ReadCoreV1NamespacedResourceQuotaOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedResourceQuota", Body: nil, @@ -43807,7 +43807,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaStatusRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedResourceQuotaStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedResourceQuotaStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43838,7 +43838,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaStatusRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedResourceQuotaStatus", + Name: ReadCoreV1NamespacedResourceQuotaStatusOperation, ID: "readCoreV1NamespacedResourceQuotaStatus", } ) @@ -43846,7 +43846,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaStatusRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedResourceQuotaStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedResourceQuotaStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -43901,7 +43901,7 @@ func (s *Server) handleReadCoreV1NamespacedResourceQuotaStatusRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedResourceQuotaStatus", + OperationName: ReadCoreV1NamespacedResourceQuotaStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedResourceQuotaStatus", Body: nil, @@ -43971,7 +43971,7 @@ func (s *Server) handleReadCoreV1NamespacedSecretRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44002,7 +44002,7 @@ func (s *Server) handleReadCoreV1NamespacedSecretRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedSecret", + Name: ReadCoreV1NamespacedSecretOperation, ID: "readCoreV1NamespacedSecret", } ) @@ -44010,7 +44010,7 @@ func (s *Server) handleReadCoreV1NamespacedSecretRequest(args [2]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedSecret", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedSecretOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44065,7 +44065,7 @@ func (s *Server) handleReadCoreV1NamespacedSecretRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedSecret", + OperationName: ReadCoreV1NamespacedSecretOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedSecret", Body: nil, @@ -44135,7 +44135,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedService", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44166,7 +44166,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedService", + Name: ReadCoreV1NamespacedServiceOperation, ID: "readCoreV1NamespacedService", } ) @@ -44174,7 +44174,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceRequest(args [2]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedService", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44229,7 +44229,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedService", + OperationName: ReadCoreV1NamespacedServiceOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedService", Body: nil, @@ -44299,7 +44299,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceAccountRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedServiceAccount", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44330,7 +44330,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceAccountRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedServiceAccount", + Name: ReadCoreV1NamespacedServiceAccountOperation, ID: "readCoreV1NamespacedServiceAccount", } ) @@ -44338,7 +44338,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceAccountRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedServiceAccount", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedServiceAccountOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44393,7 +44393,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceAccountRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedServiceAccount", + OperationName: ReadCoreV1NamespacedServiceAccountOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedServiceAccount", Body: nil, @@ -44463,7 +44463,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceStatusRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NamespacedServiceStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NamespacedServiceStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44494,7 +44494,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceStatusRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NamespacedServiceStatus", + Name: ReadCoreV1NamespacedServiceStatusOperation, ID: "readCoreV1NamespacedServiceStatus", } ) @@ -44502,7 +44502,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceStatusRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NamespacedServiceStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NamespacedServiceStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44557,7 +44557,7 @@ func (s *Server) handleReadCoreV1NamespacedServiceStatusRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NamespacedServiceStatus", + OperationName: ReadCoreV1NamespacedServiceStatusOperation, OperationSummary: "", OperationID: "readCoreV1NamespacedServiceStatus", Body: nil, @@ -44627,7 +44627,7 @@ func (s *Server) handleReadCoreV1NodeRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1Node", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44658,7 +44658,7 @@ func (s *Server) handleReadCoreV1NodeRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1Node", + Name: ReadCoreV1NodeOperation, ID: "readCoreV1Node", } ) @@ -44666,7 +44666,7 @@ func (s *Server) handleReadCoreV1NodeRequest(args [1]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1Node", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44721,7 +44721,7 @@ func (s *Server) handleReadCoreV1NodeRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1Node", + OperationName: ReadCoreV1NodeOperation, OperationSummary: "", OperationID: "readCoreV1Node", Body: nil, @@ -44787,7 +44787,7 @@ func (s *Server) handleReadCoreV1NodeStatusRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1NodeStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1NodeStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44818,7 +44818,7 @@ func (s *Server) handleReadCoreV1NodeStatusRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1NodeStatus", + Name: ReadCoreV1NodeStatusOperation, ID: "readCoreV1NodeStatus", } ) @@ -44826,7 +44826,7 @@ func (s *Server) handleReadCoreV1NodeStatusRequest(args [1]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1NodeStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1NodeStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -44881,7 +44881,7 @@ func (s *Server) handleReadCoreV1NodeStatusRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1NodeStatus", + OperationName: ReadCoreV1NodeStatusOperation, OperationSummary: "", OperationID: "readCoreV1NodeStatus", Body: nil, @@ -44947,7 +44947,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1PersistentVolume", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44978,7 +44978,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1PersistentVolume", + Name: ReadCoreV1PersistentVolumeOperation, ID: "readCoreV1PersistentVolume", } ) @@ -44986,7 +44986,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeRequest(args [1]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1PersistentVolume", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1PersistentVolumeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45041,7 +45041,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1PersistentVolume", + OperationName: ReadCoreV1PersistentVolumeOperation, OperationSummary: "", OperationID: "readCoreV1PersistentVolume", Body: nil, @@ -45107,7 +45107,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeStatusRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadCoreV1PersistentVolumeStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadCoreV1PersistentVolumeStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45138,7 +45138,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeStatusRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadCoreV1PersistentVolumeStatus", + Name: ReadCoreV1PersistentVolumeStatusOperation, ID: "readCoreV1PersistentVolumeStatus", } ) @@ -45146,7 +45146,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeStatusRequest(args [1]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadCoreV1PersistentVolumeStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadCoreV1PersistentVolumeStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45201,7 +45201,7 @@ func (s *Server) handleReadCoreV1PersistentVolumeStatusRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadCoreV1PersistentVolumeStatus", + OperationName: ReadCoreV1PersistentVolumeStatusOperation, OperationSummary: "", OperationID: "readCoreV1PersistentVolumeStatus", Body: nil, @@ -45267,7 +45267,7 @@ func (s *Server) handleReadDiscoveryV1NamespacedEndpointSliceRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadDiscoveryV1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45298,7 +45298,7 @@ func (s *Server) handleReadDiscoveryV1NamespacedEndpointSliceRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadDiscoveryV1NamespacedEndpointSlice", + Name: ReadDiscoveryV1NamespacedEndpointSliceOperation, ID: "readDiscoveryV1NamespacedEndpointSlice", } ) @@ -45306,7 +45306,7 @@ func (s *Server) handleReadDiscoveryV1NamespacedEndpointSliceRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadDiscoveryV1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadDiscoveryV1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45361,7 +45361,7 @@ func (s *Server) handleReadDiscoveryV1NamespacedEndpointSliceRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadDiscoveryV1NamespacedEndpointSlice", + OperationName: ReadDiscoveryV1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "readDiscoveryV1NamespacedEndpointSlice", Body: nil, @@ -45431,7 +45431,7 @@ func (s *Server) handleReadDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45462,7 +45462,7 @@ func (s *Server) handleReadDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadDiscoveryV1beta1NamespacedEndpointSlice", + Name: ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, ID: "readDiscoveryV1beta1NamespacedEndpointSlice", } ) @@ -45470,7 +45470,7 @@ func (s *Server) handleReadDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadDiscoveryV1beta1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45525,7 +45525,7 @@ func (s *Server) handleReadDiscoveryV1beta1NamespacedEndpointSliceRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadDiscoveryV1beta1NamespacedEndpointSlice", + OperationName: ReadDiscoveryV1beta1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "readDiscoveryV1beta1NamespacedEndpointSlice", Body: nil, @@ -45595,7 +45595,7 @@ func (s *Server) handleReadEventsV1NamespacedEventRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadEventsV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45626,7 +45626,7 @@ func (s *Server) handleReadEventsV1NamespacedEventRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadEventsV1NamespacedEvent", + Name: ReadEventsV1NamespacedEventOperation, ID: "readEventsV1NamespacedEvent", } ) @@ -45634,7 +45634,7 @@ func (s *Server) handleReadEventsV1NamespacedEventRequest(args [2]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadEventsV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadEventsV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45689,7 +45689,7 @@ func (s *Server) handleReadEventsV1NamespacedEventRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadEventsV1NamespacedEvent", + OperationName: ReadEventsV1NamespacedEventOperation, OperationSummary: "", OperationID: "readEventsV1NamespacedEvent", Body: nil, @@ -45759,7 +45759,7 @@ func (s *Server) handleReadEventsV1beta1NamespacedEventRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadEventsV1beta1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45790,7 +45790,7 @@ func (s *Server) handleReadEventsV1beta1NamespacedEventRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadEventsV1beta1NamespacedEvent", + Name: ReadEventsV1beta1NamespacedEventOperation, ID: "readEventsV1beta1NamespacedEvent", } ) @@ -45798,7 +45798,7 @@ func (s *Server) handleReadEventsV1beta1NamespacedEventRequest(args [2]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadEventsV1beta1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadEventsV1beta1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -45853,7 +45853,7 @@ func (s *Server) handleReadEventsV1beta1NamespacedEventRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadEventsV1beta1NamespacedEvent", + OperationName: ReadEventsV1beta1NamespacedEventOperation, OperationSummary: "", OperationID: "readEventsV1beta1NamespacedEvent", Body: nil, @@ -45923,7 +45923,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45954,7 +45954,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta1FlowSchema", + Name: ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, ID: "readFlowcontrolApiserverV1beta1FlowSchema", } ) @@ -45962,7 +45962,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46017,7 +46017,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta1FlowSchema", + OperationName: ReadFlowcontrolApiserverV1beta1FlowSchemaOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta1FlowSchema", Body: nil, @@ -46083,7 +46083,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaStatusRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46114,7 +46114,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaStatusRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", + Name: ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, ID: "readFlowcontrolApiserverV1beta1FlowSchemaStatus", } ) @@ -46122,7 +46122,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaStatusRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46177,7 +46177,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1FlowSchemaStatusRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus", + OperationName: ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta1FlowSchemaStatus", Body: nil, @@ -46243,7 +46243,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46274,7 +46274,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + Name: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, ID: "readFlowcontrolApiserverV1beta1PriorityLevelConfiguration", } ) @@ -46282,7 +46282,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46337,7 +46337,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + OperationName: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta1PriorityLevelConfiguration", Body: nil, @@ -46403,7 +46403,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46434,7 +46434,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", + Name: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, ID: "readFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", } ) @@ -46442,7 +46442,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46497,7 +46497,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", + OperationName: ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus", Body: nil, @@ -46563,7 +46563,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46594,7 +46594,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta2FlowSchema", + Name: ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, ID: "readFlowcontrolApiserverV1beta2FlowSchema", } ) @@ -46602,7 +46602,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46657,7 +46657,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta2FlowSchema", + OperationName: ReadFlowcontrolApiserverV1beta2FlowSchemaOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta2FlowSchema", Body: nil, @@ -46723,7 +46723,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46754,7 +46754,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", + Name: ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, ID: "readFlowcontrolApiserverV1beta2FlowSchemaStatus", } ) @@ -46762,7 +46762,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46817,7 +46817,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus", + OperationName: ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta2FlowSchemaStatus", Body: nil, @@ -46883,7 +46883,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46914,7 +46914,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + Name: ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, ID: "readFlowcontrolApiserverV1beta2PriorityLevelConfiguration", } ) @@ -46922,7 +46922,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -46977,7 +46977,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + OperationName: ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta2PriorityLevelConfiguration", Body: nil, @@ -47043,7 +47043,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47074,7 +47074,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", + Name: ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, ID: "readFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", } ) @@ -47082,7 +47082,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47137,7 +47137,7 @@ func (s *Server) handleReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", + OperationName: ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation, OperationSummary: "", OperationID: "readFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus", Body: nil, @@ -47203,7 +47203,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadInternalApiserverV1alpha1StorageVersion", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47234,7 +47234,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadInternalApiserverV1alpha1StorageVersion", + Name: ReadInternalApiserverV1alpha1StorageVersionOperation, ID: "readInternalApiserverV1alpha1StorageVersion", } ) @@ -47242,7 +47242,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadInternalApiserverV1alpha1StorageVersion", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadInternalApiserverV1alpha1StorageVersionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47297,7 +47297,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadInternalApiserverV1alpha1StorageVersion", + OperationName: ReadInternalApiserverV1alpha1StorageVersionOperation, OperationSummary: "", OperationID: "readInternalApiserverV1alpha1StorageVersion", Body: nil, @@ -47363,7 +47363,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionStatusRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadInternalApiserverV1alpha1StorageVersionStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadInternalApiserverV1alpha1StorageVersionStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47394,7 +47394,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionStatusRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadInternalApiserverV1alpha1StorageVersionStatus", + Name: ReadInternalApiserverV1alpha1StorageVersionStatusOperation, ID: "readInternalApiserverV1alpha1StorageVersionStatus", } ) @@ -47402,7 +47402,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionStatusRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadInternalApiserverV1alpha1StorageVersionStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadInternalApiserverV1alpha1StorageVersionStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47457,7 +47457,7 @@ func (s *Server) handleReadInternalApiserverV1alpha1StorageVersionStatusRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadInternalApiserverV1alpha1StorageVersionStatus", + OperationName: ReadInternalApiserverV1alpha1StorageVersionStatusOperation, OperationSummary: "", OperationID: "readInternalApiserverV1alpha1StorageVersionStatus", Body: nil, @@ -47523,7 +47523,7 @@ func (s *Server) handleReadNetworkingV1IngressClassRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNetworkingV1IngressClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47554,7 +47554,7 @@ func (s *Server) handleReadNetworkingV1IngressClassRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNetworkingV1IngressClass", + Name: ReadNetworkingV1IngressClassOperation, ID: "readNetworkingV1IngressClass", } ) @@ -47562,7 +47562,7 @@ func (s *Server) handleReadNetworkingV1IngressClassRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNetworkingV1IngressClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNetworkingV1IngressClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47617,7 +47617,7 @@ func (s *Server) handleReadNetworkingV1IngressClassRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNetworkingV1IngressClass", + OperationName: ReadNetworkingV1IngressClassOperation, OperationSummary: "", OperationID: "readNetworkingV1IngressClass", Body: nil, @@ -47683,7 +47683,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNetworkingV1NamespacedIngress", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47714,7 +47714,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNetworkingV1NamespacedIngress", + Name: ReadNetworkingV1NamespacedIngressOperation, ID: "readNetworkingV1NamespacedIngress", } ) @@ -47722,7 +47722,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNetworkingV1NamespacedIngress", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNetworkingV1NamespacedIngressOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47777,7 +47777,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNetworkingV1NamespacedIngress", + OperationName: ReadNetworkingV1NamespacedIngressOperation, OperationSummary: "", OperationID: "readNetworkingV1NamespacedIngress", Body: nil, @@ -47847,7 +47847,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressStatusRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNetworkingV1NamespacedIngressStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNetworkingV1NamespacedIngressStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47878,7 +47878,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressStatusRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNetworkingV1NamespacedIngressStatus", + Name: ReadNetworkingV1NamespacedIngressStatusOperation, ID: "readNetworkingV1NamespacedIngressStatus", } ) @@ -47886,7 +47886,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressStatusRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNetworkingV1NamespacedIngressStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNetworkingV1NamespacedIngressStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -47941,7 +47941,7 @@ func (s *Server) handleReadNetworkingV1NamespacedIngressStatusRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNetworkingV1NamespacedIngressStatus", + OperationName: ReadNetworkingV1NamespacedIngressStatusOperation, OperationSummary: "", OperationID: "readNetworkingV1NamespacedIngressStatus", Body: nil, @@ -48011,7 +48011,7 @@ func (s *Server) handleReadNetworkingV1NamespacedNetworkPolicyRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNetworkingV1NamespacedNetworkPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48042,7 +48042,7 @@ func (s *Server) handleReadNetworkingV1NamespacedNetworkPolicyRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNetworkingV1NamespacedNetworkPolicy", + Name: ReadNetworkingV1NamespacedNetworkPolicyOperation, ID: "readNetworkingV1NamespacedNetworkPolicy", } ) @@ -48050,7 +48050,7 @@ func (s *Server) handleReadNetworkingV1NamespacedNetworkPolicyRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNetworkingV1NamespacedNetworkPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNetworkingV1NamespacedNetworkPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48105,7 +48105,7 @@ func (s *Server) handleReadNetworkingV1NamespacedNetworkPolicyRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNetworkingV1NamespacedNetworkPolicy", + OperationName: ReadNetworkingV1NamespacedNetworkPolicyOperation, OperationSummary: "", OperationID: "readNetworkingV1NamespacedNetworkPolicy", Body: nil, @@ -48175,7 +48175,7 @@ func (s *Server) handleReadNodeV1RuntimeClassRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNodeV1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48206,7 +48206,7 @@ func (s *Server) handleReadNodeV1RuntimeClassRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNodeV1RuntimeClass", + Name: ReadNodeV1RuntimeClassOperation, ID: "readNodeV1RuntimeClass", } ) @@ -48214,7 +48214,7 @@ func (s *Server) handleReadNodeV1RuntimeClassRequest(args [1]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNodeV1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNodeV1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48269,7 +48269,7 @@ func (s *Server) handleReadNodeV1RuntimeClassRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNodeV1RuntimeClass", + OperationName: ReadNodeV1RuntimeClassOperation, OperationSummary: "", OperationID: "readNodeV1RuntimeClass", Body: nil, @@ -48335,7 +48335,7 @@ func (s *Server) handleReadNodeV1alpha1RuntimeClassRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNodeV1alpha1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48366,7 +48366,7 @@ func (s *Server) handleReadNodeV1alpha1RuntimeClassRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNodeV1alpha1RuntimeClass", + Name: ReadNodeV1alpha1RuntimeClassOperation, ID: "readNodeV1alpha1RuntimeClass", } ) @@ -48374,7 +48374,7 @@ func (s *Server) handleReadNodeV1alpha1RuntimeClassRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNodeV1alpha1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNodeV1alpha1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48429,7 +48429,7 @@ func (s *Server) handleReadNodeV1alpha1RuntimeClassRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNodeV1alpha1RuntimeClass", + OperationName: ReadNodeV1alpha1RuntimeClassOperation, OperationSummary: "", OperationID: "readNodeV1alpha1RuntimeClass", Body: nil, @@ -48495,7 +48495,7 @@ func (s *Server) handleReadNodeV1beta1RuntimeClassRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadNodeV1beta1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48526,7 +48526,7 @@ func (s *Server) handleReadNodeV1beta1RuntimeClassRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadNodeV1beta1RuntimeClass", + Name: ReadNodeV1beta1RuntimeClassOperation, ID: "readNodeV1beta1RuntimeClass", } ) @@ -48534,7 +48534,7 @@ func (s *Server) handleReadNodeV1beta1RuntimeClassRequest(args [1]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadNodeV1beta1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadNodeV1beta1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48589,7 +48589,7 @@ func (s *Server) handleReadNodeV1beta1RuntimeClassRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadNodeV1beta1RuntimeClass", + OperationName: ReadNodeV1beta1RuntimeClassOperation, OperationSummary: "", OperationID: "readNodeV1beta1RuntimeClass", Body: nil, @@ -48655,7 +48655,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetRequest(args [2] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPolicyV1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48686,7 +48686,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetRequest(args [2] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPolicyV1NamespacedPodDisruptionBudget", + Name: ReadPolicyV1NamespacedPodDisruptionBudgetOperation, ID: "readPolicyV1NamespacedPodDisruptionBudget", } ) @@ -48694,7 +48694,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetRequest(args [2] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadPolicyV1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48749,7 +48749,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetRequest(args [2] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPolicyV1NamespacedPodDisruptionBudget", + OperationName: ReadPolicyV1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "readPolicyV1NamespacedPodDisruptionBudget", Body: nil, @@ -48819,7 +48819,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48850,7 +48850,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", + Name: ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, ID: "readPolicyV1NamespacedPodDisruptionBudgetStatus", } ) @@ -48858,7 +48858,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -48913,7 +48913,7 @@ func (s *Server) handleReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPolicyV1NamespacedPodDisruptionBudgetStatus", + OperationName: ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation, OperationSummary: "", OperationID: "readPolicyV1NamespacedPodDisruptionBudgetStatus", Body: nil, @@ -48983,7 +48983,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49014,7 +49014,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPolicyV1beta1NamespacedPodDisruptionBudget", + Name: ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, ID: "readPolicyV1beta1NamespacedPodDisruptionBudget", } ) @@ -49022,7 +49022,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49077,7 +49077,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPolicyV1beta1NamespacedPodDisruptionBudget", + OperationName: ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "readPolicyV1beta1NamespacedPodDisruptionBudget", Body: nil, @@ -49147,7 +49147,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49178,7 +49178,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", + Name: ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, ID: "readPolicyV1beta1NamespacedPodDisruptionBudgetStatus", } ) @@ -49186,7 +49186,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49241,7 +49241,7 @@ func (s *Server) handleReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus", + OperationName: ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation, OperationSummary: "", OperationID: "readPolicyV1beta1NamespacedPodDisruptionBudgetStatus", Body: nil, @@ -49311,7 +49311,7 @@ func (s *Server) handleReadPolicyV1beta1PodSecurityPolicyRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadPolicyV1beta1PodSecurityPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49342,7 +49342,7 @@ func (s *Server) handleReadPolicyV1beta1PodSecurityPolicyRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadPolicyV1beta1PodSecurityPolicy", + Name: ReadPolicyV1beta1PodSecurityPolicyOperation, ID: "readPolicyV1beta1PodSecurityPolicy", } ) @@ -49350,7 +49350,7 @@ func (s *Server) handleReadPolicyV1beta1PodSecurityPolicyRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadPolicyV1beta1PodSecurityPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadPolicyV1beta1PodSecurityPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49405,7 +49405,7 @@ func (s *Server) handleReadPolicyV1beta1PodSecurityPolicyRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadPolicyV1beta1PodSecurityPolicy", + OperationName: ReadPolicyV1beta1PodSecurityPolicyOperation, OperationSummary: "", OperationID: "readPolicyV1beta1PodSecurityPolicy", Body: nil, @@ -49471,7 +49471,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadRbacAuthorizationV1ClusterRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49502,7 +49502,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadRbacAuthorizationV1ClusterRole", + Name: ReadRbacAuthorizationV1ClusterRoleOperation, ID: "readRbacAuthorizationV1ClusterRole", } ) @@ -49510,7 +49510,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadRbacAuthorizationV1ClusterRole", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadRbacAuthorizationV1ClusterRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49565,7 +49565,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadRbacAuthorizationV1ClusterRole", + OperationName: ReadRbacAuthorizationV1ClusterRoleOperation, OperationSummary: "", OperationID: "readRbacAuthorizationV1ClusterRole", Body: nil, @@ -49631,7 +49631,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleBindingRequest(args [1] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadRbacAuthorizationV1ClusterRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49662,7 +49662,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleBindingRequest(args [1] } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadRbacAuthorizationV1ClusterRoleBinding", + Name: ReadRbacAuthorizationV1ClusterRoleBindingOperation, ID: "readRbacAuthorizationV1ClusterRoleBinding", } ) @@ -49670,7 +49670,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleBindingRequest(args [1] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadRbacAuthorizationV1ClusterRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadRbacAuthorizationV1ClusterRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49725,7 +49725,7 @@ func (s *Server) handleReadRbacAuthorizationV1ClusterRoleBindingRequest(args [1] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadRbacAuthorizationV1ClusterRoleBinding", + OperationName: ReadRbacAuthorizationV1ClusterRoleBindingOperation, OperationSummary: "", OperationID: "readRbacAuthorizationV1ClusterRoleBinding", Body: nil, @@ -49791,7 +49791,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleRequest(args [2]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadRbacAuthorizationV1NamespacedRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49822,7 +49822,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleRequest(args [2]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadRbacAuthorizationV1NamespacedRole", + Name: ReadRbacAuthorizationV1NamespacedRoleOperation, ID: "readRbacAuthorizationV1NamespacedRole", } ) @@ -49830,7 +49830,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleRequest(args [2]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadRbacAuthorizationV1NamespacedRole", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadRbacAuthorizationV1NamespacedRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -49885,7 +49885,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleRequest(args [2]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadRbacAuthorizationV1NamespacedRole", + OperationName: ReadRbacAuthorizationV1NamespacedRoleOperation, OperationSummary: "", OperationID: "readRbacAuthorizationV1NamespacedRole", Body: nil, @@ -49955,7 +49955,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleBindingRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49986,7 +49986,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleBindingRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadRbacAuthorizationV1NamespacedRoleBinding", + Name: ReadRbacAuthorizationV1NamespacedRoleBindingOperation, ID: "readRbacAuthorizationV1NamespacedRoleBinding", } ) @@ -49994,7 +49994,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleBindingRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadRbacAuthorizationV1NamespacedRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadRbacAuthorizationV1NamespacedRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50049,7 +50049,7 @@ func (s *Server) handleReadRbacAuthorizationV1NamespacedRoleBindingRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadRbacAuthorizationV1NamespacedRoleBinding", + OperationName: ReadRbacAuthorizationV1NamespacedRoleBindingOperation, OperationSummary: "", OperationID: "readRbacAuthorizationV1NamespacedRoleBinding", Body: nil, @@ -50119,7 +50119,7 @@ func (s *Server) handleReadSchedulingV1PriorityClassRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadSchedulingV1PriorityClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50150,7 +50150,7 @@ func (s *Server) handleReadSchedulingV1PriorityClassRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadSchedulingV1PriorityClass", + Name: ReadSchedulingV1PriorityClassOperation, ID: "readSchedulingV1PriorityClass", } ) @@ -50158,7 +50158,7 @@ func (s *Server) handleReadSchedulingV1PriorityClassRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadSchedulingV1PriorityClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadSchedulingV1PriorityClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50213,7 +50213,7 @@ func (s *Server) handleReadSchedulingV1PriorityClassRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadSchedulingV1PriorityClass", + OperationName: ReadSchedulingV1PriorityClassOperation, OperationSummary: "", OperationID: "readSchedulingV1PriorityClass", Body: nil, @@ -50279,7 +50279,7 @@ func (s *Server) handleReadStorageV1CSIDriverRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1CSIDriver", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50310,7 +50310,7 @@ func (s *Server) handleReadStorageV1CSIDriverRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1CSIDriver", + Name: ReadStorageV1CSIDriverOperation, ID: "readStorageV1CSIDriver", } ) @@ -50318,7 +50318,7 @@ func (s *Server) handleReadStorageV1CSIDriverRequest(args [1]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1CSIDriver", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1CSIDriverOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50373,7 +50373,7 @@ func (s *Server) handleReadStorageV1CSIDriverRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1CSIDriver", + OperationName: ReadStorageV1CSIDriverOperation, OperationSummary: "", OperationID: "readStorageV1CSIDriver", Body: nil, @@ -50439,7 +50439,7 @@ func (s *Server) handleReadStorageV1CSINodeRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1CSINode", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50470,7 +50470,7 @@ func (s *Server) handleReadStorageV1CSINodeRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1CSINode", + Name: ReadStorageV1CSINodeOperation, ID: "readStorageV1CSINode", } ) @@ -50478,7 +50478,7 @@ func (s *Server) handleReadStorageV1CSINodeRequest(args [1]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1CSINode", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1CSINodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50533,7 +50533,7 @@ func (s *Server) handleReadStorageV1CSINodeRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1CSINode", + OperationName: ReadStorageV1CSINodeOperation, OperationSummary: "", OperationID: "readStorageV1CSINode", Body: nil, @@ -50599,7 +50599,7 @@ func (s *Server) handleReadStorageV1StorageClassRequest(args [1]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1StorageClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50630,7 +50630,7 @@ func (s *Server) handleReadStorageV1StorageClassRequest(args [1]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1StorageClass", + Name: ReadStorageV1StorageClassOperation, ID: "readStorageV1StorageClass", } ) @@ -50638,7 +50638,7 @@ func (s *Server) handleReadStorageV1StorageClassRequest(args [1]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1StorageClass", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1StorageClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50693,7 +50693,7 @@ func (s *Server) handleReadStorageV1StorageClassRequest(args [1]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1StorageClass", + OperationName: ReadStorageV1StorageClassOperation, OperationSummary: "", OperationID: "readStorageV1StorageClass", Body: nil, @@ -50759,7 +50759,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1VolumeAttachment", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50790,7 +50790,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1VolumeAttachment", + Name: ReadStorageV1VolumeAttachmentOperation, ID: "readStorageV1VolumeAttachment", } ) @@ -50798,7 +50798,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1VolumeAttachment", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1VolumeAttachmentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -50853,7 +50853,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1VolumeAttachment", + OperationName: ReadStorageV1VolumeAttachmentOperation, OperationSummary: "", OperationID: "readStorageV1VolumeAttachment", Body: nil, @@ -50919,7 +50919,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentStatusRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1VolumeAttachmentStatus", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1VolumeAttachmentStatusOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50950,7 +50950,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentStatusRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1VolumeAttachmentStatus", + Name: ReadStorageV1VolumeAttachmentStatusOperation, ID: "readStorageV1VolumeAttachmentStatus", } ) @@ -50958,7 +50958,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentStatusRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1VolumeAttachmentStatus", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1VolumeAttachmentStatusOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51013,7 +51013,7 @@ func (s *Server) handleReadStorageV1VolumeAttachmentStatusRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1VolumeAttachmentStatus", + OperationName: ReadStorageV1VolumeAttachmentStatusOperation, OperationSummary: "", OperationID: "readStorageV1VolumeAttachmentStatus", Body: nil, @@ -51079,7 +51079,7 @@ func (s *Server) handleReadStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51110,7 +51110,7 @@ func (s *Server) handleReadStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1alpha1NamespacedCSIStorageCapacity", + Name: ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, ID: "readStorageV1alpha1NamespacedCSIStorageCapacity", } ) @@ -51118,7 +51118,7 @@ func (s *Server) handleReadStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1alpha1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51173,7 +51173,7 @@ func (s *Server) handleReadStorageV1alpha1NamespacedCSIStorageCapacityRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1alpha1NamespacedCSIStorageCapacity", + OperationName: ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "readStorageV1alpha1NamespacedCSIStorageCapacity", Body: nil, @@ -51243,7 +51243,7 @@ func (s *Server) handleReadStorageV1beta1NamespacedCSIStorageCapacityRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReadStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51274,7 +51274,7 @@ func (s *Server) handleReadStorageV1beta1NamespacedCSIStorageCapacityRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReadStorageV1beta1NamespacedCSIStorageCapacity", + Name: ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, ID: "readStorageV1beta1NamespacedCSIStorageCapacity", } ) @@ -51282,7 +51282,7 @@ func (s *Server) handleReadStorageV1beta1NamespacedCSIStorageCapacityRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "ReadStorageV1beta1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51337,7 +51337,7 @@ func (s *Server) handleReadStorageV1beta1NamespacedCSIStorageCapacityRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReadStorageV1beta1NamespacedCSIStorageCapacity", + OperationName: ReadStorageV1beta1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "readStorageV1beta1NamespacedCSIStorageCapacity", Body: nil, @@ -51409,7 +51409,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAdmissionregistrationV1MutatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51440,7 +51440,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationR } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAdmissionregistrationV1MutatingWebhookConfiguration", + Name: WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, ID: "watchAdmissionregistrationV1MutatingWebhookConfiguration", } ) @@ -51448,7 +51448,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationR type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51503,7 +51503,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAdmissionregistrationV1MutatingWebhookConfiguration", + OperationName: WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "watchAdmissionregistrationV1MutatingWebhookConfiguration", Body: nil, @@ -51606,7 +51606,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationL } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51637,7 +51637,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationL } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", + Name: WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, ID: "watchAdmissionregistrationV1MutatingWebhookConfigurationList", } ) @@ -51645,7 +51645,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationL type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51700,7 +51700,7 @@ func (s *Server) handleWatchAdmissionregistrationV1MutatingWebhookConfigurationL if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAdmissionregistrationV1MutatingWebhookConfigurationList", + OperationName: WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation, OperationSummary: "", OperationID: "watchAdmissionregistrationV1MutatingWebhookConfigurationList", Body: nil, @@ -51800,7 +51800,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51831,7 +51831,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", + Name: WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, ID: "watchAdmissionregistrationV1ValidatingWebhookConfiguration", } ) @@ -51839,7 +51839,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -51894,7 +51894,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAdmissionregistrationV1ValidatingWebhookConfiguration", + OperationName: WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation, OperationSummary: "", OperationID: "watchAdmissionregistrationV1ValidatingWebhookConfiguration", Body: nil, @@ -51997,7 +51997,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52028,7 +52028,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", + Name: WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, ID: "watchAdmissionregistrationV1ValidatingWebhookConfigurationList", } ) @@ -52036,7 +52036,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -52091,7 +52091,7 @@ func (s *Server) handleWatchAdmissionregistrationV1ValidatingWebhookConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList", + OperationName: WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation, OperationSummary: "", OperationID: "watchAdmissionregistrationV1ValidatingWebhookConfigurationList", Body: nil, @@ -52190,7 +52190,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchApiextensionsV1CustomResourceDefinition", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchApiextensionsV1CustomResourceDefinitionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52221,7 +52221,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchApiextensionsV1CustomResourceDefinition", + Name: WatchApiextensionsV1CustomResourceDefinitionOperation, ID: "watchApiextensionsV1CustomResourceDefinition", } ) @@ -52229,7 +52229,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchApiextensionsV1CustomResourceDefinition", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchApiextensionsV1CustomResourceDefinitionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -52284,7 +52284,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchApiextensionsV1CustomResourceDefinition", + OperationName: WatchApiextensionsV1CustomResourceDefinitionOperation, OperationSummary: "", OperationID: "watchApiextensionsV1CustomResourceDefinition", Body: nil, @@ -52387,7 +52387,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionListRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchApiextensionsV1CustomResourceDefinitionList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchApiextensionsV1CustomResourceDefinitionListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52418,7 +52418,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionListRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchApiextensionsV1CustomResourceDefinitionList", + Name: WatchApiextensionsV1CustomResourceDefinitionListOperation, ID: "watchApiextensionsV1CustomResourceDefinitionList", } ) @@ -52426,7 +52426,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionListRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchApiextensionsV1CustomResourceDefinitionList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchApiextensionsV1CustomResourceDefinitionListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -52481,7 +52481,7 @@ func (s *Server) handleWatchApiextensionsV1CustomResourceDefinitionListRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchApiextensionsV1CustomResourceDefinitionList", + OperationName: WatchApiextensionsV1CustomResourceDefinitionListOperation, OperationSummary: "", OperationID: "watchApiextensionsV1CustomResourceDefinitionList", Body: nil, @@ -52580,7 +52580,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchApiregistrationV1APIService", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchApiregistrationV1APIServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52611,7 +52611,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchApiregistrationV1APIService", + Name: WatchApiregistrationV1APIServiceOperation, ID: "watchApiregistrationV1APIService", } ) @@ -52619,7 +52619,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceRequest(args [1]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchApiregistrationV1APIService", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchApiregistrationV1APIServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -52674,7 +52674,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchApiregistrationV1APIService", + OperationName: WatchApiregistrationV1APIServiceOperation, OperationSummary: "", OperationID: "watchApiregistrationV1APIService", Body: nil, @@ -52777,7 +52777,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceListRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchApiregistrationV1APIServiceList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchApiregistrationV1APIServiceListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52808,7 +52808,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceListRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchApiregistrationV1APIServiceList", + Name: WatchApiregistrationV1APIServiceListOperation, ID: "watchApiregistrationV1APIServiceList", } ) @@ -52816,7 +52816,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceListRequest(args [0]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchApiregistrationV1APIServiceList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchApiregistrationV1APIServiceListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -52871,7 +52871,7 @@ func (s *Server) handleWatchApiregistrationV1APIServiceListRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchApiregistrationV1APIServiceList", + OperationName: WatchApiregistrationV1APIServiceListOperation, OperationSummary: "", OperationID: "watchApiregistrationV1APIServiceList", Body: nil, @@ -52970,7 +52970,7 @@ func (s *Server) handleWatchAppsV1ControllerRevisionListForAllNamespacesRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1ControllerRevisionListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1ControllerRevisionListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53001,7 +53001,7 @@ func (s *Server) handleWatchAppsV1ControllerRevisionListForAllNamespacesRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1ControllerRevisionListForAllNamespaces", + Name: WatchAppsV1ControllerRevisionListForAllNamespacesOperation, ID: "watchAppsV1ControllerRevisionListForAllNamespaces", } ) @@ -53009,7 +53009,7 @@ func (s *Server) handleWatchAppsV1ControllerRevisionListForAllNamespacesRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1ControllerRevisionListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1ControllerRevisionListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -53064,7 +53064,7 @@ func (s *Server) handleWatchAppsV1ControllerRevisionListForAllNamespacesRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1ControllerRevisionListForAllNamespaces", + OperationName: WatchAppsV1ControllerRevisionListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAppsV1ControllerRevisionListForAllNamespaces", Body: nil, @@ -53163,7 +53163,7 @@ func (s *Server) handleWatchAppsV1DaemonSetListForAllNamespacesRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1DaemonSetListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1DaemonSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53194,7 +53194,7 @@ func (s *Server) handleWatchAppsV1DaemonSetListForAllNamespacesRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1DaemonSetListForAllNamespaces", + Name: WatchAppsV1DaemonSetListForAllNamespacesOperation, ID: "watchAppsV1DaemonSetListForAllNamespaces", } ) @@ -53202,7 +53202,7 @@ func (s *Server) handleWatchAppsV1DaemonSetListForAllNamespacesRequest(args [0]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1DaemonSetListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1DaemonSetListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -53257,7 +53257,7 @@ func (s *Server) handleWatchAppsV1DaemonSetListForAllNamespacesRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1DaemonSetListForAllNamespaces", + OperationName: WatchAppsV1DaemonSetListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAppsV1DaemonSetListForAllNamespaces", Body: nil, @@ -53356,7 +53356,7 @@ func (s *Server) handleWatchAppsV1DeploymentListForAllNamespacesRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1DeploymentListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1DeploymentListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53387,7 +53387,7 @@ func (s *Server) handleWatchAppsV1DeploymentListForAllNamespacesRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1DeploymentListForAllNamespaces", + Name: WatchAppsV1DeploymentListForAllNamespacesOperation, ID: "watchAppsV1DeploymentListForAllNamespaces", } ) @@ -53395,7 +53395,7 @@ func (s *Server) handleWatchAppsV1DeploymentListForAllNamespacesRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1DeploymentListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1DeploymentListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -53450,7 +53450,7 @@ func (s *Server) handleWatchAppsV1DeploymentListForAllNamespacesRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1DeploymentListForAllNamespaces", + OperationName: WatchAppsV1DeploymentListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAppsV1DeploymentListForAllNamespaces", Body: nil, @@ -53549,7 +53549,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedControllerRevision", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedControllerRevisionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53580,7 +53580,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedControllerRevision", + Name: WatchAppsV1NamespacedControllerRevisionOperation, ID: "watchAppsV1NamespacedControllerRevision", } ) @@ -53588,7 +53588,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedControllerRevision", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedControllerRevisionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -53643,7 +53643,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedControllerRevision", + OperationName: WatchAppsV1NamespacedControllerRevisionOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedControllerRevision", Body: nil, @@ -53750,7 +53750,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionListRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedControllerRevisionList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedControllerRevisionListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53781,7 +53781,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionListRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedControllerRevisionList", + Name: WatchAppsV1NamespacedControllerRevisionListOperation, ID: "watchAppsV1NamespacedControllerRevisionList", } ) @@ -53789,7 +53789,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionListRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedControllerRevisionList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedControllerRevisionListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -53844,7 +53844,7 @@ func (s *Server) handleWatchAppsV1NamespacedControllerRevisionListRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedControllerRevisionList", + OperationName: WatchAppsV1NamespacedControllerRevisionListOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedControllerRevisionList", Body: nil, @@ -53947,7 +53947,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedDaemonSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedDaemonSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53978,7 +53978,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedDaemonSet", + Name: WatchAppsV1NamespacedDaemonSetOperation, ID: "watchAppsV1NamespacedDaemonSet", } ) @@ -53986,7 +53986,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedDaemonSet", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedDaemonSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -54041,7 +54041,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedDaemonSet", + OperationName: WatchAppsV1NamespacedDaemonSetOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedDaemonSet", Body: nil, @@ -54148,7 +54148,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetListRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedDaemonSetList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedDaemonSetListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54179,7 +54179,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetListRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedDaemonSetList", + Name: WatchAppsV1NamespacedDaemonSetListOperation, ID: "watchAppsV1NamespacedDaemonSetList", } ) @@ -54187,7 +54187,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetListRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedDaemonSetList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedDaemonSetListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -54242,7 +54242,7 @@ func (s *Server) handleWatchAppsV1NamespacedDaemonSetListRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedDaemonSetList", + OperationName: WatchAppsV1NamespacedDaemonSetListOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedDaemonSetList", Body: nil, @@ -54345,7 +54345,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedDeployment", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedDeploymentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54376,7 +54376,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedDeployment", + Name: WatchAppsV1NamespacedDeploymentOperation, ID: "watchAppsV1NamespacedDeployment", } ) @@ -54384,7 +54384,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentRequest(args [2]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedDeployment", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedDeploymentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -54439,7 +54439,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedDeployment", + OperationName: WatchAppsV1NamespacedDeploymentOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedDeployment", Body: nil, @@ -54546,7 +54546,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentListRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedDeploymentList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedDeploymentListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54577,7 +54577,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentListRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedDeploymentList", + Name: WatchAppsV1NamespacedDeploymentListOperation, ID: "watchAppsV1NamespacedDeploymentList", } ) @@ -54585,7 +54585,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentListRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedDeploymentList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedDeploymentListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -54640,7 +54640,7 @@ func (s *Server) handleWatchAppsV1NamespacedDeploymentListRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedDeploymentList", + OperationName: WatchAppsV1NamespacedDeploymentListOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedDeploymentList", Body: nil, @@ -54743,7 +54743,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedReplicaSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedReplicaSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54774,7 +54774,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedReplicaSet", + Name: WatchAppsV1NamespacedReplicaSetOperation, ID: "watchAppsV1NamespacedReplicaSet", } ) @@ -54782,7 +54782,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetRequest(args [2]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedReplicaSet", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedReplicaSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -54837,7 +54837,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedReplicaSet", + OperationName: WatchAppsV1NamespacedReplicaSetOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedReplicaSet", Body: nil, @@ -54944,7 +54944,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetListRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedReplicaSetList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedReplicaSetListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54975,7 +54975,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetListRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedReplicaSetList", + Name: WatchAppsV1NamespacedReplicaSetListOperation, ID: "watchAppsV1NamespacedReplicaSetList", } ) @@ -54983,7 +54983,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetListRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedReplicaSetList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedReplicaSetListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -55038,7 +55038,7 @@ func (s *Server) handleWatchAppsV1NamespacedReplicaSetListRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedReplicaSetList", + OperationName: WatchAppsV1NamespacedReplicaSetListOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedReplicaSetList", Body: nil, @@ -55141,7 +55141,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedStatefulSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedStatefulSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55172,7 +55172,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedStatefulSet", + Name: WatchAppsV1NamespacedStatefulSetOperation, ID: "watchAppsV1NamespacedStatefulSet", } ) @@ -55180,7 +55180,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetRequest(args [2]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedStatefulSet", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedStatefulSetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -55235,7 +55235,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedStatefulSet", + OperationName: WatchAppsV1NamespacedStatefulSetOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedStatefulSet", Body: nil, @@ -55342,7 +55342,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetListRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1NamespacedStatefulSetList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1NamespacedStatefulSetListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55373,7 +55373,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetListRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1NamespacedStatefulSetList", + Name: WatchAppsV1NamespacedStatefulSetListOperation, ID: "watchAppsV1NamespacedStatefulSetList", } ) @@ -55381,7 +55381,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetListRequest(args [1]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1NamespacedStatefulSetList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1NamespacedStatefulSetListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -55436,7 +55436,7 @@ func (s *Server) handleWatchAppsV1NamespacedStatefulSetListRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1NamespacedStatefulSetList", + OperationName: WatchAppsV1NamespacedStatefulSetListOperation, OperationSummary: "", OperationID: "watchAppsV1NamespacedStatefulSetList", Body: nil, @@ -55539,7 +55539,7 @@ func (s *Server) handleWatchAppsV1ReplicaSetListForAllNamespacesRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1ReplicaSetListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1ReplicaSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55570,7 +55570,7 @@ func (s *Server) handleWatchAppsV1ReplicaSetListForAllNamespacesRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1ReplicaSetListForAllNamespaces", + Name: WatchAppsV1ReplicaSetListForAllNamespacesOperation, ID: "watchAppsV1ReplicaSetListForAllNamespaces", } ) @@ -55578,7 +55578,7 @@ func (s *Server) handleWatchAppsV1ReplicaSetListForAllNamespacesRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1ReplicaSetListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1ReplicaSetListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -55633,7 +55633,7 @@ func (s *Server) handleWatchAppsV1ReplicaSetListForAllNamespacesRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1ReplicaSetListForAllNamespaces", + OperationName: WatchAppsV1ReplicaSetListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAppsV1ReplicaSetListForAllNamespaces", Body: nil, @@ -55732,7 +55732,7 @@ func (s *Server) handleWatchAppsV1StatefulSetListForAllNamespacesRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAppsV1StatefulSetListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAppsV1StatefulSetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55763,7 +55763,7 @@ func (s *Server) handleWatchAppsV1StatefulSetListForAllNamespacesRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAppsV1StatefulSetListForAllNamespaces", + Name: WatchAppsV1StatefulSetListForAllNamespacesOperation, ID: "watchAppsV1StatefulSetListForAllNamespaces", } ) @@ -55771,7 +55771,7 @@ func (s *Server) handleWatchAppsV1StatefulSetListForAllNamespacesRequest(args [0 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAppsV1StatefulSetListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAppsV1StatefulSetListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -55826,7 +55826,7 @@ func (s *Server) handleWatchAppsV1StatefulSetListForAllNamespacesRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAppsV1StatefulSetListForAllNamespaces", + OperationName: WatchAppsV1StatefulSetListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAppsV1StatefulSetListForAllNamespaces", Body: nil, @@ -55925,7 +55925,7 @@ func (s *Server) handleWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamesp } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55956,7 +55956,7 @@ func (s *Server) handleWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamesp } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", + Name: WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, ID: "watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", } ) @@ -55964,7 +55964,7 @@ func (s *Server) handleWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamesp type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -56019,7 +56019,7 @@ func (s *Server) handleWatchAutoscalingV1HorizontalPodAutoscalerListForAllNamesp if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", + OperationName: WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces", Body: nil, @@ -56118,7 +56118,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56149,7 +56149,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", + Name: WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, ID: "watchAutoscalingV1NamespacedHorizontalPodAutoscaler", } ) @@ -56157,7 +56157,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerReques type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -56212,7 +56212,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler", + OperationName: WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "watchAutoscalingV1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -56319,7 +56319,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56350,7 +56350,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", + Name: WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, ID: "watchAutoscalingV1NamespacedHorizontalPodAutoscalerList", } ) @@ -56358,7 +56358,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -56413,7 +56413,7 @@ func (s *Server) handleWatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList", + OperationName: WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation, OperationSummary: "", OperationID: "watchAutoscalingV1NamespacedHorizontalPodAutoscalerList", Body: nil, @@ -56516,7 +56516,7 @@ func (s *Server) handleWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllN } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56547,7 +56547,7 @@ func (s *Server) handleWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllN } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", + Name: WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, ID: "watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", } ) @@ -56555,7 +56555,7 @@ func (s *Server) handleWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllN type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -56610,7 +56610,7 @@ func (s *Server) handleWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllN if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", + OperationName: WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces", Body: nil, @@ -56709,7 +56709,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56740,7 +56740,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerR } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + Name: WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, ID: "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", } ) @@ -56748,7 +56748,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerR type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -56803,7 +56803,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", + OperationName: WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler", Body: nil, @@ -56910,7 +56910,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerL } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56941,7 +56941,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerL } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", + Name: WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, ID: "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", } ) @@ -56949,7 +56949,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerL type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57004,7 +57004,7 @@ func (s *Server) handleWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerL if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", + OperationName: WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList", Body: nil, @@ -57107,7 +57107,7 @@ func (s *Server) handleWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllN } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57138,7 +57138,7 @@ func (s *Server) handleWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllN } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", + Name: WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, ID: "watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", } ) @@ -57146,7 +57146,7 @@ func (s *Server) handleWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllN type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57201,7 +57201,7 @@ func (s *Server) handleWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllN if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", + OperationName: WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces", Body: nil, @@ -57300,7 +57300,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerR } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57331,7 +57331,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerR } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + Name: WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, ID: "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", } ) @@ -57339,7 +57339,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerR type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57394,7 +57394,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerR if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", + OperationName: WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler", Body: nil, @@ -57501,7 +57501,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerL } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57532,7 +57532,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerL } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", + Name: WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, ID: "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", } ) @@ -57540,7 +57540,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerL type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57595,7 +57595,7 @@ func (s *Server) handleWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerL if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", + OperationName: WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation, OperationSummary: "", OperationID: "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList", Body: nil, @@ -57698,7 +57698,7 @@ func (s *Server) handleWatchBatchV1CronJobListForAllNamespacesRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1CronJobListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1CronJobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57729,7 +57729,7 @@ func (s *Server) handleWatchBatchV1CronJobListForAllNamespacesRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1CronJobListForAllNamespaces", + Name: WatchBatchV1CronJobListForAllNamespacesOperation, ID: "watchBatchV1CronJobListForAllNamespaces", } ) @@ -57737,7 +57737,7 @@ func (s *Server) handleWatchBatchV1CronJobListForAllNamespacesRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1CronJobListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1CronJobListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57792,7 +57792,7 @@ func (s *Server) handleWatchBatchV1CronJobListForAllNamespacesRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1CronJobListForAllNamespaces", + OperationName: WatchBatchV1CronJobListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchBatchV1CronJobListForAllNamespaces", Body: nil, @@ -57891,7 +57891,7 @@ func (s *Server) handleWatchBatchV1JobListForAllNamespacesRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1JobListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1JobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57922,7 +57922,7 @@ func (s *Server) handleWatchBatchV1JobListForAllNamespacesRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1JobListForAllNamespaces", + Name: WatchBatchV1JobListForAllNamespacesOperation, ID: "watchBatchV1JobListForAllNamespaces", } ) @@ -57930,7 +57930,7 @@ func (s *Server) handleWatchBatchV1JobListForAllNamespacesRequest(args [0]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1JobListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1JobListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -57985,7 +57985,7 @@ func (s *Server) handleWatchBatchV1JobListForAllNamespacesRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1JobListForAllNamespaces", + OperationName: WatchBatchV1JobListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchBatchV1JobListForAllNamespaces", Body: nil, @@ -58084,7 +58084,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobRequest(args [2]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58115,7 +58115,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobRequest(args [2]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1NamespacedCronJob", + Name: WatchBatchV1NamespacedCronJobOperation, ID: "watchBatchV1NamespacedCronJob", } ) @@ -58123,7 +58123,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobRequest(args [2]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -58178,7 +58178,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobRequest(args [2]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1NamespacedCronJob", + OperationName: WatchBatchV1NamespacedCronJobOperation, OperationSummary: "", OperationID: "watchBatchV1NamespacedCronJob", Body: nil, @@ -58285,7 +58285,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobListRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1NamespacedCronJobList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1NamespacedCronJobListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58316,7 +58316,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobListRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1NamespacedCronJobList", + Name: WatchBatchV1NamespacedCronJobListOperation, ID: "watchBatchV1NamespacedCronJobList", } ) @@ -58324,7 +58324,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobListRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1NamespacedCronJobList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1NamespacedCronJobListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -58379,7 +58379,7 @@ func (s *Server) handleWatchBatchV1NamespacedCronJobListRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1NamespacedCronJobList", + OperationName: WatchBatchV1NamespacedCronJobListOperation, OperationSummary: "", OperationID: "watchBatchV1NamespacedCronJobList", Body: nil, @@ -58482,7 +58482,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobRequest(args [2]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1NamespacedJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1NamespacedJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58513,7 +58513,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobRequest(args [2]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1NamespacedJob", + Name: WatchBatchV1NamespacedJobOperation, ID: "watchBatchV1NamespacedJob", } ) @@ -58521,7 +58521,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobRequest(args [2]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1NamespacedJob", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1NamespacedJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -58576,7 +58576,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobRequest(args [2]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1NamespacedJob", + OperationName: WatchBatchV1NamespacedJobOperation, OperationSummary: "", OperationID: "watchBatchV1NamespacedJob", Body: nil, @@ -58683,7 +58683,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobListRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1NamespacedJobList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1NamespacedJobListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58714,7 +58714,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobListRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1NamespacedJobList", + Name: WatchBatchV1NamespacedJobListOperation, ID: "watchBatchV1NamespacedJobList", } ) @@ -58722,7 +58722,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobListRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1NamespacedJobList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1NamespacedJobListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -58777,7 +58777,7 @@ func (s *Server) handleWatchBatchV1NamespacedJobListRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1NamespacedJobList", + OperationName: WatchBatchV1NamespacedJobListOperation, OperationSummary: "", OperationID: "watchBatchV1NamespacedJobList", Body: nil, @@ -58880,7 +58880,7 @@ func (s *Server) handleWatchBatchV1beta1CronJobListForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1beta1CronJobListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1beta1CronJobListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58911,7 +58911,7 @@ func (s *Server) handleWatchBatchV1beta1CronJobListForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1beta1CronJobListForAllNamespaces", + Name: WatchBatchV1beta1CronJobListForAllNamespacesOperation, ID: "watchBatchV1beta1CronJobListForAllNamespaces", } ) @@ -58919,7 +58919,7 @@ func (s *Server) handleWatchBatchV1beta1CronJobListForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1beta1CronJobListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1beta1CronJobListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -58974,7 +58974,7 @@ func (s *Server) handleWatchBatchV1beta1CronJobListForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1beta1CronJobListForAllNamespaces", + OperationName: WatchBatchV1beta1CronJobListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchBatchV1beta1CronJobListForAllNamespaces", Body: nil, @@ -59073,7 +59073,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1beta1NamespacedCronJob", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1beta1NamespacedCronJobOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59104,7 +59104,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1beta1NamespacedCronJob", + Name: WatchBatchV1beta1NamespacedCronJobOperation, ID: "watchBatchV1beta1NamespacedCronJob", } ) @@ -59112,7 +59112,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1beta1NamespacedCronJob", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1beta1NamespacedCronJobOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -59167,7 +59167,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1beta1NamespacedCronJob", + OperationName: WatchBatchV1beta1NamespacedCronJobOperation, OperationSummary: "", OperationID: "watchBatchV1beta1NamespacedCronJob", Body: nil, @@ -59274,7 +59274,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobListRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchBatchV1beta1NamespacedCronJobList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchBatchV1beta1NamespacedCronJobListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59305,7 +59305,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobListRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchBatchV1beta1NamespacedCronJobList", + Name: WatchBatchV1beta1NamespacedCronJobListOperation, ID: "watchBatchV1beta1NamespacedCronJobList", } ) @@ -59313,7 +59313,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobListRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchBatchV1beta1NamespacedCronJobList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchBatchV1beta1NamespacedCronJobListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -59368,7 +59368,7 @@ func (s *Server) handleWatchBatchV1beta1NamespacedCronJobListRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchBatchV1beta1NamespacedCronJobList", + OperationName: WatchBatchV1beta1NamespacedCronJobListOperation, OperationSummary: "", OperationID: "watchBatchV1beta1NamespacedCronJobList", Body: nil, @@ -59472,7 +59472,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCertificatesV1CertificateSigningRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCertificatesV1CertificateSigningRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59503,7 +59503,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCertificatesV1CertificateSigningRequest", + Name: WatchCertificatesV1CertificateSigningRequestOperation, ID: "watchCertificatesV1CertificateSigningRequest", } ) @@ -59511,7 +59511,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCertificatesV1CertificateSigningRequest", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCertificatesV1CertificateSigningRequestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -59566,7 +59566,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCertificatesV1CertificateSigningRequest", + OperationName: WatchCertificatesV1CertificateSigningRequestOperation, OperationSummary: "", OperationID: "watchCertificatesV1CertificateSigningRequest", Body: nil, @@ -59669,7 +59669,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestListRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCertificatesV1CertificateSigningRequestList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCertificatesV1CertificateSigningRequestListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59700,7 +59700,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestListRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCertificatesV1CertificateSigningRequestList", + Name: WatchCertificatesV1CertificateSigningRequestListOperation, ID: "watchCertificatesV1CertificateSigningRequestList", } ) @@ -59708,7 +59708,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestListRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCertificatesV1CertificateSigningRequestList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCertificatesV1CertificateSigningRequestListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -59763,7 +59763,7 @@ func (s *Server) handleWatchCertificatesV1CertificateSigningRequestListRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCertificatesV1CertificateSigningRequestList", + OperationName: WatchCertificatesV1CertificateSigningRequestListOperation, OperationSummary: "", OperationID: "watchCertificatesV1CertificateSigningRequestList", Body: nil, @@ -59862,7 +59862,7 @@ func (s *Server) handleWatchCoordinationV1LeaseListForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoordinationV1LeaseListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoordinationV1LeaseListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59893,7 +59893,7 @@ func (s *Server) handleWatchCoordinationV1LeaseListForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoordinationV1LeaseListForAllNamespaces", + Name: WatchCoordinationV1LeaseListForAllNamespacesOperation, ID: "watchCoordinationV1LeaseListForAllNamespaces", } ) @@ -59901,7 +59901,7 @@ func (s *Server) handleWatchCoordinationV1LeaseListForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoordinationV1LeaseListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoordinationV1LeaseListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -59956,7 +59956,7 @@ func (s *Server) handleWatchCoordinationV1LeaseListForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoordinationV1LeaseListForAllNamespaces", + OperationName: WatchCoordinationV1LeaseListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoordinationV1LeaseListForAllNamespaces", Body: nil, @@ -60055,7 +60055,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoordinationV1NamespacedLease", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoordinationV1NamespacedLeaseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60086,7 +60086,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoordinationV1NamespacedLease", + Name: WatchCoordinationV1NamespacedLeaseOperation, ID: "watchCoordinationV1NamespacedLease", } ) @@ -60094,7 +60094,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoordinationV1NamespacedLease", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoordinationV1NamespacedLeaseOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -60149,7 +60149,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoordinationV1NamespacedLease", + OperationName: WatchCoordinationV1NamespacedLeaseOperation, OperationSummary: "", OperationID: "watchCoordinationV1NamespacedLease", Body: nil, @@ -60256,7 +60256,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseListRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoordinationV1NamespacedLeaseList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoordinationV1NamespacedLeaseListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60287,7 +60287,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseListRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoordinationV1NamespacedLeaseList", + Name: WatchCoordinationV1NamespacedLeaseListOperation, ID: "watchCoordinationV1NamespacedLeaseList", } ) @@ -60295,7 +60295,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseListRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoordinationV1NamespacedLeaseList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoordinationV1NamespacedLeaseListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -60350,7 +60350,7 @@ func (s *Server) handleWatchCoordinationV1NamespacedLeaseListRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoordinationV1NamespacedLeaseList", + OperationName: WatchCoordinationV1NamespacedLeaseListOperation, OperationSummary: "", OperationID: "watchCoordinationV1NamespacedLeaseList", Body: nil, @@ -60453,7 +60453,7 @@ func (s *Server) handleWatchCoreV1ConfigMapListForAllNamespacesRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1ConfigMapListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1ConfigMapListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60484,7 +60484,7 @@ func (s *Server) handleWatchCoreV1ConfigMapListForAllNamespacesRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1ConfigMapListForAllNamespaces", + Name: WatchCoreV1ConfigMapListForAllNamespacesOperation, ID: "watchCoreV1ConfigMapListForAllNamespaces", } ) @@ -60492,7 +60492,7 @@ func (s *Server) handleWatchCoreV1ConfigMapListForAllNamespacesRequest(args [0]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1ConfigMapListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1ConfigMapListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -60547,7 +60547,7 @@ func (s *Server) handleWatchCoreV1ConfigMapListForAllNamespacesRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1ConfigMapListForAllNamespaces", + OperationName: WatchCoreV1ConfigMapListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1ConfigMapListForAllNamespaces", Body: nil, @@ -60646,7 +60646,7 @@ func (s *Server) handleWatchCoreV1EndpointsListForAllNamespacesRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1EndpointsListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1EndpointsListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60677,7 +60677,7 @@ func (s *Server) handleWatchCoreV1EndpointsListForAllNamespacesRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1EndpointsListForAllNamespaces", + Name: WatchCoreV1EndpointsListForAllNamespacesOperation, ID: "watchCoreV1EndpointsListForAllNamespaces", } ) @@ -60685,7 +60685,7 @@ func (s *Server) handleWatchCoreV1EndpointsListForAllNamespacesRequest(args [0]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1EndpointsListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1EndpointsListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -60740,7 +60740,7 @@ func (s *Server) handleWatchCoreV1EndpointsListForAllNamespacesRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1EndpointsListForAllNamespaces", + OperationName: WatchCoreV1EndpointsListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1EndpointsListForAllNamespaces", Body: nil, @@ -60839,7 +60839,7 @@ func (s *Server) handleWatchCoreV1EventListForAllNamespacesRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1EventListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60870,7 +60870,7 @@ func (s *Server) handleWatchCoreV1EventListForAllNamespacesRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1EventListForAllNamespaces", + Name: WatchCoreV1EventListForAllNamespacesOperation, ID: "watchCoreV1EventListForAllNamespaces", } ) @@ -60878,7 +60878,7 @@ func (s *Server) handleWatchCoreV1EventListForAllNamespacesRequest(args [0]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1EventListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1EventListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -60933,7 +60933,7 @@ func (s *Server) handleWatchCoreV1EventListForAllNamespacesRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1EventListForAllNamespaces", + OperationName: WatchCoreV1EventListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1EventListForAllNamespaces", Body: nil, @@ -61032,7 +61032,7 @@ func (s *Server) handleWatchCoreV1LimitRangeListForAllNamespacesRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1LimitRangeListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1LimitRangeListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61063,7 +61063,7 @@ func (s *Server) handleWatchCoreV1LimitRangeListForAllNamespacesRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1LimitRangeListForAllNamespaces", + Name: WatchCoreV1LimitRangeListForAllNamespacesOperation, ID: "watchCoreV1LimitRangeListForAllNamespaces", } ) @@ -61071,7 +61071,7 @@ func (s *Server) handleWatchCoreV1LimitRangeListForAllNamespacesRequest(args [0] type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1LimitRangeListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1LimitRangeListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -61126,7 +61126,7 @@ func (s *Server) handleWatchCoreV1LimitRangeListForAllNamespacesRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1LimitRangeListForAllNamespaces", + OperationName: WatchCoreV1LimitRangeListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1LimitRangeListForAllNamespaces", Body: nil, @@ -61225,7 +61225,7 @@ func (s *Server) handleWatchCoreV1NamespaceRequest(args [1]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1Namespace", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespaceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61256,7 +61256,7 @@ func (s *Server) handleWatchCoreV1NamespaceRequest(args [1]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1Namespace", + Name: WatchCoreV1NamespaceOperation, ID: "watchCoreV1Namespace", } ) @@ -61264,7 +61264,7 @@ func (s *Server) handleWatchCoreV1NamespaceRequest(args [1]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1Namespace", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespaceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -61319,7 +61319,7 @@ func (s *Server) handleWatchCoreV1NamespaceRequest(args [1]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1Namespace", + OperationName: WatchCoreV1NamespaceOperation, OperationSummary: "", OperationID: "watchCoreV1Namespace", Body: nil, @@ -61422,7 +61422,7 @@ func (s *Server) handleWatchCoreV1NamespaceListRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespaceList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespaceListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61453,7 +61453,7 @@ func (s *Server) handleWatchCoreV1NamespaceListRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespaceList", + Name: WatchCoreV1NamespaceListOperation, ID: "watchCoreV1NamespaceList", } ) @@ -61461,7 +61461,7 @@ func (s *Server) handleWatchCoreV1NamespaceListRequest(args [0]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespaceList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespaceListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -61516,7 +61516,7 @@ func (s *Server) handleWatchCoreV1NamespaceListRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespaceList", + OperationName: WatchCoreV1NamespaceListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespaceList", Body: nil, @@ -61615,7 +61615,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedConfigMap", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedConfigMapOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61646,7 +61646,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedConfigMap", + Name: WatchCoreV1NamespacedConfigMapOperation, ID: "watchCoreV1NamespacedConfigMap", } ) @@ -61654,7 +61654,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedConfigMap", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedConfigMapOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -61709,7 +61709,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedConfigMap", + OperationName: WatchCoreV1NamespacedConfigMapOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedConfigMap", Body: nil, @@ -61816,7 +61816,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapListRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedConfigMapList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedConfigMapListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61847,7 +61847,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapListRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedConfigMapList", + Name: WatchCoreV1NamespacedConfigMapListOperation, ID: "watchCoreV1NamespacedConfigMapList", } ) @@ -61855,7 +61855,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapListRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedConfigMapList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedConfigMapListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -61910,7 +61910,7 @@ func (s *Server) handleWatchCoreV1NamespacedConfigMapListRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedConfigMapList", + OperationName: WatchCoreV1NamespacedConfigMapListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedConfigMapList", Body: nil, @@ -62013,7 +62013,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsRequest(args [2]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedEndpoints", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedEndpointsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62044,7 +62044,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsRequest(args [2]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedEndpoints", + Name: WatchCoreV1NamespacedEndpointsOperation, ID: "watchCoreV1NamespacedEndpoints", } ) @@ -62052,7 +62052,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsRequest(args [2]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedEndpoints", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedEndpointsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -62107,7 +62107,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsRequest(args [2]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedEndpoints", + OperationName: WatchCoreV1NamespacedEndpointsOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedEndpoints", Body: nil, @@ -62214,7 +62214,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsListRequest(args [1]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedEndpointsList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedEndpointsListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62245,7 +62245,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsListRequest(args [1]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedEndpointsList", + Name: WatchCoreV1NamespacedEndpointsListOperation, ID: "watchCoreV1NamespacedEndpointsList", } ) @@ -62253,7 +62253,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsListRequest(args [1]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedEndpointsList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedEndpointsListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -62308,7 +62308,7 @@ func (s *Server) handleWatchCoreV1NamespacedEndpointsListRequest(args [1]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedEndpointsList", + OperationName: WatchCoreV1NamespacedEndpointsListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedEndpointsList", Body: nil, @@ -62411,7 +62411,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventRequest(args [2]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62442,7 +62442,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventRequest(args [2]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedEvent", + Name: WatchCoreV1NamespacedEventOperation, ID: "watchCoreV1NamespacedEvent", } ) @@ -62450,7 +62450,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventRequest(args [2]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -62505,7 +62505,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventRequest(args [2]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedEvent", + OperationName: WatchCoreV1NamespacedEventOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedEvent", Body: nil, @@ -62612,7 +62612,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventListRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedEventList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62643,7 +62643,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventListRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedEventList", + Name: WatchCoreV1NamespacedEventListOperation, ID: "watchCoreV1NamespacedEventList", } ) @@ -62651,7 +62651,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventListRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedEventList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedEventListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -62706,7 +62706,7 @@ func (s *Server) handleWatchCoreV1NamespacedEventListRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedEventList", + OperationName: WatchCoreV1NamespacedEventListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedEventList", Body: nil, @@ -62809,7 +62809,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeRequest(args [2]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedLimitRange", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedLimitRangeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62840,7 +62840,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeRequest(args [2]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedLimitRange", + Name: WatchCoreV1NamespacedLimitRangeOperation, ID: "watchCoreV1NamespacedLimitRange", } ) @@ -62848,7 +62848,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeRequest(args [2]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedLimitRange", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedLimitRangeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -62903,7 +62903,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeRequest(args [2]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedLimitRange", + OperationName: WatchCoreV1NamespacedLimitRangeOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedLimitRange", Body: nil, @@ -63010,7 +63010,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeListRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedLimitRangeList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedLimitRangeListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63041,7 +63041,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeListRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedLimitRangeList", + Name: WatchCoreV1NamespacedLimitRangeListOperation, ID: "watchCoreV1NamespacedLimitRangeList", } ) @@ -63049,7 +63049,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeListRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedLimitRangeList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedLimitRangeListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -63104,7 +63104,7 @@ func (s *Server) handleWatchCoreV1NamespacedLimitRangeListRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedLimitRangeList", + OperationName: WatchCoreV1NamespacedLimitRangeListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedLimitRangeList", Body: nil, @@ -63207,7 +63207,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPersistentVolumeClaim", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPersistentVolumeClaimOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63238,7 +63238,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPersistentVolumeClaim", + Name: WatchCoreV1NamespacedPersistentVolumeClaimOperation, ID: "watchCoreV1NamespacedPersistentVolumeClaim", } ) @@ -63246,7 +63246,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimRequest(args [2 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPersistentVolumeClaim", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPersistentVolumeClaimOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -63301,7 +63301,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPersistentVolumeClaim", + OperationName: WatchCoreV1NamespacedPersistentVolumeClaimOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPersistentVolumeClaim", Body: nil, @@ -63408,7 +63408,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPersistentVolumeClaimList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPersistentVolumeClaimListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63439,7 +63439,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPersistentVolumeClaimList", + Name: WatchCoreV1NamespacedPersistentVolumeClaimListOperation, ID: "watchCoreV1NamespacedPersistentVolumeClaimList", } ) @@ -63447,7 +63447,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPersistentVolumeClaimList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPersistentVolumeClaimListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -63502,7 +63502,7 @@ func (s *Server) handleWatchCoreV1NamespacedPersistentVolumeClaimListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPersistentVolumeClaimList", + OperationName: WatchCoreV1NamespacedPersistentVolumeClaimListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPersistentVolumeClaimList", Body: nil, @@ -63605,7 +63605,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodRequest(args [2]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPod", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPodOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63636,7 +63636,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodRequest(args [2]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPod", + Name: WatchCoreV1NamespacedPodOperation, ID: "watchCoreV1NamespacedPod", } ) @@ -63644,7 +63644,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodRequest(args [2]string, argsEscap type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPod", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPodOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -63699,7 +63699,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodRequest(args [2]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPod", + OperationName: WatchCoreV1NamespacedPodOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPod", Body: nil, @@ -63806,7 +63806,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodListRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPodList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPodListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63837,7 +63837,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodListRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPodList", + Name: WatchCoreV1NamespacedPodListOperation, ID: "watchCoreV1NamespacedPodList", } ) @@ -63845,7 +63845,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodListRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPodList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPodListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -63900,7 +63900,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodListRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPodList", + OperationName: WatchCoreV1NamespacedPodListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPodList", Body: nil, @@ -64003,7 +64003,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateRequest(args [2]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPodTemplate", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPodTemplateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64034,7 +64034,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateRequest(args [2]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPodTemplate", + Name: WatchCoreV1NamespacedPodTemplateOperation, ID: "watchCoreV1NamespacedPodTemplate", } ) @@ -64042,7 +64042,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateRequest(args [2]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPodTemplate", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPodTemplateOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -64097,7 +64097,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateRequest(args [2]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPodTemplate", + OperationName: WatchCoreV1NamespacedPodTemplateOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPodTemplate", Body: nil, @@ -64204,7 +64204,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateListRequest(args [1]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedPodTemplateList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedPodTemplateListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64235,7 +64235,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateListRequest(args [1]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedPodTemplateList", + Name: WatchCoreV1NamespacedPodTemplateListOperation, ID: "watchCoreV1NamespacedPodTemplateList", } ) @@ -64243,7 +64243,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateListRequest(args [1]strin type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedPodTemplateList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedPodTemplateListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -64298,7 +64298,7 @@ func (s *Server) handleWatchCoreV1NamespacedPodTemplateListRequest(args [1]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedPodTemplateList", + OperationName: WatchCoreV1NamespacedPodTemplateListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedPodTemplateList", Body: nil, @@ -64401,7 +64401,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedReplicationController", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedReplicationControllerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64432,7 +64432,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedReplicationController", + Name: WatchCoreV1NamespacedReplicationControllerOperation, ID: "watchCoreV1NamespacedReplicationController", } ) @@ -64440,7 +64440,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerRequest(args [2 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedReplicationController", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedReplicationControllerOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -64495,7 +64495,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedReplicationController", + OperationName: WatchCoreV1NamespacedReplicationControllerOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedReplicationController", Body: nil, @@ -64602,7 +64602,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedReplicationControllerList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedReplicationControllerListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64633,7 +64633,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedReplicationControllerList", + Name: WatchCoreV1NamespacedReplicationControllerListOperation, ID: "watchCoreV1NamespacedReplicationControllerList", } ) @@ -64641,7 +64641,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedReplicationControllerList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedReplicationControllerListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -64696,7 +64696,7 @@ func (s *Server) handleWatchCoreV1NamespacedReplicationControllerListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedReplicationControllerList", + OperationName: WatchCoreV1NamespacedReplicationControllerListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedReplicationControllerList", Body: nil, @@ -64799,7 +64799,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedResourceQuota", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedResourceQuotaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64830,7 +64830,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedResourceQuota", + Name: WatchCoreV1NamespacedResourceQuotaOperation, ID: "watchCoreV1NamespacedResourceQuota", } ) @@ -64838,7 +64838,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedResourceQuota", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedResourceQuotaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -64893,7 +64893,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedResourceQuota", + OperationName: WatchCoreV1NamespacedResourceQuotaOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedResourceQuota", Body: nil, @@ -65000,7 +65000,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaListRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedResourceQuotaList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedResourceQuotaListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65031,7 +65031,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaListRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedResourceQuotaList", + Name: WatchCoreV1NamespacedResourceQuotaListOperation, ID: "watchCoreV1NamespacedResourceQuotaList", } ) @@ -65039,7 +65039,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaListRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedResourceQuotaList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedResourceQuotaListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -65094,7 +65094,7 @@ func (s *Server) handleWatchCoreV1NamespacedResourceQuotaListRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedResourceQuotaList", + OperationName: WatchCoreV1NamespacedResourceQuotaListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedResourceQuotaList", Body: nil, @@ -65197,7 +65197,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretRequest(args [2]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedSecret", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedSecretOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65228,7 +65228,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretRequest(args [2]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedSecret", + Name: WatchCoreV1NamespacedSecretOperation, ID: "watchCoreV1NamespacedSecret", } ) @@ -65236,7 +65236,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretRequest(args [2]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedSecret", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedSecretOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -65291,7 +65291,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretRequest(args [2]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedSecret", + OperationName: WatchCoreV1NamespacedSecretOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedSecret", Body: nil, @@ -65398,7 +65398,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretListRequest(args [1]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedSecretList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedSecretListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65429,7 +65429,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretListRequest(args [1]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedSecretList", + Name: WatchCoreV1NamespacedSecretListOperation, ID: "watchCoreV1NamespacedSecretList", } ) @@ -65437,7 +65437,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretListRequest(args [1]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedSecretList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedSecretListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -65492,7 +65492,7 @@ func (s *Server) handleWatchCoreV1NamespacedSecretListRequest(args [1]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedSecretList", + OperationName: WatchCoreV1NamespacedSecretListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedSecretList", Body: nil, @@ -65595,7 +65595,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceRequest(args [2]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedService", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedServiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65626,7 +65626,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceRequest(args [2]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedService", + Name: WatchCoreV1NamespacedServiceOperation, ID: "watchCoreV1NamespacedService", } ) @@ -65634,7 +65634,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceRequest(args [2]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedService", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedServiceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -65689,7 +65689,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceRequest(args [2]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedService", + OperationName: WatchCoreV1NamespacedServiceOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedService", Body: nil, @@ -65796,7 +65796,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountRequest(args [2]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedServiceAccount", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedServiceAccountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65827,7 +65827,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountRequest(args [2]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedServiceAccount", + Name: WatchCoreV1NamespacedServiceAccountOperation, ID: "watchCoreV1NamespacedServiceAccount", } ) @@ -65835,7 +65835,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountRequest(args [2]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceAccount", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedServiceAccountOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -65890,7 +65890,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountRequest(args [2]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedServiceAccount", + OperationName: WatchCoreV1NamespacedServiceAccountOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedServiceAccount", Body: nil, @@ -65997,7 +65997,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountListRequest(args [1]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedServiceAccountList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedServiceAccountListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66028,7 +66028,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountListRequest(args [1]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedServiceAccountList", + Name: WatchCoreV1NamespacedServiceAccountListOperation, ID: "watchCoreV1NamespacedServiceAccountList", } ) @@ -66036,7 +66036,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountListRequest(args [1]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceAccountList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedServiceAccountListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -66091,7 +66091,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceAccountListRequest(args [1]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedServiceAccountList", + OperationName: WatchCoreV1NamespacedServiceAccountListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedServiceAccountList", Body: nil, @@ -66194,7 +66194,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceListRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NamespacedServiceList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NamespacedServiceListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66225,7 +66225,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceListRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NamespacedServiceList", + Name: WatchCoreV1NamespacedServiceListOperation, ID: "watchCoreV1NamespacedServiceList", } ) @@ -66233,7 +66233,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceListRequest(args [1]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NamespacedServiceList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NamespacedServiceListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -66288,7 +66288,7 @@ func (s *Server) handleWatchCoreV1NamespacedServiceListRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NamespacedServiceList", + OperationName: WatchCoreV1NamespacedServiceListOperation, OperationSummary: "", OperationID: "watchCoreV1NamespacedServiceList", Body: nil, @@ -66391,7 +66391,7 @@ func (s *Server) handleWatchCoreV1NodeRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1Node", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66422,7 +66422,7 @@ func (s *Server) handleWatchCoreV1NodeRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1Node", + Name: WatchCoreV1NodeOperation, ID: "watchCoreV1Node", } ) @@ -66430,7 +66430,7 @@ func (s *Server) handleWatchCoreV1NodeRequest(args [1]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1Node", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -66485,7 +66485,7 @@ func (s *Server) handleWatchCoreV1NodeRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1Node", + OperationName: WatchCoreV1NodeOperation, OperationSummary: "", OperationID: "watchCoreV1Node", Body: nil, @@ -66588,7 +66588,7 @@ func (s *Server) handleWatchCoreV1NodeListRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1NodeList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1NodeListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66619,7 +66619,7 @@ func (s *Server) handleWatchCoreV1NodeListRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1NodeList", + Name: WatchCoreV1NodeListOperation, ID: "watchCoreV1NodeList", } ) @@ -66627,7 +66627,7 @@ func (s *Server) handleWatchCoreV1NodeListRequest(args [0]string, argsEscaped bo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1NodeList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1NodeListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -66682,7 +66682,7 @@ func (s *Server) handleWatchCoreV1NodeListRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1NodeList", + OperationName: WatchCoreV1NodeListOperation, OperationSummary: "", OperationID: "watchCoreV1NodeList", Body: nil, @@ -66781,7 +66781,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeRequest(args [1]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1PersistentVolume", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1PersistentVolumeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66812,7 +66812,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeRequest(args [1]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1PersistentVolume", + Name: WatchCoreV1PersistentVolumeOperation, ID: "watchCoreV1PersistentVolume", } ) @@ -66820,7 +66820,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeRequest(args [1]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1PersistentVolume", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1PersistentVolumeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -66875,7 +66875,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeRequest(args [1]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1PersistentVolume", + OperationName: WatchCoreV1PersistentVolumeOperation, OperationSummary: "", OperationID: "watchCoreV1PersistentVolume", Body: nil, @@ -66978,7 +66978,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeClaimListForAllNamespacesReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67009,7 +67009,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeClaimListForAllNamespacesReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", + Name: WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, ID: "watchCoreV1PersistentVolumeClaimListForAllNamespaces", } ) @@ -67017,7 +67017,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeClaimListForAllNamespacesReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -67072,7 +67072,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeClaimListForAllNamespacesReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1PersistentVolumeClaimListForAllNamespaces", + OperationName: WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1PersistentVolumeClaimListForAllNamespaces", Body: nil, @@ -67171,7 +67171,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeListRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1PersistentVolumeList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1PersistentVolumeListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67202,7 +67202,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeListRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1PersistentVolumeList", + Name: WatchCoreV1PersistentVolumeListOperation, ID: "watchCoreV1PersistentVolumeList", } ) @@ -67210,7 +67210,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeListRequest(args [0]string, ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1PersistentVolumeList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1PersistentVolumeListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -67265,7 +67265,7 @@ func (s *Server) handleWatchCoreV1PersistentVolumeListRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1PersistentVolumeList", + OperationName: WatchCoreV1PersistentVolumeListOperation, OperationSummary: "", OperationID: "watchCoreV1PersistentVolumeList", Body: nil, @@ -67364,7 +67364,7 @@ func (s *Server) handleWatchCoreV1PodListForAllNamespacesRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1PodListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1PodListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67395,7 +67395,7 @@ func (s *Server) handleWatchCoreV1PodListForAllNamespacesRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1PodListForAllNamespaces", + Name: WatchCoreV1PodListForAllNamespacesOperation, ID: "watchCoreV1PodListForAllNamespaces", } ) @@ -67403,7 +67403,7 @@ func (s *Server) handleWatchCoreV1PodListForAllNamespacesRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1PodListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1PodListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -67458,7 +67458,7 @@ func (s *Server) handleWatchCoreV1PodListForAllNamespacesRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1PodListForAllNamespaces", + OperationName: WatchCoreV1PodListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1PodListForAllNamespaces", Body: nil, @@ -67557,7 +67557,7 @@ func (s *Server) handleWatchCoreV1PodTemplateListForAllNamespacesRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1PodTemplateListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1PodTemplateListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67588,7 +67588,7 @@ func (s *Server) handleWatchCoreV1PodTemplateListForAllNamespacesRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1PodTemplateListForAllNamespaces", + Name: WatchCoreV1PodTemplateListForAllNamespacesOperation, ID: "watchCoreV1PodTemplateListForAllNamespaces", } ) @@ -67596,7 +67596,7 @@ func (s *Server) handleWatchCoreV1PodTemplateListForAllNamespacesRequest(args [0 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1PodTemplateListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1PodTemplateListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -67651,7 +67651,7 @@ func (s *Server) handleWatchCoreV1PodTemplateListForAllNamespacesRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1PodTemplateListForAllNamespaces", + OperationName: WatchCoreV1PodTemplateListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1PodTemplateListForAllNamespaces", Body: nil, @@ -67750,7 +67750,7 @@ func (s *Server) handleWatchCoreV1ReplicationControllerListForAllNamespacesReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1ReplicationControllerListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1ReplicationControllerListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67781,7 +67781,7 @@ func (s *Server) handleWatchCoreV1ReplicationControllerListForAllNamespacesReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1ReplicationControllerListForAllNamespaces", + Name: WatchCoreV1ReplicationControllerListForAllNamespacesOperation, ID: "watchCoreV1ReplicationControllerListForAllNamespaces", } ) @@ -67789,7 +67789,7 @@ func (s *Server) handleWatchCoreV1ReplicationControllerListForAllNamespacesReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1ReplicationControllerListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1ReplicationControllerListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -67844,7 +67844,7 @@ func (s *Server) handleWatchCoreV1ReplicationControllerListForAllNamespacesReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1ReplicationControllerListForAllNamespaces", + OperationName: WatchCoreV1ReplicationControllerListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1ReplicationControllerListForAllNamespaces", Body: nil, @@ -67943,7 +67943,7 @@ func (s *Server) handleWatchCoreV1ResourceQuotaListForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1ResourceQuotaListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1ResourceQuotaListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67974,7 +67974,7 @@ func (s *Server) handleWatchCoreV1ResourceQuotaListForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1ResourceQuotaListForAllNamespaces", + Name: WatchCoreV1ResourceQuotaListForAllNamespacesOperation, ID: "watchCoreV1ResourceQuotaListForAllNamespaces", } ) @@ -67982,7 +67982,7 @@ func (s *Server) handleWatchCoreV1ResourceQuotaListForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1ResourceQuotaListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1ResourceQuotaListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -68037,7 +68037,7 @@ func (s *Server) handleWatchCoreV1ResourceQuotaListForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1ResourceQuotaListForAllNamespaces", + OperationName: WatchCoreV1ResourceQuotaListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1ResourceQuotaListForAllNamespaces", Body: nil, @@ -68136,7 +68136,7 @@ func (s *Server) handleWatchCoreV1SecretListForAllNamespacesRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1SecretListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1SecretListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68167,7 +68167,7 @@ func (s *Server) handleWatchCoreV1SecretListForAllNamespacesRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1SecretListForAllNamespaces", + Name: WatchCoreV1SecretListForAllNamespacesOperation, ID: "watchCoreV1SecretListForAllNamespaces", } ) @@ -68175,7 +68175,7 @@ func (s *Server) handleWatchCoreV1SecretListForAllNamespacesRequest(args [0]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1SecretListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1SecretListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -68230,7 +68230,7 @@ func (s *Server) handleWatchCoreV1SecretListForAllNamespacesRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1SecretListForAllNamespaces", + OperationName: WatchCoreV1SecretListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1SecretListForAllNamespaces", Body: nil, @@ -68329,7 +68329,7 @@ func (s *Server) handleWatchCoreV1ServiceAccountListForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1ServiceAccountListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1ServiceAccountListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68360,7 +68360,7 @@ func (s *Server) handleWatchCoreV1ServiceAccountListForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1ServiceAccountListForAllNamespaces", + Name: WatchCoreV1ServiceAccountListForAllNamespacesOperation, ID: "watchCoreV1ServiceAccountListForAllNamespaces", } ) @@ -68368,7 +68368,7 @@ func (s *Server) handleWatchCoreV1ServiceAccountListForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1ServiceAccountListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1ServiceAccountListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -68423,7 +68423,7 @@ func (s *Server) handleWatchCoreV1ServiceAccountListForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1ServiceAccountListForAllNamespaces", + OperationName: WatchCoreV1ServiceAccountListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1ServiceAccountListForAllNamespaces", Body: nil, @@ -68522,7 +68522,7 @@ func (s *Server) handleWatchCoreV1ServiceListForAllNamespacesRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchCoreV1ServiceListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchCoreV1ServiceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68553,7 +68553,7 @@ func (s *Server) handleWatchCoreV1ServiceListForAllNamespacesRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchCoreV1ServiceListForAllNamespaces", + Name: WatchCoreV1ServiceListForAllNamespacesOperation, ID: "watchCoreV1ServiceListForAllNamespaces", } ) @@ -68561,7 +68561,7 @@ func (s *Server) handleWatchCoreV1ServiceListForAllNamespacesRequest(args [0]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchCoreV1ServiceListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchCoreV1ServiceListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -68616,7 +68616,7 @@ func (s *Server) handleWatchCoreV1ServiceListForAllNamespacesRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchCoreV1ServiceListForAllNamespaces", + OperationName: WatchCoreV1ServiceListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchCoreV1ServiceListForAllNamespaces", Body: nil, @@ -68715,7 +68715,7 @@ func (s *Server) handleWatchDiscoveryV1EndpointSliceListForAllNamespacesRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1EndpointSliceListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68746,7 +68746,7 @@ func (s *Server) handleWatchDiscoveryV1EndpointSliceListForAllNamespacesRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1EndpointSliceListForAllNamespaces", + Name: WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, ID: "watchDiscoveryV1EndpointSliceListForAllNamespaces", } ) @@ -68754,7 +68754,7 @@ func (s *Server) handleWatchDiscoveryV1EndpointSliceListForAllNamespacesRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1EndpointSliceListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -68809,7 +68809,7 @@ func (s *Server) handleWatchDiscoveryV1EndpointSliceListForAllNamespacesRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1EndpointSliceListForAllNamespaces", + OperationName: WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchDiscoveryV1EndpointSliceListForAllNamespaces", Body: nil, @@ -68908,7 +68908,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceRequest(args [2]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68939,7 +68939,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceRequest(args [2]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1NamespacedEndpointSlice", + Name: WatchDiscoveryV1NamespacedEndpointSliceOperation, ID: "watchDiscoveryV1NamespacedEndpointSlice", } ) @@ -68947,7 +68947,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceRequest(args [2]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69002,7 +69002,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceRequest(args [2]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1NamespacedEndpointSlice", + OperationName: WatchDiscoveryV1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "watchDiscoveryV1NamespacedEndpointSlice", Body: nil, @@ -69109,7 +69109,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceListRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1NamespacedEndpointSliceList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1NamespacedEndpointSliceListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69140,7 +69140,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceListRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1NamespacedEndpointSliceList", + Name: WatchDiscoveryV1NamespacedEndpointSliceListOperation, ID: "watchDiscoveryV1NamespacedEndpointSliceList", } ) @@ -69148,7 +69148,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceListRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1NamespacedEndpointSliceList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1NamespacedEndpointSliceListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69203,7 +69203,7 @@ func (s *Server) handleWatchDiscoveryV1NamespacedEndpointSliceListRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1NamespacedEndpointSliceList", + OperationName: WatchDiscoveryV1NamespacedEndpointSliceListOperation, OperationSummary: "", OperationID: "watchDiscoveryV1NamespacedEndpointSliceList", Body: nil, @@ -69306,7 +69306,7 @@ func (s *Server) handleWatchDiscoveryV1beta1EndpointSliceListForAllNamespacesReq } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69337,7 +69337,7 @@ func (s *Server) handleWatchDiscoveryV1beta1EndpointSliceListForAllNamespacesReq } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", + Name: WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, ID: "watchDiscoveryV1beta1EndpointSliceListForAllNamespaces", } ) @@ -69345,7 +69345,7 @@ func (s *Server) handleWatchDiscoveryV1beta1EndpointSliceListForAllNamespacesReq type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69400,7 +69400,7 @@ func (s *Server) handleWatchDiscoveryV1beta1EndpointSliceListForAllNamespacesReq if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces", + OperationName: WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchDiscoveryV1beta1EndpointSliceListForAllNamespaces", Body: nil, @@ -69499,7 +69499,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1beta1NamespacedEndpointSlice", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69530,7 +69530,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1beta1NamespacedEndpointSlice", + Name: WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, ID: "watchDiscoveryV1beta1NamespacedEndpointSlice", } ) @@ -69538,7 +69538,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSlice", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69593,7 +69593,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1beta1NamespacedEndpointSlice", + OperationName: WatchDiscoveryV1beta1NamespacedEndpointSliceOperation, OperationSummary: "", OperationID: "watchDiscoveryV1beta1NamespacedEndpointSlice", Body: nil, @@ -69700,7 +69700,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceListRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchDiscoveryV1beta1NamespacedEndpointSliceList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69731,7 +69731,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceListRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchDiscoveryV1beta1NamespacedEndpointSliceList", + Name: WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, ID: "watchDiscoveryV1beta1NamespacedEndpointSliceList", } ) @@ -69739,7 +69739,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceListRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchDiscoveryV1beta1NamespacedEndpointSliceList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69794,7 +69794,7 @@ func (s *Server) handleWatchDiscoveryV1beta1NamespacedEndpointSliceListRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchDiscoveryV1beta1NamespacedEndpointSliceList", + OperationName: WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation, OperationSummary: "", OperationID: "watchDiscoveryV1beta1NamespacedEndpointSliceList", Body: nil, @@ -69897,7 +69897,7 @@ func (s *Server) handleWatchEventsV1EventListForAllNamespacesRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1EventListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69928,7 +69928,7 @@ func (s *Server) handleWatchEventsV1EventListForAllNamespacesRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1EventListForAllNamespaces", + Name: WatchEventsV1EventListForAllNamespacesOperation, ID: "watchEventsV1EventListForAllNamespaces", } ) @@ -69936,7 +69936,7 @@ func (s *Server) handleWatchEventsV1EventListForAllNamespacesRequest(args [0]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1EventListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1EventListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -69991,7 +69991,7 @@ func (s *Server) handleWatchEventsV1EventListForAllNamespacesRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1EventListForAllNamespaces", + OperationName: WatchEventsV1EventListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchEventsV1EventListForAllNamespaces", Body: nil, @@ -70090,7 +70090,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventRequest(args [2]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70121,7 +70121,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventRequest(args [2]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1NamespacedEvent", + Name: WatchEventsV1NamespacedEventOperation, ID: "watchEventsV1NamespacedEvent", } ) @@ -70129,7 +70129,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventRequest(args [2]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -70184,7 +70184,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventRequest(args [2]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1NamespacedEvent", + OperationName: WatchEventsV1NamespacedEventOperation, OperationSummary: "", OperationID: "watchEventsV1NamespacedEvent", Body: nil, @@ -70291,7 +70291,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventListRequest(args [1]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1NamespacedEventList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70322,7 +70322,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventListRequest(args [1]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1NamespacedEventList", + Name: WatchEventsV1NamespacedEventListOperation, ID: "watchEventsV1NamespacedEventList", } ) @@ -70330,7 +70330,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventListRequest(args [1]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1NamespacedEventList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1NamespacedEventListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -70385,7 +70385,7 @@ func (s *Server) handleWatchEventsV1NamespacedEventListRequest(args [1]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1NamespacedEventList", + OperationName: WatchEventsV1NamespacedEventListOperation, OperationSummary: "", OperationID: "watchEventsV1NamespacedEventList", Body: nil, @@ -70488,7 +70488,7 @@ func (s *Server) handleWatchEventsV1beta1EventListForAllNamespacesRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1beta1EventListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1beta1EventListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70519,7 +70519,7 @@ func (s *Server) handleWatchEventsV1beta1EventListForAllNamespacesRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1beta1EventListForAllNamespaces", + Name: WatchEventsV1beta1EventListForAllNamespacesOperation, ID: "watchEventsV1beta1EventListForAllNamespaces", } ) @@ -70527,7 +70527,7 @@ func (s *Server) handleWatchEventsV1beta1EventListForAllNamespacesRequest(args [ type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1beta1EventListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1beta1EventListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -70582,7 +70582,7 @@ func (s *Server) handleWatchEventsV1beta1EventListForAllNamespacesRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1beta1EventListForAllNamespaces", + OperationName: WatchEventsV1beta1EventListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchEventsV1beta1EventListForAllNamespaces", Body: nil, @@ -70681,7 +70681,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1beta1NamespacedEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1beta1NamespacedEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70712,7 +70712,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1beta1NamespacedEvent", + Name: WatchEventsV1beta1NamespacedEventOperation, ID: "watchEventsV1beta1NamespacedEvent", } ) @@ -70720,7 +70720,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1beta1NamespacedEvent", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1beta1NamespacedEventOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -70775,7 +70775,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1beta1NamespacedEvent", + OperationName: WatchEventsV1beta1NamespacedEventOperation, OperationSummary: "", OperationID: "watchEventsV1beta1NamespacedEvent", Body: nil, @@ -70882,7 +70882,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventListRequest(args [1]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchEventsV1beta1NamespacedEventList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchEventsV1beta1NamespacedEventListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70913,7 +70913,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventListRequest(args [1]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchEventsV1beta1NamespacedEventList", + Name: WatchEventsV1beta1NamespacedEventListOperation, ID: "watchEventsV1beta1NamespacedEventList", } ) @@ -70921,7 +70921,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventListRequest(args [1]stri type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchEventsV1beta1NamespacedEventList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchEventsV1beta1NamespacedEventListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -70976,7 +70976,7 @@ func (s *Server) handleWatchEventsV1beta1NamespacedEventListRequest(args [1]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchEventsV1beta1NamespacedEventList", + OperationName: WatchEventsV1beta1NamespacedEventListOperation, OperationSummary: "", OperationID: "watchEventsV1beta1NamespacedEventList", Body: nil, @@ -71079,7 +71079,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta1FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71110,7 +71110,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta1FlowSchema", + Name: WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, ID: "watchFlowcontrolApiserverV1beta1FlowSchema", } ) @@ -71118,7 +71118,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -71173,7 +71173,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta1FlowSchema", + OperationName: WatchFlowcontrolApiserverV1beta1FlowSchemaOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta1FlowSchema", Body: nil, @@ -71276,7 +71276,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta1FlowSchemaList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71307,7 +71307,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta1FlowSchemaList", + Name: WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, ID: "watchFlowcontrolApiserverV1beta1FlowSchemaList", } ) @@ -71315,7 +71315,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1FlowSchemaList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -71370,7 +71370,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1FlowSchemaListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta1FlowSchemaList", + OperationName: WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta1FlowSchemaList", Body: nil, @@ -71470,7 +71470,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71501,7 +71501,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + Name: WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, ID: "watchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", } ) @@ -71509,7 +71509,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -71564,7 +71564,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", + OperationName: WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta1PriorityLevelConfiguration", Body: nil, @@ -71667,7 +71667,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71698,7 +71698,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", + Name: WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, ID: "watchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", } ) @@ -71706,7 +71706,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -71761,7 +71761,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta1PriorityLevelConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", + OperationName: WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList", Body: nil, @@ -71860,7 +71860,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta2FlowSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71891,7 +71891,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta2FlowSchema", + Name: WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, ID: "watchFlowcontrolApiserverV1beta2FlowSchema", } ) @@ -71899,7 +71899,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchema", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -71954,7 +71954,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta2FlowSchema", + OperationName: WatchFlowcontrolApiserverV1beta2FlowSchemaOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta2FlowSchema", Body: nil, @@ -72057,7 +72057,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta2FlowSchemaList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72088,7 +72088,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta2FlowSchemaList", + Name: WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, ID: "watchFlowcontrolApiserverV1beta2FlowSchemaList", } ) @@ -72096,7 +72096,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2FlowSchemaList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -72151,7 +72151,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2FlowSchemaListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta2FlowSchemaList", + OperationName: WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta2FlowSchemaList", Body: nil, @@ -72251,7 +72251,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72282,7 +72282,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + Name: WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, ID: "watchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", } ) @@ -72290,7 +72290,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -72345,7 +72345,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", + OperationName: WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta2PriorityLevelConfiguration", Body: nil, @@ -72448,7 +72448,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72479,7 +72479,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", + Name: WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, ID: "watchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", } ) @@ -72487,7 +72487,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -72542,7 +72542,7 @@ func (s *Server) handleWatchFlowcontrolApiserverV1beta2PriorityLevelConfiguratio if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", + OperationName: WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation, OperationSummary: "", OperationID: "watchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList", Body: nil, @@ -72641,7 +72641,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchInternalApiserverV1alpha1StorageVersion", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchInternalApiserverV1alpha1StorageVersionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72672,7 +72672,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchInternalApiserverV1alpha1StorageVersion", + Name: WatchInternalApiserverV1alpha1StorageVersionOperation, ID: "watchInternalApiserverV1alpha1StorageVersion", } ) @@ -72680,7 +72680,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchInternalApiserverV1alpha1StorageVersion", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchInternalApiserverV1alpha1StorageVersionOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -72735,7 +72735,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchInternalApiserverV1alpha1StorageVersion", + OperationName: WatchInternalApiserverV1alpha1StorageVersionOperation, OperationSummary: "", OperationID: "watchInternalApiserverV1alpha1StorageVersion", Body: nil, @@ -72838,7 +72838,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionListRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchInternalApiserverV1alpha1StorageVersionList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchInternalApiserverV1alpha1StorageVersionListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72869,7 +72869,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionListRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchInternalApiserverV1alpha1StorageVersionList", + Name: WatchInternalApiserverV1alpha1StorageVersionListOperation, ID: "watchInternalApiserverV1alpha1StorageVersionList", } ) @@ -72877,7 +72877,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionListRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchInternalApiserverV1alpha1StorageVersionList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchInternalApiserverV1alpha1StorageVersionListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -72932,7 +72932,7 @@ func (s *Server) handleWatchInternalApiserverV1alpha1StorageVersionListRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchInternalApiserverV1alpha1StorageVersionList", + OperationName: WatchInternalApiserverV1alpha1StorageVersionListOperation, OperationSummary: "", OperationID: "watchInternalApiserverV1alpha1StorageVersionList", Body: nil, @@ -73031,7 +73031,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1IngressClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1IngressClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73062,7 +73062,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1IngressClass", + Name: WatchNetworkingV1IngressClassOperation, ID: "watchNetworkingV1IngressClass", } ) @@ -73070,7 +73070,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1IngressClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1IngressClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -73125,7 +73125,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1IngressClass", + OperationName: WatchNetworkingV1IngressClassOperation, OperationSummary: "", OperationID: "watchNetworkingV1IngressClass", Body: nil, @@ -73228,7 +73228,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassListRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1IngressClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1IngressClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73259,7 +73259,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassListRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1IngressClassList", + Name: WatchNetworkingV1IngressClassListOperation, ID: "watchNetworkingV1IngressClassList", } ) @@ -73267,7 +73267,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassListRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1IngressClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1IngressClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -73322,7 +73322,7 @@ func (s *Server) handleWatchNetworkingV1IngressClassListRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1IngressClassList", + OperationName: WatchNetworkingV1IngressClassListOperation, OperationSummary: "", OperationID: "watchNetworkingV1IngressClassList", Body: nil, @@ -73421,7 +73421,7 @@ func (s *Server) handleWatchNetworkingV1IngressListForAllNamespacesRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1IngressListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1IngressListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73452,7 +73452,7 @@ func (s *Server) handleWatchNetworkingV1IngressListForAllNamespacesRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1IngressListForAllNamespaces", + Name: WatchNetworkingV1IngressListForAllNamespacesOperation, ID: "watchNetworkingV1IngressListForAllNamespaces", } ) @@ -73460,7 +73460,7 @@ func (s *Server) handleWatchNetworkingV1IngressListForAllNamespacesRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1IngressListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1IngressListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -73515,7 +73515,7 @@ func (s *Server) handleWatchNetworkingV1IngressListForAllNamespacesRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1IngressListForAllNamespaces", + OperationName: WatchNetworkingV1IngressListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchNetworkingV1IngressListForAllNamespaces", Body: nil, @@ -73614,7 +73614,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressRequest(args [2]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1NamespacedIngress", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1NamespacedIngressOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73645,7 +73645,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressRequest(args [2]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1NamespacedIngress", + Name: WatchNetworkingV1NamespacedIngressOperation, ID: "watchNetworkingV1NamespacedIngress", } ) @@ -73653,7 +73653,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressRequest(args [2]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1NamespacedIngress", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1NamespacedIngressOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -73708,7 +73708,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressRequest(args [2]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1NamespacedIngress", + OperationName: WatchNetworkingV1NamespacedIngressOperation, OperationSummary: "", OperationID: "watchNetworkingV1NamespacedIngress", Body: nil, @@ -73815,7 +73815,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressListRequest(args [1]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1NamespacedIngressList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1NamespacedIngressListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73846,7 +73846,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressListRequest(args [1]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1NamespacedIngressList", + Name: WatchNetworkingV1NamespacedIngressListOperation, ID: "watchNetworkingV1NamespacedIngressList", } ) @@ -73854,7 +73854,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressListRequest(args [1]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1NamespacedIngressList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1NamespacedIngressListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -73909,7 +73909,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedIngressListRequest(args [1]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1NamespacedIngressList", + OperationName: WatchNetworkingV1NamespacedIngressListOperation, OperationSummary: "", OperationID: "watchNetworkingV1NamespacedIngressList", Body: nil, @@ -74012,7 +74012,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyRequest(args [2]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1NamespacedNetworkPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1NamespacedNetworkPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74043,7 +74043,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyRequest(args [2]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1NamespacedNetworkPolicy", + Name: WatchNetworkingV1NamespacedNetworkPolicyOperation, ID: "watchNetworkingV1NamespacedNetworkPolicy", } ) @@ -74051,7 +74051,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyRequest(args [2]s type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1NamespacedNetworkPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1NamespacedNetworkPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -74106,7 +74106,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyRequest(args [2]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1NamespacedNetworkPolicy", + OperationName: WatchNetworkingV1NamespacedNetworkPolicyOperation, OperationSummary: "", OperationID: "watchNetworkingV1NamespacedNetworkPolicy", Body: nil, @@ -74213,7 +74213,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyListRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1NamespacedNetworkPolicyList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1NamespacedNetworkPolicyListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74244,7 +74244,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyListRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1NamespacedNetworkPolicyList", + Name: WatchNetworkingV1NamespacedNetworkPolicyListOperation, ID: "watchNetworkingV1NamespacedNetworkPolicyList", } ) @@ -74252,7 +74252,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyListRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1NamespacedNetworkPolicyList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1NamespacedNetworkPolicyListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -74307,7 +74307,7 @@ func (s *Server) handleWatchNetworkingV1NamespacedNetworkPolicyListRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1NamespacedNetworkPolicyList", + OperationName: WatchNetworkingV1NamespacedNetworkPolicyListOperation, OperationSummary: "", OperationID: "watchNetworkingV1NamespacedNetworkPolicyList", Body: nil, @@ -74410,7 +74410,7 @@ func (s *Server) handleWatchNetworkingV1NetworkPolicyListForAllNamespacesRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNetworkingV1NetworkPolicyListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74441,7 +74441,7 @@ func (s *Server) handleWatchNetworkingV1NetworkPolicyListForAllNamespacesRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNetworkingV1NetworkPolicyListForAllNamespaces", + Name: WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, ID: "watchNetworkingV1NetworkPolicyListForAllNamespaces", } ) @@ -74449,7 +74449,7 @@ func (s *Server) handleWatchNetworkingV1NetworkPolicyListForAllNamespacesRequest type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNetworkingV1NetworkPolicyListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -74504,7 +74504,7 @@ func (s *Server) handleWatchNetworkingV1NetworkPolicyListForAllNamespacesRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNetworkingV1NetworkPolicyListForAllNamespaces", + OperationName: WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchNetworkingV1NetworkPolicyListForAllNamespaces", Body: nil, @@ -74603,7 +74603,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74634,7 +74634,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1RuntimeClass", + Name: WatchNodeV1RuntimeClassOperation, ID: "watchNodeV1RuntimeClass", } ) @@ -74642,7 +74642,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassRequest(args [1]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -74697,7 +74697,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1RuntimeClass", + OperationName: WatchNodeV1RuntimeClassOperation, OperationSummary: "", OperationID: "watchNodeV1RuntimeClass", Body: nil, @@ -74800,7 +74800,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassListRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1RuntimeClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74831,7 +74831,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassListRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1RuntimeClassList", + Name: WatchNodeV1RuntimeClassListOperation, ID: "watchNodeV1RuntimeClassList", } ) @@ -74839,7 +74839,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassListRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1RuntimeClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1RuntimeClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -74894,7 +74894,7 @@ func (s *Server) handleWatchNodeV1RuntimeClassListRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1RuntimeClassList", + OperationName: WatchNodeV1RuntimeClassListOperation, OperationSummary: "", OperationID: "watchNodeV1RuntimeClassList", Body: nil, @@ -74993,7 +74993,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassRequest(args [1]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1alpha1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1alpha1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75024,7 +75024,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassRequest(args [1]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1alpha1RuntimeClass", + Name: WatchNodeV1alpha1RuntimeClassOperation, ID: "watchNodeV1alpha1RuntimeClass", } ) @@ -75032,7 +75032,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassRequest(args [1]string, args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1alpha1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1alpha1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -75087,7 +75087,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassRequest(args [1]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1alpha1RuntimeClass", + OperationName: WatchNodeV1alpha1RuntimeClassOperation, OperationSummary: "", OperationID: "watchNodeV1alpha1RuntimeClass", Body: nil, @@ -75190,7 +75190,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassListRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1alpha1RuntimeClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1alpha1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75221,7 +75221,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassListRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1alpha1RuntimeClassList", + Name: WatchNodeV1alpha1RuntimeClassListOperation, ID: "watchNodeV1alpha1RuntimeClassList", } ) @@ -75229,7 +75229,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassListRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1alpha1RuntimeClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1alpha1RuntimeClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -75284,7 +75284,7 @@ func (s *Server) handleWatchNodeV1alpha1RuntimeClassListRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1alpha1RuntimeClassList", + OperationName: WatchNodeV1alpha1RuntimeClassListOperation, OperationSummary: "", OperationID: "watchNodeV1alpha1RuntimeClassList", Body: nil, @@ -75383,7 +75383,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassRequest(args [1]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1beta1RuntimeClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1beta1RuntimeClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75414,7 +75414,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassRequest(args [1]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1beta1RuntimeClass", + Name: WatchNodeV1beta1RuntimeClassOperation, ID: "watchNodeV1beta1RuntimeClass", } ) @@ -75422,7 +75422,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassRequest(args [1]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1beta1RuntimeClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1beta1RuntimeClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -75477,7 +75477,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassRequest(args [1]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1beta1RuntimeClass", + OperationName: WatchNodeV1beta1RuntimeClassOperation, OperationSummary: "", OperationID: "watchNodeV1beta1RuntimeClass", Body: nil, @@ -75580,7 +75580,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassListRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchNodeV1beta1RuntimeClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchNodeV1beta1RuntimeClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75611,7 +75611,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassListRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchNodeV1beta1RuntimeClassList", + Name: WatchNodeV1beta1RuntimeClassListOperation, ID: "watchNodeV1beta1RuntimeClassList", } ) @@ -75619,7 +75619,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassListRequest(args [0]string, a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchNodeV1beta1RuntimeClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchNodeV1beta1RuntimeClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -75674,7 +75674,7 @@ func (s *Server) handleWatchNodeV1beta1RuntimeClassListRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchNodeV1beta1RuntimeClassList", + OperationName: WatchNodeV1beta1RuntimeClassListOperation, OperationSummary: "", OperationID: "watchNodeV1beta1RuntimeClassList", Body: nil, @@ -75773,7 +75773,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetRequest(args [2 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75804,7 +75804,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetRequest(args [2 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1NamespacedPodDisruptionBudget", + Name: WatchPolicyV1NamespacedPodDisruptionBudgetOperation, ID: "watchPolicyV1NamespacedPodDisruptionBudget", } ) @@ -75812,7 +75812,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetRequest(args [2 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -75867,7 +75867,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetRequest(args [2 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1NamespacedPodDisruptionBudget", + OperationName: WatchPolicyV1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "watchPolicyV1NamespacedPodDisruptionBudget", Body: nil, @@ -75974,7 +75974,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1NamespacedPodDisruptionBudgetList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76005,7 +76005,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1NamespacedPodDisruptionBudgetList", + Name: WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, ID: "watchPolicyV1NamespacedPodDisruptionBudgetList", } ) @@ -76013,7 +76013,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1NamespacedPodDisruptionBudgetList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -76068,7 +76068,7 @@ func (s *Server) handleWatchPolicyV1NamespacedPodDisruptionBudgetListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1NamespacedPodDisruptionBudgetList", + OperationName: WatchPolicyV1NamespacedPodDisruptionBudgetListOperation, OperationSummary: "", OperationID: "watchPolicyV1NamespacedPodDisruptionBudgetList", Body: nil, @@ -76171,7 +76171,7 @@ func (s *Server) handleWatchPolicyV1PodDisruptionBudgetListForAllNamespacesReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76202,7 +76202,7 @@ func (s *Server) handleWatchPolicyV1PodDisruptionBudgetListForAllNamespacesReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", + Name: WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, ID: "watchPolicyV1PodDisruptionBudgetListForAllNamespaces", } ) @@ -76210,7 +76210,7 @@ func (s *Server) handleWatchPolicyV1PodDisruptionBudgetListForAllNamespacesReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -76265,7 +76265,7 @@ func (s *Server) handleWatchPolicyV1PodDisruptionBudgetListForAllNamespacesReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces", + OperationName: WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchPolicyV1PodDisruptionBudgetListForAllNamespaces", Body: nil, @@ -76364,7 +76364,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1beta1NamespacedPodDisruptionBudget", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76395,7 +76395,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1beta1NamespacedPodDisruptionBudget", + Name: WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, ID: "watchPolicyV1beta1NamespacedPodDisruptionBudget", } ) @@ -76403,7 +76403,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudget", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -76458,7 +76458,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1beta1NamespacedPodDisruptionBudget", + OperationName: WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation, OperationSummary: "", OperationID: "watchPolicyV1beta1NamespacedPodDisruptionBudget", Body: nil, @@ -76565,7 +76565,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetListReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76596,7 +76596,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetListReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", + Name: WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, ID: "watchPolicyV1beta1NamespacedPodDisruptionBudgetList", } ) @@ -76604,7 +76604,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetListReques type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -76659,7 +76659,7 @@ func (s *Server) handleWatchPolicyV1beta1NamespacedPodDisruptionBudgetListReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList", + OperationName: WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation, OperationSummary: "", OperationID: "watchPolicyV1beta1NamespacedPodDisruptionBudgetList", Body: nil, @@ -76762,7 +76762,7 @@ func (s *Server) handleWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76793,7 +76793,7 @@ func (s *Server) handleWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", + Name: WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, ID: "watchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", } ) @@ -76801,7 +76801,7 @@ func (s *Server) handleWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -76856,7 +76856,7 @@ func (s *Server) handleWatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", + OperationName: WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces", Body: nil, @@ -76955,7 +76955,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1beta1PodSecurityPolicy", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1beta1PodSecurityPolicyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76986,7 +76986,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1beta1PodSecurityPolicy", + Name: WatchPolicyV1beta1PodSecurityPolicyOperation, ID: "watchPolicyV1beta1PodSecurityPolicy", } ) @@ -76994,7 +76994,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1beta1PodSecurityPolicy", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1beta1PodSecurityPolicyOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -77049,7 +77049,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1beta1PodSecurityPolicy", + OperationName: WatchPolicyV1beta1PodSecurityPolicyOperation, OperationSummary: "", OperationID: "watchPolicyV1beta1PodSecurityPolicy", Body: nil, @@ -77152,7 +77152,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyListRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchPolicyV1beta1PodSecurityPolicyList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchPolicyV1beta1PodSecurityPolicyListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77183,7 +77183,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyListRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchPolicyV1beta1PodSecurityPolicyList", + Name: WatchPolicyV1beta1PodSecurityPolicyListOperation, ID: "watchPolicyV1beta1PodSecurityPolicyList", } ) @@ -77191,7 +77191,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyListRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchPolicyV1beta1PodSecurityPolicyList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchPolicyV1beta1PodSecurityPolicyListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -77246,7 +77246,7 @@ func (s *Server) handleWatchPolicyV1beta1PodSecurityPolicyListRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchPolicyV1beta1PodSecurityPolicyList", + OperationName: WatchPolicyV1beta1PodSecurityPolicyListOperation, OperationSummary: "", OperationID: "watchPolicyV1beta1PodSecurityPolicyList", Body: nil, @@ -77345,7 +77345,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleRequest(args [1]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1ClusterRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1ClusterRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77376,7 +77376,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleRequest(args [1]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1ClusterRole", + Name: WatchRbacAuthorizationV1ClusterRoleOperation, ID: "watchRbacAuthorizationV1ClusterRole", } ) @@ -77384,7 +77384,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleRequest(args [1]string type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRole", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -77439,7 +77439,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleRequest(args [1]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1ClusterRole", + OperationName: WatchRbacAuthorizationV1ClusterRoleOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1ClusterRole", Body: nil, @@ -77542,7 +77542,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1ClusterRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1ClusterRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77573,7 +77573,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1ClusterRoleBinding", + Name: WatchRbacAuthorizationV1ClusterRoleBindingOperation, ID: "watchRbacAuthorizationV1ClusterRoleBinding", } ) @@ -77581,7 +77581,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingRequest(args [1 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -77636,7 +77636,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1ClusterRoleBinding", + OperationName: WatchRbacAuthorizationV1ClusterRoleBindingOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1ClusterRoleBinding", Body: nil, @@ -77739,7 +77739,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingListRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1ClusterRoleBindingList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1ClusterRoleBindingListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77770,7 +77770,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingListRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1ClusterRoleBindingList", + Name: WatchRbacAuthorizationV1ClusterRoleBindingListOperation, ID: "watchRbacAuthorizationV1ClusterRoleBindingList", } ) @@ -77778,7 +77778,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingListRequest(arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleBindingList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleBindingListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -77833,7 +77833,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleBindingListRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1ClusterRoleBindingList", + OperationName: WatchRbacAuthorizationV1ClusterRoleBindingListOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1ClusterRoleBindingList", Body: nil, @@ -77932,7 +77932,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleListRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1ClusterRoleList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1ClusterRoleListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77963,7 +77963,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleListRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1ClusterRoleList", + Name: WatchRbacAuthorizationV1ClusterRoleListOperation, ID: "watchRbacAuthorizationV1ClusterRoleList", } ) @@ -77971,7 +77971,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleListRequest(args [0]st type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1ClusterRoleList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1ClusterRoleListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -78026,7 +78026,7 @@ func (s *Server) handleWatchRbacAuthorizationV1ClusterRoleListRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1ClusterRoleList", + OperationName: WatchRbacAuthorizationV1ClusterRoleListOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1ClusterRoleList", Body: nil, @@ -78125,7 +78125,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleRequest(args [2]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1NamespacedRole", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1NamespacedRoleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78156,7 +78156,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleRequest(args [2]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1NamespacedRole", + Name: WatchRbacAuthorizationV1NamespacedRoleOperation, ID: "watchRbacAuthorizationV1NamespacedRole", } ) @@ -78164,7 +78164,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleRequest(args [2]str type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRole", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -78219,7 +78219,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleRequest(args [2]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1NamespacedRole", + OperationName: WatchRbacAuthorizationV1NamespacedRoleOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1NamespacedRole", Body: nil, @@ -78326,7 +78326,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1NamespacedRoleBinding", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1NamespacedRoleBindingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78357,7 +78357,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1NamespacedRoleBinding", + Name: WatchRbacAuthorizationV1NamespacedRoleBindingOperation, ID: "watchRbacAuthorizationV1NamespacedRoleBinding", } ) @@ -78365,7 +78365,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingRequest(args type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleBinding", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -78420,7 +78420,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1NamespacedRoleBinding", + OperationName: WatchRbacAuthorizationV1NamespacedRoleBindingOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1NamespacedRoleBinding", Body: nil, @@ -78527,7 +78527,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingListRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1NamespacedRoleBindingList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78558,7 +78558,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingListRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1NamespacedRoleBindingList", + Name: WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, ID: "watchRbacAuthorizationV1NamespacedRoleBindingList", } ) @@ -78566,7 +78566,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingListRequest( type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleBindingList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -78621,7 +78621,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleBindingListRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1NamespacedRoleBindingList", + OperationName: WatchRbacAuthorizationV1NamespacedRoleBindingListOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1NamespacedRoleBindingList", Body: nil, @@ -78724,7 +78724,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleListRequest(args [1 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1NamespacedRoleList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1NamespacedRoleListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78755,7 +78755,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleListRequest(args [1 } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1NamespacedRoleList", + Name: WatchRbacAuthorizationV1NamespacedRoleListOperation, ID: "watchRbacAuthorizationV1NamespacedRoleList", } ) @@ -78763,7 +78763,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleListRequest(args [1 type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1NamespacedRoleList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1NamespacedRoleListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -78818,7 +78818,7 @@ func (s *Server) handleWatchRbacAuthorizationV1NamespacedRoleListRequest(args [1 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1NamespacedRoleList", + OperationName: WatchRbacAuthorizationV1NamespacedRoleListOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1NamespacedRoleList", Body: nil, @@ -78921,7 +78921,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleBindingListForAllNamespacesRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78952,7 +78952,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleBindingListForAllNamespacesRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", + Name: WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, ID: "watchRbacAuthorizationV1RoleBindingListForAllNamespaces", } ) @@ -78960,7 +78960,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleBindingListForAllNamespacesRe type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79015,7 +79015,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleBindingListForAllNamespacesRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces", + OperationName: WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1RoleBindingListForAllNamespaces", Body: nil, @@ -79114,7 +79114,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleListForAllNamespacesRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchRbacAuthorizationV1RoleListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79145,7 +79145,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleListForAllNamespacesRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchRbacAuthorizationV1RoleListForAllNamespaces", + Name: WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, ID: "watchRbacAuthorizationV1RoleListForAllNamespaces", } ) @@ -79153,7 +79153,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleListForAllNamespacesRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchRbacAuthorizationV1RoleListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79208,7 +79208,7 @@ func (s *Server) handleWatchRbacAuthorizationV1RoleListForAllNamespacesRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchRbacAuthorizationV1RoleListForAllNamespaces", + OperationName: WatchRbacAuthorizationV1RoleListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchRbacAuthorizationV1RoleListForAllNamespaces", Body: nil, @@ -79307,7 +79307,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchSchedulingV1PriorityClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchSchedulingV1PriorityClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79338,7 +79338,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchSchedulingV1PriorityClass", + Name: WatchSchedulingV1PriorityClassOperation, ID: "watchSchedulingV1PriorityClass", } ) @@ -79346,7 +79346,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchSchedulingV1PriorityClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchSchedulingV1PriorityClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79401,7 +79401,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchSchedulingV1PriorityClass", + OperationName: WatchSchedulingV1PriorityClassOperation, OperationSummary: "", OperationID: "watchSchedulingV1PriorityClass", Body: nil, @@ -79504,7 +79504,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassListRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchSchedulingV1PriorityClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchSchedulingV1PriorityClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79535,7 +79535,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassListRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchSchedulingV1PriorityClassList", + Name: WatchSchedulingV1PriorityClassListOperation, ID: "watchSchedulingV1PriorityClassList", } ) @@ -79543,7 +79543,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassListRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchSchedulingV1PriorityClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchSchedulingV1PriorityClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79598,7 +79598,7 @@ func (s *Server) handleWatchSchedulingV1PriorityClassListRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchSchedulingV1PriorityClassList", + OperationName: WatchSchedulingV1PriorityClassListOperation, OperationSummary: "", OperationID: "watchSchedulingV1PriorityClassList", Body: nil, @@ -79697,7 +79697,7 @@ func (s *Server) handleWatchStorageV1CSIDriverRequest(args [1]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1CSIDriver", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1CSIDriverOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79728,7 +79728,7 @@ func (s *Server) handleWatchStorageV1CSIDriverRequest(args [1]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1CSIDriver", + Name: WatchStorageV1CSIDriverOperation, ID: "watchStorageV1CSIDriver", } ) @@ -79736,7 +79736,7 @@ func (s *Server) handleWatchStorageV1CSIDriverRequest(args [1]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1CSIDriver", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1CSIDriverOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79791,7 +79791,7 @@ func (s *Server) handleWatchStorageV1CSIDriverRequest(args [1]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1CSIDriver", + OperationName: WatchStorageV1CSIDriverOperation, OperationSummary: "", OperationID: "watchStorageV1CSIDriver", Body: nil, @@ -79894,7 +79894,7 @@ func (s *Server) handleWatchStorageV1CSIDriverListRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1CSIDriverList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1CSIDriverListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79925,7 +79925,7 @@ func (s *Server) handleWatchStorageV1CSIDriverListRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1CSIDriverList", + Name: WatchStorageV1CSIDriverListOperation, ID: "watchStorageV1CSIDriverList", } ) @@ -79933,7 +79933,7 @@ func (s *Server) handleWatchStorageV1CSIDriverListRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1CSIDriverList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1CSIDriverListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -79988,7 +79988,7 @@ func (s *Server) handleWatchStorageV1CSIDriverListRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1CSIDriverList", + OperationName: WatchStorageV1CSIDriverListOperation, OperationSummary: "", OperationID: "watchStorageV1CSIDriverList", Body: nil, @@ -80087,7 +80087,7 @@ func (s *Server) handleWatchStorageV1CSINodeRequest(args [1]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1CSINode", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1CSINodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80118,7 +80118,7 @@ func (s *Server) handleWatchStorageV1CSINodeRequest(args [1]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1CSINode", + Name: WatchStorageV1CSINodeOperation, ID: "watchStorageV1CSINode", } ) @@ -80126,7 +80126,7 @@ func (s *Server) handleWatchStorageV1CSINodeRequest(args [1]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1CSINode", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1CSINodeOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -80181,7 +80181,7 @@ func (s *Server) handleWatchStorageV1CSINodeRequest(args [1]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1CSINode", + OperationName: WatchStorageV1CSINodeOperation, OperationSummary: "", OperationID: "watchStorageV1CSINode", Body: nil, @@ -80284,7 +80284,7 @@ func (s *Server) handleWatchStorageV1CSINodeListRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1CSINodeList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1CSINodeListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80315,7 +80315,7 @@ func (s *Server) handleWatchStorageV1CSINodeListRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1CSINodeList", + Name: WatchStorageV1CSINodeListOperation, ID: "watchStorageV1CSINodeList", } ) @@ -80323,7 +80323,7 @@ func (s *Server) handleWatchStorageV1CSINodeListRequest(args [0]string, argsEsca type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1CSINodeList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1CSINodeListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -80378,7 +80378,7 @@ func (s *Server) handleWatchStorageV1CSINodeListRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1CSINodeList", + OperationName: WatchStorageV1CSINodeListOperation, OperationSummary: "", OperationID: "watchStorageV1CSINodeList", Body: nil, @@ -80477,7 +80477,7 @@ func (s *Server) handleWatchStorageV1StorageClassRequest(args [1]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1StorageClass", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1StorageClassOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80508,7 +80508,7 @@ func (s *Server) handleWatchStorageV1StorageClassRequest(args [1]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1StorageClass", + Name: WatchStorageV1StorageClassOperation, ID: "watchStorageV1StorageClass", } ) @@ -80516,7 +80516,7 @@ func (s *Server) handleWatchStorageV1StorageClassRequest(args [1]string, argsEsc type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1StorageClass", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1StorageClassOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -80571,7 +80571,7 @@ func (s *Server) handleWatchStorageV1StorageClassRequest(args [1]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1StorageClass", + OperationName: WatchStorageV1StorageClassOperation, OperationSummary: "", OperationID: "watchStorageV1StorageClass", Body: nil, @@ -80674,7 +80674,7 @@ func (s *Server) handleWatchStorageV1StorageClassListRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1StorageClassList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1StorageClassListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80705,7 +80705,7 @@ func (s *Server) handleWatchStorageV1StorageClassListRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1StorageClassList", + Name: WatchStorageV1StorageClassListOperation, ID: "watchStorageV1StorageClassList", } ) @@ -80713,7 +80713,7 @@ func (s *Server) handleWatchStorageV1StorageClassListRequest(args [0]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1StorageClassList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1StorageClassListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -80768,7 +80768,7 @@ func (s *Server) handleWatchStorageV1StorageClassListRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1StorageClassList", + OperationName: WatchStorageV1StorageClassListOperation, OperationSummary: "", OperationID: "watchStorageV1StorageClassList", Body: nil, @@ -80867,7 +80867,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentRequest(args [1]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1VolumeAttachment", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1VolumeAttachmentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80898,7 +80898,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentRequest(args [1]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1VolumeAttachment", + Name: WatchStorageV1VolumeAttachmentOperation, ID: "watchStorageV1VolumeAttachment", } ) @@ -80906,7 +80906,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentRequest(args [1]string, arg type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1VolumeAttachment", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1VolumeAttachmentOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -80961,7 +80961,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentRequest(args [1]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1VolumeAttachment", + OperationName: WatchStorageV1VolumeAttachmentOperation, OperationSummary: "", OperationID: "watchStorageV1VolumeAttachment", Body: nil, @@ -81064,7 +81064,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentListRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1VolumeAttachmentList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1VolumeAttachmentListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81095,7 +81095,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentListRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1VolumeAttachmentList", + Name: WatchStorageV1VolumeAttachmentListOperation, ID: "watchStorageV1VolumeAttachmentList", } ) @@ -81103,7 +81103,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentListRequest(args [0]string, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1VolumeAttachmentList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1VolumeAttachmentListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -81158,7 +81158,7 @@ func (s *Server) handleWatchStorageV1VolumeAttachmentListRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1VolumeAttachmentList", + OperationName: WatchStorageV1VolumeAttachmentListOperation, OperationSummary: "", OperationID: "watchStorageV1VolumeAttachmentList", Body: nil, @@ -81257,7 +81257,7 @@ func (s *Server) handleWatchStorageV1alpha1CSIStorageCapacityListForAllNamespace } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81288,7 +81288,7 @@ func (s *Server) handleWatchStorageV1alpha1CSIStorageCapacityListForAllNamespace } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", + Name: WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, ID: "watchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", } ) @@ -81296,7 +81296,7 @@ func (s *Server) handleWatchStorageV1alpha1CSIStorageCapacityListForAllNamespace type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -81351,7 +81351,7 @@ func (s *Server) handleWatchStorageV1alpha1CSIStorageCapacityListForAllNamespace if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", + OperationName: WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchStorageV1alpha1CSIStorageCapacityListForAllNamespaces", Body: nil, @@ -81450,7 +81450,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1alpha1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81481,7 +81481,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1alpha1NamespacedCSIStorageCapacity", + Name: WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, ID: "watchStorageV1alpha1NamespacedCSIStorageCapacity", } ) @@ -81489,7 +81489,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityRequest(a type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -81544,7 +81544,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1alpha1NamespacedCSIStorageCapacity", + OperationName: WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "watchStorageV1alpha1NamespacedCSIStorageCapacity", Body: nil, @@ -81651,7 +81651,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityListReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81682,7 +81682,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityListReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", + Name: WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, ID: "watchStorageV1alpha1NamespacedCSIStorageCapacityList", } ) @@ -81690,7 +81690,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityListReque type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -81745,7 +81745,7 @@ func (s *Server) handleWatchStorageV1alpha1NamespacedCSIStorageCapacityListReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1alpha1NamespacedCSIStorageCapacityList", + OperationName: WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation, OperationSummary: "", OperationID: "watchStorageV1alpha1NamespacedCSIStorageCapacityList", Body: nil, @@ -81848,7 +81848,7 @@ func (s *Server) handleWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81879,7 +81879,7 @@ func (s *Server) handleWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", + Name: WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, ID: "watchStorageV1beta1CSIStorageCapacityListForAllNamespaces", } ) @@ -81887,7 +81887,7 @@ func (s *Server) handleWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -81942,7 +81942,7 @@ func (s *Server) handleWatchStorageV1beta1CSIStorageCapacityListForAllNamespaces if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces", + OperationName: WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation, OperationSummary: "", OperationID: "watchStorageV1beta1CSIStorageCapacityListForAllNamespaces", Body: nil, @@ -82041,7 +82041,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1beta1NamespacedCSIStorageCapacity", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82072,7 +82072,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1beta1NamespacedCSIStorageCapacity", + Name: WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, ID: "watchStorageV1beta1NamespacedCSIStorageCapacity", } ) @@ -82080,7 +82080,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityRequest(ar type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacity", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -82135,7 +82135,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1beta1NamespacedCSIStorageCapacity", + OperationName: WatchStorageV1beta1NamespacedCSIStorageCapacityOperation, OperationSummary: "", OperationID: "watchStorageV1beta1NamespacedCSIStorageCapacity", Body: nil, @@ -82242,7 +82242,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityListReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "WatchStorageV1beta1NamespacedCSIStorageCapacityList", + ctx, span := s.cfg.Tracer.Start(r.Context(), WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82273,7 +82273,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityListReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "WatchStorageV1beta1NamespacedCSIStorageCapacityList", + Name: WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, ID: "watchStorageV1beta1NamespacedCSIStorageCapacityList", } ) @@ -82281,7 +82281,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityListReques type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBearerToken(ctx, "WatchStorageV1beta1NamespacedCSIStorageCapacityList", r) + sctx, ok, err := s.securityBearerToken(ctx, WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -82336,7 +82336,7 @@ func (s *Server) handleWatchStorageV1beta1NamespacedCSIStorageCapacityListReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "WatchStorageV1beta1NamespacedCSIStorageCapacityList", + OperationName: WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation, OperationSummary: "", OperationID: "watchStorageV1beta1NamespacedCSIStorageCapacityList", Body: nil, diff --git a/examples/ex_k8s/oas_operations_gen.go b/examples/ex_k8s/oas_operations_gen.go new file mode 100644 index 000000000..f4da51594 --- /dev/null +++ b/examples/ex_k8s/oas_operations_gen.go @@ -0,0 +1,471 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ConnectCoreV1DeleteNamespacedPodProxyOperation OperationName = "ConnectCoreV1DeleteNamespacedPodProxy" + ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1DeleteNamespacedPodProxyWithPath" + ConnectCoreV1DeleteNamespacedServiceProxyOperation OperationName = "ConnectCoreV1DeleteNamespacedServiceProxy" + ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1DeleteNamespacedServiceProxyWithPath" + ConnectCoreV1DeleteNodeProxyOperation OperationName = "ConnectCoreV1DeleteNodeProxy" + ConnectCoreV1DeleteNodeProxyWithPathOperation OperationName = "ConnectCoreV1DeleteNodeProxyWithPath" + ConnectCoreV1GetNamespacedPodAttachOperation OperationName = "ConnectCoreV1GetNamespacedPodAttach" + ConnectCoreV1GetNamespacedPodExecOperation OperationName = "ConnectCoreV1GetNamespacedPodExec" + ConnectCoreV1GetNamespacedPodPortforwardOperation OperationName = "ConnectCoreV1GetNamespacedPodPortforward" + ConnectCoreV1GetNamespacedPodProxyOperation OperationName = "ConnectCoreV1GetNamespacedPodProxy" + ConnectCoreV1GetNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1GetNamespacedPodProxyWithPath" + ConnectCoreV1GetNamespacedServiceProxyOperation OperationName = "ConnectCoreV1GetNamespacedServiceProxy" + ConnectCoreV1GetNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1GetNamespacedServiceProxyWithPath" + ConnectCoreV1GetNodeProxyOperation OperationName = "ConnectCoreV1GetNodeProxy" + ConnectCoreV1GetNodeProxyWithPathOperation OperationName = "ConnectCoreV1GetNodeProxyWithPath" + ConnectCoreV1HeadNamespacedPodProxyOperation OperationName = "ConnectCoreV1HeadNamespacedPodProxy" + ConnectCoreV1HeadNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1HeadNamespacedPodProxyWithPath" + ConnectCoreV1HeadNamespacedServiceProxyOperation OperationName = "ConnectCoreV1HeadNamespacedServiceProxy" + ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1HeadNamespacedServiceProxyWithPath" + ConnectCoreV1HeadNodeProxyOperation OperationName = "ConnectCoreV1HeadNodeProxy" + ConnectCoreV1HeadNodeProxyWithPathOperation OperationName = "ConnectCoreV1HeadNodeProxyWithPath" + ConnectCoreV1OptionsNamespacedPodProxyOperation OperationName = "ConnectCoreV1OptionsNamespacedPodProxy" + ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1OptionsNamespacedPodProxyWithPath" + ConnectCoreV1OptionsNamespacedServiceProxyOperation OperationName = "ConnectCoreV1OptionsNamespacedServiceProxy" + ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1OptionsNamespacedServiceProxyWithPath" + ConnectCoreV1OptionsNodeProxyOperation OperationName = "ConnectCoreV1OptionsNodeProxy" + ConnectCoreV1OptionsNodeProxyWithPathOperation OperationName = "ConnectCoreV1OptionsNodeProxyWithPath" + ConnectCoreV1PatchNamespacedPodProxyOperation OperationName = "ConnectCoreV1PatchNamespacedPodProxy" + ConnectCoreV1PatchNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1PatchNamespacedPodProxyWithPath" + ConnectCoreV1PatchNamespacedServiceProxyOperation OperationName = "ConnectCoreV1PatchNamespacedServiceProxy" + ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1PatchNamespacedServiceProxyWithPath" + ConnectCoreV1PatchNodeProxyOperation OperationName = "ConnectCoreV1PatchNodeProxy" + ConnectCoreV1PatchNodeProxyWithPathOperation OperationName = "ConnectCoreV1PatchNodeProxyWithPath" + ConnectCoreV1PostNamespacedPodAttachOperation OperationName = "ConnectCoreV1PostNamespacedPodAttach" + ConnectCoreV1PostNamespacedPodExecOperation OperationName = "ConnectCoreV1PostNamespacedPodExec" + ConnectCoreV1PostNamespacedPodPortforwardOperation OperationName = "ConnectCoreV1PostNamespacedPodPortforward" + ConnectCoreV1PostNamespacedPodProxyOperation OperationName = "ConnectCoreV1PostNamespacedPodProxy" + ConnectCoreV1PostNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1PostNamespacedPodProxyWithPath" + ConnectCoreV1PostNamespacedServiceProxyOperation OperationName = "ConnectCoreV1PostNamespacedServiceProxy" + ConnectCoreV1PostNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1PostNamespacedServiceProxyWithPath" + ConnectCoreV1PostNodeProxyOperation OperationName = "ConnectCoreV1PostNodeProxy" + ConnectCoreV1PostNodeProxyWithPathOperation OperationName = "ConnectCoreV1PostNodeProxyWithPath" + ConnectCoreV1PutNamespacedPodProxyOperation OperationName = "ConnectCoreV1PutNamespacedPodProxy" + ConnectCoreV1PutNamespacedPodProxyWithPathOperation OperationName = "ConnectCoreV1PutNamespacedPodProxyWithPath" + ConnectCoreV1PutNamespacedServiceProxyOperation OperationName = "ConnectCoreV1PutNamespacedServiceProxy" + ConnectCoreV1PutNamespacedServiceProxyWithPathOperation OperationName = "ConnectCoreV1PutNamespacedServiceProxyWithPath" + ConnectCoreV1PutNodeProxyOperation OperationName = "ConnectCoreV1PutNodeProxy" + ConnectCoreV1PutNodeProxyWithPathOperation OperationName = "ConnectCoreV1PutNodeProxyWithPath" + GetAPIVersionsOperation OperationName = "GetAPIVersions" + GetAdmissionregistrationAPIGroupOperation OperationName = "GetAdmissionregistrationAPIGroup" + GetAdmissionregistrationV1APIResourcesOperation OperationName = "GetAdmissionregistrationV1APIResources" + GetApiextensionsAPIGroupOperation OperationName = "GetApiextensionsAPIGroup" + GetApiextensionsV1APIResourcesOperation OperationName = "GetApiextensionsV1APIResources" + GetApiregistrationAPIGroupOperation OperationName = "GetApiregistrationAPIGroup" + GetApiregistrationV1APIResourcesOperation OperationName = "GetApiregistrationV1APIResources" + GetAppsAPIGroupOperation OperationName = "GetAppsAPIGroup" + GetAppsV1APIResourcesOperation OperationName = "GetAppsV1APIResources" + GetAuthenticationAPIGroupOperation OperationName = "GetAuthenticationAPIGroup" + GetAuthenticationV1APIResourcesOperation OperationName = "GetAuthenticationV1APIResources" + GetAuthorizationAPIGroupOperation OperationName = "GetAuthorizationAPIGroup" + GetAuthorizationV1APIResourcesOperation OperationName = "GetAuthorizationV1APIResources" + GetAutoscalingAPIGroupOperation OperationName = "GetAutoscalingAPIGroup" + GetAutoscalingV1APIResourcesOperation OperationName = "GetAutoscalingV1APIResources" + GetAutoscalingV2beta1APIResourcesOperation OperationName = "GetAutoscalingV2beta1APIResources" + GetAutoscalingV2beta2APIResourcesOperation OperationName = "GetAutoscalingV2beta2APIResources" + GetBatchAPIGroupOperation OperationName = "GetBatchAPIGroup" + GetBatchV1APIResourcesOperation OperationName = "GetBatchV1APIResources" + GetBatchV1beta1APIResourcesOperation OperationName = "GetBatchV1beta1APIResources" + GetCertificatesAPIGroupOperation OperationName = "GetCertificatesAPIGroup" + GetCertificatesV1APIResourcesOperation OperationName = "GetCertificatesV1APIResources" + GetCodeVersionOperation OperationName = "GetCodeVersion" + GetCoordinationAPIGroupOperation OperationName = "GetCoordinationAPIGroup" + GetCoordinationV1APIResourcesOperation OperationName = "GetCoordinationV1APIResources" + GetCoreAPIVersionsOperation OperationName = "GetCoreAPIVersions" + GetCoreV1APIResourcesOperation OperationName = "GetCoreV1APIResources" + GetDiscoveryAPIGroupOperation OperationName = "GetDiscoveryAPIGroup" + GetDiscoveryV1APIResourcesOperation OperationName = "GetDiscoveryV1APIResources" + GetDiscoveryV1beta1APIResourcesOperation OperationName = "GetDiscoveryV1beta1APIResources" + GetEventsAPIGroupOperation OperationName = "GetEventsAPIGroup" + GetEventsV1APIResourcesOperation OperationName = "GetEventsV1APIResources" + GetEventsV1beta1APIResourcesOperation OperationName = "GetEventsV1beta1APIResources" + GetFlowcontrolApiserverAPIGroupOperation OperationName = "GetFlowcontrolApiserverAPIGroup" + GetFlowcontrolApiserverV1beta1APIResourcesOperation OperationName = "GetFlowcontrolApiserverV1beta1APIResources" + GetFlowcontrolApiserverV1beta2APIResourcesOperation OperationName = "GetFlowcontrolApiserverV1beta2APIResources" + GetInternalApiserverAPIGroupOperation OperationName = "GetInternalApiserverAPIGroup" + GetInternalApiserverV1alpha1APIResourcesOperation OperationName = "GetInternalApiserverV1alpha1APIResources" + GetNetworkingAPIGroupOperation OperationName = "GetNetworkingAPIGroup" + GetNetworkingV1APIResourcesOperation OperationName = "GetNetworkingV1APIResources" + GetNodeAPIGroupOperation OperationName = "GetNodeAPIGroup" + GetNodeV1APIResourcesOperation OperationName = "GetNodeV1APIResources" + GetNodeV1alpha1APIResourcesOperation OperationName = "GetNodeV1alpha1APIResources" + GetNodeV1beta1APIResourcesOperation OperationName = "GetNodeV1beta1APIResources" + GetPolicyAPIGroupOperation OperationName = "GetPolicyAPIGroup" + GetPolicyV1APIResourcesOperation OperationName = "GetPolicyV1APIResources" + GetPolicyV1beta1APIResourcesOperation OperationName = "GetPolicyV1beta1APIResources" + GetRbacAuthorizationAPIGroupOperation OperationName = "GetRbacAuthorizationAPIGroup" + GetRbacAuthorizationV1APIResourcesOperation OperationName = "GetRbacAuthorizationV1APIResources" + GetSchedulingAPIGroupOperation OperationName = "GetSchedulingAPIGroup" + GetSchedulingV1APIResourcesOperation OperationName = "GetSchedulingV1APIResources" + GetServiceAccountIssuerOpenIDConfigurationOperation OperationName = "GetServiceAccountIssuerOpenIDConfiguration" + GetServiceAccountIssuerOpenIDKeysetOperation OperationName = "GetServiceAccountIssuerOpenIDKeyset" + GetStorageAPIGroupOperation OperationName = "GetStorageAPIGroup" + GetStorageV1APIResourcesOperation OperationName = "GetStorageV1APIResources" + GetStorageV1alpha1APIResourcesOperation OperationName = "GetStorageV1alpha1APIResources" + GetStorageV1beta1APIResourcesOperation OperationName = "GetStorageV1beta1APIResources" + ListAdmissionregistrationV1MutatingWebhookConfigurationOperation OperationName = "ListAdmissionregistrationV1MutatingWebhookConfiguration" + ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation OperationName = "ListAdmissionregistrationV1ValidatingWebhookConfiguration" + ListApiextensionsV1CustomResourceDefinitionOperation OperationName = "ListApiextensionsV1CustomResourceDefinition" + ListApiregistrationV1APIServiceOperation OperationName = "ListApiregistrationV1APIService" + ListAppsV1ControllerRevisionForAllNamespacesOperation OperationName = "ListAppsV1ControllerRevisionForAllNamespaces" + ListAppsV1DaemonSetForAllNamespacesOperation OperationName = "ListAppsV1DaemonSetForAllNamespaces" + ListAppsV1DeploymentForAllNamespacesOperation OperationName = "ListAppsV1DeploymentForAllNamespaces" + ListAppsV1NamespacedControllerRevisionOperation OperationName = "ListAppsV1NamespacedControllerRevision" + ListAppsV1NamespacedDaemonSetOperation OperationName = "ListAppsV1NamespacedDaemonSet" + ListAppsV1NamespacedDeploymentOperation OperationName = "ListAppsV1NamespacedDeployment" + ListAppsV1NamespacedReplicaSetOperation OperationName = "ListAppsV1NamespacedReplicaSet" + ListAppsV1NamespacedStatefulSetOperation OperationName = "ListAppsV1NamespacedStatefulSet" + ListAppsV1ReplicaSetForAllNamespacesOperation OperationName = "ListAppsV1ReplicaSetForAllNamespaces" + ListAppsV1StatefulSetForAllNamespacesOperation OperationName = "ListAppsV1StatefulSetForAllNamespaces" + ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation OperationName = "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces" + ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation OperationName = "ListAutoscalingV1NamespacedHorizontalPodAutoscaler" + ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation OperationName = "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces" + ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation OperationName = "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation OperationName = "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces" + ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation OperationName = "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + ListBatchV1CronJobForAllNamespacesOperation OperationName = "ListBatchV1CronJobForAllNamespaces" + ListBatchV1JobForAllNamespacesOperation OperationName = "ListBatchV1JobForAllNamespaces" + ListBatchV1NamespacedCronJobOperation OperationName = "ListBatchV1NamespacedCronJob" + ListBatchV1NamespacedJobOperation OperationName = "ListBatchV1NamespacedJob" + ListBatchV1beta1CronJobForAllNamespacesOperation OperationName = "ListBatchV1beta1CronJobForAllNamespaces" + ListBatchV1beta1NamespacedCronJobOperation OperationName = "ListBatchV1beta1NamespacedCronJob" + ListCertificatesV1CertificateSigningRequestOperation OperationName = "ListCertificatesV1CertificateSigningRequest" + ListCoordinationV1LeaseForAllNamespacesOperation OperationName = "ListCoordinationV1LeaseForAllNamespaces" + ListCoordinationV1NamespacedLeaseOperation OperationName = "ListCoordinationV1NamespacedLease" + ListCoreV1ComponentStatusOperation OperationName = "ListCoreV1ComponentStatus" + ListCoreV1ConfigMapForAllNamespacesOperation OperationName = "ListCoreV1ConfigMapForAllNamespaces" + ListCoreV1EndpointsForAllNamespacesOperation OperationName = "ListCoreV1EndpointsForAllNamespaces" + ListCoreV1EventForAllNamespacesOperation OperationName = "ListCoreV1EventForAllNamespaces" + ListCoreV1LimitRangeForAllNamespacesOperation OperationName = "ListCoreV1LimitRangeForAllNamespaces" + ListCoreV1NamespaceOperation OperationName = "ListCoreV1Namespace" + ListCoreV1NamespacedConfigMapOperation OperationName = "ListCoreV1NamespacedConfigMap" + ListCoreV1NamespacedEndpointsOperation OperationName = "ListCoreV1NamespacedEndpoints" + ListCoreV1NamespacedEventOperation OperationName = "ListCoreV1NamespacedEvent" + ListCoreV1NamespacedLimitRangeOperation OperationName = "ListCoreV1NamespacedLimitRange" + ListCoreV1NamespacedPersistentVolumeClaimOperation OperationName = "ListCoreV1NamespacedPersistentVolumeClaim" + ListCoreV1NamespacedPodOperation OperationName = "ListCoreV1NamespacedPod" + ListCoreV1NamespacedPodTemplateOperation OperationName = "ListCoreV1NamespacedPodTemplate" + ListCoreV1NamespacedReplicationControllerOperation OperationName = "ListCoreV1NamespacedReplicationController" + ListCoreV1NamespacedResourceQuotaOperation OperationName = "ListCoreV1NamespacedResourceQuota" + ListCoreV1NamespacedSecretOperation OperationName = "ListCoreV1NamespacedSecret" + ListCoreV1NamespacedServiceOperation OperationName = "ListCoreV1NamespacedService" + ListCoreV1NamespacedServiceAccountOperation OperationName = "ListCoreV1NamespacedServiceAccount" + ListCoreV1NodeOperation OperationName = "ListCoreV1Node" + ListCoreV1PersistentVolumeOperation OperationName = "ListCoreV1PersistentVolume" + ListCoreV1PersistentVolumeClaimForAllNamespacesOperation OperationName = "ListCoreV1PersistentVolumeClaimForAllNamespaces" + ListCoreV1PodForAllNamespacesOperation OperationName = "ListCoreV1PodForAllNamespaces" + ListCoreV1PodTemplateForAllNamespacesOperation OperationName = "ListCoreV1PodTemplateForAllNamespaces" + ListCoreV1ReplicationControllerForAllNamespacesOperation OperationName = "ListCoreV1ReplicationControllerForAllNamespaces" + ListCoreV1ResourceQuotaForAllNamespacesOperation OperationName = "ListCoreV1ResourceQuotaForAllNamespaces" + ListCoreV1SecretForAllNamespacesOperation OperationName = "ListCoreV1SecretForAllNamespaces" + ListCoreV1ServiceAccountForAllNamespacesOperation OperationName = "ListCoreV1ServiceAccountForAllNamespaces" + ListCoreV1ServiceForAllNamespacesOperation OperationName = "ListCoreV1ServiceForAllNamespaces" + ListDiscoveryV1EndpointSliceForAllNamespacesOperation OperationName = "ListDiscoveryV1EndpointSliceForAllNamespaces" + ListDiscoveryV1NamespacedEndpointSliceOperation OperationName = "ListDiscoveryV1NamespacedEndpointSlice" + ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation OperationName = "ListDiscoveryV1beta1EndpointSliceForAllNamespaces" + ListDiscoveryV1beta1NamespacedEndpointSliceOperation OperationName = "ListDiscoveryV1beta1NamespacedEndpointSlice" + ListEventsV1EventForAllNamespacesOperation OperationName = "ListEventsV1EventForAllNamespaces" + ListEventsV1NamespacedEventOperation OperationName = "ListEventsV1NamespacedEvent" + ListEventsV1beta1EventForAllNamespacesOperation OperationName = "ListEventsV1beta1EventForAllNamespaces" + ListEventsV1beta1NamespacedEventOperation OperationName = "ListEventsV1beta1NamespacedEvent" + ListFlowcontrolApiserverV1beta1FlowSchemaOperation OperationName = "ListFlowcontrolApiserverV1beta1FlowSchema" + ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation OperationName = "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + ListFlowcontrolApiserverV1beta2FlowSchemaOperation OperationName = "ListFlowcontrolApiserverV1beta2FlowSchema" + ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation OperationName = "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + ListInternalApiserverV1alpha1StorageVersionOperation OperationName = "ListInternalApiserverV1alpha1StorageVersion" + ListNetworkingV1IngressClassOperation OperationName = "ListNetworkingV1IngressClass" + ListNetworkingV1IngressForAllNamespacesOperation OperationName = "ListNetworkingV1IngressForAllNamespaces" + ListNetworkingV1NamespacedIngressOperation OperationName = "ListNetworkingV1NamespacedIngress" + ListNetworkingV1NamespacedNetworkPolicyOperation OperationName = "ListNetworkingV1NamespacedNetworkPolicy" + ListNetworkingV1NetworkPolicyForAllNamespacesOperation OperationName = "ListNetworkingV1NetworkPolicyForAllNamespaces" + ListNodeV1RuntimeClassOperation OperationName = "ListNodeV1RuntimeClass" + ListNodeV1alpha1RuntimeClassOperation OperationName = "ListNodeV1alpha1RuntimeClass" + ListNodeV1beta1RuntimeClassOperation OperationName = "ListNodeV1beta1RuntimeClass" + ListPolicyV1NamespacedPodDisruptionBudgetOperation OperationName = "ListPolicyV1NamespacedPodDisruptionBudget" + ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation OperationName = "ListPolicyV1PodDisruptionBudgetForAllNamespaces" + ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation OperationName = "ListPolicyV1beta1NamespacedPodDisruptionBudget" + ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation OperationName = "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces" + ListPolicyV1beta1PodSecurityPolicyOperation OperationName = "ListPolicyV1beta1PodSecurityPolicy" + ListRbacAuthorizationV1ClusterRoleOperation OperationName = "ListRbacAuthorizationV1ClusterRole" + ListRbacAuthorizationV1ClusterRoleBindingOperation OperationName = "ListRbacAuthorizationV1ClusterRoleBinding" + ListRbacAuthorizationV1NamespacedRoleOperation OperationName = "ListRbacAuthorizationV1NamespacedRole" + ListRbacAuthorizationV1NamespacedRoleBindingOperation OperationName = "ListRbacAuthorizationV1NamespacedRoleBinding" + ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation OperationName = "ListRbacAuthorizationV1RoleBindingForAllNamespaces" + ListRbacAuthorizationV1RoleForAllNamespacesOperation OperationName = "ListRbacAuthorizationV1RoleForAllNamespaces" + ListSchedulingV1PriorityClassOperation OperationName = "ListSchedulingV1PriorityClass" + ListStorageV1CSIDriverOperation OperationName = "ListStorageV1CSIDriver" + ListStorageV1CSINodeOperation OperationName = "ListStorageV1CSINode" + ListStorageV1StorageClassOperation OperationName = "ListStorageV1StorageClass" + ListStorageV1VolumeAttachmentOperation OperationName = "ListStorageV1VolumeAttachment" + ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation OperationName = "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces" + ListStorageV1alpha1NamespacedCSIStorageCapacityOperation OperationName = "ListStorageV1alpha1NamespacedCSIStorageCapacity" + ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation OperationName = "ListStorageV1beta1CSIStorageCapacityForAllNamespaces" + ListStorageV1beta1NamespacedCSIStorageCapacityOperation OperationName = "ListStorageV1beta1NamespacedCSIStorageCapacity" + LogFileHandlerOperation OperationName = "LogFileHandler" + LogFileListHandlerOperation OperationName = "LogFileListHandler" + ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation OperationName = "ReadAdmissionregistrationV1MutatingWebhookConfiguration" + ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation OperationName = "ReadAdmissionregistrationV1ValidatingWebhookConfiguration" + ReadApiextensionsV1CustomResourceDefinitionOperation OperationName = "ReadApiextensionsV1CustomResourceDefinition" + ReadApiextensionsV1CustomResourceDefinitionStatusOperation OperationName = "ReadApiextensionsV1CustomResourceDefinitionStatus" + ReadApiregistrationV1APIServiceOperation OperationName = "ReadApiregistrationV1APIService" + ReadApiregistrationV1APIServiceStatusOperation OperationName = "ReadApiregistrationV1APIServiceStatus" + ReadAppsV1NamespacedControllerRevisionOperation OperationName = "ReadAppsV1NamespacedControllerRevision" + ReadAppsV1NamespacedDaemonSetOperation OperationName = "ReadAppsV1NamespacedDaemonSet" + ReadAppsV1NamespacedDaemonSetStatusOperation OperationName = "ReadAppsV1NamespacedDaemonSetStatus" + ReadAppsV1NamespacedDeploymentOperation OperationName = "ReadAppsV1NamespacedDeployment" + ReadAppsV1NamespacedDeploymentScaleOperation OperationName = "ReadAppsV1NamespacedDeploymentScale" + ReadAppsV1NamespacedDeploymentStatusOperation OperationName = "ReadAppsV1NamespacedDeploymentStatus" + ReadAppsV1NamespacedReplicaSetOperation OperationName = "ReadAppsV1NamespacedReplicaSet" + ReadAppsV1NamespacedReplicaSetScaleOperation OperationName = "ReadAppsV1NamespacedReplicaSetScale" + ReadAppsV1NamespacedReplicaSetStatusOperation OperationName = "ReadAppsV1NamespacedReplicaSetStatus" + ReadAppsV1NamespacedStatefulSetOperation OperationName = "ReadAppsV1NamespacedStatefulSet" + ReadAppsV1NamespacedStatefulSetScaleOperation OperationName = "ReadAppsV1NamespacedStatefulSetScale" + ReadAppsV1NamespacedStatefulSetStatusOperation OperationName = "ReadAppsV1NamespacedStatefulSetStatus" + ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation OperationName = "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler" + ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation OperationName = "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus" + ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation OperationName = "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation OperationName = "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus" + ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation OperationName = "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation OperationName = "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus" + ReadBatchV1NamespacedCronJobOperation OperationName = "ReadBatchV1NamespacedCronJob" + ReadBatchV1NamespacedCronJobStatusOperation OperationName = "ReadBatchV1NamespacedCronJobStatus" + ReadBatchV1NamespacedJobOperation OperationName = "ReadBatchV1NamespacedJob" + ReadBatchV1NamespacedJobStatusOperation OperationName = "ReadBatchV1NamespacedJobStatus" + ReadBatchV1beta1NamespacedCronJobOperation OperationName = "ReadBatchV1beta1NamespacedCronJob" + ReadBatchV1beta1NamespacedCronJobStatusOperation OperationName = "ReadBatchV1beta1NamespacedCronJobStatus" + ReadCertificatesV1CertificateSigningRequestOperation OperationName = "ReadCertificatesV1CertificateSigningRequest" + ReadCertificatesV1CertificateSigningRequestApprovalOperation OperationName = "ReadCertificatesV1CertificateSigningRequestApproval" + ReadCertificatesV1CertificateSigningRequestStatusOperation OperationName = "ReadCertificatesV1CertificateSigningRequestStatus" + ReadCoordinationV1NamespacedLeaseOperation OperationName = "ReadCoordinationV1NamespacedLease" + ReadCoreV1ComponentStatusOperation OperationName = "ReadCoreV1ComponentStatus" + ReadCoreV1NamespaceOperation OperationName = "ReadCoreV1Namespace" + ReadCoreV1NamespaceStatusOperation OperationName = "ReadCoreV1NamespaceStatus" + ReadCoreV1NamespacedConfigMapOperation OperationName = "ReadCoreV1NamespacedConfigMap" + ReadCoreV1NamespacedEndpointsOperation OperationName = "ReadCoreV1NamespacedEndpoints" + ReadCoreV1NamespacedEventOperation OperationName = "ReadCoreV1NamespacedEvent" + ReadCoreV1NamespacedLimitRangeOperation OperationName = "ReadCoreV1NamespacedLimitRange" + ReadCoreV1NamespacedPersistentVolumeClaimOperation OperationName = "ReadCoreV1NamespacedPersistentVolumeClaim" + ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation OperationName = "ReadCoreV1NamespacedPersistentVolumeClaimStatus" + ReadCoreV1NamespacedPodOperation OperationName = "ReadCoreV1NamespacedPod" + ReadCoreV1NamespacedPodEphemeralcontainersOperation OperationName = "ReadCoreV1NamespacedPodEphemeralcontainers" + ReadCoreV1NamespacedPodLogOperation OperationName = "ReadCoreV1NamespacedPodLog" + ReadCoreV1NamespacedPodStatusOperation OperationName = "ReadCoreV1NamespacedPodStatus" + ReadCoreV1NamespacedPodTemplateOperation OperationName = "ReadCoreV1NamespacedPodTemplate" + ReadCoreV1NamespacedReplicationControllerOperation OperationName = "ReadCoreV1NamespacedReplicationController" + ReadCoreV1NamespacedReplicationControllerScaleOperation OperationName = "ReadCoreV1NamespacedReplicationControllerScale" + ReadCoreV1NamespacedReplicationControllerStatusOperation OperationName = "ReadCoreV1NamespacedReplicationControllerStatus" + ReadCoreV1NamespacedResourceQuotaOperation OperationName = "ReadCoreV1NamespacedResourceQuota" + ReadCoreV1NamespacedResourceQuotaStatusOperation OperationName = "ReadCoreV1NamespacedResourceQuotaStatus" + ReadCoreV1NamespacedSecretOperation OperationName = "ReadCoreV1NamespacedSecret" + ReadCoreV1NamespacedServiceOperation OperationName = "ReadCoreV1NamespacedService" + ReadCoreV1NamespacedServiceAccountOperation OperationName = "ReadCoreV1NamespacedServiceAccount" + ReadCoreV1NamespacedServiceStatusOperation OperationName = "ReadCoreV1NamespacedServiceStatus" + ReadCoreV1NodeOperation OperationName = "ReadCoreV1Node" + ReadCoreV1NodeStatusOperation OperationName = "ReadCoreV1NodeStatus" + ReadCoreV1PersistentVolumeOperation OperationName = "ReadCoreV1PersistentVolume" + ReadCoreV1PersistentVolumeStatusOperation OperationName = "ReadCoreV1PersistentVolumeStatus" + ReadDiscoveryV1NamespacedEndpointSliceOperation OperationName = "ReadDiscoveryV1NamespacedEndpointSlice" + ReadDiscoveryV1beta1NamespacedEndpointSliceOperation OperationName = "ReadDiscoveryV1beta1NamespacedEndpointSlice" + ReadEventsV1NamespacedEventOperation OperationName = "ReadEventsV1NamespacedEvent" + ReadEventsV1beta1NamespacedEventOperation OperationName = "ReadEventsV1beta1NamespacedEvent" + ReadFlowcontrolApiserverV1beta1FlowSchemaOperation OperationName = "ReadFlowcontrolApiserverV1beta1FlowSchema" + ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation OperationName = "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus" + ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation OperationName = "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation OperationName = "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus" + ReadFlowcontrolApiserverV1beta2FlowSchemaOperation OperationName = "ReadFlowcontrolApiserverV1beta2FlowSchema" + ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation OperationName = "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus" + ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation OperationName = "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation OperationName = "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus" + ReadInternalApiserverV1alpha1StorageVersionOperation OperationName = "ReadInternalApiserverV1alpha1StorageVersion" + ReadInternalApiserverV1alpha1StorageVersionStatusOperation OperationName = "ReadInternalApiserverV1alpha1StorageVersionStatus" + ReadNetworkingV1IngressClassOperation OperationName = "ReadNetworkingV1IngressClass" + ReadNetworkingV1NamespacedIngressOperation OperationName = "ReadNetworkingV1NamespacedIngress" + ReadNetworkingV1NamespacedIngressStatusOperation OperationName = "ReadNetworkingV1NamespacedIngressStatus" + ReadNetworkingV1NamespacedNetworkPolicyOperation OperationName = "ReadNetworkingV1NamespacedNetworkPolicy" + ReadNodeV1RuntimeClassOperation OperationName = "ReadNodeV1RuntimeClass" + ReadNodeV1alpha1RuntimeClassOperation OperationName = "ReadNodeV1alpha1RuntimeClass" + ReadNodeV1beta1RuntimeClassOperation OperationName = "ReadNodeV1beta1RuntimeClass" + ReadPolicyV1NamespacedPodDisruptionBudgetOperation OperationName = "ReadPolicyV1NamespacedPodDisruptionBudget" + ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation OperationName = "ReadPolicyV1NamespacedPodDisruptionBudgetStatus" + ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation OperationName = "ReadPolicyV1beta1NamespacedPodDisruptionBudget" + ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation OperationName = "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus" + ReadPolicyV1beta1PodSecurityPolicyOperation OperationName = "ReadPolicyV1beta1PodSecurityPolicy" + ReadRbacAuthorizationV1ClusterRoleOperation OperationName = "ReadRbacAuthorizationV1ClusterRole" + ReadRbacAuthorizationV1ClusterRoleBindingOperation OperationName = "ReadRbacAuthorizationV1ClusterRoleBinding" + ReadRbacAuthorizationV1NamespacedRoleOperation OperationName = "ReadRbacAuthorizationV1NamespacedRole" + ReadRbacAuthorizationV1NamespacedRoleBindingOperation OperationName = "ReadRbacAuthorizationV1NamespacedRoleBinding" + ReadSchedulingV1PriorityClassOperation OperationName = "ReadSchedulingV1PriorityClass" + ReadStorageV1CSIDriverOperation OperationName = "ReadStorageV1CSIDriver" + ReadStorageV1CSINodeOperation OperationName = "ReadStorageV1CSINode" + ReadStorageV1StorageClassOperation OperationName = "ReadStorageV1StorageClass" + ReadStorageV1VolumeAttachmentOperation OperationName = "ReadStorageV1VolumeAttachment" + ReadStorageV1VolumeAttachmentStatusOperation OperationName = "ReadStorageV1VolumeAttachmentStatus" + ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation OperationName = "ReadStorageV1alpha1NamespacedCSIStorageCapacity" + ReadStorageV1beta1NamespacedCSIStorageCapacityOperation OperationName = "ReadStorageV1beta1NamespacedCSIStorageCapacity" + WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation OperationName = "WatchAdmissionregistrationV1MutatingWebhookConfiguration" + WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation OperationName = "WatchAdmissionregistrationV1MutatingWebhookConfigurationList" + WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation OperationName = "WatchAdmissionregistrationV1ValidatingWebhookConfiguration" + WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation OperationName = "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList" + WatchApiextensionsV1CustomResourceDefinitionOperation OperationName = "WatchApiextensionsV1CustomResourceDefinition" + WatchApiextensionsV1CustomResourceDefinitionListOperation OperationName = "WatchApiextensionsV1CustomResourceDefinitionList" + WatchApiregistrationV1APIServiceOperation OperationName = "WatchApiregistrationV1APIService" + WatchApiregistrationV1APIServiceListOperation OperationName = "WatchApiregistrationV1APIServiceList" + WatchAppsV1ControllerRevisionListForAllNamespacesOperation OperationName = "WatchAppsV1ControllerRevisionListForAllNamespaces" + WatchAppsV1DaemonSetListForAllNamespacesOperation OperationName = "WatchAppsV1DaemonSetListForAllNamespaces" + WatchAppsV1DeploymentListForAllNamespacesOperation OperationName = "WatchAppsV1DeploymentListForAllNamespaces" + WatchAppsV1NamespacedControllerRevisionOperation OperationName = "WatchAppsV1NamespacedControllerRevision" + WatchAppsV1NamespacedControllerRevisionListOperation OperationName = "WatchAppsV1NamespacedControllerRevisionList" + WatchAppsV1NamespacedDaemonSetOperation OperationName = "WatchAppsV1NamespacedDaemonSet" + WatchAppsV1NamespacedDaemonSetListOperation OperationName = "WatchAppsV1NamespacedDaemonSetList" + WatchAppsV1NamespacedDeploymentOperation OperationName = "WatchAppsV1NamespacedDeployment" + WatchAppsV1NamespacedDeploymentListOperation OperationName = "WatchAppsV1NamespacedDeploymentList" + WatchAppsV1NamespacedReplicaSetOperation OperationName = "WatchAppsV1NamespacedReplicaSet" + WatchAppsV1NamespacedReplicaSetListOperation OperationName = "WatchAppsV1NamespacedReplicaSetList" + WatchAppsV1NamespacedStatefulSetOperation OperationName = "WatchAppsV1NamespacedStatefulSet" + WatchAppsV1NamespacedStatefulSetListOperation OperationName = "WatchAppsV1NamespacedStatefulSetList" + WatchAppsV1ReplicaSetListForAllNamespacesOperation OperationName = "WatchAppsV1ReplicaSetListForAllNamespaces" + WatchAppsV1StatefulSetListForAllNamespacesOperation OperationName = "WatchAppsV1StatefulSetListForAllNamespaces" + WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation OperationName = "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces" + WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation OperationName = "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler" + WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation OperationName = "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList" + WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation OperationName = "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces" + WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation OperationName = "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation OperationName = "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList" + WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation OperationName = "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces" + WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation OperationName = "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation OperationName = "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList" + WatchBatchV1CronJobListForAllNamespacesOperation OperationName = "WatchBatchV1CronJobListForAllNamespaces" + WatchBatchV1JobListForAllNamespacesOperation OperationName = "WatchBatchV1JobListForAllNamespaces" + WatchBatchV1NamespacedCronJobOperation OperationName = "WatchBatchV1NamespacedCronJob" + WatchBatchV1NamespacedCronJobListOperation OperationName = "WatchBatchV1NamespacedCronJobList" + WatchBatchV1NamespacedJobOperation OperationName = "WatchBatchV1NamespacedJob" + WatchBatchV1NamespacedJobListOperation OperationName = "WatchBatchV1NamespacedJobList" + WatchBatchV1beta1CronJobListForAllNamespacesOperation OperationName = "WatchBatchV1beta1CronJobListForAllNamespaces" + WatchBatchV1beta1NamespacedCronJobOperation OperationName = "WatchBatchV1beta1NamespacedCronJob" + WatchBatchV1beta1NamespacedCronJobListOperation OperationName = "WatchBatchV1beta1NamespacedCronJobList" + WatchCertificatesV1CertificateSigningRequestOperation OperationName = "WatchCertificatesV1CertificateSigningRequest" + WatchCertificatesV1CertificateSigningRequestListOperation OperationName = "WatchCertificatesV1CertificateSigningRequestList" + WatchCoordinationV1LeaseListForAllNamespacesOperation OperationName = "WatchCoordinationV1LeaseListForAllNamespaces" + WatchCoordinationV1NamespacedLeaseOperation OperationName = "WatchCoordinationV1NamespacedLease" + WatchCoordinationV1NamespacedLeaseListOperation OperationName = "WatchCoordinationV1NamespacedLeaseList" + WatchCoreV1ConfigMapListForAllNamespacesOperation OperationName = "WatchCoreV1ConfigMapListForAllNamespaces" + WatchCoreV1EndpointsListForAllNamespacesOperation OperationName = "WatchCoreV1EndpointsListForAllNamespaces" + WatchCoreV1EventListForAllNamespacesOperation OperationName = "WatchCoreV1EventListForAllNamespaces" + WatchCoreV1LimitRangeListForAllNamespacesOperation OperationName = "WatchCoreV1LimitRangeListForAllNamespaces" + WatchCoreV1NamespaceOperation OperationName = "WatchCoreV1Namespace" + WatchCoreV1NamespaceListOperation OperationName = "WatchCoreV1NamespaceList" + WatchCoreV1NamespacedConfigMapOperation OperationName = "WatchCoreV1NamespacedConfigMap" + WatchCoreV1NamespacedConfigMapListOperation OperationName = "WatchCoreV1NamespacedConfigMapList" + WatchCoreV1NamespacedEndpointsOperation OperationName = "WatchCoreV1NamespacedEndpoints" + WatchCoreV1NamespacedEndpointsListOperation OperationName = "WatchCoreV1NamespacedEndpointsList" + WatchCoreV1NamespacedEventOperation OperationName = "WatchCoreV1NamespacedEvent" + WatchCoreV1NamespacedEventListOperation OperationName = "WatchCoreV1NamespacedEventList" + WatchCoreV1NamespacedLimitRangeOperation OperationName = "WatchCoreV1NamespacedLimitRange" + WatchCoreV1NamespacedLimitRangeListOperation OperationName = "WatchCoreV1NamespacedLimitRangeList" + WatchCoreV1NamespacedPersistentVolumeClaimOperation OperationName = "WatchCoreV1NamespacedPersistentVolumeClaim" + WatchCoreV1NamespacedPersistentVolumeClaimListOperation OperationName = "WatchCoreV1NamespacedPersistentVolumeClaimList" + WatchCoreV1NamespacedPodOperation OperationName = "WatchCoreV1NamespacedPod" + WatchCoreV1NamespacedPodListOperation OperationName = "WatchCoreV1NamespacedPodList" + WatchCoreV1NamespacedPodTemplateOperation OperationName = "WatchCoreV1NamespacedPodTemplate" + WatchCoreV1NamespacedPodTemplateListOperation OperationName = "WatchCoreV1NamespacedPodTemplateList" + WatchCoreV1NamespacedReplicationControllerOperation OperationName = "WatchCoreV1NamespacedReplicationController" + WatchCoreV1NamespacedReplicationControllerListOperation OperationName = "WatchCoreV1NamespacedReplicationControllerList" + WatchCoreV1NamespacedResourceQuotaOperation OperationName = "WatchCoreV1NamespacedResourceQuota" + WatchCoreV1NamespacedResourceQuotaListOperation OperationName = "WatchCoreV1NamespacedResourceQuotaList" + WatchCoreV1NamespacedSecretOperation OperationName = "WatchCoreV1NamespacedSecret" + WatchCoreV1NamespacedSecretListOperation OperationName = "WatchCoreV1NamespacedSecretList" + WatchCoreV1NamespacedServiceOperation OperationName = "WatchCoreV1NamespacedService" + WatchCoreV1NamespacedServiceAccountOperation OperationName = "WatchCoreV1NamespacedServiceAccount" + WatchCoreV1NamespacedServiceAccountListOperation OperationName = "WatchCoreV1NamespacedServiceAccountList" + WatchCoreV1NamespacedServiceListOperation OperationName = "WatchCoreV1NamespacedServiceList" + WatchCoreV1NodeOperation OperationName = "WatchCoreV1Node" + WatchCoreV1NodeListOperation OperationName = "WatchCoreV1NodeList" + WatchCoreV1PersistentVolumeOperation OperationName = "WatchCoreV1PersistentVolume" + WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation OperationName = "WatchCoreV1PersistentVolumeClaimListForAllNamespaces" + WatchCoreV1PersistentVolumeListOperation OperationName = "WatchCoreV1PersistentVolumeList" + WatchCoreV1PodListForAllNamespacesOperation OperationName = "WatchCoreV1PodListForAllNamespaces" + WatchCoreV1PodTemplateListForAllNamespacesOperation OperationName = "WatchCoreV1PodTemplateListForAllNamespaces" + WatchCoreV1ReplicationControllerListForAllNamespacesOperation OperationName = "WatchCoreV1ReplicationControllerListForAllNamespaces" + WatchCoreV1ResourceQuotaListForAllNamespacesOperation OperationName = "WatchCoreV1ResourceQuotaListForAllNamespaces" + WatchCoreV1SecretListForAllNamespacesOperation OperationName = "WatchCoreV1SecretListForAllNamespaces" + WatchCoreV1ServiceAccountListForAllNamespacesOperation OperationName = "WatchCoreV1ServiceAccountListForAllNamespaces" + WatchCoreV1ServiceListForAllNamespacesOperation OperationName = "WatchCoreV1ServiceListForAllNamespaces" + WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation OperationName = "WatchDiscoveryV1EndpointSliceListForAllNamespaces" + WatchDiscoveryV1NamespacedEndpointSliceOperation OperationName = "WatchDiscoveryV1NamespacedEndpointSlice" + WatchDiscoveryV1NamespacedEndpointSliceListOperation OperationName = "WatchDiscoveryV1NamespacedEndpointSliceList" + WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation OperationName = "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces" + WatchDiscoveryV1beta1NamespacedEndpointSliceOperation OperationName = "WatchDiscoveryV1beta1NamespacedEndpointSlice" + WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation OperationName = "WatchDiscoveryV1beta1NamespacedEndpointSliceList" + WatchEventsV1EventListForAllNamespacesOperation OperationName = "WatchEventsV1EventListForAllNamespaces" + WatchEventsV1NamespacedEventOperation OperationName = "WatchEventsV1NamespacedEvent" + WatchEventsV1NamespacedEventListOperation OperationName = "WatchEventsV1NamespacedEventList" + WatchEventsV1beta1EventListForAllNamespacesOperation OperationName = "WatchEventsV1beta1EventListForAllNamespaces" + WatchEventsV1beta1NamespacedEventOperation OperationName = "WatchEventsV1beta1NamespacedEvent" + WatchEventsV1beta1NamespacedEventListOperation OperationName = "WatchEventsV1beta1NamespacedEventList" + WatchFlowcontrolApiserverV1beta1FlowSchemaOperation OperationName = "WatchFlowcontrolApiserverV1beta1FlowSchema" + WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation OperationName = "WatchFlowcontrolApiserverV1beta1FlowSchemaList" + WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation OperationName = "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation OperationName = "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList" + WatchFlowcontrolApiserverV1beta2FlowSchemaOperation OperationName = "WatchFlowcontrolApiserverV1beta2FlowSchema" + WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation OperationName = "WatchFlowcontrolApiserverV1beta2FlowSchemaList" + WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation OperationName = "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation OperationName = "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList" + WatchInternalApiserverV1alpha1StorageVersionOperation OperationName = "WatchInternalApiserverV1alpha1StorageVersion" + WatchInternalApiserverV1alpha1StorageVersionListOperation OperationName = "WatchInternalApiserverV1alpha1StorageVersionList" + WatchNetworkingV1IngressClassOperation OperationName = "WatchNetworkingV1IngressClass" + WatchNetworkingV1IngressClassListOperation OperationName = "WatchNetworkingV1IngressClassList" + WatchNetworkingV1IngressListForAllNamespacesOperation OperationName = "WatchNetworkingV1IngressListForAllNamespaces" + WatchNetworkingV1NamespacedIngressOperation OperationName = "WatchNetworkingV1NamespacedIngress" + WatchNetworkingV1NamespacedIngressListOperation OperationName = "WatchNetworkingV1NamespacedIngressList" + WatchNetworkingV1NamespacedNetworkPolicyOperation OperationName = "WatchNetworkingV1NamespacedNetworkPolicy" + WatchNetworkingV1NamespacedNetworkPolicyListOperation OperationName = "WatchNetworkingV1NamespacedNetworkPolicyList" + WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation OperationName = "WatchNetworkingV1NetworkPolicyListForAllNamespaces" + WatchNodeV1RuntimeClassOperation OperationName = "WatchNodeV1RuntimeClass" + WatchNodeV1RuntimeClassListOperation OperationName = "WatchNodeV1RuntimeClassList" + WatchNodeV1alpha1RuntimeClassOperation OperationName = "WatchNodeV1alpha1RuntimeClass" + WatchNodeV1alpha1RuntimeClassListOperation OperationName = "WatchNodeV1alpha1RuntimeClassList" + WatchNodeV1beta1RuntimeClassOperation OperationName = "WatchNodeV1beta1RuntimeClass" + WatchNodeV1beta1RuntimeClassListOperation OperationName = "WatchNodeV1beta1RuntimeClassList" + WatchPolicyV1NamespacedPodDisruptionBudgetOperation OperationName = "WatchPolicyV1NamespacedPodDisruptionBudget" + WatchPolicyV1NamespacedPodDisruptionBudgetListOperation OperationName = "WatchPolicyV1NamespacedPodDisruptionBudgetList" + WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation OperationName = "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces" + WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation OperationName = "WatchPolicyV1beta1NamespacedPodDisruptionBudget" + WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation OperationName = "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList" + WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation OperationName = "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces" + WatchPolicyV1beta1PodSecurityPolicyOperation OperationName = "WatchPolicyV1beta1PodSecurityPolicy" + WatchPolicyV1beta1PodSecurityPolicyListOperation OperationName = "WatchPolicyV1beta1PodSecurityPolicyList" + WatchRbacAuthorizationV1ClusterRoleOperation OperationName = "WatchRbacAuthorizationV1ClusterRole" + WatchRbacAuthorizationV1ClusterRoleBindingOperation OperationName = "WatchRbacAuthorizationV1ClusterRoleBinding" + WatchRbacAuthorizationV1ClusterRoleBindingListOperation OperationName = "WatchRbacAuthorizationV1ClusterRoleBindingList" + WatchRbacAuthorizationV1ClusterRoleListOperation OperationName = "WatchRbacAuthorizationV1ClusterRoleList" + WatchRbacAuthorizationV1NamespacedRoleOperation OperationName = "WatchRbacAuthorizationV1NamespacedRole" + WatchRbacAuthorizationV1NamespacedRoleBindingOperation OperationName = "WatchRbacAuthorizationV1NamespacedRoleBinding" + WatchRbacAuthorizationV1NamespacedRoleBindingListOperation OperationName = "WatchRbacAuthorizationV1NamespacedRoleBindingList" + WatchRbacAuthorizationV1NamespacedRoleListOperation OperationName = "WatchRbacAuthorizationV1NamespacedRoleList" + WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation OperationName = "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces" + WatchRbacAuthorizationV1RoleListForAllNamespacesOperation OperationName = "WatchRbacAuthorizationV1RoleListForAllNamespaces" + WatchSchedulingV1PriorityClassOperation OperationName = "WatchSchedulingV1PriorityClass" + WatchSchedulingV1PriorityClassListOperation OperationName = "WatchSchedulingV1PriorityClassList" + WatchStorageV1CSIDriverOperation OperationName = "WatchStorageV1CSIDriver" + WatchStorageV1CSIDriverListOperation OperationName = "WatchStorageV1CSIDriverList" + WatchStorageV1CSINodeOperation OperationName = "WatchStorageV1CSINode" + WatchStorageV1CSINodeListOperation OperationName = "WatchStorageV1CSINodeList" + WatchStorageV1StorageClassOperation OperationName = "WatchStorageV1StorageClass" + WatchStorageV1StorageClassListOperation OperationName = "WatchStorageV1StorageClassList" + WatchStorageV1VolumeAttachmentOperation OperationName = "WatchStorageV1VolumeAttachment" + WatchStorageV1VolumeAttachmentListOperation OperationName = "WatchStorageV1VolumeAttachmentList" + WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation OperationName = "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces" + WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation OperationName = "WatchStorageV1alpha1NamespacedCSIStorageCapacity" + WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation OperationName = "WatchStorageV1alpha1NamespacedCSIStorageCapacityList" + WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation OperationName = "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces" + WatchStorageV1beta1NamespacedCSIStorageCapacityOperation OperationName = "WatchStorageV1beta1NamespacedCSIStorageCapacity" + WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation OperationName = "WatchStorageV1beta1NamespacedCSIStorageCapacityList" +) diff --git a/examples/ex_k8s/oas_router_gen.go b/examples/ex_k8s/oas_router_gen.go index a76a891cf..dce43fc02 100644 --- a/examples/ex_k8s/oas_router_gen.go +++ b/examples/ex_k8s/oas_router_gen.go @@ -13205,7 +13205,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetServiceAccountIssuerOpenIDConfiguration" + r.name = GetServiceAccountIssuerOpenIDConfigurationOperation r.summary = "" r.operationID = "getServiceAccountIssuerOpenIDConfiguration" r.pathPattern = "/.well-known/openid-configuration/" @@ -13241,7 +13241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCoreAPIVersions" + r.name = GetCoreAPIVersionsOperation r.summary = "" r.operationID = "getCoreAPIVersions" r.pathPattern = "/api/" @@ -13264,7 +13264,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCoreV1APIResources" + r.name = GetCoreV1APIResourcesOperation r.summary = "" r.operationID = "getCoreV1APIResources" r.pathPattern = "/api/v1/" @@ -13299,7 +13299,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1ComponentStatus" + r.name = ListCoreV1ComponentStatusOperation r.summary = "" r.operationID = "listCoreV1ComponentStatus" r.pathPattern = "/api/v1/componentstatuses" @@ -13328,7 +13328,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1ComponentStatus" + r.name = ReadCoreV1ComponentStatusOperation r.summary = "" r.operationID = "readCoreV1ComponentStatus" r.pathPattern = "/api/v1/componentstatuses/{name}" @@ -13356,7 +13356,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1ConfigMapForAllNamespaces" + r.name = ListCoreV1ConfigMapForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1ConfigMapForAllNamespaces" r.pathPattern = "/api/v1/configmaps" @@ -13396,7 +13396,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1EndpointsForAllNamespaces" + r.name = ListCoreV1EndpointsForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1EndpointsForAllNamespaces" r.pathPattern = "/api/v1/endpoints" @@ -13421,7 +13421,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1EventForAllNamespaces" + r.name = ListCoreV1EventForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1EventForAllNamespaces" r.pathPattern = "/api/v1/events" @@ -13449,7 +13449,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1LimitRangeForAllNamespaces" + r.name = ListCoreV1LimitRangeForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1LimitRangeForAllNamespaces" r.pathPattern = "/api/v1/limitranges" @@ -13485,7 +13485,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1Namespace" + r.name = ListCoreV1NamespaceOperation r.summary = "" r.operationID = "listCoreV1Namespace" r.pathPattern = "/api/v1/namespaces" @@ -13517,7 +13517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1Namespace" + r.name = ReadCoreV1NamespaceOperation r.summary = "" r.operationID = "readCoreV1Namespace" r.pathPattern = "/api/v1/namespaces/{name}" @@ -13552,7 +13552,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedConfigMap" + r.name = ListCoreV1NamespacedConfigMapOperation r.summary = "" r.operationID = "listCoreV1NamespacedConfigMap" r.pathPattern = "/api/v1/namespaces/{namespace}/configmaps" @@ -13581,7 +13581,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedConfigMap" + r.name = ReadCoreV1NamespacedConfigMapOperation r.summary = "" r.operationID = "readCoreV1NamespacedConfigMap" r.pathPattern = "/api/v1/namespaces/{namespace}/configmaps/{name}" @@ -13620,7 +13620,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedEndpoints" + r.name = ListCoreV1NamespacedEndpointsOperation r.summary = "" r.operationID = "listCoreV1NamespacedEndpoints" r.pathPattern = "/api/v1/namespaces/{namespace}/endpoints" @@ -13649,7 +13649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedEndpoints" + r.name = ReadCoreV1NamespacedEndpointsOperation r.summary = "" r.operationID = "readCoreV1NamespacedEndpoints" r.pathPattern = "/api/v1/namespaces/{namespace}/endpoints/{name}" @@ -13676,7 +13676,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedEvent" + r.name = ListCoreV1NamespacedEventOperation r.summary = "" r.operationID = "listCoreV1NamespacedEvent" r.pathPattern = "/api/v1/namespaces/{namespace}/events" @@ -13705,7 +13705,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedEvent" + r.name = ReadCoreV1NamespacedEventOperation r.summary = "" r.operationID = "readCoreV1NamespacedEvent" r.pathPattern = "/api/v1/namespaces/{namespace}/events/{name}" @@ -13735,7 +13735,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedLimitRange" + r.name = ListCoreV1NamespacedLimitRangeOperation r.summary = "" r.operationID = "listCoreV1NamespacedLimitRange" r.pathPattern = "/api/v1/namespaces/{namespace}/limitranges" @@ -13764,7 +13764,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedLimitRange" + r.name = ReadCoreV1NamespacedLimitRangeOperation r.summary = "" r.operationID = "readCoreV1NamespacedLimitRange" r.pathPattern = "/api/v1/namespaces/{namespace}/limitranges/{name}" @@ -13803,7 +13803,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedPersistentVolumeClaim" + r.name = ListCoreV1NamespacedPersistentVolumeClaimOperation r.summary = "" r.operationID = "listCoreV1NamespacedPersistentVolumeClaim" r.pathPattern = "/api/v1/namespaces/{namespace}/persistentvolumeclaims" @@ -13835,7 +13835,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1NamespacedPersistentVolumeClaim" + r.name = ReadCoreV1NamespacedPersistentVolumeClaimOperation r.summary = "" r.operationID = "readCoreV1NamespacedPersistentVolumeClaim" r.pathPattern = "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}" @@ -13859,7 +13859,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedPersistentVolumeClaimStatus" + r.name = ReadCoreV1NamespacedPersistentVolumeClaimStatusOperation r.summary = "" r.operationID = "readCoreV1NamespacedPersistentVolumeClaimStatus" r.pathPattern = "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status" @@ -13901,7 +13901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedPod" + r.name = ListCoreV1NamespacedPodOperation r.summary = "" r.operationID = "listCoreV1NamespacedPod" r.pathPattern = "/api/v1/namespaces/{namespace}/pods" @@ -13933,7 +13933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1NamespacedPod" + r.name = ReadCoreV1NamespacedPodOperation r.summary = "" r.operationID = "readCoreV1NamespacedPod" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}" @@ -13969,7 +13969,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ConnectCoreV1GetNamespacedPodAttach" + r.name = ConnectCoreV1GetNamespacedPodAttachOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedPodAttach" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/attach" @@ -13977,7 +13977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedPodAttach" + r.name = ConnectCoreV1PostNamespacedPodAttachOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedPodAttach" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/attach" @@ -14014,7 +14014,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedPodEphemeralcontainers" + r.name = ReadCoreV1NamespacedPodEphemeralcontainersOperation r.summary = "" r.operationID = "readCoreV1NamespacedPodEphemeralcontainers" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers" @@ -14039,7 +14039,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ConnectCoreV1GetNamespacedPodExec" + r.name = ConnectCoreV1GetNamespacedPodExecOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedPodExec" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/exec" @@ -14047,7 +14047,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedPodExec" + r.name = ConnectCoreV1PostNamespacedPodExecOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedPodExec" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/exec" @@ -14075,7 +14075,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedPodLog" + r.name = ReadCoreV1NamespacedPodLogOperation r.summary = "" r.operationID = "readCoreV1NamespacedPodLog" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/log" @@ -14112,7 +14112,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ConnectCoreV1GetNamespacedPodPortforward" + r.name = ConnectCoreV1GetNamespacedPodPortforwardOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedPodPortforward" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/portforward" @@ -14120,7 +14120,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedPodPortforward" + r.name = ConnectCoreV1PostNamespacedPodPortforwardOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedPodPortforward" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/portforward" @@ -14144,7 +14144,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNamespacedPodProxy" + r.name = ConnectCoreV1DeleteNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1DeleteNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14152,7 +14152,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ConnectCoreV1GetNamespacedPodProxy" + r.name = ConnectCoreV1GetNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14160,7 +14160,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNamespacedPodProxy" + r.name = ConnectCoreV1HeadNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1HeadNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14168,7 +14168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNamespacedPodProxy" + r.name = ConnectCoreV1OptionsNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1OptionsNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14176,7 +14176,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNamespacedPodProxy" + r.name = ConnectCoreV1PatchNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1PatchNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14184,7 +14184,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedPodProxy" + r.name = ConnectCoreV1PostNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14192,7 +14192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ConnectCoreV1PutNamespacedPodProxy" + r.name = ConnectCoreV1PutNamespacedPodProxyOperation r.summary = "" r.operationID = "connectCoreV1PutNamespacedPodProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy" @@ -14221,7 +14221,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNamespacedPodProxyWithPath" + r.name = ConnectCoreV1DeleteNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1DeleteNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14229,7 +14229,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ConnectCoreV1GetNamespacedPodProxyWithPath" + r.name = ConnectCoreV1GetNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14237,7 +14237,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNamespacedPodProxyWithPath" + r.name = ConnectCoreV1HeadNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1HeadNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14245,7 +14245,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNamespacedPodProxyWithPath" + r.name = ConnectCoreV1OptionsNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1OptionsNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14253,7 +14253,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNamespacedPodProxyWithPath" + r.name = ConnectCoreV1PatchNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PatchNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14261,7 +14261,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedPodProxyWithPath" + r.name = ConnectCoreV1PostNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14269,7 +14269,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ConnectCoreV1PutNamespacedPodProxyWithPath" + r.name = ConnectCoreV1PutNamespacedPodProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PutNamespacedPodProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}" @@ -14300,7 +14300,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedPodStatus" + r.name = ReadCoreV1NamespacedPodStatusOperation r.summary = "" r.operationID = "readCoreV1NamespacedPodStatus" r.pathPattern = "/api/v1/namespaces/{namespace}/pods/{name}/status" @@ -14333,7 +14333,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedPodTemplate" + r.name = ListCoreV1NamespacedPodTemplateOperation r.summary = "" r.operationID = "listCoreV1NamespacedPodTemplate" r.pathPattern = "/api/v1/namespaces/{namespace}/podtemplates" @@ -14362,7 +14362,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedPodTemplate" + r.name = ReadCoreV1NamespacedPodTemplateOperation r.summary = "" r.operationID = "readCoreV1NamespacedPodTemplate" r.pathPattern = "/api/v1/namespaces/{namespace}/podtemplates/{name}" @@ -14407,7 +14407,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedReplicationController" + r.name = ListCoreV1NamespacedReplicationControllerOperation r.summary = "" r.operationID = "listCoreV1NamespacedReplicationController" r.pathPattern = "/api/v1/namespaces/{namespace}/replicationcontrollers" @@ -14439,7 +14439,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1NamespacedReplicationController" + r.name = ReadCoreV1NamespacedReplicationControllerOperation r.summary = "" r.operationID = "readCoreV1NamespacedReplicationController" r.pathPattern = "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}" @@ -14475,7 +14475,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedReplicationControllerScale" + r.name = ReadCoreV1NamespacedReplicationControllerScaleOperation r.summary = "" r.operationID = "readCoreV1NamespacedReplicationControllerScale" r.pathPattern = "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale" @@ -14500,7 +14500,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedReplicationControllerStatus" + r.name = ReadCoreV1NamespacedReplicationControllerStatusOperation r.summary = "" r.operationID = "readCoreV1NamespacedReplicationControllerStatus" r.pathPattern = "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status" @@ -14533,7 +14533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedResourceQuota" + r.name = ListCoreV1NamespacedResourceQuotaOperation r.summary = "" r.operationID = "listCoreV1NamespacedResourceQuota" r.pathPattern = "/api/v1/namespaces/{namespace}/resourcequotas" @@ -14565,7 +14565,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1NamespacedResourceQuota" + r.name = ReadCoreV1NamespacedResourceQuotaOperation r.summary = "" r.operationID = "readCoreV1NamespacedResourceQuota" r.pathPattern = "/api/v1/namespaces/{namespace}/resourcequotas/{name}" @@ -14589,7 +14589,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedResourceQuotaStatus" + r.name = ReadCoreV1NamespacedResourceQuotaStatusOperation r.summary = "" r.operationID = "readCoreV1NamespacedResourceQuotaStatus" r.pathPattern = "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status" @@ -14646,7 +14646,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedSecret" + r.name = ListCoreV1NamespacedSecretOperation r.summary = "" r.operationID = "listCoreV1NamespacedSecret" r.pathPattern = "/api/v1/namespaces/{namespace}/secrets" @@ -14675,7 +14675,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedSecret" + r.name = ReadCoreV1NamespacedSecretOperation r.summary = "" r.operationID = "readCoreV1NamespacedSecret" r.pathPattern = "/api/v1/namespaces/{namespace}/secrets/{name}" @@ -14714,7 +14714,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedServiceAccount" + r.name = ListCoreV1NamespacedServiceAccountOperation r.summary = "" r.operationID = "listCoreV1NamespacedServiceAccount" r.pathPattern = "/api/v1/namespaces/{namespace}/serviceaccounts" @@ -14743,7 +14743,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedServiceAccount" + r.name = ReadCoreV1NamespacedServiceAccountOperation r.summary = "" r.operationID = "readCoreV1NamespacedServiceAccount" r.pathPattern = "/api/v1/namespaces/{namespace}/serviceaccounts/{name}" @@ -14770,7 +14770,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1NamespacedService" + r.name = ListCoreV1NamespacedServiceOperation r.summary = "" r.operationID = "listCoreV1NamespacedService" r.pathPattern = "/api/v1/namespaces/{namespace}/services" @@ -14802,7 +14802,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1NamespacedService" + r.name = ReadCoreV1NamespacedServiceOperation r.summary = "" r.operationID = "readCoreV1NamespacedService" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}" @@ -14837,7 +14837,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNamespacedServiceProxy" + r.name = ConnectCoreV1DeleteNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1DeleteNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14845,7 +14845,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ConnectCoreV1GetNamespacedServiceProxy" + r.name = ConnectCoreV1GetNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14853,7 +14853,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNamespacedServiceProxy" + r.name = ConnectCoreV1HeadNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1HeadNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14861,7 +14861,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNamespacedServiceProxy" + r.name = ConnectCoreV1OptionsNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1OptionsNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14869,7 +14869,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNamespacedServiceProxy" + r.name = ConnectCoreV1PatchNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1PatchNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14877,7 +14877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedServiceProxy" + r.name = ConnectCoreV1PostNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14885,7 +14885,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ConnectCoreV1PutNamespacedServiceProxy" + r.name = ConnectCoreV1PutNamespacedServiceProxyOperation r.summary = "" r.operationID = "connectCoreV1PutNamespacedServiceProxy" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy" @@ -14914,7 +14914,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1DeleteNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1DeleteNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14922,7 +14922,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "GET": - r.name = "ConnectCoreV1GetNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1GetNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1GetNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14930,7 +14930,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1HeadNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1HeadNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14938,7 +14938,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1OptionsNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1OptionsNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14946,7 +14946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1PatchNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PatchNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14954,7 +14954,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "POST": - r.name = "ConnectCoreV1PostNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1PostNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PostNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14962,7 +14962,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 3 return r, true case "PUT": - r.name = "ConnectCoreV1PutNamespacedServiceProxyWithPath" + r.name = ConnectCoreV1PutNamespacedServiceProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PutNamespacedServiceProxyWithPath" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}" @@ -14990,7 +14990,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespacedServiceStatus" + r.name = ReadCoreV1NamespacedServiceStatusOperation r.summary = "" r.operationID = "readCoreV1NamespacedServiceStatus" r.pathPattern = "/api/v1/namespaces/{namespace}/services/{name}/status" @@ -15030,7 +15030,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NamespaceStatus" + r.name = ReadCoreV1NamespaceStatusOperation r.summary = "" r.operationID = "readCoreV1NamespaceStatus" r.pathPattern = "/api/v1/namespaces/{name}/status" @@ -15066,7 +15066,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1Node" + r.name = ListCoreV1NodeOperation r.summary = "" r.operationID = "listCoreV1Node" r.pathPattern = "/api/v1/nodes" @@ -15098,7 +15098,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1Node" + r.name = ReadCoreV1NodeOperation r.summary = "" r.operationID = "readCoreV1Node" r.pathPattern = "/api/v1/nodes/{name}" @@ -15133,7 +15133,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNodeProxy" + r.name = ConnectCoreV1DeleteNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1DeleteNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15141,7 +15141,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "ConnectCoreV1GetNodeProxy" + r.name = ConnectCoreV1GetNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1GetNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15149,7 +15149,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNodeProxy" + r.name = ConnectCoreV1HeadNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1HeadNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15157,7 +15157,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNodeProxy" + r.name = ConnectCoreV1OptionsNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1OptionsNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15165,7 +15165,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNodeProxy" + r.name = ConnectCoreV1PatchNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1PatchNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15173,7 +15173,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "POST": - r.name = "ConnectCoreV1PostNodeProxy" + r.name = ConnectCoreV1PostNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1PostNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15181,7 +15181,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "PUT": - r.name = "ConnectCoreV1PutNodeProxy" + r.name = ConnectCoreV1PutNodeProxyOperation r.summary = "" r.operationID = "connectCoreV1PutNodeProxy" r.pathPattern = "/api/v1/nodes/{name}/proxy" @@ -15210,7 +15210,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "ConnectCoreV1DeleteNodeProxyWithPath" + r.name = ConnectCoreV1DeleteNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1DeleteNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15218,7 +15218,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "GET": - r.name = "ConnectCoreV1GetNodeProxyWithPath" + r.name = ConnectCoreV1GetNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1GetNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15226,7 +15226,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "HEAD": - r.name = "ConnectCoreV1HeadNodeProxyWithPath" + r.name = ConnectCoreV1HeadNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1HeadNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15234,7 +15234,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "OPTIONS": - r.name = "ConnectCoreV1OptionsNodeProxyWithPath" + r.name = ConnectCoreV1OptionsNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1OptionsNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15242,7 +15242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PATCH": - r.name = "ConnectCoreV1PatchNodeProxyWithPath" + r.name = ConnectCoreV1PatchNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PatchNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15250,7 +15250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "POST": - r.name = "ConnectCoreV1PostNodeProxyWithPath" + r.name = ConnectCoreV1PostNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PostNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15258,7 +15258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 2 return r, true case "PUT": - r.name = "ConnectCoreV1PutNodeProxyWithPath" + r.name = ConnectCoreV1PutNodeProxyWithPathOperation r.summary = "" r.operationID = "connectCoreV1PutNodeProxyWithPath" r.pathPattern = "/api/v1/nodes/{name}/proxy/{path}" @@ -15286,7 +15286,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1NodeStatus" + r.name = ReadCoreV1NodeStatusOperation r.summary = "" r.operationID = "readCoreV1NodeStatus" r.pathPattern = "/api/v1/nodes/{name}/status" @@ -15347,7 +15347,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1PersistentVolumeClaimForAllNamespaces" + r.name = ListCoreV1PersistentVolumeClaimForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1PersistentVolumeClaimForAllNamespaces" r.pathPattern = "/api/v1/persistentvolumeclaims" @@ -15371,7 +15371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoreV1PersistentVolume" + r.name = ListCoreV1PersistentVolumeOperation r.summary = "" r.operationID = "listCoreV1PersistentVolume" r.pathPattern = "/api/v1/persistentvolumes" @@ -15403,7 +15403,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCoreV1PersistentVolume" + r.name = ReadCoreV1PersistentVolumeOperation r.summary = "" r.operationID = "readCoreV1PersistentVolume" r.pathPattern = "/api/v1/persistentvolumes/{name}" @@ -15427,7 +15427,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoreV1PersistentVolumeStatus" + r.name = ReadCoreV1PersistentVolumeStatusOperation r.summary = "" r.operationID = "readCoreV1PersistentVolumeStatus" r.pathPattern = "/api/v1/persistentvolumes/{name}/status" @@ -15473,7 +15473,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1PodForAllNamespaces" + r.name = ListCoreV1PodForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1PodForAllNamespaces" r.pathPattern = "/api/v1/pods" @@ -15498,7 +15498,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1PodTemplateForAllNamespaces" + r.name = ListCoreV1PodTemplateForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1PodTemplateForAllNamespaces" r.pathPattern = "/api/v1/podtemplates" @@ -15541,7 +15541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1ReplicationControllerForAllNamespaces" + r.name = ListCoreV1ReplicationControllerForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1ReplicationControllerForAllNamespaces" r.pathPattern = "/api/v1/replicationcontrollers" @@ -15566,7 +15566,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1ResourceQuotaForAllNamespaces" + r.name = ListCoreV1ResourceQuotaForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1ResourceQuotaForAllNamespaces" r.pathPattern = "/api/v1/resourcequotas" @@ -15606,7 +15606,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1SecretForAllNamespaces" + r.name = ListCoreV1SecretForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1SecretForAllNamespaces" r.pathPattern = "/api/v1/secrets" @@ -15643,7 +15643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1ServiceAccountForAllNamespaces" + r.name = ListCoreV1ServiceAccountForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1ServiceAccountForAllNamespaces" r.pathPattern = "/api/v1/serviceaccounts" @@ -15668,7 +15668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoreV1ServiceForAllNamespaces" + r.name = ListCoreV1ServiceForAllNamespacesOperation r.summary = "" r.operationID = "listCoreV1ServiceForAllNamespaces" r.pathPattern = "/api/v1/services" @@ -15711,7 +15711,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1ConfigMapListForAllNamespaces" + r.name = WatchCoreV1ConfigMapListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1ConfigMapListForAllNamespaces" r.pathPattern = "/api/v1/watch/configmaps" @@ -15748,7 +15748,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1EndpointsListForAllNamespaces" + r.name = WatchCoreV1EndpointsListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1EndpointsListForAllNamespaces" r.pathPattern = "/api/v1/watch/endpoints" @@ -15773,7 +15773,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1EventListForAllNamespaces" + r.name = WatchCoreV1EventListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1EventListForAllNamespaces" r.pathPattern = "/api/v1/watch/events" @@ -15801,7 +15801,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1LimitRangeListForAllNamespaces" + r.name = WatchCoreV1LimitRangeListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1LimitRangeListForAllNamespaces" r.pathPattern = "/api/v1/watch/limitranges" @@ -15837,7 +15837,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespaceList" + r.name = WatchCoreV1NamespaceListOperation r.summary = "" r.operationID = "watchCoreV1NamespaceList" r.pathPattern = "/api/v1/watch/namespaces" @@ -15869,7 +15869,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1Namespace" + r.name = WatchCoreV1NamespaceOperation r.summary = "" r.operationID = "watchCoreV1Namespace" r.pathPattern = "/api/v1/watch/namespaces/{name}" @@ -15904,7 +15904,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedConfigMapList" + r.name = WatchCoreV1NamespacedConfigMapListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedConfigMapList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/configmaps" @@ -15933,7 +15933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedConfigMap" + r.name = WatchCoreV1NamespacedConfigMapOperation r.summary = "" r.operationID = "watchCoreV1NamespacedConfigMap" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/configmaps/{name}" @@ -15972,7 +15972,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedEndpointsList" + r.name = WatchCoreV1NamespacedEndpointsListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedEndpointsList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/endpoints" @@ -16001,7 +16001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedEndpoints" + r.name = WatchCoreV1NamespacedEndpointsOperation r.summary = "" r.operationID = "watchCoreV1NamespacedEndpoints" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/endpoints/{name}" @@ -16028,7 +16028,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedEventList" + r.name = WatchCoreV1NamespacedEventListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedEventList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/events" @@ -16057,7 +16057,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedEvent" + r.name = WatchCoreV1NamespacedEventOperation r.summary = "" r.operationID = "watchCoreV1NamespacedEvent" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/events/{name}" @@ -16087,7 +16087,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedLimitRangeList" + r.name = WatchCoreV1NamespacedLimitRangeListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedLimitRangeList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/limitranges" @@ -16116,7 +16116,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedLimitRange" + r.name = WatchCoreV1NamespacedLimitRangeOperation r.summary = "" r.operationID = "watchCoreV1NamespacedLimitRange" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/limitranges/{name}" @@ -16155,7 +16155,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedPersistentVolumeClaimList" + r.name = WatchCoreV1NamespacedPersistentVolumeClaimListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPersistentVolumeClaimList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims" @@ -16184,7 +16184,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedPersistentVolumeClaim" + r.name = WatchCoreV1NamespacedPersistentVolumeClaimOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPersistentVolumeClaim" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}" @@ -16223,7 +16223,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedPodList" + r.name = WatchCoreV1NamespacedPodListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPodList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/pods" @@ -16252,7 +16252,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedPod" + r.name = WatchCoreV1NamespacedPodOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPod" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/pods/{name}" @@ -16279,7 +16279,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedPodTemplateList" + r.name = WatchCoreV1NamespacedPodTemplateListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPodTemplateList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/podtemplates" @@ -16308,7 +16308,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedPodTemplate" + r.name = WatchCoreV1NamespacedPodTemplateOperation r.summary = "" r.operationID = "watchCoreV1NamespacedPodTemplate" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}" @@ -16353,7 +16353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedReplicationControllerList" + r.name = WatchCoreV1NamespacedReplicationControllerListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedReplicationControllerList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/replicationcontrollers" @@ -16382,7 +16382,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedReplicationController" + r.name = WatchCoreV1NamespacedReplicationControllerOperation r.summary = "" r.operationID = "watchCoreV1NamespacedReplicationController" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}" @@ -16409,7 +16409,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedResourceQuotaList" + r.name = WatchCoreV1NamespacedResourceQuotaListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedResourceQuotaList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/resourcequotas" @@ -16438,7 +16438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedResourceQuota" + r.name = WatchCoreV1NamespacedResourceQuotaOperation r.summary = "" r.operationID = "watchCoreV1NamespacedResourceQuota" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}" @@ -16480,7 +16480,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedSecretList" + r.name = WatchCoreV1NamespacedSecretListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedSecretList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/secrets" @@ -16509,7 +16509,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedSecret" + r.name = WatchCoreV1NamespacedSecretOperation r.summary = "" r.operationID = "watchCoreV1NamespacedSecret" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/secrets/{name}" @@ -16548,7 +16548,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedServiceAccountList" + r.name = WatchCoreV1NamespacedServiceAccountListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedServiceAccountList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/serviceaccounts" @@ -16577,7 +16577,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedServiceAccount" + r.name = WatchCoreV1NamespacedServiceAccountOperation r.summary = "" r.operationID = "watchCoreV1NamespacedServiceAccount" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}" @@ -16604,7 +16604,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NamespacedServiceList" + r.name = WatchCoreV1NamespacedServiceListOperation r.summary = "" r.operationID = "watchCoreV1NamespacedServiceList" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/services" @@ -16633,7 +16633,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1NamespacedService" + r.name = WatchCoreV1NamespacedServiceOperation r.summary = "" r.operationID = "watchCoreV1NamespacedService" r.pathPattern = "/api/v1/watch/namespaces/{namespace}/services/{name}" @@ -16675,7 +16675,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1NodeList" + r.name = WatchCoreV1NodeListOperation r.summary = "" r.operationID = "watchCoreV1NodeList" r.pathPattern = "/api/v1/watch/nodes" @@ -16704,7 +16704,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1Node" + r.name = WatchCoreV1NodeOperation r.summary = "" r.operationID = "watchCoreV1Node" r.pathPattern = "/api/v1/watch/nodes/{name}" @@ -16759,7 +16759,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1PersistentVolumeClaimListForAllNamespaces" + r.name = WatchCoreV1PersistentVolumeClaimListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1PersistentVolumeClaimListForAllNamespaces" r.pathPattern = "/api/v1/watch/persistentvolumeclaims" @@ -16783,7 +16783,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoreV1PersistentVolumeList" + r.name = WatchCoreV1PersistentVolumeListOperation r.summary = "" r.operationID = "watchCoreV1PersistentVolumeList" r.pathPattern = "/api/v1/watch/persistentvolumes" @@ -16812,7 +16812,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1PersistentVolume" + r.name = WatchCoreV1PersistentVolumeOperation r.summary = "" r.operationID = "watchCoreV1PersistentVolume" r.pathPattern = "/api/v1/watch/persistentvolumes/{name}" @@ -16855,7 +16855,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1PodListForAllNamespaces" + r.name = WatchCoreV1PodListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1PodListForAllNamespaces" r.pathPattern = "/api/v1/watch/pods" @@ -16880,7 +16880,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1PodTemplateListForAllNamespaces" + r.name = WatchCoreV1PodTemplateListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1PodTemplateListForAllNamespaces" r.pathPattern = "/api/v1/watch/podtemplates" @@ -16923,7 +16923,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1ReplicationControllerListForAllNamespaces" + r.name = WatchCoreV1ReplicationControllerListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1ReplicationControllerListForAllNamespaces" r.pathPattern = "/api/v1/watch/replicationcontrollers" @@ -16948,7 +16948,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1ResourceQuotaListForAllNamespaces" + r.name = WatchCoreV1ResourceQuotaListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1ResourceQuotaListForAllNamespaces" r.pathPattern = "/api/v1/watch/resourcequotas" @@ -16988,7 +16988,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1SecretListForAllNamespaces" + r.name = WatchCoreV1SecretListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1SecretListForAllNamespaces" r.pathPattern = "/api/v1/watch/secrets" @@ -17025,7 +17025,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1ServiceAccountListForAllNamespaces" + r.name = WatchCoreV1ServiceAccountListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1ServiceAccountListForAllNamespaces" r.pathPattern = "/api/v1/watch/serviceaccounts" @@ -17050,7 +17050,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoreV1ServiceListForAllNamespaces" + r.name = WatchCoreV1ServiceListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoreV1ServiceListForAllNamespaces" r.pathPattern = "/api/v1/watch/services" @@ -17089,7 +17089,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAPIVersions" + r.name = GetAPIVersionsOperation r.summary = "" r.operationID = "getAPIVersions" r.pathPattern = "/apis/" @@ -17124,7 +17124,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAdmissionregistrationAPIGroup" + r.name = GetAdmissionregistrationAPIGroupOperation r.summary = "" r.operationID = "getAdmissionregistrationAPIGroup" r.pathPattern = "/apis/admissionregistration.k8s.io/" @@ -17147,7 +17147,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAdmissionregistrationV1APIResources" + r.name = GetAdmissionregistrationV1APIResourcesOperation r.summary = "" r.operationID = "getAdmissionregistrationV1APIResources" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/" @@ -17170,7 +17170,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAdmissionregistrationV1MutatingWebhookConfiguration" + r.name = ListAdmissionregistrationV1MutatingWebhookConfigurationOperation r.summary = "" r.operationID = "listAdmissionregistrationV1MutatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations" @@ -17199,7 +17199,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAdmissionregistrationV1MutatingWebhookConfiguration" + r.name = ReadAdmissionregistrationV1MutatingWebhookConfigurationOperation r.summary = "" r.operationID = "readAdmissionregistrationV1MutatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}" @@ -17226,7 +17226,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAdmissionregistrationV1ValidatingWebhookConfiguration" + r.name = ListAdmissionregistrationV1ValidatingWebhookConfigurationOperation r.summary = "" r.operationID = "listAdmissionregistrationV1ValidatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations" @@ -17255,7 +17255,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAdmissionregistrationV1ValidatingWebhookConfiguration" + r.name = ReadAdmissionregistrationV1ValidatingWebhookConfigurationOperation r.summary = "" r.operationID = "readAdmissionregistrationV1ValidatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}" @@ -17294,7 +17294,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAdmissionregistrationV1MutatingWebhookConfigurationList" + r.name = WatchAdmissionregistrationV1MutatingWebhookConfigurationListOperation r.summary = "" r.operationID = "watchAdmissionregistrationV1MutatingWebhookConfigurationList" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations" @@ -17323,7 +17323,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAdmissionregistrationV1MutatingWebhookConfiguration" + r.name = WatchAdmissionregistrationV1MutatingWebhookConfigurationOperation r.summary = "" r.operationID = "watchAdmissionregistrationV1MutatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}" @@ -17350,7 +17350,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAdmissionregistrationV1ValidatingWebhookConfigurationList" + r.name = WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOperation r.summary = "" r.operationID = "watchAdmissionregistrationV1ValidatingWebhookConfigurationList" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations" @@ -17379,7 +17379,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAdmissionregistrationV1ValidatingWebhookConfiguration" + r.name = WatchAdmissionregistrationV1ValidatingWebhookConfigurationOperation r.summary = "" r.operationID = "watchAdmissionregistrationV1ValidatingWebhookConfiguration" r.pathPattern = "/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}" @@ -17439,7 +17439,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetApiextensionsAPIGroup" + r.name = GetApiextensionsAPIGroupOperation r.summary = "" r.operationID = "getApiextensionsAPIGroup" r.pathPattern = "/apis/apiextensions.k8s.io/" @@ -17462,7 +17462,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetApiextensionsV1APIResources" + r.name = GetApiextensionsV1APIResourcesOperation r.summary = "" r.operationID = "getApiextensionsV1APIResources" r.pathPattern = "/apis/apiextensions.k8s.io/v1/" @@ -17485,7 +17485,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListApiextensionsV1CustomResourceDefinition" + r.name = ListApiextensionsV1CustomResourceDefinitionOperation r.summary = "" r.operationID = "listApiextensionsV1CustomResourceDefinition" r.pathPattern = "/apis/apiextensions.k8s.io/v1/customresourcedefinitions" @@ -17517,7 +17517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadApiextensionsV1CustomResourceDefinition" + r.name = ReadApiextensionsV1CustomResourceDefinitionOperation r.summary = "" r.operationID = "readApiextensionsV1CustomResourceDefinition" r.pathPattern = "/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}" @@ -17541,7 +17541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadApiextensionsV1CustomResourceDefinitionStatus" + r.name = ReadApiextensionsV1CustomResourceDefinitionStatusOperation r.summary = "" r.operationID = "readApiextensionsV1CustomResourceDefinitionStatus" r.pathPattern = "/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status" @@ -17571,7 +17571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchApiextensionsV1CustomResourceDefinitionList" + r.name = WatchApiextensionsV1CustomResourceDefinitionListOperation r.summary = "" r.operationID = "watchApiextensionsV1CustomResourceDefinitionList" r.pathPattern = "/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions" @@ -17600,7 +17600,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchApiextensionsV1CustomResourceDefinition" + r.name = WatchApiextensionsV1CustomResourceDefinitionOperation r.summary = "" r.operationID = "watchApiextensionsV1CustomResourceDefinition" r.pathPattern = "/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}" @@ -17633,7 +17633,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetApiregistrationAPIGroup" + r.name = GetApiregistrationAPIGroupOperation r.summary = "" r.operationID = "getApiregistrationAPIGroup" r.pathPattern = "/apis/apiregistration.k8s.io/" @@ -17656,7 +17656,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetApiregistrationV1APIResources" + r.name = GetApiregistrationV1APIResourcesOperation r.summary = "" r.operationID = "getApiregistrationV1APIResources" r.pathPattern = "/apis/apiregistration.k8s.io/v1/" @@ -17679,7 +17679,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListApiregistrationV1APIService" + r.name = ListApiregistrationV1APIServiceOperation r.summary = "" r.operationID = "listApiregistrationV1APIService" r.pathPattern = "/apis/apiregistration.k8s.io/v1/apiservices" @@ -17711,7 +17711,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadApiregistrationV1APIService" + r.name = ReadApiregistrationV1APIServiceOperation r.summary = "" r.operationID = "readApiregistrationV1APIService" r.pathPattern = "/apis/apiregistration.k8s.io/v1/apiservices/{name}" @@ -17735,7 +17735,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadApiregistrationV1APIServiceStatus" + r.name = ReadApiregistrationV1APIServiceStatusOperation r.summary = "" r.operationID = "readApiregistrationV1APIServiceStatus" r.pathPattern = "/apis/apiregistration.k8s.io/v1/apiservices/{name}/status" @@ -17765,7 +17765,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchApiregistrationV1APIServiceList" + r.name = WatchApiregistrationV1APIServiceListOperation r.summary = "" r.operationID = "watchApiregistrationV1APIServiceList" r.pathPattern = "/apis/apiregistration.k8s.io/v1/watch/apiservices" @@ -17794,7 +17794,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchApiregistrationV1APIService" + r.name = WatchApiregistrationV1APIServiceOperation r.summary = "" r.operationID = "watchApiregistrationV1APIService" r.pathPattern = "/apis/apiregistration.k8s.io/v1/watch/apiservices/{name}" @@ -17830,7 +17830,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAppsAPIGroup" + r.name = GetAppsAPIGroupOperation r.summary = "" r.operationID = "getAppsAPIGroup" r.pathPattern = "/apis/apps/" @@ -17853,7 +17853,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAppsV1APIResources" + r.name = GetAppsV1APIResourcesOperation r.summary = "" r.operationID = "getAppsV1APIResources" r.pathPattern = "/apis/apps/v1/" @@ -17877,7 +17877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAppsV1ControllerRevisionForAllNamespaces" + r.name = ListAppsV1ControllerRevisionForAllNamespacesOperation r.summary = "" r.operationID = "listAppsV1ControllerRevisionForAllNamespaces" r.pathPattern = "/apis/apps/v1/controllerrevisions" @@ -17914,7 +17914,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAppsV1DaemonSetForAllNamespaces" + r.name = ListAppsV1DaemonSetForAllNamespacesOperation r.summary = "" r.operationID = "listAppsV1DaemonSetForAllNamespaces" r.pathPattern = "/apis/apps/v1/daemonsets" @@ -17939,7 +17939,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAppsV1DeploymentForAllNamespaces" + r.name = ListAppsV1DeploymentForAllNamespacesOperation r.summary = "" r.operationID = "listAppsV1DeploymentForAllNamespaces" r.pathPattern = "/apis/apps/v1/deployments" @@ -17999,7 +17999,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAppsV1NamespacedControllerRevision" + r.name = ListAppsV1NamespacedControllerRevisionOperation r.summary = "" r.operationID = "listAppsV1NamespacedControllerRevision" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/controllerrevisions" @@ -18028,7 +18028,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedControllerRevision" + r.name = ReadAppsV1NamespacedControllerRevisionOperation r.summary = "" r.operationID = "readAppsV1NamespacedControllerRevision" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}" @@ -18067,7 +18067,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAppsV1NamespacedDaemonSet" + r.name = ListAppsV1NamespacedDaemonSetOperation r.summary = "" r.operationID = "listAppsV1NamespacedDaemonSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/daemonsets" @@ -18099,7 +18099,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAppsV1NamespacedDaemonSet" + r.name = ReadAppsV1NamespacedDaemonSetOperation r.summary = "" r.operationID = "readAppsV1NamespacedDaemonSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}" @@ -18123,7 +18123,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedDaemonSetStatus" + r.name = ReadAppsV1NamespacedDaemonSetStatusOperation r.summary = "" r.operationID = "readAppsV1NamespacedDaemonSetStatus" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status" @@ -18153,7 +18153,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAppsV1NamespacedDeployment" + r.name = ListAppsV1NamespacedDeploymentOperation r.summary = "" r.operationID = "listAppsV1NamespacedDeployment" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/deployments" @@ -18185,7 +18185,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAppsV1NamespacedDeployment" + r.name = ReadAppsV1NamespacedDeploymentOperation r.summary = "" r.operationID = "readAppsV1NamespacedDeployment" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/deployments/{name}" @@ -18221,7 +18221,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedDeploymentScale" + r.name = ReadAppsV1NamespacedDeploymentScaleOperation r.summary = "" r.operationID = "readAppsV1NamespacedDeploymentScale" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale" @@ -18246,7 +18246,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedDeploymentStatus" + r.name = ReadAppsV1NamespacedDeploymentStatusOperation r.summary = "" r.operationID = "readAppsV1NamespacedDeploymentStatus" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status" @@ -18282,7 +18282,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAppsV1NamespacedReplicaSet" + r.name = ListAppsV1NamespacedReplicaSetOperation r.summary = "" r.operationID = "listAppsV1NamespacedReplicaSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/replicasets" @@ -18314,7 +18314,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAppsV1NamespacedReplicaSet" + r.name = ReadAppsV1NamespacedReplicaSetOperation r.summary = "" r.operationID = "readAppsV1NamespacedReplicaSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}" @@ -18350,7 +18350,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedReplicaSetScale" + r.name = ReadAppsV1NamespacedReplicaSetScaleOperation r.summary = "" r.operationID = "readAppsV1NamespacedReplicaSetScale" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale" @@ -18375,7 +18375,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedReplicaSetStatus" + r.name = ReadAppsV1NamespacedReplicaSetStatusOperation r.summary = "" r.operationID = "readAppsV1NamespacedReplicaSetStatus" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status" @@ -18408,7 +18408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAppsV1NamespacedStatefulSet" + r.name = ListAppsV1NamespacedStatefulSetOperation r.summary = "" r.operationID = "listAppsV1NamespacedStatefulSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/statefulsets" @@ -18440,7 +18440,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAppsV1NamespacedStatefulSet" + r.name = ReadAppsV1NamespacedStatefulSetOperation r.summary = "" r.operationID = "readAppsV1NamespacedStatefulSet" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}" @@ -18476,7 +18476,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedStatefulSetScale" + r.name = ReadAppsV1NamespacedStatefulSetScaleOperation r.summary = "" r.operationID = "readAppsV1NamespacedStatefulSetScale" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale" @@ -18501,7 +18501,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAppsV1NamespacedStatefulSetStatus" + r.name = ReadAppsV1NamespacedStatefulSetStatusOperation r.summary = "" r.operationID = "readAppsV1NamespacedStatefulSetStatus" r.pathPattern = "/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status" @@ -18541,7 +18541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAppsV1ReplicaSetForAllNamespaces" + r.name = ListAppsV1ReplicaSetForAllNamespacesOperation r.summary = "" r.operationID = "listAppsV1ReplicaSetForAllNamespaces" r.pathPattern = "/apis/apps/v1/replicasets" @@ -18566,7 +18566,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAppsV1StatefulSetForAllNamespaces" + r.name = ListAppsV1StatefulSetForAllNamespacesOperation r.summary = "" r.operationID = "listAppsV1StatefulSetForAllNamespaces" r.pathPattern = "/apis/apps/v1/statefulsets" @@ -18603,7 +18603,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1ControllerRevisionListForAllNamespaces" + r.name = WatchAppsV1ControllerRevisionListForAllNamespacesOperation r.summary = "" r.operationID = "watchAppsV1ControllerRevisionListForAllNamespaces" r.pathPattern = "/apis/apps/v1/watch/controllerrevisions" @@ -18640,7 +18640,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1DaemonSetListForAllNamespaces" + r.name = WatchAppsV1DaemonSetListForAllNamespacesOperation r.summary = "" r.operationID = "watchAppsV1DaemonSetListForAllNamespaces" r.pathPattern = "/apis/apps/v1/watch/daemonsets" @@ -18665,7 +18665,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1DeploymentListForAllNamespaces" + r.name = WatchAppsV1DeploymentListForAllNamespacesOperation r.summary = "" r.operationID = "watchAppsV1DeploymentListForAllNamespaces" r.pathPattern = "/apis/apps/v1/watch/deployments" @@ -18725,7 +18725,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAppsV1NamespacedControllerRevisionList" + r.name = WatchAppsV1NamespacedControllerRevisionListOperation r.summary = "" r.operationID = "watchAppsV1NamespacedControllerRevisionList" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions" @@ -18754,7 +18754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1NamespacedControllerRevision" + r.name = WatchAppsV1NamespacedControllerRevisionOperation r.summary = "" r.operationID = "watchAppsV1NamespacedControllerRevision" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}" @@ -18793,7 +18793,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAppsV1NamespacedDaemonSetList" + r.name = WatchAppsV1NamespacedDaemonSetListOperation r.summary = "" r.operationID = "watchAppsV1NamespacedDaemonSetList" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets" @@ -18822,7 +18822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1NamespacedDaemonSet" + r.name = WatchAppsV1NamespacedDaemonSetOperation r.summary = "" r.operationID = "watchAppsV1NamespacedDaemonSet" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}" @@ -18849,7 +18849,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAppsV1NamespacedDeploymentList" + r.name = WatchAppsV1NamespacedDeploymentListOperation r.summary = "" r.operationID = "watchAppsV1NamespacedDeploymentList" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/deployments" @@ -18878,7 +18878,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1NamespacedDeployment" + r.name = WatchAppsV1NamespacedDeploymentOperation r.summary = "" r.operationID = "watchAppsV1NamespacedDeployment" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}" @@ -18908,7 +18908,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAppsV1NamespacedReplicaSetList" + r.name = WatchAppsV1NamespacedReplicaSetListOperation r.summary = "" r.operationID = "watchAppsV1NamespacedReplicaSetList" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/replicasets" @@ -18937,7 +18937,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1NamespacedReplicaSet" + r.name = WatchAppsV1NamespacedReplicaSetOperation r.summary = "" r.operationID = "watchAppsV1NamespacedReplicaSet" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}" @@ -18964,7 +18964,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAppsV1NamespacedStatefulSetList" + r.name = WatchAppsV1NamespacedStatefulSetListOperation r.summary = "" r.operationID = "watchAppsV1NamespacedStatefulSetList" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets" @@ -18993,7 +18993,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1NamespacedStatefulSet" + r.name = WatchAppsV1NamespacedStatefulSetOperation r.summary = "" r.operationID = "watchAppsV1NamespacedStatefulSet" r.pathPattern = "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}" @@ -19027,7 +19027,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1ReplicaSetListForAllNamespaces" + r.name = WatchAppsV1ReplicaSetListForAllNamespacesOperation r.summary = "" r.operationID = "watchAppsV1ReplicaSetListForAllNamespaces" r.pathPattern = "/apis/apps/v1/watch/replicasets" @@ -19052,7 +19052,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAppsV1StatefulSetListForAllNamespaces" + r.name = WatchAppsV1StatefulSetListForAllNamespacesOperation r.summary = "" r.operationID = "watchAppsV1StatefulSetListForAllNamespaces" r.pathPattern = "/apis/apps/v1/watch/statefulsets" @@ -19112,7 +19112,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAuthenticationAPIGroup" + r.name = GetAuthenticationAPIGroupOperation r.summary = "" r.operationID = "getAuthenticationAPIGroup" r.pathPattern = "/apis/authentication.k8s.io/" @@ -19136,7 +19136,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetAuthenticationV1APIResources" + r.name = GetAuthenticationV1APIResourcesOperation r.summary = "" r.operationID = "getAuthenticationV1APIResources" r.pathPattern = "/apis/authentication.k8s.io/v1/" @@ -19163,7 +19163,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAuthorizationAPIGroup" + r.name = GetAuthorizationAPIGroupOperation r.summary = "" r.operationID = "getAuthorizationAPIGroup" r.pathPattern = "/apis/authorization.k8s.io/" @@ -19187,7 +19187,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetAuthorizationV1APIResources" + r.name = GetAuthorizationV1APIResourcesOperation r.summary = "" r.operationID = "getAuthorizationV1APIResources" r.pathPattern = "/apis/authorization.k8s.io/v1/" @@ -19217,7 +19217,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAutoscalingAPIGroup" + r.name = GetAutoscalingAPIGroupOperation r.summary = "" r.operationID = "getAutoscalingAPIGroup" r.pathPattern = "/apis/autoscaling/" @@ -19252,7 +19252,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAutoscalingV1APIResources" + r.name = GetAutoscalingV1APIResourcesOperation r.summary = "" r.operationID = "getAutoscalingV1APIResources" r.pathPattern = "/apis/autoscaling/v1/" @@ -19276,7 +19276,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces" + r.name = ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOperation r.summary = "" r.operationID = "listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces" r.pathPattern = "/apis/autoscaling/v1/horizontalpodautoscalers" @@ -19321,7 +19321,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAutoscalingV1NamespacedHorizontalPodAutoscaler" + r.name = ListAutoscalingV1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "listAutoscalingV1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers" @@ -19353,7 +19353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAutoscalingV1NamespacedHorizontalPodAutoscaler" + r.name = ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "readAutoscalingV1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -19377,7 +19377,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus" + r.name = ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOperation r.summary = "" r.operationID = "readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus" r.pathPattern = "/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status" @@ -19423,7 +19423,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces" + r.name = WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOperation r.summary = "" r.operationID = "watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces" r.pathPattern = "/apis/autoscaling/v1/watch/horizontalpodautoscalers" @@ -19468,7 +19468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList" + r.name = WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOperation r.summary = "" r.operationID = "watchAutoscalingV1NamespacedHorizontalPodAutoscalerList" r.pathPattern = "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers" @@ -19497,7 +19497,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV1NamespacedHorizontalPodAutoscaler" + r.name = WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "watchAutoscalingV1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -19545,7 +19545,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAutoscalingV2beta1APIResources" + r.name = GetAutoscalingV2beta1APIResourcesOperation r.summary = "" r.operationID = "getAutoscalingV2beta1APIResources" r.pathPattern = "/apis/autoscaling/v2beta1/" @@ -19569,7 +19569,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces" + r.name = ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOperation r.summary = "" r.operationID = "listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces" r.pathPattern = "/apis/autoscaling/v2beta1/horizontalpodautoscalers" @@ -19614,7 +19614,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + r.name = ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "listAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers" @@ -19646,7 +19646,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + r.name = ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -19670,7 +19670,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus" + r.name = ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOperation r.summary = "" r.operationID = "readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus" r.pathPattern = "/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status" @@ -19716,7 +19716,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces" + r.name = WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOperation r.summary = "" r.operationID = "watchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces" r.pathPattern = "/apis/autoscaling/v2beta1/watch/horizontalpodautoscalers" @@ -19761,7 +19761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList" + r.name = WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOperation r.summary = "" r.operationID = "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList" r.pathPattern = "/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers" @@ -19790,7 +19790,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" + r.name = WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -19826,7 +19826,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetAutoscalingV2beta2APIResources" + r.name = GetAutoscalingV2beta2APIResourcesOperation r.summary = "" r.operationID = "getAutoscalingV2beta2APIResources" r.pathPattern = "/apis/autoscaling/v2beta2/" @@ -19850,7 +19850,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces" + r.name = ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOperation r.summary = "" r.operationID = "listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces" r.pathPattern = "/apis/autoscaling/v2beta2/horizontalpodautoscalers" @@ -19895,7 +19895,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + r.name = ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers" @@ -19927,7 +19927,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + r.name = ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -19951,7 +19951,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus" + r.name = ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOperation r.summary = "" r.operationID = "readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus" r.pathPattern = "/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status" @@ -19997,7 +19997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces" + r.name = WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOperation r.summary = "" r.operationID = "watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces" r.pathPattern = "/apis/autoscaling/v2beta2/watch/horizontalpodautoscalers" @@ -20042,7 +20042,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList" + r.name = WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOperation r.summary = "" r.operationID = "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList" r.pathPattern = "/apis/autoscaling/v2beta2/watch/namespaces/{namespace}/horizontalpodautoscalers" @@ -20071,7 +20071,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" + r.name = WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOperation r.summary = "" r.operationID = "watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler" r.pathPattern = "/apis/autoscaling/v2beta2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}" @@ -20122,7 +20122,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetBatchAPIGroup" + r.name = GetBatchAPIGroupOperation r.summary = "" r.operationID = "getBatchAPIGroup" r.pathPattern = "/apis/batch/" @@ -20157,7 +20157,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetBatchV1APIResources" + r.name = GetBatchV1APIResourcesOperation r.summary = "" r.operationID = "getBatchV1APIResources" r.pathPattern = "/apis/batch/v1/" @@ -20181,7 +20181,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListBatchV1CronJobForAllNamespaces" + r.name = ListBatchV1CronJobForAllNamespacesOperation r.summary = "" r.operationID = "listBatchV1CronJobForAllNamespaces" r.pathPattern = "/apis/batch/v1/cronjobs" @@ -20206,7 +20206,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListBatchV1JobForAllNamespaces" + r.name = ListBatchV1JobForAllNamespacesOperation r.summary = "" r.operationID = "listBatchV1JobForAllNamespaces" r.pathPattern = "/apis/batch/v1/jobs" @@ -20263,7 +20263,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListBatchV1NamespacedCronJob" + r.name = ListBatchV1NamespacedCronJobOperation r.summary = "" r.operationID = "listBatchV1NamespacedCronJob" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/cronjobs" @@ -20295,7 +20295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadBatchV1NamespacedCronJob" + r.name = ReadBatchV1NamespacedCronJobOperation r.summary = "" r.operationID = "readBatchV1NamespacedCronJob" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}" @@ -20319,7 +20319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadBatchV1NamespacedCronJobStatus" + r.name = ReadBatchV1NamespacedCronJobStatusOperation r.summary = "" r.operationID = "readBatchV1NamespacedCronJobStatus" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status" @@ -20349,7 +20349,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListBatchV1NamespacedJob" + r.name = ListBatchV1NamespacedJobOperation r.summary = "" r.operationID = "listBatchV1NamespacedJob" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/jobs" @@ -20381,7 +20381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadBatchV1NamespacedJob" + r.name = ReadBatchV1NamespacedJobOperation r.summary = "" r.operationID = "readBatchV1NamespacedJob" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/jobs/{name}" @@ -20405,7 +20405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadBatchV1NamespacedJobStatus" + r.name = ReadBatchV1NamespacedJobStatusOperation r.summary = "" r.operationID = "readBatchV1NamespacedJobStatus" r.pathPattern = "/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status" @@ -20454,7 +20454,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1CronJobListForAllNamespaces" + r.name = WatchBatchV1CronJobListForAllNamespacesOperation r.summary = "" r.operationID = "watchBatchV1CronJobListForAllNamespaces" r.pathPattern = "/apis/batch/v1/watch/cronjobs" @@ -20479,7 +20479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1JobListForAllNamespaces" + r.name = WatchBatchV1JobListForAllNamespacesOperation r.summary = "" r.operationID = "watchBatchV1JobListForAllNamespaces" r.pathPattern = "/apis/batch/v1/watch/jobs" @@ -20536,7 +20536,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchBatchV1NamespacedCronJobList" + r.name = WatchBatchV1NamespacedCronJobListOperation r.summary = "" r.operationID = "watchBatchV1NamespacedCronJobList" r.pathPattern = "/apis/batch/v1/watch/namespaces/{namespace}/cronjobs" @@ -20565,7 +20565,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1NamespacedCronJob" + r.name = WatchBatchV1NamespacedCronJobOperation r.summary = "" r.operationID = "watchBatchV1NamespacedCronJob" r.pathPattern = "/apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}" @@ -20592,7 +20592,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchBatchV1NamespacedJobList" + r.name = WatchBatchV1NamespacedJobListOperation r.summary = "" r.operationID = "watchBatchV1NamespacedJobList" r.pathPattern = "/apis/batch/v1/watch/namespaces/{namespace}/jobs" @@ -20621,7 +20621,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1NamespacedJob" + r.name = WatchBatchV1NamespacedJobOperation r.summary = "" r.operationID = "watchBatchV1NamespacedJob" r.pathPattern = "/apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}" @@ -20660,7 +20660,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetBatchV1beta1APIResources" + r.name = GetBatchV1beta1APIResourcesOperation r.summary = "" r.operationID = "getBatchV1beta1APIResources" r.pathPattern = "/apis/batch/v1beta1/" @@ -20684,7 +20684,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListBatchV1beta1CronJobForAllNamespaces" + r.name = ListBatchV1beta1CronJobForAllNamespacesOperation r.summary = "" r.operationID = "listBatchV1beta1CronJobForAllNamespaces" r.pathPattern = "/apis/batch/v1beta1/cronjobs" @@ -20729,7 +20729,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListBatchV1beta1NamespacedCronJob" + r.name = ListBatchV1beta1NamespacedCronJobOperation r.summary = "" r.operationID = "listBatchV1beta1NamespacedCronJob" r.pathPattern = "/apis/batch/v1beta1/namespaces/{namespace}/cronjobs" @@ -20761,7 +20761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadBatchV1beta1NamespacedCronJob" + r.name = ReadBatchV1beta1NamespacedCronJobOperation r.summary = "" r.operationID = "readBatchV1beta1NamespacedCronJob" r.pathPattern = "/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}" @@ -20785,7 +20785,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadBatchV1beta1NamespacedCronJobStatus" + r.name = ReadBatchV1beta1NamespacedCronJobStatusOperation r.summary = "" r.operationID = "readBatchV1beta1NamespacedCronJobStatus" r.pathPattern = "/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status" @@ -20831,7 +20831,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1beta1CronJobListForAllNamespaces" + r.name = WatchBatchV1beta1CronJobListForAllNamespacesOperation r.summary = "" r.operationID = "watchBatchV1beta1CronJobListForAllNamespaces" r.pathPattern = "/apis/batch/v1beta1/watch/cronjobs" @@ -20876,7 +20876,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchBatchV1beta1NamespacedCronJobList" + r.name = WatchBatchV1beta1NamespacedCronJobListOperation r.summary = "" r.operationID = "watchBatchV1beta1NamespacedCronJobList" r.pathPattern = "/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs" @@ -20905,7 +20905,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchBatchV1beta1NamespacedCronJob" + r.name = WatchBatchV1beta1NamespacedCronJobOperation r.summary = "" r.operationID = "watchBatchV1beta1NamespacedCronJob" r.pathPattern = "/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}" @@ -20959,7 +20959,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCertificatesAPIGroup" + r.name = GetCertificatesAPIGroupOperation r.summary = "" r.operationID = "getCertificatesAPIGroup" r.pathPattern = "/apis/certificates.k8s.io/" @@ -20982,7 +20982,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCertificatesV1APIResources" + r.name = GetCertificatesV1APIResourcesOperation r.summary = "" r.operationID = "getCertificatesV1APIResources" r.pathPattern = "/apis/certificates.k8s.io/v1/" @@ -21005,7 +21005,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCertificatesV1CertificateSigningRequest" + r.name = ListCertificatesV1CertificateSigningRequestOperation r.summary = "" r.operationID = "listCertificatesV1CertificateSigningRequest" r.pathPattern = "/apis/certificates.k8s.io/v1/certificatesigningrequests" @@ -21037,7 +21037,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadCertificatesV1CertificateSigningRequest" + r.name = ReadCertificatesV1CertificateSigningRequestOperation r.summary = "" r.operationID = "readCertificatesV1CertificateSigningRequest" r.pathPattern = "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}" @@ -21073,7 +21073,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCertificatesV1CertificateSigningRequestApproval" + r.name = ReadCertificatesV1CertificateSigningRequestApprovalOperation r.summary = "" r.operationID = "readCertificatesV1CertificateSigningRequestApproval" r.pathPattern = "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval" @@ -21098,7 +21098,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCertificatesV1CertificateSigningRequestStatus" + r.name = ReadCertificatesV1CertificateSigningRequestStatusOperation r.summary = "" r.operationID = "readCertificatesV1CertificateSigningRequestStatus" r.pathPattern = "/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status" @@ -21131,7 +21131,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCertificatesV1CertificateSigningRequestList" + r.name = WatchCertificatesV1CertificateSigningRequestListOperation r.summary = "" r.operationID = "watchCertificatesV1CertificateSigningRequestList" r.pathPattern = "/apis/certificates.k8s.io/v1/watch/certificatesigningrequests" @@ -21160,7 +21160,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCertificatesV1CertificateSigningRequest" + r.name = WatchCertificatesV1CertificateSigningRequestOperation r.summary = "" r.operationID = "watchCertificatesV1CertificateSigningRequest" r.pathPattern = "/apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}" @@ -21193,7 +21193,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCoordinationAPIGroup" + r.name = GetCoordinationAPIGroupOperation r.summary = "" r.operationID = "getCoordinationAPIGroup" r.pathPattern = "/apis/coordination.k8s.io/" @@ -21216,7 +21216,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetCoordinationV1APIResources" + r.name = GetCoordinationV1APIResourcesOperation r.summary = "" r.operationID = "getCoordinationV1APIResources" r.pathPattern = "/apis/coordination.k8s.io/v1/" @@ -21240,7 +21240,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListCoordinationV1LeaseForAllNamespaces" + r.name = ListCoordinationV1LeaseForAllNamespacesOperation r.summary = "" r.operationID = "listCoordinationV1LeaseForAllNamespaces" r.pathPattern = "/apis/coordination.k8s.io/v1/leases" @@ -21285,7 +21285,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListCoordinationV1NamespacedLease" + r.name = ListCoordinationV1NamespacedLeaseOperation r.summary = "" r.operationID = "listCoordinationV1NamespacedLease" r.pathPattern = "/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases" @@ -21314,7 +21314,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadCoordinationV1NamespacedLease" + r.name = ReadCoordinationV1NamespacedLeaseOperation r.summary = "" r.operationID = "readCoordinationV1NamespacedLease" r.pathPattern = "/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}" @@ -21357,7 +21357,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoordinationV1LeaseListForAllNamespaces" + r.name = WatchCoordinationV1LeaseListForAllNamespacesOperation r.summary = "" r.operationID = "watchCoordinationV1LeaseListForAllNamespaces" r.pathPattern = "/apis/coordination.k8s.io/v1/watch/leases" @@ -21402,7 +21402,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchCoordinationV1NamespacedLeaseList" + r.name = WatchCoordinationV1NamespacedLeaseListOperation r.summary = "" r.operationID = "watchCoordinationV1NamespacedLeaseList" r.pathPattern = "/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases" @@ -21431,7 +21431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchCoordinationV1NamespacedLease" + r.name = WatchCoordinationV1NamespacedLeaseOperation r.summary = "" r.operationID = "watchCoordinationV1NamespacedLease" r.pathPattern = "/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}" @@ -21473,7 +21473,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetDiscoveryAPIGroup" + r.name = GetDiscoveryAPIGroupOperation r.summary = "" r.operationID = "getDiscoveryAPIGroup" r.pathPattern = "/apis/discovery.k8s.io/" @@ -21508,7 +21508,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetDiscoveryV1APIResources" + r.name = GetDiscoveryV1APIResourcesOperation r.summary = "" r.operationID = "getDiscoveryV1APIResources" r.pathPattern = "/apis/discovery.k8s.io/v1/" @@ -21532,7 +21532,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListDiscoveryV1EndpointSliceForAllNamespaces" + r.name = ListDiscoveryV1EndpointSliceForAllNamespacesOperation r.summary = "" r.operationID = "listDiscoveryV1EndpointSliceForAllNamespaces" r.pathPattern = "/apis/discovery.k8s.io/v1/endpointslices" @@ -21577,7 +21577,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListDiscoveryV1NamespacedEndpointSlice" + r.name = ListDiscoveryV1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "listDiscoveryV1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices" @@ -21606,7 +21606,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadDiscoveryV1NamespacedEndpointSlice" + r.name = ReadDiscoveryV1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "readDiscoveryV1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}" @@ -21649,7 +21649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchDiscoveryV1EndpointSliceListForAllNamespaces" + r.name = WatchDiscoveryV1EndpointSliceListForAllNamespacesOperation r.summary = "" r.operationID = "watchDiscoveryV1EndpointSliceListForAllNamespaces" r.pathPattern = "/apis/discovery.k8s.io/v1/watch/endpointslices" @@ -21694,7 +21694,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchDiscoveryV1NamespacedEndpointSliceList" + r.name = WatchDiscoveryV1NamespacedEndpointSliceListOperation r.summary = "" r.operationID = "watchDiscoveryV1NamespacedEndpointSliceList" r.pathPattern = "/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices" @@ -21723,7 +21723,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchDiscoveryV1NamespacedEndpointSlice" + r.name = WatchDiscoveryV1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "watchDiscoveryV1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}" @@ -21759,7 +21759,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetDiscoveryV1beta1APIResources" + r.name = GetDiscoveryV1beta1APIResourcesOperation r.summary = "" r.operationID = "getDiscoveryV1beta1APIResources" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/" @@ -21783,7 +21783,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListDiscoveryV1beta1EndpointSliceForAllNamespaces" + r.name = ListDiscoveryV1beta1EndpointSliceForAllNamespacesOperation r.summary = "" r.operationID = "listDiscoveryV1beta1EndpointSliceForAllNamespaces" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/endpointslices" @@ -21828,7 +21828,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListDiscoveryV1beta1NamespacedEndpointSlice" + r.name = ListDiscoveryV1beta1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "listDiscoveryV1beta1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices" @@ -21857,7 +21857,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadDiscoveryV1beta1NamespacedEndpointSlice" + r.name = ReadDiscoveryV1beta1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "readDiscoveryV1beta1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name}" @@ -21900,7 +21900,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchDiscoveryV1beta1EndpointSliceListForAllNamespaces" + r.name = WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesOperation r.summary = "" r.operationID = "watchDiscoveryV1beta1EndpointSliceListForAllNamespaces" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/watch/endpointslices" @@ -21945,7 +21945,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchDiscoveryV1beta1NamespacedEndpointSliceList" + r.name = WatchDiscoveryV1beta1NamespacedEndpointSliceListOperation r.summary = "" r.operationID = "watchDiscoveryV1beta1NamespacedEndpointSliceList" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/watch/namespaces/{namespace}/endpointslices" @@ -21974,7 +21974,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchDiscoveryV1beta1NamespacedEndpointSlice" + r.name = WatchDiscoveryV1beta1NamespacedEndpointSliceOperation r.summary = "" r.operationID = "watchDiscoveryV1beta1NamespacedEndpointSlice" r.pathPattern = "/apis/discovery.k8s.io/v1beta1/watch/namespaces/{namespace}/endpointslices/{name}" @@ -22016,7 +22016,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetEventsAPIGroup" + r.name = GetEventsAPIGroupOperation r.summary = "" r.operationID = "getEventsAPIGroup" r.pathPattern = "/apis/events.k8s.io/" @@ -22051,7 +22051,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetEventsV1APIResources" + r.name = GetEventsV1APIResourcesOperation r.summary = "" r.operationID = "getEventsV1APIResources" r.pathPattern = "/apis/events.k8s.io/v1/" @@ -22075,7 +22075,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListEventsV1EventForAllNamespaces" + r.name = ListEventsV1EventForAllNamespacesOperation r.summary = "" r.operationID = "listEventsV1EventForAllNamespaces" r.pathPattern = "/apis/events.k8s.io/v1/events" @@ -22120,7 +22120,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListEventsV1NamespacedEvent" + r.name = ListEventsV1NamespacedEventOperation r.summary = "" r.operationID = "listEventsV1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1/namespaces/{namespace}/events" @@ -22149,7 +22149,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadEventsV1NamespacedEvent" + r.name = ReadEventsV1NamespacedEventOperation r.summary = "" r.operationID = "readEventsV1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}" @@ -22192,7 +22192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchEventsV1EventListForAllNamespaces" + r.name = WatchEventsV1EventListForAllNamespacesOperation r.summary = "" r.operationID = "watchEventsV1EventListForAllNamespaces" r.pathPattern = "/apis/events.k8s.io/v1/watch/events" @@ -22237,7 +22237,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchEventsV1NamespacedEventList" + r.name = WatchEventsV1NamespacedEventListOperation r.summary = "" r.operationID = "watchEventsV1NamespacedEventList" r.pathPattern = "/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events" @@ -22266,7 +22266,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchEventsV1NamespacedEvent" + r.name = WatchEventsV1NamespacedEventOperation r.summary = "" r.operationID = "watchEventsV1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}" @@ -22302,7 +22302,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetEventsV1beta1APIResources" + r.name = GetEventsV1beta1APIResourcesOperation r.summary = "" r.operationID = "getEventsV1beta1APIResources" r.pathPattern = "/apis/events.k8s.io/v1beta1/" @@ -22326,7 +22326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListEventsV1beta1EventForAllNamespaces" + r.name = ListEventsV1beta1EventForAllNamespacesOperation r.summary = "" r.operationID = "listEventsV1beta1EventForAllNamespaces" r.pathPattern = "/apis/events.k8s.io/v1beta1/events" @@ -22371,7 +22371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListEventsV1beta1NamespacedEvent" + r.name = ListEventsV1beta1NamespacedEventOperation r.summary = "" r.operationID = "listEventsV1beta1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events" @@ -22400,7 +22400,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadEventsV1beta1NamespacedEvent" + r.name = ReadEventsV1beta1NamespacedEventOperation r.summary = "" r.operationID = "readEventsV1beta1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}" @@ -22443,7 +22443,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchEventsV1beta1EventListForAllNamespaces" + r.name = WatchEventsV1beta1EventListForAllNamespacesOperation r.summary = "" r.operationID = "watchEventsV1beta1EventListForAllNamespaces" r.pathPattern = "/apis/events.k8s.io/v1beta1/watch/events" @@ -22488,7 +22488,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchEventsV1beta1NamespacedEventList" + r.name = WatchEventsV1beta1NamespacedEventListOperation r.summary = "" r.operationID = "watchEventsV1beta1NamespacedEventList" r.pathPattern = "/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events" @@ -22517,7 +22517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchEventsV1beta1NamespacedEvent" + r.name = WatchEventsV1beta1NamespacedEventOperation r.summary = "" r.operationID = "watchEventsV1beta1NamespacedEvent" r.pathPattern = "/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}" @@ -22559,7 +22559,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetFlowcontrolApiserverAPIGroup" + r.name = GetFlowcontrolApiserverAPIGroupOperation r.summary = "" r.operationID = "getFlowcontrolApiserverAPIGroup" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/" @@ -22594,7 +22594,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetFlowcontrolApiserverV1beta1APIResources" + r.name = GetFlowcontrolApiserverV1beta1APIResourcesOperation r.summary = "" r.operationID = "getFlowcontrolApiserverV1beta1APIResources" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/" @@ -22617,7 +22617,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFlowcontrolApiserverV1beta1FlowSchema" + r.name = ListFlowcontrolApiserverV1beta1FlowSchemaOperation r.summary = "" r.operationID = "listFlowcontrolApiserverV1beta1FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas" @@ -22649,7 +22649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta1FlowSchema" + r.name = ReadFlowcontrolApiserverV1beta1FlowSchemaOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta1FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/{name}" @@ -22673,7 +22673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta1FlowSchemaStatus" + r.name = ReadFlowcontrolApiserverV1beta1FlowSchemaStatusOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta1FlowSchemaStatus" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/{name}/status" @@ -22703,7 +22703,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + r.name = ListFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation r.summary = "" r.operationID = "listFlowcontrolApiserverV1beta1PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations" @@ -22735,7 +22735,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + r.name = ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta1PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/{name}" @@ -22759,7 +22759,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus" + r.name = ReadFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatusOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/{name}/status" @@ -22801,7 +22801,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta1FlowSchemaList" + r.name = WatchFlowcontrolApiserverV1beta1FlowSchemaListOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta1FlowSchemaList" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/flowschemas" @@ -22830,7 +22830,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta1FlowSchema" + r.name = WatchFlowcontrolApiserverV1beta1FlowSchemaOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta1FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/flowschemas/{name}" @@ -22857,7 +22857,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList" + r.name = WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationListOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/prioritylevelconfigurations" @@ -22886,7 +22886,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta1PriorityLevelConfiguration" + r.name = WatchFlowcontrolApiserverV1beta1PriorityLevelConfigurationOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta1PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/prioritylevelconfigurations/{name}" @@ -22919,7 +22919,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetFlowcontrolApiserverV1beta2APIResources" + r.name = GetFlowcontrolApiserverV1beta2APIResourcesOperation r.summary = "" r.operationID = "getFlowcontrolApiserverV1beta2APIResources" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/" @@ -22942,7 +22942,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFlowcontrolApiserverV1beta2FlowSchema" + r.name = ListFlowcontrolApiserverV1beta2FlowSchemaOperation r.summary = "" r.operationID = "listFlowcontrolApiserverV1beta2FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas" @@ -22974,7 +22974,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta2FlowSchema" + r.name = ReadFlowcontrolApiserverV1beta2FlowSchemaOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta2FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}" @@ -22998,7 +22998,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta2FlowSchemaStatus" + r.name = ReadFlowcontrolApiserverV1beta2FlowSchemaStatusOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta2FlowSchemaStatus" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status" @@ -23028,7 +23028,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + r.name = ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation r.summary = "" r.operationID = "listFlowcontrolApiserverV1beta2PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations" @@ -23060,7 +23060,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + r.name = ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta2PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}" @@ -23084,7 +23084,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus" + r.name = ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusOperation r.summary = "" r.operationID = "readFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status" @@ -23126,7 +23126,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta2FlowSchemaList" + r.name = WatchFlowcontrolApiserverV1beta2FlowSchemaListOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta2FlowSchemaList" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas" @@ -23155,7 +23155,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta2FlowSchema" + r.name = WatchFlowcontrolApiserverV1beta2FlowSchemaOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta2FlowSchema" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/flowschemas/{name}" @@ -23182,7 +23182,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList" + r.name = WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations" @@ -23211,7 +23211,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration" + r.name = WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationOperation r.summary = "" r.operationID = "watchFlowcontrolApiserverV1beta2PriorityLevelConfiguration" r.pathPattern = "/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations/{name}" @@ -23250,7 +23250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetInternalApiserverAPIGroup" + r.name = GetInternalApiserverAPIGroupOperation r.summary = "" r.operationID = "getInternalApiserverAPIGroup" r.pathPattern = "/apis/internal.apiserver.k8s.io/" @@ -23273,7 +23273,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetInternalApiserverV1alpha1APIResources" + r.name = GetInternalApiserverV1alpha1APIResourcesOperation r.summary = "" r.operationID = "getInternalApiserverV1alpha1APIResources" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/" @@ -23296,7 +23296,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListInternalApiserverV1alpha1StorageVersion" + r.name = ListInternalApiserverV1alpha1StorageVersionOperation r.summary = "" r.operationID = "listInternalApiserverV1alpha1StorageVersion" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions" @@ -23328,7 +23328,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadInternalApiserverV1alpha1StorageVersion" + r.name = ReadInternalApiserverV1alpha1StorageVersionOperation r.summary = "" r.operationID = "readInternalApiserverV1alpha1StorageVersion" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}" @@ -23352,7 +23352,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadInternalApiserverV1alpha1StorageVersionStatus" + r.name = ReadInternalApiserverV1alpha1StorageVersionStatusOperation r.summary = "" r.operationID = "readInternalApiserverV1alpha1StorageVersionStatus" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status" @@ -23382,7 +23382,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchInternalApiserverV1alpha1StorageVersionList" + r.name = WatchInternalApiserverV1alpha1StorageVersionListOperation r.summary = "" r.operationID = "watchInternalApiserverV1alpha1StorageVersionList" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions" @@ -23411,7 +23411,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchInternalApiserverV1alpha1StorageVersion" + r.name = WatchInternalApiserverV1alpha1StorageVersionOperation r.summary = "" r.operationID = "watchInternalApiserverV1alpha1StorageVersion" r.pathPattern = "/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name}" @@ -23456,7 +23456,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNetworkingAPIGroup" + r.name = GetNetworkingAPIGroupOperation r.summary = "" r.operationID = "getNetworkingAPIGroup" r.pathPattern = "/apis/networking.k8s.io/" @@ -23479,7 +23479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNetworkingV1APIResources" + r.name = GetNetworkingV1APIResourcesOperation r.summary = "" r.operationID = "getNetworkingV1APIResources" r.pathPattern = "/apis/networking.k8s.io/v1/" @@ -23514,7 +23514,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNetworkingV1IngressClass" + r.name = ListNetworkingV1IngressClassOperation r.summary = "" r.operationID = "listNetworkingV1IngressClass" r.pathPattern = "/apis/networking.k8s.io/v1/ingressclasses" @@ -23543,7 +23543,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNetworkingV1IngressClass" + r.name = ReadNetworkingV1IngressClassOperation r.summary = "" r.operationID = "readNetworkingV1IngressClass" r.pathPattern = "/apis/networking.k8s.io/v1/ingressclasses/{name}" @@ -23571,7 +23571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListNetworkingV1IngressForAllNamespaces" + r.name = ListNetworkingV1IngressForAllNamespacesOperation r.summary = "" r.operationID = "listNetworkingV1IngressForAllNamespaces" r.pathPattern = "/apis/networking.k8s.io/v1/ingresses" @@ -23643,7 +23643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNetworkingV1NamespacedIngress" + r.name = ListNetworkingV1NamespacedIngressOperation r.summary = "" r.operationID = "listNetworkingV1NamespacedIngress" r.pathPattern = "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses" @@ -23675,7 +23675,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadNetworkingV1NamespacedIngress" + r.name = ReadNetworkingV1NamespacedIngressOperation r.summary = "" r.operationID = "readNetworkingV1NamespacedIngress" r.pathPattern = "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}" @@ -23699,7 +23699,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNetworkingV1NamespacedIngressStatus" + r.name = ReadNetworkingV1NamespacedIngressStatusOperation r.summary = "" r.operationID = "readNetworkingV1NamespacedIngressStatus" r.pathPattern = "/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status" @@ -23729,7 +23729,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNetworkingV1NamespacedNetworkPolicy" + r.name = ListNetworkingV1NamespacedNetworkPolicyOperation r.summary = "" r.operationID = "listNetworkingV1NamespacedNetworkPolicy" r.pathPattern = "/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies" @@ -23758,7 +23758,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNetworkingV1NamespacedNetworkPolicy" + r.name = ReadNetworkingV1NamespacedNetworkPolicyOperation r.summary = "" r.operationID = "readNetworkingV1NamespacedNetworkPolicy" r.pathPattern = "/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}" @@ -23792,7 +23792,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListNetworkingV1NetworkPolicyForAllNamespaces" + r.name = ListNetworkingV1NetworkPolicyForAllNamespacesOperation r.summary = "" r.operationID = "listNetworkingV1NetworkPolicyForAllNamespaces" r.pathPattern = "/apis/networking.k8s.io/v1/networkpolicies" @@ -23843,7 +23843,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNetworkingV1IngressClassList" + r.name = WatchNetworkingV1IngressClassListOperation r.summary = "" r.operationID = "watchNetworkingV1IngressClassList" r.pathPattern = "/apis/networking.k8s.io/v1/watch/ingressclasses" @@ -23872,7 +23872,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNetworkingV1IngressClass" + r.name = WatchNetworkingV1IngressClassOperation r.summary = "" r.operationID = "watchNetworkingV1IngressClass" r.pathPattern = "/apis/networking.k8s.io/v1/watch/ingressclasses/{name}" @@ -23900,7 +23900,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNetworkingV1IngressListForAllNamespaces" + r.name = WatchNetworkingV1IngressListForAllNamespacesOperation r.summary = "" r.operationID = "watchNetworkingV1IngressListForAllNamespaces" r.pathPattern = "/apis/networking.k8s.io/v1/watch/ingresses" @@ -23972,7 +23972,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNetworkingV1NamespacedIngressList" + r.name = WatchNetworkingV1NamespacedIngressListOperation r.summary = "" r.operationID = "watchNetworkingV1NamespacedIngressList" r.pathPattern = "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses" @@ -24001,7 +24001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNetworkingV1NamespacedIngress" + r.name = WatchNetworkingV1NamespacedIngressOperation r.summary = "" r.operationID = "watchNetworkingV1NamespacedIngress" r.pathPattern = "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}" @@ -24028,7 +24028,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNetworkingV1NamespacedNetworkPolicyList" + r.name = WatchNetworkingV1NamespacedNetworkPolicyListOperation r.summary = "" r.operationID = "watchNetworkingV1NamespacedNetworkPolicyList" r.pathPattern = "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies" @@ -24057,7 +24057,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNetworkingV1NamespacedNetworkPolicy" + r.name = WatchNetworkingV1NamespacedNetworkPolicyOperation r.summary = "" r.operationID = "watchNetworkingV1NamespacedNetworkPolicy" r.pathPattern = "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}" @@ -24091,7 +24091,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNetworkingV1NetworkPolicyListForAllNamespaces" + r.name = WatchNetworkingV1NetworkPolicyListForAllNamespacesOperation r.summary = "" r.operationID = "watchNetworkingV1NetworkPolicyListForAllNamespaces" r.pathPattern = "/apis/networking.k8s.io/v1/watch/networkpolicies" @@ -24127,7 +24127,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNodeAPIGroup" + r.name = GetNodeAPIGroupOperation r.summary = "" r.operationID = "getNodeAPIGroup" r.pathPattern = "/apis/node.k8s.io/" @@ -24162,7 +24162,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNodeV1APIResources" + r.name = GetNodeV1APIResourcesOperation r.summary = "" r.operationID = "getNodeV1APIResources" r.pathPattern = "/apis/node.k8s.io/v1/" @@ -24185,7 +24185,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNodeV1RuntimeClass" + r.name = ListNodeV1RuntimeClassOperation r.summary = "" r.operationID = "listNodeV1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1/runtimeclasses" @@ -24214,7 +24214,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNodeV1RuntimeClass" + r.name = ReadNodeV1RuntimeClassOperation r.summary = "" r.operationID = "readNodeV1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1/runtimeclasses/{name}" @@ -24241,7 +24241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNodeV1RuntimeClassList" + r.name = WatchNodeV1RuntimeClassListOperation r.summary = "" r.operationID = "watchNodeV1RuntimeClassList" r.pathPattern = "/apis/node.k8s.io/v1/watch/runtimeclasses" @@ -24270,7 +24270,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNodeV1RuntimeClass" + r.name = WatchNodeV1RuntimeClassOperation r.summary = "" r.operationID = "watchNodeV1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1/watch/runtimeclasses/{name}" @@ -24300,7 +24300,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNodeV1alpha1APIResources" + r.name = GetNodeV1alpha1APIResourcesOperation r.summary = "" r.operationID = "getNodeV1alpha1APIResources" r.pathPattern = "/apis/node.k8s.io/v1alpha1/" @@ -24323,7 +24323,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNodeV1alpha1RuntimeClass" + r.name = ListNodeV1alpha1RuntimeClassOperation r.summary = "" r.operationID = "listNodeV1alpha1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1alpha1/runtimeclasses" @@ -24352,7 +24352,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNodeV1alpha1RuntimeClass" + r.name = ReadNodeV1alpha1RuntimeClassOperation r.summary = "" r.operationID = "readNodeV1alpha1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1alpha1/runtimeclasses/{name}" @@ -24379,7 +24379,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNodeV1alpha1RuntimeClassList" + r.name = WatchNodeV1alpha1RuntimeClassListOperation r.summary = "" r.operationID = "watchNodeV1alpha1RuntimeClassList" r.pathPattern = "/apis/node.k8s.io/v1alpha1/watch/runtimeclasses" @@ -24408,7 +24408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNodeV1alpha1RuntimeClass" + r.name = WatchNodeV1alpha1RuntimeClassOperation r.summary = "" r.operationID = "watchNodeV1alpha1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1alpha1/watch/runtimeclasses/{name}" @@ -24438,7 +24438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetNodeV1beta1APIResources" + r.name = GetNodeV1beta1APIResourcesOperation r.summary = "" r.operationID = "getNodeV1beta1APIResources" r.pathPattern = "/apis/node.k8s.io/v1beta1/" @@ -24461,7 +24461,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListNodeV1beta1RuntimeClass" + r.name = ListNodeV1beta1RuntimeClassOperation r.summary = "" r.operationID = "listNodeV1beta1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1beta1/runtimeclasses" @@ -24490,7 +24490,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadNodeV1beta1RuntimeClass" + r.name = ReadNodeV1beta1RuntimeClassOperation r.summary = "" r.operationID = "readNodeV1beta1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1beta1/runtimeclasses/{name}" @@ -24517,7 +24517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchNodeV1beta1RuntimeClassList" + r.name = WatchNodeV1beta1RuntimeClassListOperation r.summary = "" r.operationID = "watchNodeV1beta1RuntimeClassList" r.pathPattern = "/apis/node.k8s.io/v1beta1/watch/runtimeclasses" @@ -24546,7 +24546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchNodeV1beta1RuntimeClass" + r.name = WatchNodeV1beta1RuntimeClassOperation r.summary = "" r.operationID = "watchNodeV1beta1RuntimeClass" r.pathPattern = "/apis/node.k8s.io/v1beta1/watch/runtimeclasses/{name}" @@ -24585,7 +24585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetPolicyAPIGroup" + r.name = GetPolicyAPIGroupOperation r.summary = "" r.operationID = "getPolicyAPIGroup" r.pathPattern = "/apis/policy/" @@ -24620,7 +24620,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetPolicyV1APIResources" + r.name = GetPolicyV1APIResourcesOperation r.summary = "" r.operationID = "getPolicyV1APIResources" r.pathPattern = "/apis/policy/v1/" @@ -24664,7 +24664,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListPolicyV1NamespacedPodDisruptionBudget" + r.name = ListPolicyV1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "listPolicyV1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets" @@ -24696,7 +24696,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadPolicyV1NamespacedPodDisruptionBudget" + r.name = ReadPolicyV1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "readPolicyV1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}" @@ -24720,7 +24720,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadPolicyV1NamespacedPodDisruptionBudgetStatus" + r.name = ReadPolicyV1NamespacedPodDisruptionBudgetStatusOperation r.summary = "" r.operationID = "readPolicyV1NamespacedPodDisruptionBudgetStatus" r.pathPattern = "/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status" @@ -24754,7 +24754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListPolicyV1PodDisruptionBudgetForAllNamespaces" + r.name = ListPolicyV1PodDisruptionBudgetForAllNamespacesOperation r.summary = "" r.operationID = "listPolicyV1PodDisruptionBudgetForAllNamespaces" r.pathPattern = "/apis/policy/v1/poddisruptionbudgets" @@ -24811,7 +24811,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchPolicyV1NamespacedPodDisruptionBudgetList" + r.name = WatchPolicyV1NamespacedPodDisruptionBudgetListOperation r.summary = "" r.operationID = "watchPolicyV1NamespacedPodDisruptionBudgetList" r.pathPattern = "/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets" @@ -24840,7 +24840,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchPolicyV1NamespacedPodDisruptionBudget" + r.name = WatchPolicyV1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "watchPolicyV1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}" @@ -24871,7 +24871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchPolicyV1PodDisruptionBudgetListForAllNamespaces" + r.name = WatchPolicyV1PodDisruptionBudgetListForAllNamespacesOperation r.summary = "" r.operationID = "watchPolicyV1PodDisruptionBudgetListForAllNamespaces" r.pathPattern = "/apis/policy/v1/watch/poddisruptionbudgets" @@ -24901,7 +24901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetPolicyV1beta1APIResources" + r.name = GetPolicyV1beta1APIResourcesOperation r.summary = "" r.operationID = "getPolicyV1beta1APIResources" r.pathPattern = "/apis/policy/v1beta1/" @@ -24945,7 +24945,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListPolicyV1beta1NamespacedPodDisruptionBudget" + r.name = ListPolicyV1beta1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "listPolicyV1beta1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets" @@ -24977,7 +24977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadPolicyV1beta1NamespacedPodDisruptionBudget" + r.name = ReadPolicyV1beta1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "readPolicyV1beta1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}" @@ -25001,7 +25001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatus" + r.name = ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusOperation r.summary = "" r.operationID = "readPolicyV1beta1NamespacedPodDisruptionBudgetStatus" r.pathPattern = "/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status" @@ -25047,7 +25047,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListPolicyV1beta1PodDisruptionBudgetForAllNamespaces" + r.name = ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesOperation r.summary = "" r.operationID = "listPolicyV1beta1PodDisruptionBudgetForAllNamespaces" r.pathPattern = "/apis/policy/v1beta1/poddisruptionbudgets" @@ -25071,7 +25071,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListPolicyV1beta1PodSecurityPolicy" + r.name = ListPolicyV1beta1PodSecurityPolicyOperation r.summary = "" r.operationID = "listPolicyV1beta1PodSecurityPolicy" r.pathPattern = "/apis/policy/v1beta1/podsecuritypolicies" @@ -25100,7 +25100,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadPolicyV1beta1PodSecurityPolicy" + r.name = ReadPolicyV1beta1PodSecurityPolicyOperation r.summary = "" r.operationID = "readPolicyV1beta1PodSecurityPolicy" r.pathPattern = "/apis/policy/v1beta1/podsecuritypolicies/{name}" @@ -25163,7 +25163,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchPolicyV1beta1NamespacedPodDisruptionBudgetList" + r.name = WatchPolicyV1beta1NamespacedPodDisruptionBudgetListOperation r.summary = "" r.operationID = "watchPolicyV1beta1NamespacedPodDisruptionBudgetList" r.pathPattern = "/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets" @@ -25192,7 +25192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchPolicyV1beta1NamespacedPodDisruptionBudget" + r.name = WatchPolicyV1beta1NamespacedPodDisruptionBudgetOperation r.summary = "" r.operationID = "watchPolicyV1beta1NamespacedPodDisruptionBudget" r.pathPattern = "/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}" @@ -25235,7 +25235,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces" + r.name = WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesOperation r.summary = "" r.operationID = "watchPolicyV1beta1PodDisruptionBudgetListForAllNamespaces" r.pathPattern = "/apis/policy/v1beta1/watch/poddisruptionbudgets" @@ -25259,7 +25259,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchPolicyV1beta1PodSecurityPolicyList" + r.name = WatchPolicyV1beta1PodSecurityPolicyListOperation r.summary = "" r.operationID = "watchPolicyV1beta1PodSecurityPolicyList" r.pathPattern = "/apis/policy/v1beta1/watch/podsecuritypolicies" @@ -25288,7 +25288,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchPolicyV1beta1PodSecurityPolicy" + r.name = WatchPolicyV1beta1PodSecurityPolicyOperation r.summary = "" r.operationID = "watchPolicyV1beta1PodSecurityPolicy" r.pathPattern = "/apis/policy/v1beta1/watch/podsecuritypolicies/{name}" @@ -25330,7 +25330,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetRbacAuthorizationAPIGroup" + r.name = GetRbacAuthorizationAPIGroupOperation r.summary = "" r.operationID = "getRbacAuthorizationAPIGroup" r.pathPattern = "/apis/rbac.authorization.k8s.io/" @@ -25353,7 +25353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetRbacAuthorizationV1APIResources" + r.name = GetRbacAuthorizationV1APIResourcesOperation r.summary = "" r.operationID = "getRbacAuthorizationV1APIResources" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/" @@ -25388,7 +25388,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListRbacAuthorizationV1ClusterRoleBinding" + r.name = ListRbacAuthorizationV1ClusterRoleBindingOperation r.summary = "" r.operationID = "listRbacAuthorizationV1ClusterRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings" @@ -25417,7 +25417,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadRbacAuthorizationV1ClusterRoleBinding" + r.name = ReadRbacAuthorizationV1ClusterRoleBindingOperation r.summary = "" r.operationID = "readRbacAuthorizationV1ClusterRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}" @@ -25444,7 +25444,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListRbacAuthorizationV1ClusterRole" + r.name = ListRbacAuthorizationV1ClusterRoleOperation r.summary = "" r.operationID = "listRbacAuthorizationV1ClusterRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/clusterroles" @@ -25473,7 +25473,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadRbacAuthorizationV1ClusterRole" + r.name = ReadRbacAuthorizationV1ClusterRoleOperation r.summary = "" r.operationID = "readRbacAuthorizationV1ClusterRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}" @@ -25536,7 +25536,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListRbacAuthorizationV1NamespacedRoleBinding" + r.name = ListRbacAuthorizationV1NamespacedRoleBindingOperation r.summary = "" r.operationID = "listRbacAuthorizationV1NamespacedRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings" @@ -25565,7 +25565,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadRbacAuthorizationV1NamespacedRoleBinding" + r.name = ReadRbacAuthorizationV1NamespacedRoleBindingOperation r.summary = "" r.operationID = "readRbacAuthorizationV1NamespacedRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}" @@ -25592,7 +25592,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListRbacAuthorizationV1NamespacedRole" + r.name = ListRbacAuthorizationV1NamespacedRoleOperation r.summary = "" r.operationID = "listRbacAuthorizationV1NamespacedRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles" @@ -25621,7 +25621,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadRbacAuthorizationV1NamespacedRole" + r.name = ReadRbacAuthorizationV1NamespacedRoleOperation r.summary = "" r.operationID = "readRbacAuthorizationV1NamespacedRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}" @@ -25667,7 +25667,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListRbacAuthorizationV1RoleBindingForAllNamespaces" + r.name = ListRbacAuthorizationV1RoleBindingForAllNamespacesOperation r.summary = "" r.operationID = "listRbacAuthorizationV1RoleBindingForAllNamespaces" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/rolebindings" @@ -25692,7 +25692,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListRbacAuthorizationV1RoleForAllNamespaces" + r.name = ListRbacAuthorizationV1RoleForAllNamespacesOperation r.summary = "" r.operationID = "listRbacAuthorizationV1RoleForAllNamespaces" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/roles" @@ -25743,7 +25743,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchRbacAuthorizationV1ClusterRoleBindingList" + r.name = WatchRbacAuthorizationV1ClusterRoleBindingListOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1ClusterRoleBindingList" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings" @@ -25772,7 +25772,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1ClusterRoleBinding" + r.name = WatchRbacAuthorizationV1ClusterRoleBindingOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1ClusterRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}" @@ -25799,7 +25799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchRbacAuthorizationV1ClusterRoleList" + r.name = WatchRbacAuthorizationV1ClusterRoleListOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1ClusterRoleList" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles" @@ -25828,7 +25828,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1ClusterRole" + r.name = WatchRbacAuthorizationV1ClusterRoleOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1ClusterRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}" @@ -25891,7 +25891,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchRbacAuthorizationV1NamespacedRoleBindingList" + r.name = WatchRbacAuthorizationV1NamespacedRoleBindingListOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1NamespacedRoleBindingList" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings" @@ -25920,7 +25920,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1NamespacedRoleBinding" + r.name = WatchRbacAuthorizationV1NamespacedRoleBindingOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1NamespacedRoleBinding" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}" @@ -25947,7 +25947,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchRbacAuthorizationV1NamespacedRoleList" + r.name = WatchRbacAuthorizationV1NamespacedRoleListOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1NamespacedRoleList" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles" @@ -25976,7 +25976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1NamespacedRole" + r.name = WatchRbacAuthorizationV1NamespacedRoleOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1NamespacedRole" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}" @@ -26022,7 +26022,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1RoleBindingListForAllNamespaces" + r.name = WatchRbacAuthorizationV1RoleBindingListForAllNamespacesOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1RoleBindingListForAllNamespaces" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/rolebindings" @@ -26047,7 +26047,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchRbacAuthorizationV1RoleListForAllNamespaces" + r.name = WatchRbacAuthorizationV1RoleListForAllNamespacesOperation r.summary = "" r.operationID = "watchRbacAuthorizationV1RoleListForAllNamespaces" r.pathPattern = "/apis/rbac.authorization.k8s.io/v1/watch/roles" @@ -26095,7 +26095,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetSchedulingAPIGroup" + r.name = GetSchedulingAPIGroupOperation r.summary = "" r.operationID = "getSchedulingAPIGroup" r.pathPattern = "/apis/scheduling.k8s.io/" @@ -26118,7 +26118,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetSchedulingV1APIResources" + r.name = GetSchedulingV1APIResourcesOperation r.summary = "" r.operationID = "getSchedulingV1APIResources" r.pathPattern = "/apis/scheduling.k8s.io/v1/" @@ -26141,7 +26141,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListSchedulingV1PriorityClass" + r.name = ListSchedulingV1PriorityClassOperation r.summary = "" r.operationID = "listSchedulingV1PriorityClass" r.pathPattern = "/apis/scheduling.k8s.io/v1/priorityclasses" @@ -26170,7 +26170,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadSchedulingV1PriorityClass" + r.name = ReadSchedulingV1PriorityClassOperation r.summary = "" r.operationID = "readSchedulingV1PriorityClass" r.pathPattern = "/apis/scheduling.k8s.io/v1/priorityclasses/{name}" @@ -26197,7 +26197,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchSchedulingV1PriorityClassList" + r.name = WatchSchedulingV1PriorityClassListOperation r.summary = "" r.operationID = "watchSchedulingV1PriorityClassList" r.pathPattern = "/apis/scheduling.k8s.io/v1/watch/priorityclasses" @@ -26226,7 +26226,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchSchedulingV1PriorityClass" + r.name = WatchSchedulingV1PriorityClassOperation r.summary = "" r.operationID = "watchSchedulingV1PriorityClass" r.pathPattern = "/apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}" @@ -26259,7 +26259,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetStorageAPIGroup" + r.name = GetStorageAPIGroupOperation r.summary = "" r.operationID = "getStorageAPIGroup" r.pathPattern = "/apis/storage.k8s.io/" @@ -26294,7 +26294,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetStorageV1APIResources" + r.name = GetStorageV1APIResourcesOperation r.summary = "" r.operationID = "getStorageV1APIResources" r.pathPattern = "/apis/storage.k8s.io/v1/" @@ -26329,7 +26329,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1CSIDriver" + r.name = ListStorageV1CSIDriverOperation r.summary = "" r.operationID = "listStorageV1CSIDriver" r.pathPattern = "/apis/storage.k8s.io/v1/csidrivers" @@ -26358,7 +26358,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1CSIDriver" + r.name = ReadStorageV1CSIDriverOperation r.summary = "" r.operationID = "readStorageV1CSIDriver" r.pathPattern = "/apis/storage.k8s.io/v1/csidrivers/{name}" @@ -26385,7 +26385,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1CSINode" + r.name = ListStorageV1CSINodeOperation r.summary = "" r.operationID = "listStorageV1CSINode" r.pathPattern = "/apis/storage.k8s.io/v1/csinodes" @@ -26414,7 +26414,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1CSINode" + r.name = ReadStorageV1CSINodeOperation r.summary = "" r.operationID = "readStorageV1CSINode" r.pathPattern = "/apis/storage.k8s.io/v1/csinodes/{name}" @@ -26444,7 +26444,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1StorageClass" + r.name = ListStorageV1StorageClassOperation r.summary = "" r.operationID = "listStorageV1StorageClass" r.pathPattern = "/apis/storage.k8s.io/v1/storageclasses" @@ -26473,7 +26473,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1StorageClass" + r.name = ReadStorageV1StorageClassOperation r.summary = "" r.operationID = "readStorageV1StorageClass" r.pathPattern = "/apis/storage.k8s.io/v1/storageclasses/{name}" @@ -26500,7 +26500,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1VolumeAttachment" + r.name = ListStorageV1VolumeAttachmentOperation r.summary = "" r.operationID = "listStorageV1VolumeAttachment" r.pathPattern = "/apis/storage.k8s.io/v1/volumeattachments" @@ -26532,7 +26532,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ReadStorageV1VolumeAttachment" + r.name = ReadStorageV1VolumeAttachmentOperation r.summary = "" r.operationID = "readStorageV1VolumeAttachment" r.pathPattern = "/apis/storage.k8s.io/v1/volumeattachments/{name}" @@ -26556,7 +26556,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1VolumeAttachmentStatus" + r.name = ReadStorageV1VolumeAttachmentStatusOperation r.summary = "" r.operationID = "readStorageV1VolumeAttachmentStatus" r.pathPattern = "/apis/storage.k8s.io/v1/volumeattachments/{name}/status" @@ -26610,7 +26610,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1CSIDriverList" + r.name = WatchStorageV1CSIDriverListOperation r.summary = "" r.operationID = "watchStorageV1CSIDriverList" r.pathPattern = "/apis/storage.k8s.io/v1/watch/csidrivers" @@ -26639,7 +26639,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1CSIDriver" + r.name = WatchStorageV1CSIDriverOperation r.summary = "" r.operationID = "watchStorageV1CSIDriver" r.pathPattern = "/apis/storage.k8s.io/v1/watch/csidrivers/{name}" @@ -26666,7 +26666,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1CSINodeList" + r.name = WatchStorageV1CSINodeListOperation r.summary = "" r.operationID = "watchStorageV1CSINodeList" r.pathPattern = "/apis/storage.k8s.io/v1/watch/csinodes" @@ -26695,7 +26695,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1CSINode" + r.name = WatchStorageV1CSINodeOperation r.summary = "" r.operationID = "watchStorageV1CSINode" r.pathPattern = "/apis/storage.k8s.io/v1/watch/csinodes/{name}" @@ -26725,7 +26725,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1StorageClassList" + r.name = WatchStorageV1StorageClassListOperation r.summary = "" r.operationID = "watchStorageV1StorageClassList" r.pathPattern = "/apis/storage.k8s.io/v1/watch/storageclasses" @@ -26754,7 +26754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1StorageClass" + r.name = WatchStorageV1StorageClassOperation r.summary = "" r.operationID = "watchStorageV1StorageClass" r.pathPattern = "/apis/storage.k8s.io/v1/watch/storageclasses/{name}" @@ -26781,7 +26781,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1VolumeAttachmentList" + r.name = WatchStorageV1VolumeAttachmentListOperation r.summary = "" r.operationID = "watchStorageV1VolumeAttachmentList" r.pathPattern = "/apis/storage.k8s.io/v1/watch/volumeattachments" @@ -26810,7 +26810,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1VolumeAttachment" + r.name = WatchStorageV1VolumeAttachmentOperation r.summary = "" r.operationID = "watchStorageV1VolumeAttachment" r.pathPattern = "/apis/storage.k8s.io/v1/watch/volumeattachments/{name}" @@ -26843,7 +26843,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetStorageV1alpha1APIResources" + r.name = GetStorageV1alpha1APIResourcesOperation r.summary = "" r.operationID = "getStorageV1alpha1APIResources" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/" @@ -26867,7 +26867,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListStorageV1alpha1CSIStorageCapacityForAllNamespaces" + r.name = ListStorageV1alpha1CSIStorageCapacityForAllNamespacesOperation r.summary = "" r.operationID = "listStorageV1alpha1CSIStorageCapacityForAllNamespaces" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/csistoragecapacities" @@ -26912,7 +26912,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1alpha1NamespacedCSIStorageCapacity" + r.name = ListStorageV1alpha1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "listStorageV1alpha1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/namespaces/{namespace}/csistoragecapacities" @@ -26941,7 +26941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1alpha1NamespacedCSIStorageCapacity" + r.name = ReadStorageV1alpha1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "readStorageV1alpha1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/namespaces/{namespace}/csistoragecapacities/{name}" @@ -26984,7 +26984,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1alpha1CSIStorageCapacityListForAllNamespaces" + r.name = WatchStorageV1alpha1CSIStorageCapacityListForAllNamespacesOperation r.summary = "" r.operationID = "watchStorageV1alpha1CSIStorageCapacityListForAllNamespaces" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/watch/csistoragecapacities" @@ -27029,7 +27029,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1alpha1NamespacedCSIStorageCapacityList" + r.name = WatchStorageV1alpha1NamespacedCSIStorageCapacityListOperation r.summary = "" r.operationID = "watchStorageV1alpha1NamespacedCSIStorageCapacityList" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/watch/namespaces/{namespace}/csistoragecapacities" @@ -27058,7 +27058,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1alpha1NamespacedCSIStorageCapacity" + r.name = WatchStorageV1alpha1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "watchStorageV1alpha1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1alpha1/watch/namespaces/{namespace}/csistoragecapacities/{name}" @@ -27094,7 +27094,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "GetStorageV1beta1APIResources" + r.name = GetStorageV1beta1APIResourcesOperation r.summary = "" r.operationID = "getStorageV1beta1APIResources" r.pathPattern = "/apis/storage.k8s.io/v1beta1/" @@ -27118,7 +27118,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListStorageV1beta1CSIStorageCapacityForAllNamespaces" + r.name = ListStorageV1beta1CSIStorageCapacityForAllNamespacesOperation r.summary = "" r.operationID = "listStorageV1beta1CSIStorageCapacityForAllNamespaces" r.pathPattern = "/apis/storage.k8s.io/v1beta1/csistoragecapacities" @@ -27163,7 +27163,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListStorageV1beta1NamespacedCSIStorageCapacity" + r.name = ListStorageV1beta1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "listStorageV1beta1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1beta1/namespaces/{namespace}/csistoragecapacities" @@ -27192,7 +27192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ReadStorageV1beta1NamespacedCSIStorageCapacity" + r.name = ReadStorageV1beta1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "readStorageV1beta1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1beta1/namespaces/{namespace}/csistoragecapacities/{name}" @@ -27235,7 +27235,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1beta1CSIStorageCapacityListForAllNamespaces" + r.name = WatchStorageV1beta1CSIStorageCapacityListForAllNamespacesOperation r.summary = "" r.operationID = "watchStorageV1beta1CSIStorageCapacityListForAllNamespaces" r.pathPattern = "/apis/storage.k8s.io/v1beta1/watch/csistoragecapacities" @@ -27280,7 +27280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "WatchStorageV1beta1NamespacedCSIStorageCapacityList" + r.name = WatchStorageV1beta1NamespacedCSIStorageCapacityListOperation r.summary = "" r.operationID = "watchStorageV1beta1NamespacedCSIStorageCapacityList" r.pathPattern = "/apis/storage.k8s.io/v1beta1/watch/namespaces/{namespace}/csistoragecapacities" @@ -27309,7 +27309,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "WatchStorageV1beta1NamespacedCSIStorageCapacity" + r.name = WatchStorageV1beta1NamespacedCSIStorageCapacityOperation r.summary = "" r.operationID = "watchStorageV1beta1NamespacedCSIStorageCapacity" r.pathPattern = "/apis/storage.k8s.io/v1beta1/watch/namespaces/{namespace}/csistoragecapacities/{name}" @@ -27360,7 +27360,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "LogFileListHandler" + r.name = LogFileListHandlerOperation r.summary = "" r.operationID = "logFileListHandler" r.pathPattern = "/logs/" @@ -27380,7 +27380,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "LogFileHandler" + r.name = LogFileHandlerOperation r.summary = "" r.operationID = "logFileHandler" r.pathPattern = "/logs/{logpath}" @@ -27405,7 +27405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetServiceAccountIssuerOpenIDKeyset" + r.name = GetServiceAccountIssuerOpenIDKeysetOperation r.summary = "" r.operationID = "getServiceAccountIssuerOpenIDKeyset" r.pathPattern = "/openid/v1/jwks/" @@ -27430,7 +27430,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetCodeVersion" + r.name = GetCodeVersionOperation r.summary = "" r.operationID = "getCodeVersion" r.pathPattern = "/version/" diff --git a/examples/ex_k8s/oas_security_gen.go b/examples/ex_k8s/oas_security_gen.go index 6f39d62d6..024d19dd1 100644 --- a/examples/ex_k8s/oas_security_gen.go +++ b/examples/ex_k8s/oas_security_gen.go @@ -16,7 +16,7 @@ import ( type SecurityHandler interface { // HandleBearerToken handles BearerToken security. // Bearer Token authentication. - HandleBearerToken(ctx context.Context, operationName string, t BearerToken) (context.Context, error) + HandleBearerToken(ctx context.Context, operationName OperationName, t BearerToken) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -34,7 +34,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityBearerToken(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t BearerToken const parameterName = "authorization" value := req.Header.Get(parameterName) @@ -55,10 +55,10 @@ func (s *Server) securityBearerToken(ctx context.Context, operationName string, type SecuritySource interface { // BearerToken provides BearerToken security value. // Bearer Token authentication. - BearerToken(ctx context.Context, operationName string) (BearerToken, error) + BearerToken(ctx context.Context, operationName OperationName) (BearerToken, error) } -func (s *Client) securityBearerToken(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.BearerToken(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"BearerToken\"") diff --git a/examples/ex_manga/oas_client_gen.go b/examples/ex_manga/oas_client_gen.go index 44690cfb7..249111cd8 100644 --- a/examples/ex_manga/oas_client_gen.go +++ b/examples/ex_manga/oas_client_gen.go @@ -138,7 +138,7 @@ func (c *Client) sendGetBook(ctx context.Context, params GetBookParams) (res Get c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetBook", + ctx, span := c.cfg.Tracer.Start(ctx, GetBookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -228,7 +228,7 @@ func (c *Client) sendGetPageCoverImage(ctx context.Context, params GetPageCoverI c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPageCoverImage", + ctx, span := c.cfg.Tracer.Start(ctx, GetPageCoverImageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -337,7 +337,7 @@ func (c *Client) sendGetPageImage(ctx context.Context, params GetPageImageParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPageImage", + ctx, span := c.cfg.Tracer.Start(ctx, GetPageImageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -465,7 +465,7 @@ func (c *Client) sendGetPageThumbnailImage(ctx context.Context, params GetPageTh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetPageThumbnailImage", + ctx, span := c.cfg.Tracer.Start(ctx, GetPageThumbnailImageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -593,7 +593,7 @@ func (c *Client) sendSearch(ctx context.Context, params SearchParams) (res Searc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Search", + ctx, span := c.cfg.Tracer.Start(ctx, SearchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -700,7 +700,7 @@ func (c *Client) sendSearchByTagID(ctx context.Context, params SearchByTagIDPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SearchByTagID", + ctx, span := c.cfg.Tracer.Start(ctx, SearchByTagIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_manga/oas_handlers_gen.go b/examples/ex_manga/oas_handlers_gen.go index 5641ec016..8020e9b25 100644 --- a/examples/ex_manga/oas_handlers_gen.go +++ b/examples/ex_manga/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleGetBookRequest(args [1]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetBook", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetBookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleGetBookRequest(args [1]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetBook", + Name: GetBookOperation, ID: "getBook", } ) @@ -83,7 +83,7 @@ func (s *Server) handleGetBookRequest(args [1]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetBook", + OperationName: GetBookOperation, OperationSummary: "Gets metadata of book", OperationID: "getBook", Body: nil, @@ -145,7 +145,7 @@ func (s *Server) handleGetPageCoverImageRequest(args [2]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPageCoverImage", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPageCoverImageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -176,7 +176,7 @@ func (s *Server) handleGetPageCoverImageRequest(args [2]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPageCoverImage", + Name: GetPageCoverImageOperation, ID: "getPageCoverImage", } ) @@ -195,7 +195,7 @@ func (s *Server) handleGetPageCoverImageRequest(args [2]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPageCoverImage", + OperationName: GetPageCoverImageOperation, OperationSummary: "Gets page cover", OperationID: "getPageCoverImage", Body: nil, @@ -261,7 +261,7 @@ func (s *Server) handleGetPageImageRequest(args [3]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPageImage", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPageImageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -292,7 +292,7 @@ func (s *Server) handleGetPageImageRequest(args [3]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPageImage", + Name: GetPageImageOperation, ID: "getPageImage", } ) @@ -311,7 +311,7 @@ func (s *Server) handleGetPageImageRequest(args [3]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPageImage", + OperationName: GetPageImageOperation, OperationSummary: "Gets page", OperationID: "getPageImage", Body: nil, @@ -381,7 +381,7 @@ func (s *Server) handleGetPageThumbnailImageRequest(args [3]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetPageThumbnailImage", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetPageThumbnailImageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -412,7 +412,7 @@ func (s *Server) handleGetPageThumbnailImageRequest(args [3]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetPageThumbnailImage", + Name: GetPageThumbnailImageOperation, ID: "getPageThumbnailImage", } ) @@ -431,7 +431,7 @@ func (s *Server) handleGetPageThumbnailImageRequest(args [3]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetPageThumbnailImage", + OperationName: GetPageThumbnailImageOperation, OperationSummary: "Gets page thumbnail", OperationID: "getPageThumbnailImage", Body: nil, @@ -501,7 +501,7 @@ func (s *Server) handleSearchRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Search", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -532,7 +532,7 @@ func (s *Server) handleSearchRequest(args [0]string, argsEscaped bool, w http.Re } err error opErrContext = ogenerrors.OperationContext{ - Name: "Search", + Name: SearchOperation, ID: "search", } ) @@ -551,7 +551,7 @@ func (s *Server) handleSearchRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Search", + OperationName: SearchOperation, OperationSummary: "Search for comics", OperationID: "search", Body: nil, @@ -617,7 +617,7 @@ func (s *Server) handleSearchByTagIDRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SearchByTagID", + ctx, span := s.cfg.Tracer.Start(r.Context(), SearchByTagIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -648,7 +648,7 @@ func (s *Server) handleSearchByTagIDRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SearchByTagID", + Name: SearchByTagIDOperation, ID: "searchByTagID", } ) @@ -667,7 +667,7 @@ func (s *Server) handleSearchByTagIDRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SearchByTagID", + OperationName: SearchByTagIDOperation, OperationSummary: "Search for comics by tag ID", OperationID: "searchByTagID", Body: nil, diff --git a/examples/ex_manga/oas_operations_gen.go b/examples/ex_manga/oas_operations_gen.go new file mode 100644 index 000000000..9794b097f --- /dev/null +++ b/examples/ex_manga/oas_operations_gen.go @@ -0,0 +1,15 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + GetBookOperation OperationName = "GetBook" + GetPageCoverImageOperation OperationName = "GetPageCoverImage" + GetPageImageOperation OperationName = "GetPageImage" + GetPageThumbnailImageOperation OperationName = "GetPageThumbnailImage" + SearchOperation OperationName = "Search" + SearchByTagIDOperation OperationName = "SearchByTagID" +) diff --git a/examples/ex_manga/oas_router_gen.go b/examples/ex_manga/oas_router_gen.go index 837888eb6..535ff0611 100644 --- a/examples/ex_manga/oas_router_gen.go +++ b/examples/ex_manga/oas_router_gen.go @@ -434,7 +434,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Search" + r.name = SearchOperation r.summary = "Search for comics" r.operationID = "search" r.pathPattern = "/api/galleries/search" @@ -459,7 +459,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SearchByTagID" + r.name = SearchByTagIDOperation r.summary = "Search for comics by tag ID" r.operationID = "searchByTagID" r.pathPattern = "/api/galleries/tagged" @@ -492,7 +492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetBook" + r.name = GetBookOperation r.summary = "Gets metadata of book" r.operationID = "getBook" r.pathPattern = "/api/gallery/{book_id}" @@ -558,7 +558,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetPageCoverImage" + r.name = GetPageCoverImageOperation r.summary = "Gets page cover" r.operationID = "getPageCoverImage" r.pathPattern = "/galleries/{media_id}/cover.{format}" @@ -602,7 +602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetPageImage" + r.name = GetPageImageOperation r.summary = "Gets page" r.operationID = "getPageImage" r.pathPattern = "/galleries/{media_id}/{page}.{format}" @@ -632,7 +632,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "GetPageThumbnailImage" + r.name = GetPageThumbnailImageOperation r.summary = "Gets page thumbnail" r.operationID = "getPageThumbnailImage" r.pathPattern = "/galleries/{media_id}/{page}t.{format}" diff --git a/examples/ex_oauth2/oas_client_gen.go b/examples/ex_oauth2/oas_client_gen.go index ba7f191d0..291490a5d 100644 --- a/examples/ex_oauth2/oas_client_gen.go +++ b/examples/ex_oauth2/oas_client_gen.go @@ -149,7 +149,7 @@ func (c *Client) sendAddPet(ctx context.Context, request *NewPet) (res *Pet, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AddPet", + ctx, span := c.cfg.Tracer.Start(ctx, AddPetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -184,7 +184,7 @@ func (c *Client) sendAddPet(ctx context.Context, request *NewPet) (res *Pet, err var satisfied bitset { stage = "Security:OAuth2" - switch err := c.securityOAuth2(ctx, "AddPet", r); { + switch err := c.securityOAuth2(ctx, AddPetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -257,7 +257,7 @@ func (c *Client) sendDeletePet(ctx context.Context, params DeletePetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeletePet", + ctx, span := c.cfg.Tracer.Start(ctx, DeletePetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -307,7 +307,7 @@ func (c *Client) sendDeletePet(ctx context.Context, params DeletePetParams) (res var satisfied bitset { stage = "Security:OAuth2" - switch err := c.securityOAuth2(ctx, "DeletePet", r); { + switch err := c.securityOAuth2(ctx, DeletePetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -380,7 +380,7 @@ func (c *Client) sendFindPetByID(ctx context.Context, params FindPetByIDParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FindPetByID", + ctx, span := c.cfg.Tracer.Start(ctx, FindPetByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -430,7 +430,7 @@ func (c *Client) sendFindPetByID(ctx context.Context, params FindPetByIDParams) var satisfied bitset { stage = "Security:OAuth2" - switch err := c.securityOAuth2(ctx, "FindPetByID", r); { + switch err := c.securityOAuth2(ctx, FindPetByIDOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -521,7 +521,7 @@ func (c *Client) sendFindPets(ctx context.Context, params FindPetsParams) (res [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FindPets", + ctx, span := c.cfg.Tracer.Start(ctx, FindPetsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -600,7 +600,7 @@ func (c *Client) sendFindPets(ctx context.Context, params FindPetsParams) (res [ var satisfied bitset { stage = "Security:OAuth2" - switch err := c.securityOAuth2(ctx, "FindPets", r); { + switch err := c.securityOAuth2(ctx, FindPetsOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/examples/ex_oauth2/oas_handlers_gen.go b/examples/ex_oauth2/oas_handlers_gen.go index bc986c724..3144882ee 100644 --- a/examples/ex_oauth2/oas_handlers_gen.go +++ b/examples/ex_oauth2/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AddPet", + ctx, span := s.cfg.Tracer.Start(r.Context(), AddPetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re } err error opErrContext = ogenerrors.OperationContext{ - Name: "AddPet", + Name: AddPetOperation, ID: "addPet", } ) @@ -72,7 +72,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityOAuth2(ctx, "AddPet", r) + sctx, ok, err := s.securityOAuth2(ctx, AddPetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -134,7 +134,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AddPet", + OperationName: AddPetOperation, OperationSummary: "", OperationID: "addPet", Body: request, @@ -202,7 +202,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeletePet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeletePetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -233,7 +233,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeletePet", + Name: DeletePetOperation, ID: "deletePet", } ) @@ -241,7 +241,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityOAuth2(ctx, "DeletePet", r) + sctx, ok, err := s.securityOAuth2(ctx, DeletePetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -298,7 +298,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeletePet", + OperationName: DeletePetOperation, OperationSummary: "", OperationID: "deletePet", Body: nil, @@ -371,7 +371,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FindPetByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), FindPetByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -402,7 +402,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "FindPetByID", + Name: FindPetByIDOperation, ID: "find pet by id", } ) @@ -410,7 +410,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityOAuth2(ctx, "FindPetByID", r) + sctx, ok, err := s.securityOAuth2(ctx, FindPetByIDOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -467,7 +467,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FindPetByID", + OperationName: FindPetByIDOperation, OperationSummary: "", OperationID: "find pet by id", Body: nil, @@ -558,7 +558,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FindPets", + ctx, span := s.cfg.Tracer.Start(r.Context(), FindPetsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -589,7 +589,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "FindPets", + Name: FindPetsOperation, ID: "findPets", } ) @@ -597,7 +597,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityOAuth2(ctx, "FindPets", r) + sctx, ok, err := s.securityOAuth2(ctx, FindPetsOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -654,7 +654,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FindPets", + OperationName: FindPetsOperation, OperationSummary: "", OperationID: "findPets", Body: nil, diff --git a/examples/ex_oauth2/oas_operations_gen.go b/examples/ex_oauth2/oas_operations_gen.go new file mode 100644 index 000000000..b4b3288b4 --- /dev/null +++ b/examples/ex_oauth2/oas_operations_gen.go @@ -0,0 +1,13 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AddPetOperation OperationName = "AddPet" + DeletePetOperation OperationName = "DeletePet" + FindPetByIDOperation OperationName = "FindPetByID" + FindPetsOperation OperationName = "FindPets" +) diff --git a/examples/ex_oauth2/oas_router_gen.go b/examples/ex_oauth2/oas_router_gen.go index 1c1c5dadd..6eb7848a0 100644 --- a/examples/ex_oauth2/oas_router_gen.go +++ b/examples/ex_oauth2/oas_router_gen.go @@ -196,7 +196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "FindPets" + r.name = FindPetsOperation r.summary = "" r.operationID = "findPets" r.pathPattern = "/pets" @@ -204,7 +204,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "AddPet" + r.name = AddPetOperation r.summary = "" r.operationID = "addPet" r.pathPattern = "/pets" @@ -233,7 +233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "DeletePet" + r.name = DeletePetOperation r.summary = "" r.operationID = "deletePet" r.pathPattern = "/pets/{id}" @@ -241,7 +241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "FindPetByID" + r.name = FindPetByIDOperation r.summary = "" r.operationID = "find pet by id" r.pathPattern = "/pets/{id}" diff --git a/examples/ex_oauth2/oas_security_gen.go b/examples/ex_oauth2/oas_security_gen.go index b4df68c2d..6f4c681ad 100644 --- a/examples/ex_oauth2/oas_security_gen.go +++ b/examples/ex_oauth2/oas_security_gen.go @@ -15,7 +15,7 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleOAuth2 handles oauth2 security. - HandleOAuth2(ctx context.Context, operationName string, t OAuth2) (context.Context, error) + HandleOAuth2(ctx context.Context, operationName OperationName, t OAuth2) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -34,21 +34,21 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { } var oauth2ScopesOAuth2 = map[string][]string{ - "AddPet": []string{ + AddPetOperation: []string{ "admin", }, - "DeletePet": []string{ + DeletePetOperation: []string{ "admin", }, - "FindPetByID": []string{ + FindPetByIDOperation: []string{ "user", }, - "FindPets": []string{ + FindPetsOperation: []string{ "user", }, } -func (s *Server) securityOAuth2(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityOAuth2(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t OAuth2 token, ok := findAuthorization(req.Header, "Bearer") if !ok { @@ -68,10 +68,10 @@ func (s *Server) securityOAuth2(ctx context.Context, operationName string, req * // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // OAuth2 provides oauth2 security value. - OAuth2(ctx context.Context, operationName string) (OAuth2, error) + OAuth2(ctx context.Context, operationName OperationName) (OAuth2, error) } -func (s *Client) securityOAuth2(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityOAuth2(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.OAuth2(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"OAuth2\"") diff --git a/examples/ex_openai/oas_client_gen.go b/examples/ex_openai/oas_client_gen.go index 147ec213d..51c96d2fa 100644 --- a/examples/ex_openai/oas_client_gen.go +++ b/examples/ex_openai/oas_client_gen.go @@ -306,7 +306,7 @@ func (c *Client) sendCancelFineTune(ctx context.Context, params CancelFineTunePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CancelFineTune", + ctx, span := c.cfg.Tracer.Start(ctx, CancelFineTuneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -402,7 +402,7 @@ func (c *Client) sendCreateAnswer(ctx context.Context, request *CreateAnswerRequ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateAnswer", + ctx, span := c.cfg.Tracer.Start(ctx, CreateAnswerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -477,7 +477,7 @@ func (c *Client) sendCreateChatCompletion(ctx context.Context, request *CreateCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateChatCompletion", + ctx, span := c.cfg.Tracer.Start(ctx, CreateChatCompletionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -560,7 +560,7 @@ func (c *Client) sendCreateClassification(ctx context.Context, request *CreateCl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateClassification", + ctx, span := c.cfg.Tracer.Start(ctx, CreateClassificationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -635,7 +635,7 @@ func (c *Client) sendCreateCompletion(ctx context.Context, request *CreateComple c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateCompletion", + ctx, span := c.cfg.Tracer.Start(ctx, CreateCompletionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -710,7 +710,7 @@ func (c *Client) sendCreateEdit(ctx context.Context, request *CreateEditRequest) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateEdit", + ctx, span := c.cfg.Tracer.Start(ctx, CreateEditOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -785,7 +785,7 @@ func (c *Client) sendCreateEmbedding(ctx context.Context, request *CreateEmbeddi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateEmbedding", + ctx, span := c.cfg.Tracer.Start(ctx, CreateEmbeddingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -862,7 +862,7 @@ func (c *Client) sendCreateFile(ctx context.Context, request *CreateFileRequestM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateFile", + ctx, span := c.cfg.Tracer.Start(ctx, CreateFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -940,7 +940,7 @@ func (c *Client) sendCreateFineTune(ctx context.Context, request *CreateFineTune c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateFineTune", + ctx, span := c.cfg.Tracer.Start(ctx, CreateFineTuneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1015,7 +1015,7 @@ func (c *Client) sendCreateImage(ctx context.Context, request *CreateImageReques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateImage", + ctx, span := c.cfg.Tracer.Start(ctx, CreateImageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1090,7 +1090,7 @@ func (c *Client) sendCreateImageEdit(ctx context.Context, request *CreateImageEd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateImageEdit", + ctx, span := c.cfg.Tracer.Start(ctx, CreateImageEditOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1165,7 +1165,7 @@ func (c *Client) sendCreateImageVariation(ctx context.Context, request *CreateIm c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateImageVariation", + ctx, span := c.cfg.Tracer.Start(ctx, CreateImageVariationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1240,7 +1240,7 @@ func (c *Client) sendCreateModeration(ctx context.Context, request *CreateModera c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateModeration", + ctx, span := c.cfg.Tracer.Start(ctx, CreateModerationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1324,7 +1324,7 @@ func (c *Client) sendCreateSearch(ctx context.Context, request *CreateSearchRequ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateSearch", + ctx, span := c.cfg.Tracer.Start(ctx, CreateSearchOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1418,7 +1418,7 @@ func (c *Client) sendCreateTranscription(ctx context.Context, request *CreateTra c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateTranscription", + ctx, span := c.cfg.Tracer.Start(ctx, CreateTranscriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1493,7 +1493,7 @@ func (c *Client) sendCreateTranslation(ctx context.Context, request *CreateTrans c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateTranslation", + ctx, span := c.cfg.Tracer.Start(ctx, CreateTranslationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1568,7 +1568,7 @@ func (c *Client) sendDeleteFile(ctx context.Context, params DeleteFileParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteFile", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1658,7 +1658,7 @@ func (c *Client) sendDeleteModel(ctx context.Context, params DeleteModelParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteModel", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteModelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1748,7 +1748,7 @@ func (c *Client) sendDownloadFile(ctx context.Context, params DownloadFileParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DownloadFile", + ctx, span := c.cfg.Tracer.Start(ctx, DownloadFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1842,7 +1842,7 @@ func (c *Client) sendListEngines(ctx context.Context) (res *ListEnginesResponse, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListEngines", + ctx, span := c.cfg.Tracer.Start(ctx, ListEnginesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1914,7 +1914,7 @@ func (c *Client) sendListFiles(ctx context.Context) (res *ListFilesResponse, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFiles", + ctx, span := c.cfg.Tracer.Start(ctx, ListFilesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1986,7 +1986,7 @@ func (c *Client) sendListFineTuneEvents(ctx context.Context, params ListFineTune c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFineTuneEvents", + ctx, span := c.cfg.Tracer.Start(ctx, ListFineTuneEventsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2098,7 +2098,7 @@ func (c *Client) sendListFineTunes(ctx context.Context) (res *ListFineTunesRespo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListFineTunes", + ctx, span := c.cfg.Tracer.Start(ctx, ListFineTunesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2171,7 +2171,7 @@ func (c *Client) sendListModels(ctx context.Context) (res *ListModelsResponse, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListModels", + ctx, span := c.cfg.Tracer.Start(ctx, ListModelsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2246,7 +2246,7 @@ func (c *Client) sendRetrieveEngine(ctx context.Context, params RetrieveEnginePa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RetrieveEngine", + ctx, span := c.cfg.Tracer.Start(ctx, RetrieveEngineOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2336,7 +2336,7 @@ func (c *Client) sendRetrieveFile(ctx context.Context, params RetrieveFileParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RetrieveFile", + ctx, span := c.cfg.Tracer.Start(ctx, RetrieveFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2427,7 +2427,7 @@ func (c *Client) sendRetrieveFineTune(ctx context.Context, params RetrieveFineTu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RetrieveFineTune", + ctx, span := c.cfg.Tracer.Start(ctx, RetrieveFineTuneOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2518,7 +2518,7 @@ func (c *Client) sendRetrieveModel(ctx context.Context, params RetrieveModelPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RetrieveModel", + ctx, span := c.cfg.Tracer.Start(ctx, RetrieveModelOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_openai/oas_handlers_gen.go b/examples/ex_openai/oas_handlers_gen.go index 4337d0073..4ee3f4507 100644 --- a/examples/ex_openai/oas_handlers_gen.go +++ b/examples/ex_openai/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleCancelFineTuneRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CancelFineTune", + ctx, span := s.cfg.Tracer.Start(r.Context(), CancelFineTuneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleCancelFineTuneRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CancelFineTune", + Name: CancelFineTuneOperation, ID: "cancelFineTune", } ) @@ -83,7 +83,7 @@ func (s *Server) handleCancelFineTuneRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CancelFineTune", + OperationName: CancelFineTuneOperation, OperationSummary: "Immediately cancel a fine-tune job.\n", OperationID: "cancelFineTune", Body: nil, @@ -150,7 +150,7 @@ func (s *Server) handleCreateAnswerRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateAnswer", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateAnswerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -181,7 +181,7 @@ func (s *Server) handleCreateAnswerRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateAnswer", + Name: CreateAnswerOperation, ID: "createAnswer", } ) @@ -205,7 +205,7 @@ func (s *Server) handleCreateAnswerRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateAnswer", + OperationName: CreateAnswerOperation, OperationSummary: "Answers the specified question using the provided documents and examples.\n\nThe endpoint first [searches](/docs/api-reference/searches) over provided documents or files to find relevant context. The relevant context is combined with the provided examples and question to create the prompt for [completion](/docs/api-reference/completions).\n", OperationID: "createAnswer", Body: request, @@ -262,7 +262,7 @@ func (s *Server) handleCreateChatCompletionRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateChatCompletion", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateChatCompletionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -293,7 +293,7 @@ func (s *Server) handleCreateChatCompletionRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateChatCompletion", + Name: CreateChatCompletionOperation, ID: "createChatCompletion", } ) @@ -317,7 +317,7 @@ func (s *Server) handleCreateChatCompletionRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateChatCompletion", + OperationName: CreateChatCompletionOperation, OperationSummary: "Creates a completion for the chat message", OperationID: "createChatCompletion", Body: request, @@ -382,7 +382,7 @@ func (s *Server) handleCreateClassificationRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateClassification", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateClassificationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -413,7 +413,7 @@ func (s *Server) handleCreateClassificationRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateClassification", + Name: CreateClassificationOperation, ID: "createClassification", } ) @@ -437,7 +437,7 @@ func (s *Server) handleCreateClassificationRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateClassification", + OperationName: CreateClassificationOperation, OperationSummary: "Classifies the specified `query` using provided examples.\n\nThe endpoint first [searches](/docs/api-reference/searches) over the labeled examples\nto select the ones most relevant for the particular query. Then, the relevant examples\nare combined with the query to construct a prompt to produce the final label via the\n[completions](/docs/api-reference/completions) endpoint.\n\nLabeled examples can be provided via an uploaded `file`, or explicitly listed in the\nrequest using the `examples` parameter for quick tests and small scale use cases.\n", OperationID: "createClassification", Body: request, @@ -494,7 +494,7 @@ func (s *Server) handleCreateCompletionRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateCompletion", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateCompletionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -525,7 +525,7 @@ func (s *Server) handleCreateCompletionRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateCompletion", + Name: CreateCompletionOperation, ID: "createCompletion", } ) @@ -549,7 +549,7 @@ func (s *Server) handleCreateCompletionRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateCompletion", + OperationName: CreateCompletionOperation, OperationSummary: "Creates a completion for the provided prompt and parameters", OperationID: "createCompletion", Body: request, @@ -606,7 +606,7 @@ func (s *Server) handleCreateEditRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateEdit", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateEditOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -637,7 +637,7 @@ func (s *Server) handleCreateEditRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateEdit", + Name: CreateEditOperation, ID: "createEdit", } ) @@ -661,7 +661,7 @@ func (s *Server) handleCreateEditRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateEdit", + OperationName: CreateEditOperation, OperationSummary: "Creates a new edit for the provided input, instruction, and parameters.", OperationID: "createEdit", Body: request, @@ -718,7 +718,7 @@ func (s *Server) handleCreateEmbeddingRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateEmbedding", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateEmbeddingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -749,7 +749,7 @@ func (s *Server) handleCreateEmbeddingRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateEmbedding", + Name: CreateEmbeddingOperation, ID: "createEmbedding", } ) @@ -773,7 +773,7 @@ func (s *Server) handleCreateEmbeddingRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateEmbedding", + OperationName: CreateEmbeddingOperation, OperationSummary: "Creates an embedding vector representing the input text.", OperationID: "createEmbedding", Body: request, @@ -832,7 +832,7 @@ func (s *Server) handleCreateFileRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -863,7 +863,7 @@ func (s *Server) handleCreateFileRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateFile", + Name: CreateFileOperation, ID: "createFile", } ) @@ -887,7 +887,7 @@ func (s *Server) handleCreateFileRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateFile", + OperationName: CreateFileOperation, OperationSummary: "Upload a file that contains document(s) to be used across various endpoints/features. Currently, the size of all the files uploaded by one organization can be up to 1 GB. Please contact us if you need to increase the storage limit.\n", OperationID: "createFile", Body: request, @@ -947,7 +947,7 @@ func (s *Server) handleCreateFineTuneRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateFineTune", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateFineTuneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -978,7 +978,7 @@ func (s *Server) handleCreateFineTuneRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateFineTune", + Name: CreateFineTuneOperation, ID: "createFineTune", } ) @@ -1002,7 +1002,7 @@ func (s *Server) handleCreateFineTuneRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateFineTune", + OperationName: CreateFineTuneOperation, OperationSummary: "Creates a job that fine-tunes a specified model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about Fine-tuning](/docs/guides/fine-tuning)\n", OperationID: "createFineTune", Body: request, @@ -1059,7 +1059,7 @@ func (s *Server) handleCreateImageRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateImage", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateImageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1090,7 +1090,7 @@ func (s *Server) handleCreateImageRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateImage", + Name: CreateImageOperation, ID: "createImage", } ) @@ -1114,7 +1114,7 @@ func (s *Server) handleCreateImageRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateImage", + OperationName: CreateImageOperation, OperationSummary: "Creates an image given a prompt.", OperationID: "createImage", Body: request, @@ -1171,7 +1171,7 @@ func (s *Server) handleCreateImageEditRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateImageEdit", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateImageEditOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1202,7 +1202,7 @@ func (s *Server) handleCreateImageEditRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateImageEdit", + Name: CreateImageEditOperation, ID: "createImageEdit", } ) @@ -1226,7 +1226,7 @@ func (s *Server) handleCreateImageEditRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateImageEdit", + OperationName: CreateImageEditOperation, OperationSummary: "Creates an edited or extended image given an original image and a prompt.", OperationID: "createImageEdit", Body: request, @@ -1283,7 +1283,7 @@ func (s *Server) handleCreateImageVariationRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateImageVariation", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateImageVariationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1314,7 +1314,7 @@ func (s *Server) handleCreateImageVariationRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateImageVariation", + Name: CreateImageVariationOperation, ID: "createImageVariation", } ) @@ -1338,7 +1338,7 @@ func (s *Server) handleCreateImageVariationRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateImageVariation", + OperationName: CreateImageVariationOperation, OperationSummary: "Creates a variation of a given image.", OperationID: "createImageVariation", Body: request, @@ -1395,7 +1395,7 @@ func (s *Server) handleCreateModerationRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateModeration", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateModerationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1426,7 +1426,7 @@ func (s *Server) handleCreateModerationRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateModeration", + Name: CreateModerationOperation, ID: "createModeration", } ) @@ -1450,7 +1450,7 @@ func (s *Server) handleCreateModerationRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateModeration", + OperationName: CreateModerationOperation, OperationSummary: "Classifies if text violates OpenAI's Content Policy", OperationID: "createModeration", Body: request, @@ -1516,7 +1516,7 @@ func (s *Server) handleCreateSearchRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateSearch", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateSearchOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1547,7 +1547,7 @@ func (s *Server) handleCreateSearchRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateSearch", + Name: CreateSearchOperation, ID: "createSearch", } ) @@ -1581,7 +1581,7 @@ func (s *Server) handleCreateSearchRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateSearch", + OperationName: CreateSearchOperation, OperationSummary: "The search endpoint computes similarity scores between provided query and documents. Documents can be passed directly to the API if there are no more than 200 of them.\n\nTo go beyond the 200 document limit, documents can be processed offline and then used for efficient retrieval at query time. When `file` is set, the search endpoint searches over all the documents in the given file and returns up to the `max_rerank` number of documents. These documents will be returned along with their search scores.\n\nThe similarity score is a positive score that usually ranges from 0 to 300 (but can sometimes go higher), where a score above 200 usually means the document is semantically similar to the query.\n", OperationID: "createSearch", Body: request, @@ -1643,7 +1643,7 @@ func (s *Server) handleCreateTranscriptionRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateTranscription", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateTranscriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1674,7 +1674,7 @@ func (s *Server) handleCreateTranscriptionRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateTranscription", + Name: CreateTranscriptionOperation, ID: "createTranscription", } ) @@ -1698,7 +1698,7 @@ func (s *Server) handleCreateTranscriptionRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateTranscription", + OperationName: CreateTranscriptionOperation, OperationSummary: "Transcribes audio into the input language.", OperationID: "createTranscription", Body: request, @@ -1755,7 +1755,7 @@ func (s *Server) handleCreateTranslationRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateTranslation", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateTranslationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1786,7 +1786,7 @@ func (s *Server) handleCreateTranslationRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateTranslation", + Name: CreateTranslationOperation, ID: "createTranslation", } ) @@ -1810,7 +1810,7 @@ func (s *Server) handleCreateTranslationRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateTranslation", + OperationName: CreateTranslationOperation, OperationSummary: "Translates audio into into English.", OperationID: "createTranslation", Body: request, @@ -1867,7 +1867,7 @@ func (s *Server) handleDeleteFileRequest(args [1]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1898,7 +1898,7 @@ func (s *Server) handleDeleteFileRequest(args [1]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteFile", + Name: DeleteFileOperation, ID: "deleteFile", } ) @@ -1917,7 +1917,7 @@ func (s *Server) handleDeleteFileRequest(args [1]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteFile", + OperationName: DeleteFileOperation, OperationSummary: "Delete a file.", OperationID: "deleteFile", Body: nil, @@ -1979,7 +1979,7 @@ func (s *Server) handleDeleteModelRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteModel", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteModelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2010,7 +2010,7 @@ func (s *Server) handleDeleteModelRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteModel", + Name: DeleteModelOperation, ID: "deleteModel", } ) @@ -2029,7 +2029,7 @@ func (s *Server) handleDeleteModelRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteModel", + OperationName: DeleteModelOperation, OperationSummary: "Delete a fine-tuned model. You must have the Owner role in your organization.", OperationID: "deleteModel", Body: nil, @@ -2091,7 +2091,7 @@ func (s *Server) handleDownloadFileRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DownloadFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), DownloadFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2122,7 +2122,7 @@ func (s *Server) handleDownloadFileRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "DownloadFile", + Name: DownloadFileOperation, ID: "downloadFile", } ) @@ -2141,7 +2141,7 @@ func (s *Server) handleDownloadFileRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DownloadFile", + OperationName: DownloadFileOperation, OperationSummary: "Returns the contents of the specified file", OperationID: "downloadFile", Body: nil, @@ -2206,7 +2206,7 @@ func (s *Server) handleListEnginesRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListEngines", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListEnginesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2242,7 +2242,7 @@ func (s *Server) handleListEnginesRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListEngines", + OperationName: ListEnginesOperation, OperationSummary: "Lists the currently available (non-finetuned) models, and provides basic information about each one such as the owner and availability.", OperationID: "listEngines", Body: nil, @@ -2299,7 +2299,7 @@ func (s *Server) handleListFilesRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFiles", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFilesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2335,7 +2335,7 @@ func (s *Server) handleListFilesRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFiles", + OperationName: ListFilesOperation, OperationSummary: "Returns a list of files that belong to the user's organization.", OperationID: "listFiles", Body: nil, @@ -2392,7 +2392,7 @@ func (s *Server) handleListFineTuneEventsRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFineTuneEvents", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFineTuneEventsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2423,7 +2423,7 @@ func (s *Server) handleListFineTuneEventsRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListFineTuneEvents", + Name: ListFineTuneEventsOperation, ID: "listFineTuneEvents", } ) @@ -2442,7 +2442,7 @@ func (s *Server) handleListFineTuneEventsRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFineTuneEvents", + OperationName: ListFineTuneEventsOperation, OperationSummary: "Get fine-grained status updates for a fine-tune job.\n", OperationID: "listFineTuneEvents", Body: nil, @@ -2508,7 +2508,7 @@ func (s *Server) handleListFineTunesRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListFineTunes", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListFineTunesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2544,7 +2544,7 @@ func (s *Server) handleListFineTunesRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListFineTunes", + OperationName: ListFineTunesOperation, OperationSummary: "List your organization's fine-tuning jobs\n", OperationID: "listFineTunes", Body: nil, @@ -2602,7 +2602,7 @@ func (s *Server) handleListModelsRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListModels", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListModelsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2638,7 +2638,7 @@ func (s *Server) handleListModelsRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListModels", + OperationName: ListModelsOperation, OperationSummary: "Lists the currently available models, and provides basic information about each one such as the owner and availability.", OperationID: "listModels", Body: nil, @@ -2698,7 +2698,7 @@ func (s *Server) handleRetrieveEngineRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RetrieveEngine", + ctx, span := s.cfg.Tracer.Start(r.Context(), RetrieveEngineOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2729,7 +2729,7 @@ func (s *Server) handleRetrieveEngineRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "RetrieveEngine", + Name: RetrieveEngineOperation, ID: "retrieveEngine", } ) @@ -2748,7 +2748,7 @@ func (s *Server) handleRetrieveEngineRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RetrieveEngine", + OperationName: RetrieveEngineOperation, OperationSummary: "Retrieves a model instance, providing basic information about it such as the owner and availability.", OperationID: "retrieveEngine", Body: nil, @@ -2810,7 +2810,7 @@ func (s *Server) handleRetrieveFileRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RetrieveFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), RetrieveFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2841,7 +2841,7 @@ func (s *Server) handleRetrieveFileRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "RetrieveFile", + Name: RetrieveFileOperation, ID: "retrieveFile", } ) @@ -2860,7 +2860,7 @@ func (s *Server) handleRetrieveFileRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RetrieveFile", + OperationName: RetrieveFileOperation, OperationSummary: "Returns information about a specific file.", OperationID: "retrieveFile", Body: nil, @@ -2923,7 +2923,7 @@ func (s *Server) handleRetrieveFineTuneRequest(args [1]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RetrieveFineTune", + ctx, span := s.cfg.Tracer.Start(r.Context(), RetrieveFineTuneOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2954,7 +2954,7 @@ func (s *Server) handleRetrieveFineTuneRequest(args [1]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "RetrieveFineTune", + Name: RetrieveFineTuneOperation, ID: "retrieveFineTune", } ) @@ -2973,7 +2973,7 @@ func (s *Server) handleRetrieveFineTuneRequest(args [1]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RetrieveFineTune", + OperationName: RetrieveFineTuneOperation, OperationSummary: "Gets info about the fine-tune job.\n\n[Learn more about Fine-tuning](/docs/guides/fine-tuning)\n", OperationID: "retrieveFineTune", Body: nil, @@ -3036,7 +3036,7 @@ func (s *Server) handleRetrieveModelRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RetrieveModel", + ctx, span := s.cfg.Tracer.Start(r.Context(), RetrieveModelOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3067,7 +3067,7 @@ func (s *Server) handleRetrieveModelRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "RetrieveModel", + Name: RetrieveModelOperation, ID: "retrieveModel", } ) @@ -3086,7 +3086,7 @@ func (s *Server) handleRetrieveModelRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RetrieveModel", + OperationName: RetrieveModelOperation, OperationSummary: "Retrieves a model instance, providing basic information about the model such as the owner and permissioning.", OperationID: "retrieveModel", Body: nil, diff --git a/examples/ex_openai/oas_operations_gen.go b/examples/ex_openai/oas_operations_gen.go new file mode 100644 index 000000000..5ac4e168f --- /dev/null +++ b/examples/ex_openai/oas_operations_gen.go @@ -0,0 +1,37 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CancelFineTuneOperation OperationName = "CancelFineTune" + CreateAnswerOperation OperationName = "CreateAnswer" + CreateChatCompletionOperation OperationName = "CreateChatCompletion" + CreateClassificationOperation OperationName = "CreateClassification" + CreateCompletionOperation OperationName = "CreateCompletion" + CreateEditOperation OperationName = "CreateEdit" + CreateEmbeddingOperation OperationName = "CreateEmbedding" + CreateFileOperation OperationName = "CreateFile" + CreateFineTuneOperation OperationName = "CreateFineTune" + CreateImageOperation OperationName = "CreateImage" + CreateImageEditOperation OperationName = "CreateImageEdit" + CreateImageVariationOperation OperationName = "CreateImageVariation" + CreateModerationOperation OperationName = "CreateModeration" + CreateSearchOperation OperationName = "CreateSearch" + CreateTranscriptionOperation OperationName = "CreateTranscription" + CreateTranslationOperation OperationName = "CreateTranslation" + DeleteFileOperation OperationName = "DeleteFile" + DeleteModelOperation OperationName = "DeleteModel" + DownloadFileOperation OperationName = "DownloadFile" + ListEnginesOperation OperationName = "ListEngines" + ListFilesOperation OperationName = "ListFiles" + ListFineTuneEventsOperation OperationName = "ListFineTuneEvents" + ListFineTunesOperation OperationName = "ListFineTunes" + ListModelsOperation OperationName = "ListModels" + RetrieveEngineOperation OperationName = "RetrieveEngine" + RetrieveFileOperation OperationName = "RetrieveFile" + RetrieveFineTuneOperation OperationName = "RetrieveFineTune" + RetrieveModelOperation OperationName = "RetrieveModel" +) diff --git a/examples/ex_openai/oas_router_gen.go b/examples/ex_openai/oas_router_gen.go index 2b429c53d..e8acf40f3 100644 --- a/examples/ex_openai/oas_router_gen.go +++ b/examples/ex_openai/oas_router_gen.go @@ -871,7 +871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateAnswer" + r.name = CreateAnswerOperation r.summary = "Answers the specified question using the provided documents and examples.\n\nThe endpoint first [searches](/docs/api-reference/searches) over provided documents or files to find relevant context. The relevant context is combined with the provided examples and question to create the prompt for [completion](/docs/api-reference/completions).\n" r.operationID = "createAnswer" r.pathPattern = "/answers" @@ -908,7 +908,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateTranscription" + r.name = CreateTranscriptionOperation r.summary = "Transcribes audio into the input language." r.operationID = "createTranscription" r.pathPattern = "/audio/transcriptions" @@ -933,7 +933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateTranslation" + r.name = CreateTranslationOperation r.summary = "Translates audio into into English." r.operationID = "createTranslation" r.pathPattern = "/audio/translations" @@ -976,7 +976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateChatCompletion" + r.name = CreateChatCompletionOperation r.summary = "Creates a completion for the chat message" r.operationID = "createChatCompletion" r.pathPattern = "/chat/completions" @@ -1001,7 +1001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateClassification" + r.name = CreateClassificationOperation r.summary = "Classifies the specified `query` using provided examples.\n\nThe endpoint first [searches](/docs/api-reference/searches) over the labeled examples\nto select the ones most relevant for the particular query. Then, the relevant examples\nare combined with the query to construct a prompt to produce the final label via the\n[completions](/docs/api-reference/completions) endpoint.\n\nLabeled examples can be provided via an uploaded `file`, or explicitly listed in the\nrequest using the `examples` parameter for quick tests and small scale use cases.\n" r.operationID = "createClassification" r.pathPattern = "/classifications" @@ -1026,7 +1026,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateCompletion" + r.name = CreateCompletionOperation r.summary = "Creates a completion for the provided prompt and parameters" r.operationID = "createCompletion" r.pathPattern = "/completions" @@ -1066,7 +1066,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateEdit" + r.name = CreateEditOperation r.summary = "Creates a new edit for the provided input, instruction, and parameters." r.operationID = "createEdit" r.pathPattern = "/edits" @@ -1091,7 +1091,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateEmbedding" + r.name = CreateEmbeddingOperation r.summary = "Creates an embedding vector representing the input text." r.operationID = "createEmbedding" r.pathPattern = "/embeddings" @@ -1115,7 +1115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListEngines" + r.name = ListEnginesOperation r.summary = "Lists the currently available (non-finetuned) models, and provides basic information about each one such as the owner and availability." r.operationID = "listEngines" r.pathPattern = "/engines" @@ -1147,7 +1147,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "RetrieveEngine" + r.name = RetrieveEngineOperation r.summary = "Retrieves a model instance, providing basic information about it such as the owner and availability." r.operationID = "retrieveEngine" r.pathPattern = "/engines/{engine_id}" @@ -1171,7 +1171,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateSearch" + r.name = CreateSearchOperation r.summary = "The search endpoint computes similarity scores between provided query and documents. Documents can be passed directly to the API if there are no more than 200 of them.\n\nTo go beyond the 200 document limit, documents can be processed offline and then used for efficient retrieval at query time. When `file` is set, the search endpoint searches over all the documents in the given file and returns up to the `max_rerank` number of documents. These documents will be returned along with their search scores.\n\nThe similarity score is a positive score that usually ranges from 0 to 300 (but can sometimes go higher), where a score above 200 usually means the document is semantically similar to the query.\n" r.operationID = "createSearch" r.pathPattern = "/engines/{engine_id}/search" @@ -1216,7 +1216,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFiles" + r.name = ListFilesOperation r.summary = "Returns a list of files that belong to the user's organization." r.operationID = "listFiles" r.pathPattern = "/files" @@ -1224,7 +1224,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "CreateFile" + r.name = CreateFileOperation r.summary = "Upload a file that contains document(s) to be used across various endpoints/features. Currently, the size of all the files uploaded by one organization can be up to 1 GB. Please contact us if you need to increase the storage limit.\n" r.operationID = "createFile" r.pathPattern = "/files" @@ -1256,7 +1256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "DELETE": - r.name = "DeleteFile" + r.name = DeleteFileOperation r.summary = "Delete a file." r.operationID = "deleteFile" r.pathPattern = "/files/{file_id}" @@ -1264,7 +1264,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "RetrieveFile" + r.name = RetrieveFileOperation r.summary = "Returns information about a specific file." r.operationID = "retrieveFile" r.pathPattern = "/files/{file_id}" @@ -1288,7 +1288,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DownloadFile" + r.name = DownloadFileOperation r.summary = "Returns the contents of the specified file" r.operationID = "downloadFile" r.pathPattern = "/files/{file_id}/content" @@ -1318,7 +1318,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListFineTunes" + r.name = ListFineTunesOperation r.summary = "List your organization's fine-tuning jobs\n" r.operationID = "listFineTunes" r.pathPattern = "/fine-tunes" @@ -1326,7 +1326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "CreateFineTune" + r.name = CreateFineTuneOperation r.summary = "Creates a job that fine-tunes a specified model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about Fine-tuning](/docs/guides/fine-tuning)\n" r.operationID = "createFineTune" r.pathPattern = "/fine-tunes" @@ -1358,7 +1358,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "RetrieveFineTune" + r.name = RetrieveFineTuneOperation r.summary = "Gets info about the fine-tune job.\n\n[Learn more about Fine-tuning](/docs/guides/fine-tuning)\n" r.operationID = "retrieveFineTune" r.pathPattern = "/fine-tunes/{fine_tune_id}" @@ -1394,7 +1394,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CancelFineTune" + r.name = CancelFineTuneOperation r.summary = "Immediately cancel a fine-tune job.\n" r.operationID = "cancelFineTune" r.pathPattern = "/fine-tunes/{fine_tune_id}/cancel" @@ -1419,7 +1419,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ListFineTuneEvents" + r.name = ListFineTuneEventsOperation r.summary = "Get fine-grained status updates for a fine-tune job.\n" r.operationID = "listFineTuneEvents" r.pathPattern = "/fine-tunes/{fine_tune_id}/events" @@ -1468,7 +1468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateImageEdit" + r.name = CreateImageEditOperation r.summary = "Creates an edited or extended image given an original image and a prompt." r.operationID = "createImageEdit" r.pathPattern = "/images/edits" @@ -1493,7 +1493,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateImage" + r.name = CreateImageOperation r.summary = "Creates an image given a prompt." r.operationID = "createImage" r.pathPattern = "/images/generations" @@ -1518,7 +1518,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateImageVariation" + r.name = CreateImageVariationOperation r.summary = "Creates a variation of a given image." r.operationID = "createImageVariation" r.pathPattern = "/images/variations" @@ -1557,7 +1557,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListModels" + r.name = ListModelsOperation r.summary = "Lists the currently available models, and provides basic information about each one such as the owner and availability." r.operationID = "listModels" r.pathPattern = "/models" @@ -1586,7 +1586,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "DeleteModel" + r.name = DeleteModelOperation r.summary = "Delete a fine-tuned model. You must have the Owner role in your organization." r.operationID = "deleteModel" r.pathPattern = "/models/{model}" @@ -1594,7 +1594,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "RetrieveModel" + r.name = RetrieveModelOperation r.summary = "Retrieves a model instance, providing basic information about the model such as the owner and permissioning." r.operationID = "retrieveModel" r.pathPattern = "/models/{model}" @@ -1622,7 +1622,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateModeration" + r.name = CreateModerationOperation r.summary = "Classifies if text violates OpenAI's Content Policy" r.operationID = "createModeration" r.pathPattern = "/moderations" diff --git a/examples/ex_petstore/oas_client_gen.go b/examples/ex_petstore/oas_client_gen.go index c138b0f09..fa086151c 100644 --- a/examples/ex_petstore/oas_client_gen.go +++ b/examples/ex_petstore/oas_client_gen.go @@ -124,7 +124,7 @@ func (c *Client) sendCreatePets(ctx context.Context) (res *CreatePetsCreated, er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreatePets", + ctx, span := c.cfg.Tracer.Start(ctx, CreatePetsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -196,7 +196,7 @@ func (c *Client) sendListPets(ctx context.Context, params ListPetsParams) (res * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ListPets", + ctx, span := c.cfg.Tracer.Start(ctx, ListPetsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -289,7 +289,7 @@ func (c *Client) sendShowPetById(ctx context.Context, params ShowPetByIdParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ShowPetById", + ctx, span := c.cfg.Tracer.Start(ctx, ShowPetByIdOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_petstore/oas_handlers_gen.go b/examples/ex_petstore/oas_handlers_gen.go index 86bed2f35..7cb5f0328 100644 --- a/examples/ex_petstore/oas_handlers_gen.go +++ b/examples/ex_petstore/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleCreatePetsRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreatePets", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreatePetsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69,7 +69,7 @@ func (s *Server) handleCreatePetsRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreatePets", + OperationName: CreatePetsOperation, OperationSummary: "Create a pet", OperationID: "createPets", Body: nil, @@ -137,7 +137,7 @@ func (s *Server) handleListPetsRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ListPets", + ctx, span := s.cfg.Tracer.Start(r.Context(), ListPetsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -168,7 +168,7 @@ func (s *Server) handleListPetsRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "ListPets", + Name: ListPetsOperation, ID: "listPets", } ) @@ -187,7 +187,7 @@ func (s *Server) handleListPetsRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ListPets", + OperationName: ListPetsOperation, OperationSummary: "List all pets", OperationID: "listPets", Body: nil, @@ -260,7 +260,7 @@ func (s *Server) handleShowPetByIdRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ShowPetById", + ctx, span := s.cfg.Tracer.Start(r.Context(), ShowPetByIdOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -291,7 +291,7 @@ func (s *Server) handleShowPetByIdRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "ShowPetById", + Name: ShowPetByIdOperation, ID: "showPetById", } ) @@ -310,7 +310,7 @@ func (s *Server) handleShowPetByIdRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ShowPetById", + OperationName: ShowPetByIdOperation, OperationSummary: "Info for a specific pet", OperationID: "showPetById", Body: nil, diff --git a/examples/ex_petstore/oas_operations_gen.go b/examples/ex_petstore/oas_operations_gen.go new file mode 100644 index 000000000..8f6c9276a --- /dev/null +++ b/examples/ex_petstore/oas_operations_gen.go @@ -0,0 +1,12 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CreatePetsOperation OperationName = "CreatePets" + ListPetsOperation OperationName = "ListPets" + ShowPetByIdOperation OperationName = "ShowPetById" +) diff --git a/examples/ex_petstore/oas_router_gen.go b/examples/ex_petstore/oas_router_gen.go index a08008931..d9993c8a2 100644 --- a/examples/ex_petstore/oas_router_gen.go +++ b/examples/ex_petstore/oas_router_gen.go @@ -192,7 +192,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "ListPets" + r.name = ListPetsOperation r.summary = "List all pets" r.operationID = "listPets" r.pathPattern = "/pets" @@ -200,7 +200,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "CreatePets" + r.name = CreatePetsOperation r.summary = "Create a pet" r.operationID = "createPets" r.pathPattern = "/pets" @@ -229,7 +229,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ShowPetById" + r.name = ShowPetByIdOperation r.summary = "Info for a specific pet" r.operationID = "showPetById" r.pathPattern = "/pets/{petId}" diff --git a/examples/ex_petstore_expanded/oas_client_gen.go b/examples/ex_petstore_expanded/oas_client_gen.go index 552ff571e..8a7e60944 100644 --- a/examples/ex_petstore_expanded/oas_client_gen.go +++ b/examples/ex_petstore_expanded/oas_client_gen.go @@ -146,7 +146,7 @@ func (c *Client) sendAddPet(ctx context.Context, request *NewPet) (res *Pet, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AddPet", + ctx, span := c.cfg.Tracer.Start(ctx, AddPetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -221,7 +221,7 @@ func (c *Client) sendDeletePet(ctx context.Context, params DeletePetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeletePet", + ctx, span := c.cfg.Tracer.Start(ctx, DeletePetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -311,7 +311,7 @@ func (c *Client) sendFindPetByID(ctx context.Context, params FindPetByIDParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FindPetByID", + ctx, span := c.cfg.Tracer.Start(ctx, FindPetByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -419,7 +419,7 @@ func (c *Client) sendFindPets(ctx context.Context, params FindPetsParams) (res [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FindPets", + ctx, span := c.cfg.Tracer.Start(ctx, FindPetsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_petstore_expanded/oas_handlers_gen.go b/examples/ex_petstore_expanded/oas_handlers_gen.go index 7245bccd7..794f518e0 100644 --- a/examples/ex_petstore_expanded/oas_handlers_gen.go +++ b/examples/ex_petstore_expanded/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AddPet", + ctx, span := s.cfg.Tracer.Start(r.Context(), AddPetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re } err error opErrContext = ogenerrors.OperationContext{ - Name: "AddPet", + Name: AddPetOperation, ID: "addPet", } ) @@ -88,7 +88,7 @@ func (s *Server) handleAddPetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AddPet", + OperationName: AddPetOperation, OperationSummary: "", OperationID: "addPet", Body: request, @@ -156,7 +156,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeletePet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeletePetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -187,7 +187,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeletePet", + Name: DeletePetOperation, ID: "deletePet", } ) @@ -206,7 +206,7 @@ func (s *Server) handleDeletePetRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeletePet", + OperationName: DeletePetOperation, OperationSummary: "", OperationID: "deletePet", Body: nil, @@ -279,7 +279,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FindPetByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), FindPetByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -310,7 +310,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "FindPetByID", + Name: FindPetByIDOperation, ID: "find pet by id", } ) @@ -329,7 +329,7 @@ func (s *Server) handleFindPetByIDRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FindPetByID", + OperationName: FindPetByIDOperation, OperationSummary: "", OperationID: "find pet by id", Body: nil, @@ -420,7 +420,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FindPets", + ctx, span := s.cfg.Tracer.Start(r.Context(), FindPetsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -451,7 +451,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "FindPets", + Name: FindPetsOperation, ID: "findPets", } ) @@ -470,7 +470,7 @@ func (s *Server) handleFindPetsRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FindPets", + OperationName: FindPetsOperation, OperationSummary: "", OperationID: "findPets", Body: nil, diff --git a/examples/ex_petstore_expanded/oas_operations_gen.go b/examples/ex_petstore_expanded/oas_operations_gen.go new file mode 100644 index 000000000..b4b3288b4 --- /dev/null +++ b/examples/ex_petstore_expanded/oas_operations_gen.go @@ -0,0 +1,13 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AddPetOperation OperationName = "AddPet" + DeletePetOperation OperationName = "DeletePet" + FindPetByIDOperation OperationName = "FindPetByID" + FindPetsOperation OperationName = "FindPets" +) diff --git a/examples/ex_petstore_expanded/oas_router_gen.go b/examples/ex_petstore_expanded/oas_router_gen.go index 1c1c5dadd..6eb7848a0 100644 --- a/examples/ex_petstore_expanded/oas_router_gen.go +++ b/examples/ex_petstore_expanded/oas_router_gen.go @@ -196,7 +196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "FindPets" + r.name = FindPetsOperation r.summary = "" r.operationID = "findPets" r.pathPattern = "/pets" @@ -204,7 +204,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "AddPet" + r.name = AddPetOperation r.summary = "" r.operationID = "addPet" r.pathPattern = "/pets" @@ -233,7 +233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "DELETE": - r.name = "DeletePet" + r.name = DeletePetOperation r.summary = "" r.operationID = "deletePet" r.pathPattern = "/pets/{id}" @@ -241,7 +241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 1 return r, true case "GET": - r.name = "FindPetByID" + r.name = FindPetByIDOperation r.summary = "" r.operationID = "find pet by id" r.pathPattern = "/pets/{id}" diff --git a/examples/ex_route_params/oas_client_gen.go b/examples/ex_route_params/oas_client_gen.go index 86281700b..b32c80c13 100644 --- a/examples/ex_route_params/oas_client_gen.go +++ b/examples/ex_route_params/oas_client_gen.go @@ -120,7 +120,7 @@ func (c *Client) sendDataGet(ctx context.Context, params DataGetParams) (res str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGet", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -229,7 +229,7 @@ func (c *Client) sendDataGetAny(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGetAny", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetAnyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -301,7 +301,7 @@ func (c *Client) sendDataGetID(ctx context.Context, params DataGetIDParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGetID", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_route_params/oas_handlers_gen.go b/examples/ex_route_params/oas_handlers_gen.go index ee54a96bf..c53123878 100644 --- a/examples/ex_route_params/oas_handlers_gen.go +++ b/examples/ex_route_params/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleDataGetRequest(args [2]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleDataGetRequest(args [2]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "DataGet", + Name: DataGetOperation, ID: "dataGet", } ) @@ -83,7 +83,7 @@ func (s *Server) handleDataGetRequest(args [2]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGet", + OperationName: DataGetOperation, OperationSummary: "", OperationID: "dataGet", Body: nil, @@ -149,7 +149,7 @@ func (s *Server) handleDataGetAnyRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGetAny", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetAnyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -185,7 +185,7 @@ func (s *Server) handleDataGetAnyRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGetAny", + OperationName: DataGetAnyOperation, OperationSummary: "", OperationID: "dataGetAny", Body: nil, @@ -242,7 +242,7 @@ func (s *Server) handleDataGetIDRequest(args [1]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGetID", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -273,7 +273,7 @@ func (s *Server) handleDataGetIDRequest(args [1]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "DataGetID", + Name: DataGetIDOperation, ID: "dataGetID", } ) @@ -292,7 +292,7 @@ func (s *Server) handleDataGetIDRequest(args [1]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGetID", + OperationName: DataGetIDOperation, OperationSummary: "", OperationID: "dataGetID", Body: nil, diff --git a/examples/ex_route_params/oas_operations_gen.go b/examples/ex_route_params/oas_operations_gen.go new file mode 100644 index 000000000..ba646f7e0 --- /dev/null +++ b/examples/ex_route_params/oas_operations_gen.go @@ -0,0 +1,12 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataGetOperation OperationName = "DataGet" + DataGetAnyOperation OperationName = "DataGetAny" + DataGetIDOperation OperationName = "DataGetID" +) diff --git a/examples/ex_route_params/oas_router_gen.go b/examples/ex_route_params/oas_router_gen.go index 70142c2ec..d1da9b5fb 100644 --- a/examples/ex_route_params/oas_router_gen.go +++ b/examples/ex_route_params/oas_router_gen.go @@ -224,7 +224,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "DataGetAny" + r.name = DataGetAnyOperation r.summary = "" r.operationID = "dataGetAny" r.pathPattern = "/name" @@ -256,7 +256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "DataGetID" + r.name = DataGetIDOperation r.summary = "" r.operationID = "dataGetID" r.pathPattern = "/name/{id}" @@ -285,7 +285,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DataGet" + r.name = DataGetOperation r.summary = "" r.operationID = "dataGet" r.pathPattern = "/name/{id}/{key}" diff --git a/examples/ex_telegram/oas_client_gen.go b/examples/ex_telegram/oas_client_gen.go index 7811a2b86..a0e4c1f2f 100644 --- a/examples/ex_telegram/oas_client_gen.go +++ b/examples/ex_telegram/oas_client_gen.go @@ -431,7 +431,7 @@ func (c *Client) sendAddStickerToSet(ctx context.Context, request *AddStickerToS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AddStickerToSet", + ctx, span := c.cfg.Tracer.Start(ctx, AddStickerToSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -504,7 +504,7 @@ func (c *Client) sendAnswerCallbackQuery(ctx context.Context, request *AnswerCal c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerCallbackQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerCallbackQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -577,7 +577,7 @@ func (c *Client) sendAnswerInlineQuery(ctx context.Context, request *AnswerInlin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerInlineQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerInlineQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -650,7 +650,7 @@ func (c *Client) sendAnswerPreCheckoutQuery(ctx context.Context, request *Answer c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerPreCheckoutQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerPreCheckoutQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -723,7 +723,7 @@ func (c *Client) sendAnswerShippingQuery(ctx context.Context, request *AnswerShi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnswerShippingQuery", + ctx, span := c.cfg.Tracer.Start(ctx, AnswerShippingQueryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -796,7 +796,7 @@ func (c *Client) sendApproveChatJoinRequest(ctx context.Context, request *Approv c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ApproveChatJoinRequest", + ctx, span := c.cfg.Tracer.Start(ctx, ApproveChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -869,7 +869,7 @@ func (c *Client) sendBanChatMember(ctx context.Context, request *BanChatMember) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BanChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, BanChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -942,7 +942,7 @@ func (c *Client) sendBanChatSenderChat(ctx context.Context, request *BanChatSend c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "BanChatSenderChat", + ctx, span := c.cfg.Tracer.Start(ctx, BanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1015,7 +1015,7 @@ func (c *Client) sendClose(ctx context.Context) (res *Result, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Close", + ctx, span := c.cfg.Tracer.Start(ctx, CloseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1085,7 +1085,7 @@ func (c *Client) sendCopyMessage(ctx context.Context, request *CopyMessage) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CopyMessage", + ctx, span := c.cfg.Tracer.Start(ctx, CopyMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1158,7 +1158,7 @@ func (c *Client) sendCreateChatInviteLink(ctx context.Context, request *CreateCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, CreateChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1231,7 +1231,7 @@ func (c *Client) sendCreateNewStickerSet(ctx context.Context, request *CreateNew c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CreateNewStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, CreateNewStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1304,7 +1304,7 @@ func (c *Client) sendDeclineChatJoinRequest(ctx context.Context, request *Declin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeclineChatJoinRequest", + ctx, span := c.cfg.Tracer.Start(ctx, DeclineChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1377,7 +1377,7 @@ func (c *Client) sendDeleteChatPhoto(ctx context.Context, request *DeleteChatPho c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteChatPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteChatPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1450,7 +1450,7 @@ func (c *Client) sendDeleteChatStickerSet(ctx context.Context, request *DeleteCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteChatStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteChatStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1523,7 +1523,7 @@ func (c *Client) sendDeleteMessage(ctx context.Context, request *DeleteMessage) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteMessage", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1596,7 +1596,7 @@ func (c *Client) sendDeleteMyCommands(ctx context.Context, request OptDeleteMyCo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1669,7 +1669,7 @@ func (c *Client) sendDeleteStickerFromSet(ctx context.Context, request *DeleteSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteStickerFromSet", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteStickerFromSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1742,7 +1742,7 @@ func (c *Client) sendDeleteWebhook(ctx context.Context, request OptDeleteWebhook c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DeleteWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, DeleteWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1815,7 +1815,7 @@ func (c *Client) sendEditChatInviteLink(ctx context.Context, request *EditChatIn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, EditChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1888,7 +1888,7 @@ func (c *Client) sendEditMessageCaption(ctx context.Context, request *EditMessag c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageCaption", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageCaptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1961,7 +1961,7 @@ func (c *Client) sendEditMessageLiveLocation(ctx context.Context, request *EditM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageLiveLocation", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2034,7 +2034,7 @@ func (c *Client) sendEditMessageMedia(ctx context.Context, request *EditMessageM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageMedia", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageMediaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2107,7 +2107,7 @@ func (c *Client) sendEditMessageReplyMarkup(ctx context.Context, request *EditMe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageReplyMarkup", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageReplyMarkupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2180,7 +2180,7 @@ func (c *Client) sendEditMessageText(ctx context.Context, request *EditMessageTe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "EditMessageText", + ctx, span := c.cfg.Tracer.Start(ctx, EditMessageTextOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2253,7 +2253,7 @@ func (c *Client) sendExportChatInviteLink(ctx context.Context, request *ExportCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ExportChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, ExportChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2326,7 +2326,7 @@ func (c *Client) sendForwardMessage(ctx context.Context, request *ForwardMessage c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ForwardMessage", + ctx, span := c.cfg.Tracer.Start(ctx, ForwardMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2399,7 +2399,7 @@ func (c *Client) sendGetChat(ctx context.Context, request *GetChat) (res *Result c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChat", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2472,7 +2472,7 @@ func (c *Client) sendGetChatAdministrators(ctx context.Context, request *GetChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatAdministrators", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatAdministratorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2545,7 +2545,7 @@ func (c *Client) sendGetChatMember(ctx context.Context, request *GetChatMember) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2618,7 +2618,7 @@ func (c *Client) sendGetChatMemberCount(ctx context.Context, request *GetChatMem c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetChatMemberCount", + ctx, span := c.cfg.Tracer.Start(ctx, GetChatMemberCountOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2691,7 +2691,7 @@ func (c *Client) sendGetFile(ctx context.Context, request *GetFile) (res *Result c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetFile", + ctx, span := c.cfg.Tracer.Start(ctx, GetFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2764,7 +2764,7 @@ func (c *Client) sendGetGameHighScores(ctx context.Context, request *GetGameHigh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetGameHighScores", + ctx, span := c.cfg.Tracer.Start(ctx, GetGameHighScoresOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2837,7 +2837,7 @@ func (c *Client) sendGetMe(ctx context.Context) (res *ResultUser, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMe", + ctx, span := c.cfg.Tracer.Start(ctx, GetMeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2907,7 +2907,7 @@ func (c *Client) sendGetMyCommands(ctx context.Context, request OptGetMyCommands c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, GetMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2980,7 +2980,7 @@ func (c *Client) sendGetStickerSet(ctx context.Context, request *GetStickerSet) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, GetStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3053,7 +3053,7 @@ func (c *Client) sendGetUpdates(ctx context.Context, request OptGetUpdates) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetUpdates", + ctx, span := c.cfg.Tracer.Start(ctx, GetUpdatesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3126,7 +3126,7 @@ func (c *Client) sendGetUserProfilePhotos(ctx context.Context, request *GetUserP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetUserProfilePhotos", + ctx, span := c.cfg.Tracer.Start(ctx, GetUserProfilePhotosOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3199,7 +3199,7 @@ func (c *Client) sendGetWebhookInfo(ctx context.Context) (res *ResultWebhookInfo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "GetWebhookInfo", + ctx, span := c.cfg.Tracer.Start(ctx, GetWebhookInfoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3269,7 +3269,7 @@ func (c *Client) sendLeaveChat(ctx context.Context, request *LeaveChat) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LeaveChat", + ctx, span := c.cfg.Tracer.Start(ctx, LeaveChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3342,7 +3342,7 @@ func (c *Client) sendLogOut(ctx context.Context) (res *Result, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "LogOut", + ctx, span := c.cfg.Tracer.Start(ctx, LogOutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3412,7 +3412,7 @@ func (c *Client) sendPinChatMessage(ctx context.Context, request *PinChatMessage c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PinChatMessage", + ctx, span := c.cfg.Tracer.Start(ctx, PinChatMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3485,7 +3485,7 @@ func (c *Client) sendPromoteChatMember(ctx context.Context, request *PromoteChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PromoteChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, PromoteChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3558,7 +3558,7 @@ func (c *Client) sendRestrictChatMember(ctx context.Context, request *RestrictCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RestrictChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, RestrictChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3631,7 +3631,7 @@ func (c *Client) sendRevokeChatInviteLink(ctx context.Context, request *RevokeCh c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RevokeChatInviteLink", + ctx, span := c.cfg.Tracer.Start(ctx, RevokeChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3704,7 +3704,7 @@ func (c *Client) sendSendAnimation(ctx context.Context, request *SendAnimation) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendAnimation", + ctx, span := c.cfg.Tracer.Start(ctx, SendAnimationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3777,7 +3777,7 @@ func (c *Client) sendSendAudio(ctx context.Context, request *SendAudio) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendAudio", + ctx, span := c.cfg.Tracer.Start(ctx, SendAudioOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3850,7 +3850,7 @@ func (c *Client) sendSendChatAction(ctx context.Context, request *SendChatAction c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendChatAction", + ctx, span := c.cfg.Tracer.Start(ctx, SendChatActionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3923,7 +3923,7 @@ func (c *Client) sendSendContact(ctx context.Context, request *SendContact) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendContact", + ctx, span := c.cfg.Tracer.Start(ctx, SendContactOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -3996,7 +3996,7 @@ func (c *Client) sendSendDice(ctx context.Context, request *SendDice) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendDice", + ctx, span := c.cfg.Tracer.Start(ctx, SendDiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4069,7 +4069,7 @@ func (c *Client) sendSendDocument(ctx context.Context, request *SendDocument) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendDocument", + ctx, span := c.cfg.Tracer.Start(ctx, SendDocumentOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4142,7 +4142,7 @@ func (c *Client) sendSendGame(ctx context.Context, request *SendGame) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendGame", + ctx, span := c.cfg.Tracer.Start(ctx, SendGameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4215,7 +4215,7 @@ func (c *Client) sendSendInvoice(ctx context.Context, request *SendInvoice) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendInvoice", + ctx, span := c.cfg.Tracer.Start(ctx, SendInvoiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4288,7 +4288,7 @@ func (c *Client) sendSendLocation(ctx context.Context, request *SendLocation) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendLocation", + ctx, span := c.cfg.Tracer.Start(ctx, SendLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4361,7 +4361,7 @@ func (c *Client) sendSendMediaGroup(ctx context.Context, request *SendMediaGroup c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendMediaGroup", + ctx, span := c.cfg.Tracer.Start(ctx, SendMediaGroupOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4434,7 +4434,7 @@ func (c *Client) sendSendMessage(ctx context.Context, request *SendMessage) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendMessage", + ctx, span := c.cfg.Tracer.Start(ctx, SendMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4507,7 +4507,7 @@ func (c *Client) sendSendPhoto(ctx context.Context, request *SendPhoto) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, SendPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4580,7 +4580,7 @@ func (c *Client) sendSendPoll(ctx context.Context, request *SendPoll) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendPoll", + ctx, span := c.cfg.Tracer.Start(ctx, SendPollOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4653,7 +4653,7 @@ func (c *Client) sendSendSticker(ctx context.Context, request *SendSticker) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendSticker", + ctx, span := c.cfg.Tracer.Start(ctx, SendStickerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4726,7 +4726,7 @@ func (c *Client) sendSendVenue(ctx context.Context, request *SendVenue) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVenue", + ctx, span := c.cfg.Tracer.Start(ctx, SendVenueOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4799,7 +4799,7 @@ func (c *Client) sendSendVideo(ctx context.Context, request *SendVideo) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVideo", + ctx, span := c.cfg.Tracer.Start(ctx, SendVideoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4872,7 +4872,7 @@ func (c *Client) sendSendVideoNote(ctx context.Context, request *SendVideoNote) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVideoNote", + ctx, span := c.cfg.Tracer.Start(ctx, SendVideoNoteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -4945,7 +4945,7 @@ func (c *Client) sendSendVoice(ctx context.Context, request *SendVoice) (res *Re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SendVoice", + ctx, span := c.cfg.Tracer.Start(ctx, SendVoiceOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5018,7 +5018,7 @@ func (c *Client) sendSetChatAdministratorCustomTitle(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatAdministratorCustomTitle", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatAdministratorCustomTitleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5091,7 +5091,7 @@ func (c *Client) sendSetChatDescription(ctx context.Context, request *SetChatDes c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatDescription", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatDescriptionOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5164,7 +5164,7 @@ func (c *Client) sendSetChatPermissions(ctx context.Context, request *SetChatPer c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatPermissions", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatPermissionsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5237,7 +5237,7 @@ func (c *Client) sendSetChatPhoto(ctx context.Context, request *SetChatPhoto) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatPhoto", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatPhotoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5310,7 +5310,7 @@ func (c *Client) sendSetChatStickerSet(ctx context.Context, request *SetChatStic c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatStickerSet", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatStickerSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5383,7 +5383,7 @@ func (c *Client) sendSetChatTitle(ctx context.Context, request *SetChatTitle) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetChatTitle", + ctx, span := c.cfg.Tracer.Start(ctx, SetChatTitleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5456,7 +5456,7 @@ func (c *Client) sendSetGameScore(ctx context.Context, request *SetGameScore) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetGameScore", + ctx, span := c.cfg.Tracer.Start(ctx, SetGameScoreOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5529,7 +5529,7 @@ func (c *Client) sendSetMyCommands(ctx context.Context, request *SetMyCommands) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetMyCommands", + ctx, span := c.cfg.Tracer.Start(ctx, SetMyCommandsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5602,7 +5602,7 @@ func (c *Client) sendSetPassportDataErrors(ctx context.Context, request *SetPass c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetPassportDataErrors", + ctx, span := c.cfg.Tracer.Start(ctx, SetPassportDataErrorsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5675,7 +5675,7 @@ func (c *Client) sendSetStickerPositionInSet(ctx context.Context, request *SetSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetStickerPositionInSet", + ctx, span := c.cfg.Tracer.Start(ctx, SetStickerPositionInSetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5748,7 +5748,7 @@ func (c *Client) sendSetStickerSetThumb(ctx context.Context, request *SetSticker c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetStickerSetThumb", + ctx, span := c.cfg.Tracer.Start(ctx, SetStickerSetThumbOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5821,7 +5821,7 @@ func (c *Client) sendSetWebhook(ctx context.Context, request *SetWebhook) (res * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SetWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, SetWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5894,7 +5894,7 @@ func (c *Client) sendStopMessageLiveLocation(ctx context.Context, request *StopM c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StopMessageLiveLocation", + ctx, span := c.cfg.Tracer.Start(ctx, StopMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -5967,7 +5967,7 @@ func (c *Client) sendStopPoll(ctx context.Context, request *StopPoll) (res *Resu c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StopPoll", + ctx, span := c.cfg.Tracer.Start(ctx, StopPollOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6040,7 +6040,7 @@ func (c *Client) sendUnbanChatMember(ctx context.Context, request *UnbanChatMemb c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnbanChatMember", + ctx, span := c.cfg.Tracer.Start(ctx, UnbanChatMemberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6113,7 +6113,7 @@ func (c *Client) sendUnbanChatSenderChat(ctx context.Context, request *UnbanChat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnbanChatSenderChat", + ctx, span := c.cfg.Tracer.Start(ctx, UnbanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6186,7 +6186,7 @@ func (c *Client) sendUnpinAllChatMessages(ctx context.Context, request *UnpinAll c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnpinAllChatMessages", + ctx, span := c.cfg.Tracer.Start(ctx, UnpinAllChatMessagesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6259,7 +6259,7 @@ func (c *Client) sendUnpinChatMessage(ctx context.Context, request *UnpinChatMes c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UnpinChatMessage", + ctx, span := c.cfg.Tracer.Start(ctx, UnpinChatMessageOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6332,7 +6332,7 @@ func (c *Client) sendUploadStickerFile(ctx context.Context, request *UploadStick c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UploadStickerFile", + ctx, span := c.cfg.Tracer.Start(ctx, UploadStickerFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_telegram/oas_handlers_gen.go b/examples/ex_telegram/oas_handlers_gen.go index c150c25f1..d746bfbca 100644 --- a/examples/ex_telegram/oas_handlers_gen.go +++ b/examples/ex_telegram/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AddStickerToSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), AddStickerToSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AddStickerToSet", + Name: AddStickerToSetOperation, ID: "addStickerToSet", } ) @@ -86,7 +86,7 @@ func (s *Server) handleAddStickerToSetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AddStickerToSet", + OperationName: AddStickerToSetOperation, OperationSummary: "", OperationID: "addStickerToSet", Body: request, @@ -152,7 +152,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerCallbackQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerCallbackQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -183,7 +183,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerCallbackQuery", + Name: AnswerCallbackQueryOperation, ID: "answerCallbackQuery", } ) @@ -207,7 +207,7 @@ func (s *Server) handleAnswerCallbackQueryRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerCallbackQuery", + OperationName: AnswerCallbackQueryOperation, OperationSummary: "", OperationID: "answerCallbackQuery", Body: request, @@ -273,7 +273,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerInlineQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerInlineQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -304,7 +304,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerInlineQuery", + Name: AnswerInlineQueryOperation, ID: "answerInlineQuery", } ) @@ -328,7 +328,7 @@ func (s *Server) handleAnswerInlineQueryRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerInlineQuery", + OperationName: AnswerInlineQueryOperation, OperationSummary: "", OperationID: "answerInlineQuery", Body: request, @@ -394,7 +394,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerPreCheckoutQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerPreCheckoutQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -425,7 +425,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerPreCheckoutQuery", + Name: AnswerPreCheckoutQueryOperation, ID: "answerPreCheckoutQuery", } ) @@ -449,7 +449,7 @@ func (s *Server) handleAnswerPreCheckoutQueryRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerPreCheckoutQuery", + OperationName: AnswerPreCheckoutQueryOperation, OperationSummary: "", OperationID: "answerPreCheckoutQuery", Body: request, @@ -515,7 +515,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnswerShippingQuery", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnswerShippingQueryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -546,7 +546,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "AnswerShippingQuery", + Name: AnswerShippingQueryOperation, ID: "answerShippingQuery", } ) @@ -570,7 +570,7 @@ func (s *Server) handleAnswerShippingQueryRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnswerShippingQuery", + OperationName: AnswerShippingQueryOperation, OperationSummary: "", OperationID: "answerShippingQuery", Body: request, @@ -636,7 +636,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ApproveChatJoinRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), ApproveChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -667,7 +667,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ApproveChatJoinRequest", + Name: ApproveChatJoinRequestOperation, ID: "approveChatJoinRequest", } ) @@ -691,7 +691,7 @@ func (s *Server) handleApproveChatJoinRequestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ApproveChatJoinRequest", + OperationName: ApproveChatJoinRequestOperation, OperationSummary: "", OperationID: "approveChatJoinRequest", Body: request, @@ -757,7 +757,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BanChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), BanChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -788,7 +788,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "BanChatMember", + Name: BanChatMemberOperation, ID: "banChatMember", } ) @@ -812,7 +812,7 @@ func (s *Server) handleBanChatMemberRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BanChatMember", + OperationName: BanChatMemberOperation, OperationSummary: "", OperationID: "banChatMember", Body: request, @@ -878,7 +878,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "BanChatSenderChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), BanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -909,7 +909,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "BanChatSenderChat", + Name: BanChatSenderChatOperation, ID: "banChatSenderChat", } ) @@ -933,7 +933,7 @@ func (s *Server) handleBanChatSenderChatRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "BanChatSenderChat", + OperationName: BanChatSenderChatOperation, OperationSummary: "", OperationID: "banChatSenderChat", Body: request, @@ -999,7 +999,7 @@ func (s *Server) handleCloseRequest(args [0]string, argsEscaped bool, w http.Res } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Close", + ctx, span := s.cfg.Tracer.Start(r.Context(), CloseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1035,7 +1035,7 @@ func (s *Server) handleCloseRequest(args [0]string, argsEscaped bool, w http.Res if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Close", + OperationName: CloseOperation, OperationSummary: "", OperationID: "close", Body: nil, @@ -1101,7 +1101,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CopyMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), CopyMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1132,7 +1132,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "CopyMessage", + Name: CopyMessageOperation, ID: "copyMessage", } ) @@ -1156,7 +1156,7 @@ func (s *Server) handleCopyMessageRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CopyMessage", + OperationName: CopyMessageOperation, OperationSummary: "", OperationID: "copyMessage", Body: request, @@ -1222,7 +1222,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1253,7 +1253,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateChatInviteLink", + Name: CreateChatInviteLinkOperation, ID: "createChatInviteLink", } ) @@ -1277,7 +1277,7 @@ func (s *Server) handleCreateChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateChatInviteLink", + OperationName: CreateChatInviteLinkOperation, OperationSummary: "", OperationID: "createChatInviteLink", Body: request, @@ -1343,7 +1343,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CreateNewStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), CreateNewStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1374,7 +1374,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "CreateNewStickerSet", + Name: CreateNewStickerSetOperation, ID: "createNewStickerSet", } ) @@ -1398,7 +1398,7 @@ func (s *Server) handleCreateNewStickerSetRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CreateNewStickerSet", + OperationName: CreateNewStickerSetOperation, OperationSummary: "", OperationID: "createNewStickerSet", Body: request, @@ -1464,7 +1464,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeclineChatJoinRequest", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeclineChatJoinRequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1495,7 +1495,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeclineChatJoinRequest", + Name: DeclineChatJoinRequestOperation, ID: "declineChatJoinRequest", } ) @@ -1519,7 +1519,7 @@ func (s *Server) handleDeclineChatJoinRequestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeclineChatJoinRequest", + OperationName: DeclineChatJoinRequestOperation, OperationSummary: "", OperationID: "declineChatJoinRequest", Body: request, @@ -1585,7 +1585,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteChatPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteChatPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1616,7 +1616,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteChatPhoto", + Name: DeleteChatPhotoOperation, ID: "deleteChatPhoto", } ) @@ -1640,7 +1640,7 @@ func (s *Server) handleDeleteChatPhotoRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteChatPhoto", + OperationName: DeleteChatPhotoOperation, OperationSummary: "", OperationID: "deleteChatPhoto", Body: request, @@ -1706,7 +1706,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteChatStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteChatStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1737,7 +1737,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteChatStickerSet", + Name: DeleteChatStickerSetOperation, ID: "deleteChatStickerSet", } ) @@ -1761,7 +1761,7 @@ func (s *Server) handleDeleteChatStickerSetRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteChatStickerSet", + OperationName: DeleteChatStickerSetOperation, OperationSummary: "", OperationID: "deleteChatStickerSet", Body: request, @@ -1827,7 +1827,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1858,7 +1858,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteMessage", + Name: DeleteMessageOperation, ID: "deleteMessage", } ) @@ -1882,7 +1882,7 @@ func (s *Server) handleDeleteMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteMessage", + OperationName: DeleteMessageOperation, OperationSummary: "", OperationID: "deleteMessage", Body: request, @@ -1948,7 +1948,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1979,7 +1979,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteMyCommands", + Name: DeleteMyCommandsOperation, ID: "deleteMyCommands", } ) @@ -2003,7 +2003,7 @@ func (s *Server) handleDeleteMyCommandsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteMyCommands", + OperationName: DeleteMyCommandsOperation, OperationSummary: "", OperationID: "deleteMyCommands", Body: request, @@ -2069,7 +2069,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteStickerFromSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteStickerFromSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2100,7 +2100,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteStickerFromSet", + Name: DeleteStickerFromSetOperation, ID: "deleteStickerFromSet", } ) @@ -2124,7 +2124,7 @@ func (s *Server) handleDeleteStickerFromSetRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteStickerFromSet", + OperationName: DeleteStickerFromSetOperation, OperationSummary: "", OperationID: "deleteStickerFromSet", Body: request, @@ -2190,7 +2190,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DeleteWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), DeleteWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2221,7 +2221,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DeleteWebhook", + Name: DeleteWebhookOperation, ID: "deleteWebhook", } ) @@ -2245,7 +2245,7 @@ func (s *Server) handleDeleteWebhookRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DeleteWebhook", + OperationName: DeleteWebhookOperation, OperationSummary: "", OperationID: "deleteWebhook", Body: request, @@ -2311,7 +2311,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2342,7 +2342,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditChatInviteLink", + Name: EditChatInviteLinkOperation, ID: "editChatInviteLink", } ) @@ -2366,7 +2366,7 @@ func (s *Server) handleEditChatInviteLinkRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditChatInviteLink", + OperationName: EditChatInviteLinkOperation, OperationSummary: "", OperationID: "editChatInviteLink", Body: request, @@ -2432,7 +2432,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageCaption", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageCaptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2463,7 +2463,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageCaption", + Name: EditMessageCaptionOperation, ID: "editMessageCaption", } ) @@ -2487,7 +2487,7 @@ func (s *Server) handleEditMessageCaptionRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageCaption", + OperationName: EditMessageCaptionOperation, OperationSummary: "", OperationID: "editMessageCaption", Body: request, @@ -2553,7 +2553,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageLiveLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2584,7 +2584,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageLiveLocation", + Name: EditMessageLiveLocationOperation, ID: "editMessageLiveLocation", } ) @@ -2608,7 +2608,7 @@ func (s *Server) handleEditMessageLiveLocationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageLiveLocation", + OperationName: EditMessageLiveLocationOperation, OperationSummary: "", OperationID: "editMessageLiveLocation", Body: request, @@ -2674,7 +2674,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageMedia", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageMediaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2705,7 +2705,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageMedia", + Name: EditMessageMediaOperation, ID: "editMessageMedia", } ) @@ -2729,7 +2729,7 @@ func (s *Server) handleEditMessageMediaRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageMedia", + OperationName: EditMessageMediaOperation, OperationSummary: "", OperationID: "editMessageMedia", Body: request, @@ -2795,7 +2795,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageReplyMarkup", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageReplyMarkupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2826,7 +2826,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageReplyMarkup", + Name: EditMessageReplyMarkupOperation, ID: "editMessageReplyMarkup", } ) @@ -2850,7 +2850,7 @@ func (s *Server) handleEditMessageReplyMarkupRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageReplyMarkup", + OperationName: EditMessageReplyMarkupOperation, OperationSummary: "", OperationID: "editMessageReplyMarkup", Body: request, @@ -2916,7 +2916,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "EditMessageText", + ctx, span := s.cfg.Tracer.Start(r.Context(), EditMessageTextOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2947,7 +2947,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "EditMessageText", + Name: EditMessageTextOperation, ID: "editMessageText", } ) @@ -2971,7 +2971,7 @@ func (s *Server) handleEditMessageTextRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "EditMessageText", + OperationName: EditMessageTextOperation, OperationSummary: "", OperationID: "editMessageText", Body: request, @@ -3037,7 +3037,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ExportChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), ExportChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3068,7 +3068,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ExportChatInviteLink", + Name: ExportChatInviteLinkOperation, ID: "exportChatInviteLink", } ) @@ -3092,7 +3092,7 @@ func (s *Server) handleExportChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ExportChatInviteLink", + OperationName: ExportChatInviteLinkOperation, OperationSummary: "", OperationID: "exportChatInviteLink", Body: request, @@ -3158,7 +3158,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ForwardMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), ForwardMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3189,7 +3189,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "ForwardMessage", + Name: ForwardMessageOperation, ID: "forwardMessage", } ) @@ -3213,7 +3213,7 @@ func (s *Server) handleForwardMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ForwardMessage", + OperationName: ForwardMessageOperation, OperationSummary: "", OperationID: "forwardMessage", Body: request, @@ -3279,7 +3279,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3310,7 +3310,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChat", + Name: GetChatOperation, ID: "getChat", } ) @@ -3334,7 +3334,7 @@ func (s *Server) handleGetChatRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChat", + OperationName: GetChatOperation, OperationSummary: "", OperationID: "getChat", Body: request, @@ -3400,7 +3400,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatAdministrators", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatAdministratorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3431,7 +3431,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatAdministrators", + Name: GetChatAdministratorsOperation, ID: "getChatAdministrators", } ) @@ -3455,7 +3455,7 @@ func (s *Server) handleGetChatAdministratorsRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatAdministrators", + OperationName: GetChatAdministratorsOperation, OperationSummary: "", OperationID: "getChatAdministrators", Body: request, @@ -3521,7 +3521,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3552,7 +3552,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatMember", + Name: GetChatMemberOperation, ID: "getChatMember", } ) @@ -3576,7 +3576,7 @@ func (s *Server) handleGetChatMemberRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatMember", + OperationName: GetChatMemberOperation, OperationSummary: "", OperationID: "getChatMember", Body: request, @@ -3642,7 +3642,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetChatMemberCount", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetChatMemberCountOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3673,7 +3673,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetChatMemberCount", + Name: GetChatMemberCountOperation, ID: "getChatMemberCount", } ) @@ -3697,7 +3697,7 @@ func (s *Server) handleGetChatMemberCountRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetChatMemberCount", + OperationName: GetChatMemberCountOperation, OperationSummary: "", OperationID: "getChatMemberCount", Body: request, @@ -3763,7 +3763,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3794,7 +3794,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetFile", + Name: GetFileOperation, ID: "getFile", } ) @@ -3818,7 +3818,7 @@ func (s *Server) handleGetFileRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetFile", + OperationName: GetFileOperation, OperationSummary: "", OperationID: "getFile", Body: request, @@ -3884,7 +3884,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetGameHighScores", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetGameHighScoresOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3915,7 +3915,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetGameHighScores", + Name: GetGameHighScoresOperation, ID: "getGameHighScores", } ) @@ -3939,7 +3939,7 @@ func (s *Server) handleGetGameHighScoresRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetGameHighScores", + OperationName: GetGameHighScoresOperation, OperationSummary: "", OperationID: "getGameHighScores", Body: request, @@ -4005,7 +4005,7 @@ func (s *Server) handleGetMeRequest(args [0]string, argsEscaped bool, w http.Res } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMe", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4041,7 +4041,7 @@ func (s *Server) handleGetMeRequest(args [0]string, argsEscaped bool, w http.Res if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMe", + OperationName: GetMeOperation, OperationSummary: "", OperationID: "getMe", Body: nil, @@ -4107,7 +4107,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4138,7 +4138,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetMyCommands", + Name: GetMyCommandsOperation, ID: "getMyCommands", } ) @@ -4162,7 +4162,7 @@ func (s *Server) handleGetMyCommandsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetMyCommands", + OperationName: GetMyCommandsOperation, OperationSummary: "", OperationID: "getMyCommands", Body: request, @@ -4228,7 +4228,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4259,7 +4259,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetStickerSet", + Name: GetStickerSetOperation, ID: "getStickerSet", } ) @@ -4283,7 +4283,7 @@ func (s *Server) handleGetStickerSetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetStickerSet", + OperationName: GetStickerSetOperation, OperationSummary: "", OperationID: "getStickerSet", Body: request, @@ -4349,7 +4349,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetUpdates", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetUpdatesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4380,7 +4380,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetUpdates", + Name: GetUpdatesOperation, ID: "getUpdates", } ) @@ -4404,7 +4404,7 @@ func (s *Server) handleGetUpdatesRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetUpdates", + OperationName: GetUpdatesOperation, OperationSummary: "", OperationID: "getUpdates", Body: request, @@ -4470,7 +4470,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetUserProfilePhotos", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetUserProfilePhotosOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4501,7 +4501,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "GetUserProfilePhotos", + Name: GetUserProfilePhotosOperation, ID: "getUserProfilePhotos", } ) @@ -4525,7 +4525,7 @@ func (s *Server) handleGetUserProfilePhotosRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetUserProfilePhotos", + OperationName: GetUserProfilePhotosOperation, OperationSummary: "", OperationID: "getUserProfilePhotos", Body: request, @@ -4591,7 +4591,7 @@ func (s *Server) handleGetWebhookInfoRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "GetWebhookInfo", + ctx, span := s.cfg.Tracer.Start(r.Context(), GetWebhookInfoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4627,7 +4627,7 @@ func (s *Server) handleGetWebhookInfoRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "GetWebhookInfo", + OperationName: GetWebhookInfoOperation, OperationSummary: "", OperationID: "getWebhookInfo", Body: nil, @@ -4693,7 +4693,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LeaveChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), LeaveChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4724,7 +4724,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "LeaveChat", + Name: LeaveChatOperation, ID: "leaveChat", } ) @@ -4748,7 +4748,7 @@ func (s *Server) handleLeaveChatRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LeaveChat", + OperationName: LeaveChatOperation, OperationSummary: "", OperationID: "leaveChat", Body: request, @@ -4814,7 +4814,7 @@ func (s *Server) handleLogOutRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "LogOut", + ctx, span := s.cfg.Tracer.Start(r.Context(), LogOutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4850,7 +4850,7 @@ func (s *Server) handleLogOutRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "LogOut", + OperationName: LogOutOperation, OperationSummary: "", OperationID: "logOut", Body: nil, @@ -4916,7 +4916,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PinChatMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), PinChatMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4947,7 +4947,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PinChatMessage", + Name: PinChatMessageOperation, ID: "pinChatMessage", } ) @@ -4971,7 +4971,7 @@ func (s *Server) handlePinChatMessageRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PinChatMessage", + OperationName: PinChatMessageOperation, OperationSummary: "", OperationID: "pinChatMessage", Body: request, @@ -5037,7 +5037,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PromoteChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), PromoteChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5068,7 +5068,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PromoteChatMember", + Name: PromoteChatMemberOperation, ID: "promoteChatMember", } ) @@ -5092,7 +5092,7 @@ func (s *Server) handlePromoteChatMemberRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PromoteChatMember", + OperationName: PromoteChatMemberOperation, OperationSummary: "", OperationID: "promoteChatMember", Body: request, @@ -5158,7 +5158,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RestrictChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), RestrictChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5189,7 +5189,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "RestrictChatMember", + Name: RestrictChatMemberOperation, ID: "restrictChatMember", } ) @@ -5213,7 +5213,7 @@ func (s *Server) handleRestrictChatMemberRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RestrictChatMember", + OperationName: RestrictChatMemberOperation, OperationSummary: "", OperationID: "restrictChatMember", Body: request, @@ -5279,7 +5279,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RevokeChatInviteLink", + ctx, span := s.cfg.Tracer.Start(r.Context(), RevokeChatInviteLinkOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5310,7 +5310,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "RevokeChatInviteLink", + Name: RevokeChatInviteLinkOperation, ID: "revokeChatInviteLink", } ) @@ -5334,7 +5334,7 @@ func (s *Server) handleRevokeChatInviteLinkRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RevokeChatInviteLink", + OperationName: RevokeChatInviteLinkOperation, OperationSummary: "", OperationID: "revokeChatInviteLink", Body: request, @@ -5400,7 +5400,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendAnimation", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendAnimationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5431,7 +5431,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendAnimation", + Name: SendAnimationOperation, ID: "sendAnimation", } ) @@ -5455,7 +5455,7 @@ func (s *Server) handleSendAnimationRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendAnimation", + OperationName: SendAnimationOperation, OperationSummary: "", OperationID: "sendAnimation", Body: request, @@ -5521,7 +5521,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendAudio", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendAudioOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5552,7 +5552,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendAudio", + Name: SendAudioOperation, ID: "sendAudio", } ) @@ -5576,7 +5576,7 @@ func (s *Server) handleSendAudioRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendAudio", + OperationName: SendAudioOperation, OperationSummary: "", OperationID: "sendAudio", Body: request, @@ -5642,7 +5642,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendChatAction", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendChatActionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5673,7 +5673,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendChatAction", + Name: SendChatActionOperation, ID: "sendChatAction", } ) @@ -5697,7 +5697,7 @@ func (s *Server) handleSendChatActionRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendChatAction", + OperationName: SendChatActionOperation, OperationSummary: "", OperationID: "sendChatAction", Body: request, @@ -5763,7 +5763,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendContact", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendContactOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5794,7 +5794,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendContact", + Name: SendContactOperation, ID: "sendContact", } ) @@ -5818,7 +5818,7 @@ func (s *Server) handleSendContactRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendContact", + OperationName: SendContactOperation, OperationSummary: "", OperationID: "sendContact", Body: request, @@ -5884,7 +5884,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendDice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendDiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5915,7 +5915,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendDice", + Name: SendDiceOperation, ID: "sendDice", } ) @@ -5939,7 +5939,7 @@ func (s *Server) handleSendDiceRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendDice", + OperationName: SendDiceOperation, OperationSummary: "", OperationID: "sendDice", Body: request, @@ -6005,7 +6005,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendDocument", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendDocumentOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6036,7 +6036,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendDocument", + Name: SendDocumentOperation, ID: "sendDocument", } ) @@ -6060,7 +6060,7 @@ func (s *Server) handleSendDocumentRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendDocument", + OperationName: SendDocumentOperation, OperationSummary: "", OperationID: "sendDocument", Body: request, @@ -6126,7 +6126,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendGame", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendGameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6157,7 +6157,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendGame", + Name: SendGameOperation, ID: "sendGame", } ) @@ -6181,7 +6181,7 @@ func (s *Server) handleSendGameRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendGame", + OperationName: SendGameOperation, OperationSummary: "", OperationID: "sendGame", Body: request, @@ -6247,7 +6247,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendInvoice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendInvoiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6278,7 +6278,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendInvoice", + Name: SendInvoiceOperation, ID: "sendInvoice", } ) @@ -6302,7 +6302,7 @@ func (s *Server) handleSendInvoiceRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendInvoice", + OperationName: SendInvoiceOperation, OperationSummary: "", OperationID: "sendInvoice", Body: request, @@ -6368,7 +6368,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6399,7 +6399,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendLocation", + Name: SendLocationOperation, ID: "sendLocation", } ) @@ -6423,7 +6423,7 @@ func (s *Server) handleSendLocationRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendLocation", + OperationName: SendLocationOperation, OperationSummary: "", OperationID: "sendLocation", Body: request, @@ -6489,7 +6489,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendMediaGroup", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendMediaGroupOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6520,7 +6520,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendMediaGroup", + Name: SendMediaGroupOperation, ID: "sendMediaGroup", } ) @@ -6544,7 +6544,7 @@ func (s *Server) handleSendMediaGroupRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendMediaGroup", + OperationName: SendMediaGroupOperation, OperationSummary: "", OperationID: "sendMediaGroup", Body: request, @@ -6610,7 +6610,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6641,7 +6641,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendMessage", + Name: SendMessageOperation, ID: "sendMessage", } ) @@ -6665,7 +6665,7 @@ func (s *Server) handleSendMessageRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendMessage", + OperationName: SendMessageOperation, OperationSummary: "", OperationID: "sendMessage", Body: request, @@ -6731,7 +6731,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6762,7 +6762,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendPhoto", + Name: SendPhotoOperation, ID: "sendPhoto", } ) @@ -6786,7 +6786,7 @@ func (s *Server) handleSendPhotoRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendPhoto", + OperationName: SendPhotoOperation, OperationSummary: "", OperationID: "sendPhoto", Body: request, @@ -6852,7 +6852,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendPoll", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendPollOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6883,7 +6883,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendPoll", + Name: SendPollOperation, ID: "sendPoll", } ) @@ -6907,7 +6907,7 @@ func (s *Server) handleSendPollRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendPoll", + OperationName: SendPollOperation, OperationSummary: "", OperationID: "sendPoll", Body: request, @@ -6973,7 +6973,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendSticker", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendStickerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7004,7 +7004,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendSticker", + Name: SendStickerOperation, ID: "sendSticker", } ) @@ -7028,7 +7028,7 @@ func (s *Server) handleSendStickerRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendSticker", + OperationName: SendStickerOperation, OperationSummary: "", OperationID: "sendSticker", Body: request, @@ -7094,7 +7094,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVenue", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVenueOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7125,7 +7125,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVenue", + Name: SendVenueOperation, ID: "sendVenue", } ) @@ -7149,7 +7149,7 @@ func (s *Server) handleSendVenueRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVenue", + OperationName: SendVenueOperation, OperationSummary: "", OperationID: "sendVenue", Body: request, @@ -7215,7 +7215,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVideo", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVideoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7246,7 +7246,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVideo", + Name: SendVideoOperation, ID: "sendVideo", } ) @@ -7270,7 +7270,7 @@ func (s *Server) handleSendVideoRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVideo", + OperationName: SendVideoOperation, OperationSummary: "", OperationID: "sendVideo", Body: request, @@ -7336,7 +7336,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVideoNote", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVideoNoteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7367,7 +7367,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVideoNote", + Name: SendVideoNoteOperation, ID: "sendVideoNote", } ) @@ -7391,7 +7391,7 @@ func (s *Server) handleSendVideoNoteRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVideoNote", + OperationName: SendVideoNoteOperation, OperationSummary: "", OperationID: "sendVideoNote", Body: request, @@ -7457,7 +7457,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SendVoice", + ctx, span := s.cfg.Tracer.Start(r.Context(), SendVoiceOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7488,7 +7488,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "SendVoice", + Name: SendVoiceOperation, ID: "sendVoice", } ) @@ -7512,7 +7512,7 @@ func (s *Server) handleSendVoiceRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SendVoice", + OperationName: SendVoiceOperation, OperationSummary: "", OperationID: "sendVoice", Body: request, @@ -7578,7 +7578,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatAdministratorCustomTitle", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatAdministratorCustomTitleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7609,7 +7609,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatAdministratorCustomTitle", + Name: SetChatAdministratorCustomTitleOperation, ID: "setChatAdministratorCustomTitle", } ) @@ -7633,7 +7633,7 @@ func (s *Server) handleSetChatAdministratorCustomTitleRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatAdministratorCustomTitle", + OperationName: SetChatAdministratorCustomTitleOperation, OperationSummary: "", OperationID: "setChatAdministratorCustomTitle", Body: request, @@ -7699,7 +7699,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatDescription", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatDescriptionOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7730,7 +7730,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatDescription", + Name: SetChatDescriptionOperation, ID: "setChatDescription", } ) @@ -7754,7 +7754,7 @@ func (s *Server) handleSetChatDescriptionRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatDescription", + OperationName: SetChatDescriptionOperation, OperationSummary: "", OperationID: "setChatDescription", Body: request, @@ -7820,7 +7820,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatPermissions", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatPermissionsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7851,7 +7851,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatPermissions", + Name: SetChatPermissionsOperation, ID: "setChatPermissions", } ) @@ -7875,7 +7875,7 @@ func (s *Server) handleSetChatPermissionsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatPermissions", + OperationName: SetChatPermissionsOperation, OperationSummary: "", OperationID: "setChatPermissions", Body: request, @@ -7941,7 +7941,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatPhoto", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatPhotoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7972,7 +7972,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatPhoto", + Name: SetChatPhotoOperation, ID: "setChatPhoto", } ) @@ -7996,7 +7996,7 @@ func (s *Server) handleSetChatPhotoRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatPhoto", + OperationName: SetChatPhotoOperation, OperationSummary: "", OperationID: "setChatPhoto", Body: request, @@ -8062,7 +8062,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatStickerSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatStickerSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8093,7 +8093,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatStickerSet", + Name: SetChatStickerSetOperation, ID: "setChatStickerSet", } ) @@ -8117,7 +8117,7 @@ func (s *Server) handleSetChatStickerSetRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatStickerSet", + OperationName: SetChatStickerSetOperation, OperationSummary: "", OperationID: "setChatStickerSet", Body: request, @@ -8183,7 +8183,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetChatTitle", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetChatTitleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8214,7 +8214,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetChatTitle", + Name: SetChatTitleOperation, ID: "setChatTitle", } ) @@ -8238,7 +8238,7 @@ func (s *Server) handleSetChatTitleRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetChatTitle", + OperationName: SetChatTitleOperation, OperationSummary: "", OperationID: "setChatTitle", Body: request, @@ -8304,7 +8304,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetGameScore", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetGameScoreOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8335,7 +8335,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetGameScore", + Name: SetGameScoreOperation, ID: "setGameScore", } ) @@ -8359,7 +8359,7 @@ func (s *Server) handleSetGameScoreRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetGameScore", + OperationName: SetGameScoreOperation, OperationSummary: "", OperationID: "setGameScore", Body: request, @@ -8425,7 +8425,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetMyCommands", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetMyCommandsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8456,7 +8456,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetMyCommands", + Name: SetMyCommandsOperation, ID: "setMyCommands", } ) @@ -8480,7 +8480,7 @@ func (s *Server) handleSetMyCommandsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetMyCommands", + OperationName: SetMyCommandsOperation, OperationSummary: "", OperationID: "setMyCommands", Body: request, @@ -8546,7 +8546,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetPassportDataErrors", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetPassportDataErrorsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8577,7 +8577,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetPassportDataErrors", + Name: SetPassportDataErrorsOperation, ID: "setPassportDataErrors", } ) @@ -8601,7 +8601,7 @@ func (s *Server) handleSetPassportDataErrorsRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetPassportDataErrors", + OperationName: SetPassportDataErrorsOperation, OperationSummary: "", OperationID: "setPassportDataErrors", Body: request, @@ -8667,7 +8667,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetStickerPositionInSet", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetStickerPositionInSetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8698,7 +8698,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetStickerPositionInSet", + Name: SetStickerPositionInSetOperation, ID: "setStickerPositionInSet", } ) @@ -8722,7 +8722,7 @@ func (s *Server) handleSetStickerPositionInSetRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetStickerPositionInSet", + OperationName: SetStickerPositionInSetOperation, OperationSummary: "", OperationID: "setStickerPositionInSet", Body: request, @@ -8788,7 +8788,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetStickerSetThumb", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetStickerSetThumbOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8819,7 +8819,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetStickerSetThumb", + Name: SetStickerSetThumbOperation, ID: "setStickerSetThumb", } ) @@ -8843,7 +8843,7 @@ func (s *Server) handleSetStickerSetThumbRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetStickerSetThumb", + OperationName: SetStickerSetThumbOperation, OperationSummary: "", OperationID: "setStickerSetThumb", Body: request, @@ -8909,7 +8909,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SetWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), SetWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8940,7 +8940,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "SetWebhook", + Name: SetWebhookOperation, ID: "setWebhook", } ) @@ -8964,7 +8964,7 @@ func (s *Server) handleSetWebhookRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SetWebhook", + OperationName: SetWebhookOperation, OperationSummary: "", OperationID: "setWebhook", Body: request, @@ -9030,7 +9030,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StopMessageLiveLocation", + ctx, span := s.cfg.Tracer.Start(r.Context(), StopMessageLiveLocationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9061,7 +9061,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "StopMessageLiveLocation", + Name: StopMessageLiveLocationOperation, ID: "stopMessageLiveLocation", } ) @@ -9085,7 +9085,7 @@ func (s *Server) handleStopMessageLiveLocationRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StopMessageLiveLocation", + OperationName: StopMessageLiveLocationOperation, OperationSummary: "", OperationID: "stopMessageLiveLocation", Body: request, @@ -9151,7 +9151,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StopPoll", + ctx, span := s.cfg.Tracer.Start(r.Context(), StopPollOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9182,7 +9182,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "StopPoll", + Name: StopPollOperation, ID: "stopPoll", } ) @@ -9206,7 +9206,7 @@ func (s *Server) handleStopPollRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StopPoll", + OperationName: StopPollOperation, OperationSummary: "", OperationID: "stopPoll", Body: request, @@ -9272,7 +9272,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnbanChatMember", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnbanChatMemberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9303,7 +9303,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnbanChatMember", + Name: UnbanChatMemberOperation, ID: "unbanChatMember", } ) @@ -9327,7 +9327,7 @@ func (s *Server) handleUnbanChatMemberRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnbanChatMember", + OperationName: UnbanChatMemberOperation, OperationSummary: "", OperationID: "unbanChatMember", Body: request, @@ -9393,7 +9393,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnbanChatSenderChat", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnbanChatSenderChatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9424,7 +9424,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnbanChatSenderChat", + Name: UnbanChatSenderChatOperation, ID: "unbanChatSenderChat", } ) @@ -9448,7 +9448,7 @@ func (s *Server) handleUnbanChatSenderChatRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnbanChatSenderChat", + OperationName: UnbanChatSenderChatOperation, OperationSummary: "", OperationID: "unbanChatSenderChat", Body: request, @@ -9514,7 +9514,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnpinAllChatMessages", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnpinAllChatMessagesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9545,7 +9545,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnpinAllChatMessages", + Name: UnpinAllChatMessagesOperation, ID: "unpinAllChatMessages", } ) @@ -9569,7 +9569,7 @@ func (s *Server) handleUnpinAllChatMessagesRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnpinAllChatMessages", + OperationName: UnpinAllChatMessagesOperation, OperationSummary: "", OperationID: "unpinAllChatMessages", Body: request, @@ -9635,7 +9635,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UnpinChatMessage", + ctx, span := s.cfg.Tracer.Start(r.Context(), UnpinChatMessageOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9666,7 +9666,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UnpinChatMessage", + Name: UnpinChatMessageOperation, ID: "unpinChatMessage", } ) @@ -9690,7 +9690,7 @@ func (s *Server) handleUnpinChatMessageRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UnpinChatMessage", + OperationName: UnpinChatMessageOperation, OperationSummary: "", OperationID: "unpinChatMessage", Body: request, @@ -9756,7 +9756,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UploadStickerFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), UploadStickerFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9787,7 +9787,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "UploadStickerFile", + Name: UploadStickerFileOperation, ID: "uploadStickerFile", } ) @@ -9811,7 +9811,7 @@ func (s *Server) handleUploadStickerFileRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UploadStickerFile", + OperationName: UploadStickerFileOperation, OperationSummary: "", OperationID: "uploadStickerFile", Body: request, diff --git a/examples/ex_telegram/oas_operations_gen.go b/examples/ex_telegram/oas_operations_gen.go new file mode 100644 index 000000000..14f242500 --- /dev/null +++ b/examples/ex_telegram/oas_operations_gen.go @@ -0,0 +1,91 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AddStickerToSetOperation OperationName = "AddStickerToSet" + AnswerCallbackQueryOperation OperationName = "AnswerCallbackQuery" + AnswerInlineQueryOperation OperationName = "AnswerInlineQuery" + AnswerPreCheckoutQueryOperation OperationName = "AnswerPreCheckoutQuery" + AnswerShippingQueryOperation OperationName = "AnswerShippingQuery" + ApproveChatJoinRequestOperation OperationName = "ApproveChatJoinRequest" + BanChatMemberOperation OperationName = "BanChatMember" + BanChatSenderChatOperation OperationName = "BanChatSenderChat" + CloseOperation OperationName = "Close" + CopyMessageOperation OperationName = "CopyMessage" + CreateChatInviteLinkOperation OperationName = "CreateChatInviteLink" + CreateNewStickerSetOperation OperationName = "CreateNewStickerSet" + DeclineChatJoinRequestOperation OperationName = "DeclineChatJoinRequest" + DeleteChatPhotoOperation OperationName = "DeleteChatPhoto" + DeleteChatStickerSetOperation OperationName = "DeleteChatStickerSet" + DeleteMessageOperation OperationName = "DeleteMessage" + DeleteMyCommandsOperation OperationName = "DeleteMyCommands" + DeleteStickerFromSetOperation OperationName = "DeleteStickerFromSet" + DeleteWebhookOperation OperationName = "DeleteWebhook" + EditChatInviteLinkOperation OperationName = "EditChatInviteLink" + EditMessageCaptionOperation OperationName = "EditMessageCaption" + EditMessageLiveLocationOperation OperationName = "EditMessageLiveLocation" + EditMessageMediaOperation OperationName = "EditMessageMedia" + EditMessageReplyMarkupOperation OperationName = "EditMessageReplyMarkup" + EditMessageTextOperation OperationName = "EditMessageText" + ExportChatInviteLinkOperation OperationName = "ExportChatInviteLink" + ForwardMessageOperation OperationName = "ForwardMessage" + GetChatOperation OperationName = "GetChat" + GetChatAdministratorsOperation OperationName = "GetChatAdministrators" + GetChatMemberOperation OperationName = "GetChatMember" + GetChatMemberCountOperation OperationName = "GetChatMemberCount" + GetFileOperation OperationName = "GetFile" + GetGameHighScoresOperation OperationName = "GetGameHighScores" + GetMeOperation OperationName = "GetMe" + GetMyCommandsOperation OperationName = "GetMyCommands" + GetStickerSetOperation OperationName = "GetStickerSet" + GetUpdatesOperation OperationName = "GetUpdates" + GetUserProfilePhotosOperation OperationName = "GetUserProfilePhotos" + GetWebhookInfoOperation OperationName = "GetWebhookInfo" + LeaveChatOperation OperationName = "LeaveChat" + LogOutOperation OperationName = "LogOut" + PinChatMessageOperation OperationName = "PinChatMessage" + PromoteChatMemberOperation OperationName = "PromoteChatMember" + RestrictChatMemberOperation OperationName = "RestrictChatMember" + RevokeChatInviteLinkOperation OperationName = "RevokeChatInviteLink" + SendAnimationOperation OperationName = "SendAnimation" + SendAudioOperation OperationName = "SendAudio" + SendChatActionOperation OperationName = "SendChatAction" + SendContactOperation OperationName = "SendContact" + SendDiceOperation OperationName = "SendDice" + SendDocumentOperation OperationName = "SendDocument" + SendGameOperation OperationName = "SendGame" + SendInvoiceOperation OperationName = "SendInvoice" + SendLocationOperation OperationName = "SendLocation" + SendMediaGroupOperation OperationName = "SendMediaGroup" + SendMessageOperation OperationName = "SendMessage" + SendPhotoOperation OperationName = "SendPhoto" + SendPollOperation OperationName = "SendPoll" + SendStickerOperation OperationName = "SendSticker" + SendVenueOperation OperationName = "SendVenue" + SendVideoOperation OperationName = "SendVideo" + SendVideoNoteOperation OperationName = "SendVideoNote" + SendVoiceOperation OperationName = "SendVoice" + SetChatAdministratorCustomTitleOperation OperationName = "SetChatAdministratorCustomTitle" + SetChatDescriptionOperation OperationName = "SetChatDescription" + SetChatPermissionsOperation OperationName = "SetChatPermissions" + SetChatPhotoOperation OperationName = "SetChatPhoto" + SetChatStickerSetOperation OperationName = "SetChatStickerSet" + SetChatTitleOperation OperationName = "SetChatTitle" + SetGameScoreOperation OperationName = "SetGameScore" + SetMyCommandsOperation OperationName = "SetMyCommands" + SetPassportDataErrorsOperation OperationName = "SetPassportDataErrors" + SetStickerPositionInSetOperation OperationName = "SetStickerPositionInSet" + SetStickerSetThumbOperation OperationName = "SetStickerSetThumb" + SetWebhookOperation OperationName = "SetWebhook" + StopMessageLiveLocationOperation OperationName = "StopMessageLiveLocation" + StopPollOperation OperationName = "StopPoll" + UnbanChatMemberOperation OperationName = "UnbanChatMember" + UnbanChatSenderChatOperation OperationName = "UnbanChatSenderChat" + UnpinAllChatMessagesOperation OperationName = "UnpinAllChatMessages" + UnpinChatMessageOperation OperationName = "UnpinChatMessage" + UploadStickerFileOperation OperationName = "UploadStickerFile" +) diff --git a/examples/ex_telegram/oas_router_gen.go b/examples/ex_telegram/oas_router_gen.go index 0a7b51454..9399138fa 100644 --- a/examples/ex_telegram/oas_router_gen.go +++ b/examples/ex_telegram/oas_router_gen.go @@ -2444,7 +2444,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AddStickerToSet" + r.name = AddStickerToSetOperation r.summary = "" r.operationID = "addStickerToSet" r.pathPattern = "/addStickerToSet" @@ -2481,7 +2481,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerCallbackQuery" + r.name = AnswerCallbackQueryOperation r.summary = "" r.operationID = "answerCallbackQuery" r.pathPattern = "/answerCallbackQuery" @@ -2506,7 +2506,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerInlineQuery" + r.name = AnswerInlineQueryOperation r.summary = "" r.operationID = "answerInlineQuery" r.pathPattern = "/answerInlineQuery" @@ -2531,7 +2531,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerPreCheckoutQuery" + r.name = AnswerPreCheckoutQueryOperation r.summary = "" r.operationID = "answerPreCheckoutQuery" r.pathPattern = "/answerPreCheckoutQuery" @@ -2556,7 +2556,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AnswerShippingQuery" + r.name = AnswerShippingQueryOperation r.summary = "" r.operationID = "answerShippingQuery" r.pathPattern = "/answerShippingQuery" @@ -2584,7 +2584,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ApproveChatJoinRequest" + r.name = ApproveChatJoinRequestOperation r.summary = "" r.operationID = "approveChatJoinRequest" r.pathPattern = "/approveChatJoinRequest" @@ -2624,7 +2624,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "BanChatMember" + r.name = BanChatMemberOperation r.summary = "" r.operationID = "banChatMember" r.pathPattern = "/banChatMember" @@ -2649,7 +2649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "BanChatSenderChat" + r.name = BanChatSenderChatOperation r.summary = "" r.operationID = "banChatSenderChat" r.pathPattern = "/banChatSenderChat" @@ -2689,7 +2689,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "Close" + r.name = CloseOperation r.summary = "" r.operationID = "close" r.pathPattern = "/close" @@ -2714,7 +2714,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CopyMessage" + r.name = CopyMessageOperation r.summary = "" r.operationID = "copyMessage" r.pathPattern = "/copyMessage" @@ -2751,7 +2751,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateChatInviteLink" + r.name = CreateChatInviteLinkOperation r.summary = "" r.operationID = "createChatInviteLink" r.pathPattern = "/createChatInviteLink" @@ -2776,7 +2776,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "CreateNewStickerSet" + r.name = CreateNewStickerSetOperation r.summary = "" r.operationID = "createNewStickerSet" r.pathPattern = "/createNewStickerSet" @@ -2819,7 +2819,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeclineChatJoinRequest" + r.name = DeclineChatJoinRequestOperation r.summary = "" r.operationID = "declineChatJoinRequest" r.pathPattern = "/declineChatJoinRequest" @@ -2868,7 +2868,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteChatPhoto" + r.name = DeleteChatPhotoOperation r.summary = "" r.operationID = "deleteChatPhoto" r.pathPattern = "/deleteChatPhoto" @@ -2893,7 +2893,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteChatStickerSet" + r.name = DeleteChatStickerSetOperation r.summary = "" r.operationID = "deleteChatStickerSet" r.pathPattern = "/deleteChatStickerSet" @@ -2933,7 +2933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteMessage" + r.name = DeleteMessageOperation r.summary = "" r.operationID = "deleteMessage" r.pathPattern = "/deleteMessage" @@ -2958,7 +2958,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteMyCommands" + r.name = DeleteMyCommandsOperation r.summary = "" r.operationID = "deleteMyCommands" r.pathPattern = "/deleteMyCommands" @@ -2986,7 +2986,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteStickerFromSet" + r.name = DeleteStickerFromSetOperation r.summary = "" r.operationID = "deleteStickerFromSet" r.pathPattern = "/deleteStickerFromSet" @@ -3011,7 +3011,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DeleteWebhook" + r.name = DeleteWebhookOperation r.summary = "" r.operationID = "deleteWebhook" r.pathPattern = "/deleteWebhook" @@ -3066,7 +3066,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditChatInviteLink" + r.name = EditChatInviteLinkOperation r.summary = "" r.operationID = "editChatInviteLink" r.pathPattern = "/editChatInviteLink" @@ -3103,7 +3103,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageCaption" + r.name = EditMessageCaptionOperation r.summary = "" r.operationID = "editMessageCaption" r.pathPattern = "/editMessageCaption" @@ -3128,7 +3128,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageLiveLocation" + r.name = EditMessageLiveLocationOperation r.summary = "" r.operationID = "editMessageLiveLocation" r.pathPattern = "/editMessageLiveLocation" @@ -3153,7 +3153,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageMedia" + r.name = EditMessageMediaOperation r.summary = "" r.operationID = "editMessageMedia" r.pathPattern = "/editMessageMedia" @@ -3178,7 +3178,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageReplyMarkup" + r.name = EditMessageReplyMarkupOperation r.summary = "" r.operationID = "editMessageReplyMarkup" r.pathPattern = "/editMessageReplyMarkup" @@ -3203,7 +3203,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "EditMessageText" + r.name = EditMessageTextOperation r.summary = "" r.operationID = "editMessageText" r.pathPattern = "/editMessageText" @@ -3234,7 +3234,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ExportChatInviteLink" + r.name = ExportChatInviteLinkOperation r.summary = "" r.operationID = "exportChatInviteLink" r.pathPattern = "/exportChatInviteLink" @@ -3262,7 +3262,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ForwardMessage" + r.name = ForwardMessageOperation r.summary = "" r.operationID = "forwardMessage" r.pathPattern = "/forwardMessage" @@ -3298,7 +3298,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GetChat" + r.name = GetChatOperation r.summary = "" r.operationID = "getChat" r.pathPattern = "/getChat" @@ -3322,7 +3322,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetChatAdministrators" + r.name = GetChatAdministratorsOperation r.summary = "" r.operationID = "getChatAdministrators" r.pathPattern = "/getChatAdministrators" @@ -3346,7 +3346,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "GetChatMember" + r.name = GetChatMemberOperation r.summary = "" r.operationID = "getChatMember" r.pathPattern = "/getChatMember" @@ -3370,7 +3370,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetChatMemberCount" + r.name = GetChatMemberCountOperation r.summary = "" r.operationID = "getChatMemberCount" r.pathPattern = "/getChatMemberCount" @@ -3401,7 +3401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetFile" + r.name = GetFileOperation r.summary = "" r.operationID = "getFile" r.pathPattern = "/getFile" @@ -3426,7 +3426,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetGameHighScores" + r.name = GetGameHighScoresOperation r.summary = "" r.operationID = "getGameHighScores" r.pathPattern = "/getGameHighScores" @@ -3463,7 +3463,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetMe" + r.name = GetMeOperation r.summary = "" r.operationID = "getMe" r.pathPattern = "/getMe" @@ -3488,7 +3488,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetMyCommands" + r.name = GetMyCommandsOperation r.summary = "" r.operationID = "getMyCommands" r.pathPattern = "/getMyCommands" @@ -3516,7 +3516,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetStickerSet" + r.name = GetStickerSetOperation r.summary = "" r.operationID = "getStickerSet" r.pathPattern = "/getStickerSet" @@ -3553,7 +3553,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetUpdates" + r.name = GetUpdatesOperation r.summary = "" r.operationID = "getUpdates" r.pathPattern = "/getUpdates" @@ -3578,7 +3578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetUserProfilePhotos" + r.name = GetUserProfilePhotosOperation r.summary = "" r.operationID = "getUserProfilePhotos" r.pathPattern = "/getUserProfilePhotos" @@ -3606,7 +3606,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "GetWebhookInfo" + r.name = GetWebhookInfoOperation r.summary = "" r.operationID = "getWebhookInfo" r.pathPattern = "/getWebhookInfo" @@ -3646,7 +3646,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "LeaveChat" + r.name = LeaveChatOperation r.summary = "" r.operationID = "leaveChat" r.pathPattern = "/leaveChat" @@ -3671,7 +3671,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "LogOut" + r.name = LogOutOperation r.summary = "" r.operationID = "logOut" r.pathPattern = "/logOut" @@ -3711,7 +3711,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PinChatMessage" + r.name = PinChatMessageOperation r.summary = "" r.operationID = "pinChatMessage" r.pathPattern = "/pinChatMessage" @@ -3736,7 +3736,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PromoteChatMember" + r.name = PromoteChatMemberOperation r.summary = "" r.operationID = "promoteChatMember" r.pathPattern = "/promoteChatMember" @@ -3776,7 +3776,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "RestrictChatMember" + r.name = RestrictChatMemberOperation r.summary = "" r.operationID = "restrictChatMember" r.pathPattern = "/restrictChatMember" @@ -3801,7 +3801,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "RevokeChatInviteLink" + r.name = RevokeChatInviteLinkOperation r.summary = "" r.operationID = "revokeChatInviteLink" r.pathPattern = "/revokeChatInviteLink" @@ -3877,7 +3877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendAnimation" + r.name = SendAnimationOperation r.summary = "" r.operationID = "sendAnimation" r.pathPattern = "/sendAnimation" @@ -3902,7 +3902,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendAudio" + r.name = SendAudioOperation r.summary = "" r.operationID = "sendAudio" r.pathPattern = "/sendAudio" @@ -3942,7 +3942,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendChatAction" + r.name = SendChatActionOperation r.summary = "" r.operationID = "sendChatAction" r.pathPattern = "/sendChatAction" @@ -3967,7 +3967,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendContact" + r.name = SendContactOperation r.summary = "" r.operationID = "sendContact" r.pathPattern = "/sendContact" @@ -4007,7 +4007,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendDice" + r.name = SendDiceOperation r.summary = "" r.operationID = "sendDice" r.pathPattern = "/sendDice" @@ -4032,7 +4032,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendDocument" + r.name = SendDocumentOperation r.summary = "" r.operationID = "sendDocument" r.pathPattern = "/sendDocument" @@ -4060,7 +4060,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendGame" + r.name = SendGameOperation r.summary = "" r.operationID = "sendGame" r.pathPattern = "/sendGame" @@ -4085,7 +4085,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendInvoice" + r.name = SendInvoiceOperation r.summary = "" r.operationID = "sendInvoice" r.pathPattern = "/sendInvoice" @@ -4110,7 +4110,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendLocation" + r.name = SendLocationOperation r.summary = "" r.operationID = "sendLocation" r.pathPattern = "/sendLocation" @@ -4147,7 +4147,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendMediaGroup" + r.name = SendMediaGroupOperation r.summary = "" r.operationID = "sendMediaGroup" r.pathPattern = "/sendMediaGroup" @@ -4172,7 +4172,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendMessage" + r.name = SendMessageOperation r.summary = "" r.operationID = "sendMessage" r.pathPattern = "/sendMessage" @@ -4212,7 +4212,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendPhoto" + r.name = SendPhotoOperation r.summary = "" r.operationID = "sendPhoto" r.pathPattern = "/sendPhoto" @@ -4237,7 +4237,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendPoll" + r.name = SendPollOperation r.summary = "" r.operationID = "sendPoll" r.pathPattern = "/sendPoll" @@ -4265,7 +4265,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendSticker" + r.name = SendStickerOperation r.summary = "" r.operationID = "sendSticker" r.pathPattern = "/sendSticker" @@ -4302,7 +4302,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVenue" + r.name = SendVenueOperation r.summary = "" r.operationID = "sendVenue" r.pathPattern = "/sendVenue" @@ -4326,7 +4326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "SendVideo" + r.name = SendVideoOperation r.summary = "" r.operationID = "sendVideo" r.pathPattern = "/sendVideo" @@ -4350,7 +4350,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVideoNote" + r.name = SendVideoNoteOperation r.summary = "" r.operationID = "sendVideoNote" r.pathPattern = "/sendVideoNote" @@ -4378,7 +4378,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SendVoice" + r.name = SendVoiceOperation r.summary = "" r.operationID = "sendVoice" r.pathPattern = "/sendVoice" @@ -4433,7 +4433,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatAdministratorCustomTitle" + r.name = SetChatAdministratorCustomTitleOperation r.summary = "" r.operationID = "setChatAdministratorCustomTitle" r.pathPattern = "/setChatAdministratorCustomTitle" @@ -4458,7 +4458,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatDescription" + r.name = SetChatDescriptionOperation r.summary = "" r.operationID = "setChatDescription" r.pathPattern = "/setChatDescription" @@ -4495,7 +4495,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatPermissions" + r.name = SetChatPermissionsOperation r.summary = "" r.operationID = "setChatPermissions" r.pathPattern = "/setChatPermissions" @@ -4520,7 +4520,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatPhoto" + r.name = SetChatPhotoOperation r.summary = "" r.operationID = "setChatPhoto" r.pathPattern = "/setChatPhoto" @@ -4548,7 +4548,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatStickerSet" + r.name = SetChatStickerSetOperation r.summary = "" r.operationID = "setChatStickerSet" r.pathPattern = "/setChatStickerSet" @@ -4573,7 +4573,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetChatTitle" + r.name = SetChatTitleOperation r.summary = "" r.operationID = "setChatTitle" r.pathPattern = "/setChatTitle" @@ -4601,7 +4601,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetGameScore" + r.name = SetGameScoreOperation r.summary = "" r.operationID = "setGameScore" r.pathPattern = "/setGameScore" @@ -4626,7 +4626,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetMyCommands" + r.name = SetMyCommandsOperation r.summary = "" r.operationID = "setMyCommands" r.pathPattern = "/setMyCommands" @@ -4651,7 +4651,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetPassportDataErrors" + r.name = SetPassportDataErrorsOperation r.summary = "" r.operationID = "setPassportDataErrors" r.pathPattern = "/setPassportDataErrors" @@ -4688,7 +4688,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetStickerPositionInSet" + r.name = SetStickerPositionInSetOperation r.summary = "" r.operationID = "setStickerPositionInSet" r.pathPattern = "/setStickerPositionInSet" @@ -4713,7 +4713,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetStickerSetThumb" + r.name = SetStickerSetThumbOperation r.summary = "" r.operationID = "setStickerSetThumb" r.pathPattern = "/setStickerSetThumb" @@ -4741,7 +4741,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SetWebhook" + r.name = SetWebhookOperation r.summary = "" r.operationID = "setWebhook" r.pathPattern = "/setWebhook" @@ -4784,7 +4784,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StopMessageLiveLocation" + r.name = StopMessageLiveLocationOperation r.summary = "" r.operationID = "stopMessageLiveLocation" r.pathPattern = "/stopMessageLiveLocation" @@ -4809,7 +4809,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StopPoll" + r.name = StopPollOperation r.summary = "" r.operationID = "stopPoll" r.pathPattern = "/stopPoll" @@ -4876,7 +4876,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnbanChatMember" + r.name = UnbanChatMemberOperation r.summary = "" r.operationID = "unbanChatMember" r.pathPattern = "/unbanChatMember" @@ -4901,7 +4901,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnbanChatSenderChat" + r.name = UnbanChatSenderChatOperation r.summary = "" r.operationID = "unbanChatSenderChat" r.pathPattern = "/unbanChatSenderChat" @@ -4941,7 +4941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnpinAllChatMessages" + r.name = UnpinAllChatMessagesOperation r.summary = "" r.operationID = "unpinAllChatMessages" r.pathPattern = "/unpinAllChatMessages" @@ -4966,7 +4966,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UnpinChatMessage" + r.name = UnpinChatMessageOperation r.summary = "" r.operationID = "unpinChatMessage" r.pathPattern = "/unpinChatMessage" @@ -4997,7 +4997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "UploadStickerFile" + r.name = UploadStickerFileOperation r.summary = "" r.operationID = "uploadStickerFile" r.pathPattern = "/uploadStickerFile" diff --git a/examples/ex_test_format/oas_client_gen.go b/examples/ex_test_format/oas_client_gen.go index 148e1232f..5f1f60fd8 100644 --- a/examples/ex_test_format/oas_client_gen.go +++ b/examples/ex_test_format/oas_client_gen.go @@ -4176,7 +4176,7 @@ func (c *Client) sendTestQueryParameter(ctx context.Context, request string, par c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestQueryParameter", + ctx, span := c.cfg.Tracer.Start(ctx, TestQueryParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6288,7 +6288,7 @@ func (c *Client) sendTestRequestAny(ctx context.Context, request jx.Raw) (res *E c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestAny", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestAnyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6361,7 +6361,7 @@ func (c *Client) sendTestRequestBoolean(ctx context.Context, request OptBool) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBoolean", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6434,7 +6434,7 @@ func (c *Client) sendTestRequestBooleanArray(ctx context.Context, request []bool c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBooleanArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6507,7 +6507,7 @@ func (c *Client) sendTestRequestBooleanArrayArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBooleanArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6580,7 +6580,7 @@ func (c *Client) sendTestRequestBooleanNullable(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBooleanNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6653,7 +6653,7 @@ func (c *Client) sendTestRequestBooleanNullableArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBooleanNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6726,7 +6726,7 @@ func (c *Client) sendTestRequestBooleanNullableArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestBooleanNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6799,7 +6799,7 @@ func (c *Client) sendTestRequestEmptyStruct(ctx context.Context, request *TestRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestEmptyStruct", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestEmptyStructOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6872,7 +6872,7 @@ func (c *Client) sendTestRequestFormatTest(ctx context.Context, request OptTestR c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestFormatTest", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestFormatTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -6945,7 +6945,7 @@ func (c *Client) sendTestRequestInteger(ctx context.Context, request OptInt) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestInteger", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7018,7 +7018,7 @@ func (c *Client) sendTestRequestIntegerArray(ctx context.Context, request []int) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7091,7 +7091,7 @@ func (c *Client) sendTestRequestIntegerArrayArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7164,7 +7164,7 @@ func (c *Client) sendTestRequestIntegerInt16(ctx context.Context, request OptInt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7237,7 +7237,7 @@ func (c *Client) sendTestRequestIntegerInt16Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7310,7 +7310,7 @@ func (c *Client) sendTestRequestIntegerInt16ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7383,7 +7383,7 @@ func (c *Client) sendTestRequestIntegerInt16Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7456,7 +7456,7 @@ func (c *Client) sendTestRequestIntegerInt16NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7529,7 +7529,7 @@ func (c *Client) sendTestRequestIntegerInt16NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7602,7 +7602,7 @@ func (c *Client) sendTestRequestIntegerInt32(ctx context.Context, request OptInt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7675,7 +7675,7 @@ func (c *Client) sendTestRequestIntegerInt32Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7748,7 +7748,7 @@ func (c *Client) sendTestRequestIntegerInt32ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7821,7 +7821,7 @@ func (c *Client) sendTestRequestIntegerInt32Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7894,7 +7894,7 @@ func (c *Client) sendTestRequestIntegerInt32NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -7967,7 +7967,7 @@ func (c *Client) sendTestRequestIntegerInt32NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8040,7 +8040,7 @@ func (c *Client) sendTestRequestIntegerInt64(ctx context.Context, request OptInt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8113,7 +8113,7 @@ func (c *Client) sendTestRequestIntegerInt64Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8186,7 +8186,7 @@ func (c *Client) sendTestRequestIntegerInt64ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8259,7 +8259,7 @@ func (c *Client) sendTestRequestIntegerInt64Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8332,7 +8332,7 @@ func (c *Client) sendTestRequestIntegerInt64NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8405,7 +8405,7 @@ func (c *Client) sendTestRequestIntegerInt64NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8478,7 +8478,7 @@ func (c *Client) sendTestRequestIntegerInt8(ctx context.Context, request OptInt8 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8551,7 +8551,7 @@ func (c *Client) sendTestRequestIntegerInt8Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8624,7 +8624,7 @@ func (c *Client) sendTestRequestIntegerInt8ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8697,7 +8697,7 @@ func (c *Client) sendTestRequestIntegerInt8Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8770,7 +8770,7 @@ func (c *Client) sendTestRequestIntegerInt8NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8843,7 +8843,7 @@ func (c *Client) sendTestRequestIntegerInt8NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8916,7 +8916,7 @@ func (c *Client) sendTestRequestIntegerNullable(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -8989,7 +8989,7 @@ func (c *Client) sendTestRequestIntegerNullableArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9062,7 +9062,7 @@ func (c *Client) sendTestRequestIntegerNullableArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9135,7 +9135,7 @@ func (c *Client) sendTestRequestIntegerUint(ctx context.Context, request OptUint c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9208,7 +9208,7 @@ func (c *Client) sendTestRequestIntegerUint16(ctx context.Context, request OptUi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9281,7 +9281,7 @@ func (c *Client) sendTestRequestIntegerUint16Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9354,7 +9354,7 @@ func (c *Client) sendTestRequestIntegerUint16ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9427,7 +9427,7 @@ func (c *Client) sendTestRequestIntegerUint16Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9500,7 +9500,7 @@ func (c *Client) sendTestRequestIntegerUint16NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9573,7 +9573,7 @@ func (c *Client) sendTestRequestIntegerUint16NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9646,7 +9646,7 @@ func (c *Client) sendTestRequestIntegerUint32(ctx context.Context, request OptUi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9719,7 +9719,7 @@ func (c *Client) sendTestRequestIntegerUint32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9792,7 +9792,7 @@ func (c *Client) sendTestRequestIntegerUint32ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9865,7 +9865,7 @@ func (c *Client) sendTestRequestIntegerUint32Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -9938,7 +9938,7 @@ func (c *Client) sendTestRequestIntegerUint32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10011,7 +10011,7 @@ func (c *Client) sendTestRequestIntegerUint32NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10084,7 +10084,7 @@ func (c *Client) sendTestRequestIntegerUint64(ctx context.Context, request OptUi c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10157,7 +10157,7 @@ func (c *Client) sendTestRequestIntegerUint64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10230,7 +10230,7 @@ func (c *Client) sendTestRequestIntegerUint64ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10303,7 +10303,7 @@ func (c *Client) sendTestRequestIntegerUint64Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10376,7 +10376,7 @@ func (c *Client) sendTestRequestIntegerUint64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10449,7 +10449,7 @@ func (c *Client) sendTestRequestIntegerUint64NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10522,7 +10522,7 @@ func (c *Client) sendTestRequestIntegerUint8(ctx context.Context, request OptUin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10595,7 +10595,7 @@ func (c *Client) sendTestRequestIntegerUint8Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10668,7 +10668,7 @@ func (c *Client) sendTestRequestIntegerUint8ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10741,7 +10741,7 @@ func (c *Client) sendTestRequestIntegerUint8Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10814,7 +10814,7 @@ func (c *Client) sendTestRequestIntegerUint8NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10887,7 +10887,7 @@ func (c *Client) sendTestRequestIntegerUint8NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -10960,7 +10960,7 @@ func (c *Client) sendTestRequestIntegerUintArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11033,7 +11033,7 @@ func (c *Client) sendTestRequestIntegerUintArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11106,7 +11106,7 @@ func (c *Client) sendTestRequestIntegerUintNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11179,7 +11179,7 @@ func (c *Client) sendTestRequestIntegerUintNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11252,7 +11252,7 @@ func (c *Client) sendTestRequestIntegerUintNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11325,7 +11325,7 @@ func (c *Client) sendTestRequestIntegerUnix(ctx context.Context, request OptUnix c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11398,7 +11398,7 @@ func (c *Client) sendTestRequestIntegerUnixArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11471,7 +11471,7 @@ func (c *Client) sendTestRequestIntegerUnixArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11544,7 +11544,7 @@ func (c *Client) sendTestRequestIntegerUnixMicro(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11617,7 +11617,7 @@ func (c *Client) sendTestRequestIntegerUnixMicroArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11690,7 +11690,7 @@ func (c *Client) sendTestRequestIntegerUnixMicroArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11763,7 +11763,7 @@ func (c *Client) sendTestRequestIntegerUnixMicroNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11836,7 +11836,7 @@ func (c *Client) sendTestRequestIntegerUnixMicroNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11909,7 +11909,7 @@ func (c *Client) sendTestRequestIntegerUnixMicroNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -11982,7 +11982,7 @@ func (c *Client) sendTestRequestIntegerUnixMilli(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12055,7 +12055,7 @@ func (c *Client) sendTestRequestIntegerUnixMilliArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12128,7 +12128,7 @@ func (c *Client) sendTestRequestIntegerUnixMilliArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12201,7 +12201,7 @@ func (c *Client) sendTestRequestIntegerUnixMilliNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12274,7 +12274,7 @@ func (c *Client) sendTestRequestIntegerUnixMilliNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12347,7 +12347,7 @@ func (c *Client) sendTestRequestIntegerUnixMilliNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12420,7 +12420,7 @@ func (c *Client) sendTestRequestIntegerUnixNano(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12493,7 +12493,7 @@ func (c *Client) sendTestRequestIntegerUnixNanoArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12566,7 +12566,7 @@ func (c *Client) sendTestRequestIntegerUnixNanoArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12639,7 +12639,7 @@ func (c *Client) sendTestRequestIntegerUnixNanoNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12712,7 +12712,7 @@ func (c *Client) sendTestRequestIntegerUnixNanoNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12785,7 +12785,7 @@ func (c *Client) sendTestRequestIntegerUnixNanoNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12858,7 +12858,7 @@ func (c *Client) sendTestRequestIntegerUnixNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -12931,7 +12931,7 @@ func (c *Client) sendTestRequestIntegerUnixNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13004,7 +13004,7 @@ func (c *Client) sendTestRequestIntegerUnixNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13077,7 +13077,7 @@ func (c *Client) sendTestRequestIntegerUnixSeconds(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13150,7 +13150,7 @@ func (c *Client) sendTestRequestIntegerUnixSecondsArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13223,7 +13223,7 @@ func (c *Client) sendTestRequestIntegerUnixSecondsArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13296,7 +13296,7 @@ func (c *Client) sendTestRequestIntegerUnixSecondsNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13369,7 +13369,7 @@ func (c *Client) sendTestRequestIntegerUnixSecondsNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13442,7 +13442,7 @@ func (c *Client) sendTestRequestIntegerUnixSecondsNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestIntegerUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13515,7 +13515,7 @@ func (c *Client) sendTestRequestNull(ctx context.Context, request OptNull) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNull", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13588,7 +13588,7 @@ func (c *Client) sendTestRequestNullArray(ctx context.Context, request []struct{ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNullArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13661,7 +13661,7 @@ func (c *Client) sendTestRequestNullArrayArray(ctx context.Context, request [][] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNullArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13734,7 +13734,7 @@ func (c *Client) sendTestRequestNullNullable(ctx context.Context, request OptNul c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNullNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13807,7 +13807,7 @@ func (c *Client) sendTestRequestNullNullableArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNullNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13880,7 +13880,7 @@ func (c *Client) sendTestRequestNullNullableArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNullNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -13953,7 +13953,7 @@ func (c *Client) sendTestRequestNumber(ctx context.Context, request OptFloat64) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumber", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14026,7 +14026,7 @@ func (c *Client) sendTestRequestNumberArray(ctx context.Context, request []float c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14099,7 +14099,7 @@ func (c *Client) sendTestRequestNumberArrayArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14172,7 +14172,7 @@ func (c *Client) sendTestRequestNumberDouble(ctx context.Context, request OptFlo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDouble", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14245,7 +14245,7 @@ func (c *Client) sendTestRequestNumberDoubleArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDoubleArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14318,7 +14318,7 @@ func (c *Client) sendTestRequestNumberDoubleArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDoubleArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14391,7 +14391,7 @@ func (c *Client) sendTestRequestNumberDoubleNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDoubleNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14464,7 +14464,7 @@ func (c *Client) sendTestRequestNumberDoubleNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDoubleNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14537,7 +14537,7 @@ func (c *Client) sendTestRequestNumberDoubleNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberDoubleNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14610,7 +14610,7 @@ func (c *Client) sendTestRequestNumberFloat(ctx context.Context, request OptFloa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloat", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14683,7 +14683,7 @@ func (c *Client) sendTestRequestNumberFloatArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloatArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14756,7 +14756,7 @@ func (c *Client) sendTestRequestNumberFloatArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloatArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14829,7 +14829,7 @@ func (c *Client) sendTestRequestNumberFloatNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloatNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14902,7 +14902,7 @@ func (c *Client) sendTestRequestNumberFloatNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloatNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -14975,7 +14975,7 @@ func (c *Client) sendTestRequestNumberFloatNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberFloatNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15048,7 +15048,7 @@ func (c *Client) sendTestRequestNumberInt32(ctx context.Context, request OptInt3 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15121,7 +15121,7 @@ func (c *Client) sendTestRequestNumberInt32Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15194,7 +15194,7 @@ func (c *Client) sendTestRequestNumberInt32ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15267,7 +15267,7 @@ func (c *Client) sendTestRequestNumberInt32Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15340,7 +15340,7 @@ func (c *Client) sendTestRequestNumberInt32NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15413,7 +15413,7 @@ func (c *Client) sendTestRequestNumberInt32NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15486,7 +15486,7 @@ func (c *Client) sendTestRequestNumberInt64(ctx context.Context, request OptInt6 c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15559,7 +15559,7 @@ func (c *Client) sendTestRequestNumberInt64Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15632,7 +15632,7 @@ func (c *Client) sendTestRequestNumberInt64ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15705,7 +15705,7 @@ func (c *Client) sendTestRequestNumberInt64Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15778,7 +15778,7 @@ func (c *Client) sendTestRequestNumberInt64NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15851,7 +15851,7 @@ func (c *Client) sendTestRequestNumberInt64NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15924,7 +15924,7 @@ func (c *Client) sendTestRequestNumberNullable(ctx context.Context, request OptN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -15997,7 +15997,7 @@ func (c *Client) sendTestRequestNumberNullableArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16070,7 +16070,7 @@ func (c *Client) sendTestRequestNumberNullableArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestNumberNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16143,7 +16143,7 @@ func (c *Client) sendTestRequestRequiredAny(ctx context.Context, request jx.Raw) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredAny", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredAnyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16216,7 +16216,7 @@ func (c *Client) sendTestRequestRequiredBoolean(ctx context.Context, request boo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBoolean", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16289,7 +16289,7 @@ func (c *Client) sendTestRequestRequiredBooleanArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBooleanArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16362,7 +16362,7 @@ func (c *Client) sendTestRequestRequiredBooleanArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBooleanArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16435,7 +16435,7 @@ func (c *Client) sendTestRequestRequiredBooleanNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBooleanNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16508,7 +16508,7 @@ func (c *Client) sendTestRequestRequiredBooleanNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBooleanNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16581,7 +16581,7 @@ func (c *Client) sendTestRequestRequiredBooleanNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredBooleanNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16654,7 +16654,7 @@ func (c *Client) sendTestRequestRequiredEmptyStruct(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredEmptyStruct", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredEmptyStructOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16727,7 +16727,7 @@ func (c *Client) sendTestRequestRequiredFormatTest(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredFormatTest", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredFormatTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16800,7 +16800,7 @@ func (c *Client) sendTestRequestRequiredInteger(ctx context.Context, request int c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredInteger", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16873,7 +16873,7 @@ func (c *Client) sendTestRequestRequiredIntegerArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -16946,7 +16946,7 @@ func (c *Client) sendTestRequestRequiredIntegerArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17019,7 +17019,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17092,7 +17092,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17165,7 +17165,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17238,7 +17238,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17311,7 +17311,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17384,7 +17384,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt16NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17457,7 +17457,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17530,7 +17530,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17603,7 +17603,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17676,7 +17676,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17749,7 +17749,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17822,7 +17822,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt32NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17895,7 +17895,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -17968,7 +17968,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18041,7 +18041,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18114,7 +18114,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18187,7 +18187,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18260,7 +18260,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt64NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18333,7 +18333,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18406,7 +18406,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18479,7 +18479,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18552,7 +18552,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18625,7 +18625,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18698,7 +18698,7 @@ func (c *Client) sendTestRequestRequiredIntegerInt8NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18771,7 +18771,7 @@ func (c *Client) sendTestRequestRequiredIntegerNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18844,7 +18844,7 @@ func (c *Client) sendTestRequestRequiredIntegerNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18917,7 +18917,7 @@ func (c *Client) sendTestRequestRequiredIntegerNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -18990,7 +18990,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19063,7 +19063,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19136,7 +19136,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16Array(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19209,7 +19209,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16ArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19282,7 +19282,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16Nullable(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19355,7 +19355,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16NullableArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19428,7 +19428,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint16NullableArrayArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19501,7 +19501,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19574,7 +19574,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32Array(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19647,7 +19647,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32ArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19720,7 +19720,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32Nullable(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19793,7 +19793,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32NullableArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19866,7 +19866,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint32NullableArrayArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -19939,7 +19939,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20012,7 +20012,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64Array(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20085,7 +20085,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64ArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20158,7 +20158,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64Nullable(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20231,7 +20231,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64NullableArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20304,7 +20304,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint64NullableArrayArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20377,7 +20377,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20450,7 +20450,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20523,7 +20523,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20596,7 +20596,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20669,7 +20669,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20742,7 +20742,7 @@ func (c *Client) sendTestRequestRequiredIntegerUint8NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20815,7 +20815,7 @@ func (c *Client) sendTestRequestRequiredIntegerUintArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20888,7 +20888,7 @@ func (c *Client) sendTestRequestRequiredIntegerUintArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -20961,7 +20961,7 @@ func (c *Client) sendTestRequestRequiredIntegerUintNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21034,7 +21034,7 @@ func (c *Client) sendTestRequestRequiredIntegerUintNullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21107,7 +21107,7 @@ func (c *Client) sendTestRequestRequiredIntegerUintNullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21180,7 +21180,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnix(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21253,7 +21253,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21326,7 +21326,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21399,7 +21399,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicro(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21472,7 +21472,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicroArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21545,7 +21545,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicroArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21618,7 +21618,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicroNullable(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21691,7 +21691,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicroNullableArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21764,7 +21764,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMicroNullableArrayArray(ctx c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21837,7 +21837,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilli(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21910,7 +21910,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilliArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -21983,7 +21983,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilliArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22056,7 +22056,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilliNullable(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22129,7 +22129,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilliNullableArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22202,7 +22202,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixMilliNullableArrayArray(ctx c c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22275,7 +22275,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNano(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22348,7 +22348,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNanoArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22421,7 +22421,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNanoArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22494,7 +22494,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNanoNullable(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22567,7 +22567,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNanoNullableArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22640,7 +22640,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNanoNullableArrayArray(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22713,7 +22713,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22786,7 +22786,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22859,7 +22859,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixNullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -22932,7 +22932,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSeconds(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23005,7 +23005,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSecondsArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23078,7 +23078,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSecondsArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23151,7 +23151,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSecondsNullable(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23224,7 +23224,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSecondsNullableArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23297,7 +23297,7 @@ func (c *Client) sendTestRequestRequiredIntegerUnixSecondsNullableArrayArray(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredIntegerUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23370,7 +23370,7 @@ func (c *Client) sendTestRequestRequiredNull(ctx context.Context, request struct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNull", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23443,7 +23443,7 @@ func (c *Client) sendTestRequestRequiredNullArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNullArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23516,7 +23516,7 @@ func (c *Client) sendTestRequestRequiredNullArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNullArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23589,7 +23589,7 @@ func (c *Client) sendTestRequestRequiredNullNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNullNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23662,7 +23662,7 @@ func (c *Client) sendTestRequestRequiredNullNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNullNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23735,7 +23735,7 @@ func (c *Client) sendTestRequestRequiredNullNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNullNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23808,7 +23808,7 @@ func (c *Client) sendTestRequestRequiredNumber(ctx context.Context, request floa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumber", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23881,7 +23881,7 @@ func (c *Client) sendTestRequestRequiredNumberArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -23954,7 +23954,7 @@ func (c *Client) sendTestRequestRequiredNumberArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24027,7 +24027,7 @@ func (c *Client) sendTestRequestRequiredNumberDouble(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDouble", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24100,7 +24100,7 @@ func (c *Client) sendTestRequestRequiredNumberDoubleArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDoubleArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24173,7 +24173,7 @@ func (c *Client) sendTestRequestRequiredNumberDoubleArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDoubleArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24246,7 +24246,7 @@ func (c *Client) sendTestRequestRequiredNumberDoubleNullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDoubleNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24319,7 +24319,7 @@ func (c *Client) sendTestRequestRequiredNumberDoubleNullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDoubleNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24392,7 +24392,7 @@ func (c *Client) sendTestRequestRequiredNumberDoubleNullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberDoubleNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24465,7 +24465,7 @@ func (c *Client) sendTestRequestRequiredNumberFloat(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloat", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24538,7 +24538,7 @@ func (c *Client) sendTestRequestRequiredNumberFloatArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloatArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24611,7 +24611,7 @@ func (c *Client) sendTestRequestRequiredNumberFloatArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloatArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24684,7 +24684,7 @@ func (c *Client) sendTestRequestRequiredNumberFloatNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloatNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24757,7 +24757,7 @@ func (c *Client) sendTestRequestRequiredNumberFloatNullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloatNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24830,7 +24830,7 @@ func (c *Client) sendTestRequestRequiredNumberFloatNullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberFloatNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24903,7 +24903,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -24976,7 +24976,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25049,7 +25049,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25122,7 +25122,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25195,7 +25195,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25268,7 +25268,7 @@ func (c *Client) sendTestRequestRequiredNumberInt32NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25341,7 +25341,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25414,7 +25414,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25487,7 +25487,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25560,7 +25560,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25633,7 +25633,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25706,7 +25706,7 @@ func (c *Client) sendTestRequestRequiredNumberInt64NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25779,7 +25779,7 @@ func (c *Client) sendTestRequestRequiredNumberNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25852,7 +25852,7 @@ func (c *Client) sendTestRequestRequiredNumberNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25925,7 +25925,7 @@ func (c *Client) sendTestRequestRequiredNumberNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredNumberNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -25998,7 +25998,7 @@ func (c *Client) sendTestRequestRequiredString(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredString", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26071,7 +26071,7 @@ func (c *Client) sendTestRequestRequiredStringArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26144,7 +26144,7 @@ func (c *Client) sendTestRequestRequiredStringArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26217,7 +26217,7 @@ func (c *Client) sendTestRequestRequiredStringBase64(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26290,7 +26290,7 @@ func (c *Client) sendTestRequestRequiredStringBase64Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26363,7 +26363,7 @@ func (c *Client) sendTestRequestRequiredStringBase64ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26436,7 +26436,7 @@ func (c *Client) sendTestRequestRequiredStringBase64Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26509,7 +26509,7 @@ func (c *Client) sendTestRequestRequiredStringBase64NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26582,7 +26582,7 @@ func (c *Client) sendTestRequestRequiredStringBase64NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBase64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26655,7 +26655,7 @@ func (c *Client) sendTestRequestRequiredStringBinary(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinary", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26728,7 +26728,7 @@ func (c *Client) sendTestRequestRequiredStringBinaryArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinaryArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26801,7 +26801,7 @@ func (c *Client) sendTestRequestRequiredStringBinaryArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinaryArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26874,7 +26874,7 @@ func (c *Client) sendTestRequestRequiredStringBinaryNullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinaryNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -26947,7 +26947,7 @@ func (c *Client) sendTestRequestRequiredStringBinaryNullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinaryNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27020,7 +27020,7 @@ func (c *Client) sendTestRequestRequiredStringBinaryNullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringBinaryNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27093,7 +27093,7 @@ func (c *Client) sendTestRequestRequiredStringByte(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByte", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27166,7 +27166,7 @@ func (c *Client) sendTestRequestRequiredStringByteArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByteArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27239,7 +27239,7 @@ func (c *Client) sendTestRequestRequiredStringByteArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByteArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27312,7 +27312,7 @@ func (c *Client) sendTestRequestRequiredStringByteNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByteNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27385,7 +27385,7 @@ func (c *Client) sendTestRequestRequiredStringByteNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByteNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27458,7 +27458,7 @@ func (c *Client) sendTestRequestRequiredStringByteNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringByteNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27531,7 +27531,7 @@ func (c *Client) sendTestRequestRequiredStringDate(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDate", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27604,7 +27604,7 @@ func (c *Client) sendTestRequestRequiredStringDateArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27677,7 +27677,7 @@ func (c *Client) sendTestRequestRequiredStringDateArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27750,7 +27750,7 @@ func (c *Client) sendTestRequestRequiredStringDateNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27823,7 +27823,7 @@ func (c *Client) sendTestRequestRequiredStringDateNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27896,7 +27896,7 @@ func (c *Client) sendTestRequestRequiredStringDateNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -27969,7 +27969,7 @@ func (c *Client) sendTestRequestRequiredStringDateTime(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28042,7 +28042,7 @@ func (c *Client) sendTestRequestRequiredStringDateTimeArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28115,7 +28115,7 @@ func (c *Client) sendTestRequestRequiredStringDateTimeArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28188,7 +28188,7 @@ func (c *Client) sendTestRequestRequiredStringDateTimeNullable(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28261,7 +28261,7 @@ func (c *Client) sendTestRequestRequiredStringDateTimeNullableArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28334,7 +28334,7 @@ func (c *Client) sendTestRequestRequiredStringDateTimeNullableArrayArray(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDateTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28407,7 +28407,7 @@ func (c *Client) sendTestRequestRequiredStringDuration(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDuration", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28480,7 +28480,7 @@ func (c *Client) sendTestRequestRequiredStringDurationArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDurationArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28553,7 +28553,7 @@ func (c *Client) sendTestRequestRequiredStringDurationArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDurationArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28626,7 +28626,7 @@ func (c *Client) sendTestRequestRequiredStringDurationNullable(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDurationNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28699,7 +28699,7 @@ func (c *Client) sendTestRequestRequiredStringDurationNullableArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDurationNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28772,7 +28772,7 @@ func (c *Client) sendTestRequestRequiredStringDurationNullableArrayArray(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringDurationNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28845,7 +28845,7 @@ func (c *Client) sendTestRequestRequiredStringEmail(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmail", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28918,7 +28918,7 @@ func (c *Client) sendTestRequestRequiredStringEmailArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmailArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -28991,7 +28991,7 @@ func (c *Client) sendTestRequestRequiredStringEmailArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmailArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29064,7 +29064,7 @@ func (c *Client) sendTestRequestRequiredStringEmailNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmailNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29137,7 +29137,7 @@ func (c *Client) sendTestRequestRequiredStringEmailNullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmailNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29210,7 +29210,7 @@ func (c *Client) sendTestRequestRequiredStringEmailNullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringEmailNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29283,7 +29283,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29356,7 +29356,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32Array(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29429,7 +29429,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32ArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29502,7 +29502,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32Nullable(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29575,7 +29575,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32NullableArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29648,7 +29648,7 @@ func (c *Client) sendTestRequestRequiredStringFloat32NullableArrayArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29721,7 +29721,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29794,7 +29794,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64Array(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29867,7 +29867,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64ArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -29940,7 +29940,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64Nullable(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30013,7 +30013,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64NullableArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30086,7 +30086,7 @@ func (c *Client) sendTestRequestRequiredStringFloat64NullableArrayArray(ctx cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringFloat64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30159,7 +30159,7 @@ func (c *Client) sendTestRequestRequiredStringHostname(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostname", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30232,7 +30232,7 @@ func (c *Client) sendTestRequestRequiredStringHostnameArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostnameArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30305,7 +30305,7 @@ func (c *Client) sendTestRequestRequiredStringHostnameArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostnameArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30378,7 +30378,7 @@ func (c *Client) sendTestRequestRequiredStringHostnameNullable(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostnameNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30451,7 +30451,7 @@ func (c *Client) sendTestRequestRequiredStringHostnameNullableArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostnameNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30524,7 +30524,7 @@ func (c *Client) sendTestRequestRequiredStringHostnameNullableArrayArray(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringHostnameNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30597,7 +30597,7 @@ func (c *Client) sendTestRequestRequiredStringIP(ctx context.Context, request ne c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIP", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30670,7 +30670,7 @@ func (c *Client) sendTestRequestRequiredStringIPArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIPArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30743,7 +30743,7 @@ func (c *Client) sendTestRequestRequiredStringIPArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIPArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30816,7 +30816,7 @@ func (c *Client) sendTestRequestRequiredStringIPNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIPNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30889,7 +30889,7 @@ func (c *Client) sendTestRequestRequiredStringIPNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIPNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -30962,7 +30962,7 @@ func (c *Client) sendTestRequestRequiredStringIPNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIPNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31035,7 +31035,7 @@ func (c *Client) sendTestRequestRequiredStringInt(ctx context.Context, request i c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31108,7 +31108,7 @@ func (c *Client) sendTestRequestRequiredStringInt16(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31181,7 +31181,7 @@ func (c *Client) sendTestRequestRequiredStringInt16Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31254,7 +31254,7 @@ func (c *Client) sendTestRequestRequiredStringInt16ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31327,7 +31327,7 @@ func (c *Client) sendTestRequestRequiredStringInt16Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31400,7 +31400,7 @@ func (c *Client) sendTestRequestRequiredStringInt16NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31473,7 +31473,7 @@ func (c *Client) sendTestRequestRequiredStringInt16NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31546,7 +31546,7 @@ func (c *Client) sendTestRequestRequiredStringInt32(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31619,7 +31619,7 @@ func (c *Client) sendTestRequestRequiredStringInt32Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31692,7 +31692,7 @@ func (c *Client) sendTestRequestRequiredStringInt32ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31765,7 +31765,7 @@ func (c *Client) sendTestRequestRequiredStringInt32Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31838,7 +31838,7 @@ func (c *Client) sendTestRequestRequiredStringInt32NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31911,7 +31911,7 @@ func (c *Client) sendTestRequestRequiredStringInt32NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -31984,7 +31984,7 @@ func (c *Client) sendTestRequestRequiredStringInt64(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32057,7 +32057,7 @@ func (c *Client) sendTestRequestRequiredStringInt64Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32130,7 +32130,7 @@ func (c *Client) sendTestRequestRequiredStringInt64ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32203,7 +32203,7 @@ func (c *Client) sendTestRequestRequiredStringInt64Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32276,7 +32276,7 @@ func (c *Client) sendTestRequestRequiredStringInt64NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32349,7 +32349,7 @@ func (c *Client) sendTestRequestRequiredStringInt64NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32422,7 +32422,7 @@ func (c *Client) sendTestRequestRequiredStringInt8(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32495,7 +32495,7 @@ func (c *Client) sendTestRequestRequiredStringInt8Array(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32568,7 +32568,7 @@ func (c *Client) sendTestRequestRequiredStringInt8ArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32641,7 +32641,7 @@ func (c *Client) sendTestRequestRequiredStringInt8Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32714,7 +32714,7 @@ func (c *Client) sendTestRequestRequiredStringInt8NullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32787,7 +32787,7 @@ func (c *Client) sendTestRequestRequiredStringInt8NullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32860,7 +32860,7 @@ func (c *Client) sendTestRequestRequiredStringIntArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIntArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -32933,7 +32933,7 @@ func (c *Client) sendTestRequestRequiredStringIntArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIntArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33006,7 +33006,7 @@ func (c *Client) sendTestRequestRequiredStringIntNullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIntNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33079,7 +33079,7 @@ func (c *Client) sendTestRequestRequiredStringIntNullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIntNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33152,7 +33152,7 @@ func (c *Client) sendTestRequestRequiredStringIntNullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIntNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33225,7 +33225,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33298,7 +33298,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4Array(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33371,7 +33371,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4ArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33444,7 +33444,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33517,7 +33517,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4NullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33590,7 +33590,7 @@ func (c *Client) sendTestRequestRequiredStringIpv4NullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv4NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33663,7 +33663,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33736,7 +33736,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6Array(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33809,7 +33809,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6ArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33882,7 +33882,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -33955,7 +33955,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6NullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34028,7 +34028,7 @@ func (c *Client) sendTestRequestRequiredStringIpv6NullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringIpv6NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34101,7 +34101,7 @@ func (c *Client) sendTestRequestRequiredStringMAC(ctx context.Context, request n c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMAC", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34174,7 +34174,7 @@ func (c *Client) sendTestRequestRequiredStringMACArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMACArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34247,7 +34247,7 @@ func (c *Client) sendTestRequestRequiredStringMACArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMACArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34320,7 +34320,7 @@ func (c *Client) sendTestRequestRequiredStringMACNullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMACNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34393,7 +34393,7 @@ func (c *Client) sendTestRequestRequiredStringMACNullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMACNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34466,7 +34466,7 @@ func (c *Client) sendTestRequestRequiredStringMACNullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringMACNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34539,7 +34539,7 @@ func (c *Client) sendTestRequestRequiredStringNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34612,7 +34612,7 @@ func (c *Client) sendTestRequestRequiredStringNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34685,7 +34685,7 @@ func (c *Client) sendTestRequestRequiredStringNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34758,7 +34758,7 @@ func (c *Client) sendTestRequestRequiredStringPassword(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPassword", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34831,7 +34831,7 @@ func (c *Client) sendTestRequestRequiredStringPasswordArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPasswordArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34904,7 +34904,7 @@ func (c *Client) sendTestRequestRequiredStringPasswordArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPasswordArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -34977,7 +34977,7 @@ func (c *Client) sendTestRequestRequiredStringPasswordNullable(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPasswordNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35050,7 +35050,7 @@ func (c *Client) sendTestRequestRequiredStringPasswordNullableArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPasswordNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35123,7 +35123,7 @@ func (c *Client) sendTestRequestRequiredStringPasswordNullableArrayArray(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringPasswordNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35196,7 +35196,7 @@ func (c *Client) sendTestRequestRequiredStringTime(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35269,7 +35269,7 @@ func (c *Client) sendTestRequestRequiredStringTimeArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35342,7 +35342,7 @@ func (c *Client) sendTestRequestRequiredStringTimeArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35415,7 +35415,7 @@ func (c *Client) sendTestRequestRequiredStringTimeNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35488,7 +35488,7 @@ func (c *Client) sendTestRequestRequiredStringTimeNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35561,7 +35561,7 @@ func (c *Client) sendTestRequestRequiredStringTimeNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35634,7 +35634,7 @@ func (c *Client) sendTestRequestRequiredStringURI(ctx context.Context, request u c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURI", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURIOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35707,7 +35707,7 @@ func (c *Client) sendTestRequestRequiredStringURIArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURIArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURIArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35780,7 +35780,7 @@ func (c *Client) sendTestRequestRequiredStringURIArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURIArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35853,7 +35853,7 @@ func (c *Client) sendTestRequestRequiredStringURINullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURINullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURINullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35926,7 +35926,7 @@ func (c *Client) sendTestRequestRequiredStringURINullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURINullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -35999,7 +35999,7 @@ func (c *Client) sendTestRequestRequiredStringURINullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringURINullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36072,7 +36072,7 @@ func (c *Client) sendTestRequestRequiredStringUUID(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUID", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36145,7 +36145,7 @@ func (c *Client) sendTestRequestRequiredStringUUIDArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUIDArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36218,7 +36218,7 @@ func (c *Client) sendTestRequestRequiredStringUUIDArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUIDArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36291,7 +36291,7 @@ func (c *Client) sendTestRequestRequiredStringUUIDNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUIDNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36364,7 +36364,7 @@ func (c *Client) sendTestRequestRequiredStringUUIDNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUIDNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36437,7 +36437,7 @@ func (c *Client) sendTestRequestRequiredStringUUIDNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUUIDNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36510,7 +36510,7 @@ func (c *Client) sendTestRequestRequiredStringUint(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36583,7 +36583,7 @@ func (c *Client) sendTestRequestRequiredStringUint16(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36656,7 +36656,7 @@ func (c *Client) sendTestRequestRequiredStringUint16Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36729,7 +36729,7 @@ func (c *Client) sendTestRequestRequiredStringUint16ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36802,7 +36802,7 @@ func (c *Client) sendTestRequestRequiredStringUint16Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36875,7 +36875,7 @@ func (c *Client) sendTestRequestRequiredStringUint16NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -36948,7 +36948,7 @@ func (c *Client) sendTestRequestRequiredStringUint16NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37021,7 +37021,7 @@ func (c *Client) sendTestRequestRequiredStringUint32(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37094,7 +37094,7 @@ func (c *Client) sendTestRequestRequiredStringUint32Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37167,7 +37167,7 @@ func (c *Client) sendTestRequestRequiredStringUint32ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37240,7 +37240,7 @@ func (c *Client) sendTestRequestRequiredStringUint32Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37313,7 +37313,7 @@ func (c *Client) sendTestRequestRequiredStringUint32NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37386,7 +37386,7 @@ func (c *Client) sendTestRequestRequiredStringUint32NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37459,7 +37459,7 @@ func (c *Client) sendTestRequestRequiredStringUint64(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37532,7 +37532,7 @@ func (c *Client) sendTestRequestRequiredStringUint64Array(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37605,7 +37605,7 @@ func (c *Client) sendTestRequestRequiredStringUint64ArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37678,7 +37678,7 @@ func (c *Client) sendTestRequestRequiredStringUint64Nullable(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37751,7 +37751,7 @@ func (c *Client) sendTestRequestRequiredStringUint64NullableArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37824,7 +37824,7 @@ func (c *Client) sendTestRequestRequiredStringUint64NullableArrayArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37897,7 +37897,7 @@ func (c *Client) sendTestRequestRequiredStringUint8(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -37970,7 +37970,7 @@ func (c *Client) sendTestRequestRequiredStringUint8Array(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38043,7 +38043,7 @@ func (c *Client) sendTestRequestRequiredStringUint8ArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38116,7 +38116,7 @@ func (c *Client) sendTestRequestRequiredStringUint8Nullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38189,7 +38189,7 @@ func (c *Client) sendTestRequestRequiredStringUint8NullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38262,7 +38262,7 @@ func (c *Client) sendTestRequestRequiredStringUint8NullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38335,7 +38335,7 @@ func (c *Client) sendTestRequestRequiredStringUintArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38408,7 +38408,7 @@ func (c *Client) sendTestRequestRequiredStringUintArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38481,7 +38481,7 @@ func (c *Client) sendTestRequestRequiredStringUintNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38554,7 +38554,7 @@ func (c *Client) sendTestRequestRequiredStringUintNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38627,7 +38627,7 @@ func (c *Client) sendTestRequestRequiredStringUintNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38700,7 +38700,7 @@ func (c *Client) sendTestRequestRequiredStringUnix(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38773,7 +38773,7 @@ func (c *Client) sendTestRequestRequiredStringUnixArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38846,7 +38846,7 @@ func (c *Client) sendTestRequestRequiredStringUnixArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38919,7 +38919,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicro(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -38992,7 +38992,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicroArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39065,7 +39065,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicroArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39138,7 +39138,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicroNullable(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39211,7 +39211,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicroNullableArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39284,7 +39284,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMicroNullableArrayArray(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39357,7 +39357,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilli(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39430,7 +39430,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilliArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39503,7 +39503,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilliArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39576,7 +39576,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilliNullable(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39649,7 +39649,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilliNullableArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39722,7 +39722,7 @@ func (c *Client) sendTestRequestRequiredStringUnixMilliNullableArrayArray(ctx co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39795,7 +39795,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNano(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39868,7 +39868,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNanoArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -39941,7 +39941,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNanoArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40014,7 +40014,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNanoNullable(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40087,7 +40087,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNanoNullableArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40160,7 +40160,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNanoNullableArrayArray(ctx con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40233,7 +40233,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40306,7 +40306,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40379,7 +40379,7 @@ func (c *Client) sendTestRequestRequiredStringUnixNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40452,7 +40452,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSeconds(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40525,7 +40525,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSecondsArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40598,7 +40598,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSecondsArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40671,7 +40671,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSecondsNullable(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40744,7 +40744,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSecondsNullableArray(ctx conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40817,7 +40817,7 @@ func (c *Client) sendTestRequestRequiredStringUnixSecondsNullableArrayArray(ctx c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestRequiredStringUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40890,7 +40890,7 @@ func (c *Client) sendTestRequestString(ctx context.Context, request OptString) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestString", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -40963,7 +40963,7 @@ func (c *Client) sendTestRequestStringArray(ctx context.Context, request []strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41036,7 +41036,7 @@ func (c *Client) sendTestRequestStringArrayArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41109,7 +41109,7 @@ func (c *Client) sendTestRequestStringBase64(ctx context.Context, request []byte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41182,7 +41182,7 @@ func (c *Client) sendTestRequestStringBase64Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41255,7 +41255,7 @@ func (c *Client) sendTestRequestStringBase64ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41328,7 +41328,7 @@ func (c *Client) sendTestRequestStringBase64Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41401,7 +41401,7 @@ func (c *Client) sendTestRequestStringBase64NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41474,7 +41474,7 @@ func (c *Client) sendTestRequestStringBase64NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBase64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41547,7 +41547,7 @@ func (c *Client) sendTestRequestStringBinary(ctx context.Context, request OptStr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinary", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41620,7 +41620,7 @@ func (c *Client) sendTestRequestStringBinaryArray(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinaryArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41693,7 +41693,7 @@ func (c *Client) sendTestRequestStringBinaryArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinaryArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41766,7 +41766,7 @@ func (c *Client) sendTestRequestStringBinaryNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinaryNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41839,7 +41839,7 @@ func (c *Client) sendTestRequestStringBinaryNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinaryNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41912,7 +41912,7 @@ func (c *Client) sendTestRequestStringBinaryNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringBinaryNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -41985,7 +41985,7 @@ func (c *Client) sendTestRequestStringByte(ctx context.Context, request []byte) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByte", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42058,7 +42058,7 @@ func (c *Client) sendTestRequestStringByteArray(ctx context.Context, request [][ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByteArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42131,7 +42131,7 @@ func (c *Client) sendTestRequestStringByteArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByteArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42204,7 +42204,7 @@ func (c *Client) sendTestRequestStringByteNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByteNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42277,7 +42277,7 @@ func (c *Client) sendTestRequestStringByteNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByteNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42350,7 +42350,7 @@ func (c *Client) sendTestRequestStringByteNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringByteNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42423,7 +42423,7 @@ func (c *Client) sendTestRequestStringDate(ctx context.Context, request OptDate) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDate", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42496,7 +42496,7 @@ func (c *Client) sendTestRequestStringDateArray(ctx context.Context, request []t c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42569,7 +42569,7 @@ func (c *Client) sendTestRequestStringDateArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42642,7 +42642,7 @@ func (c *Client) sendTestRequestStringDateNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42715,7 +42715,7 @@ func (c *Client) sendTestRequestStringDateNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42788,7 +42788,7 @@ func (c *Client) sendTestRequestStringDateNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42861,7 +42861,7 @@ func (c *Client) sendTestRequestStringDateTime(ctx context.Context, request OptD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -42934,7 +42934,7 @@ func (c *Client) sendTestRequestStringDateTimeArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43007,7 +43007,7 @@ func (c *Client) sendTestRequestStringDateTimeArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43080,7 +43080,7 @@ func (c *Client) sendTestRequestStringDateTimeNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43153,7 +43153,7 @@ func (c *Client) sendTestRequestStringDateTimeNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43226,7 +43226,7 @@ func (c *Client) sendTestRequestStringDateTimeNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDateTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43299,7 +43299,7 @@ func (c *Client) sendTestRequestStringDuration(ctx context.Context, request OptD c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDuration", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43372,7 +43372,7 @@ func (c *Client) sendTestRequestStringDurationArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDurationArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43445,7 +43445,7 @@ func (c *Client) sendTestRequestStringDurationArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDurationArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43518,7 +43518,7 @@ func (c *Client) sendTestRequestStringDurationNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDurationNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43591,7 +43591,7 @@ func (c *Client) sendTestRequestStringDurationNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDurationNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43664,7 +43664,7 @@ func (c *Client) sendTestRequestStringDurationNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringDurationNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43737,7 +43737,7 @@ func (c *Client) sendTestRequestStringEmail(ctx context.Context, request OptStri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmail", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43810,7 +43810,7 @@ func (c *Client) sendTestRequestStringEmailArray(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmailArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43883,7 +43883,7 @@ func (c *Client) sendTestRequestStringEmailArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmailArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -43956,7 +43956,7 @@ func (c *Client) sendTestRequestStringEmailNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmailNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44029,7 +44029,7 @@ func (c *Client) sendTestRequestStringEmailNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmailNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44102,7 +44102,7 @@ func (c *Client) sendTestRequestStringEmailNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringEmailNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44175,7 +44175,7 @@ func (c *Client) sendTestRequestStringFloat32(ctx context.Context, request OptSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44248,7 +44248,7 @@ func (c *Client) sendTestRequestStringFloat32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44321,7 +44321,7 @@ func (c *Client) sendTestRequestStringFloat32ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44394,7 +44394,7 @@ func (c *Client) sendTestRequestStringFloat32Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44467,7 +44467,7 @@ func (c *Client) sendTestRequestStringFloat32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44540,7 +44540,7 @@ func (c *Client) sendTestRequestStringFloat32NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44613,7 +44613,7 @@ func (c *Client) sendTestRequestStringFloat64(ctx context.Context, request OptSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44686,7 +44686,7 @@ func (c *Client) sendTestRequestStringFloat64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44759,7 +44759,7 @@ func (c *Client) sendTestRequestStringFloat64ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44832,7 +44832,7 @@ func (c *Client) sendTestRequestStringFloat64Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44905,7 +44905,7 @@ func (c *Client) sendTestRequestStringFloat64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -44978,7 +44978,7 @@ func (c *Client) sendTestRequestStringFloat64NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringFloat64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45051,7 +45051,7 @@ func (c *Client) sendTestRequestStringHostname(ctx context.Context, request OptS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostname", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45124,7 +45124,7 @@ func (c *Client) sendTestRequestStringHostnameArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostnameArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45197,7 +45197,7 @@ func (c *Client) sendTestRequestStringHostnameArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostnameArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45270,7 +45270,7 @@ func (c *Client) sendTestRequestStringHostnameNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostnameNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45343,7 +45343,7 @@ func (c *Client) sendTestRequestStringHostnameNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostnameNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45416,7 +45416,7 @@ func (c *Client) sendTestRequestStringHostnameNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringHostnameNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45489,7 +45489,7 @@ func (c *Client) sendTestRequestStringIP(ctx context.Context, request OptIP) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIP", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45562,7 +45562,7 @@ func (c *Client) sendTestRequestStringIPArray(ctx context.Context, request []net c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIPArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45635,7 +45635,7 @@ func (c *Client) sendTestRequestStringIPArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIPArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45708,7 +45708,7 @@ func (c *Client) sendTestRequestStringIPNullable(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIPNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45781,7 +45781,7 @@ func (c *Client) sendTestRequestStringIPNullableArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIPNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45854,7 +45854,7 @@ func (c *Client) sendTestRequestStringIPNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIPNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -45927,7 +45927,7 @@ func (c *Client) sendTestRequestStringInt(ctx context.Context, request OptString c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46000,7 +46000,7 @@ func (c *Client) sendTestRequestStringInt16(ctx context.Context, request OptStri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46073,7 +46073,7 @@ func (c *Client) sendTestRequestStringInt16Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46146,7 +46146,7 @@ func (c *Client) sendTestRequestStringInt16ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46219,7 +46219,7 @@ func (c *Client) sendTestRequestStringInt16Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46292,7 +46292,7 @@ func (c *Client) sendTestRequestStringInt16NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46365,7 +46365,7 @@ func (c *Client) sendTestRequestStringInt16NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46438,7 +46438,7 @@ func (c *Client) sendTestRequestStringInt32(ctx context.Context, request OptStri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46511,7 +46511,7 @@ func (c *Client) sendTestRequestStringInt32Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46584,7 +46584,7 @@ func (c *Client) sendTestRequestStringInt32ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46657,7 +46657,7 @@ func (c *Client) sendTestRequestStringInt32Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46730,7 +46730,7 @@ func (c *Client) sendTestRequestStringInt32NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46803,7 +46803,7 @@ func (c *Client) sendTestRequestStringInt32NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46876,7 +46876,7 @@ func (c *Client) sendTestRequestStringInt64(ctx context.Context, request OptStri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -46949,7 +46949,7 @@ func (c *Client) sendTestRequestStringInt64Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47022,7 +47022,7 @@ func (c *Client) sendTestRequestStringInt64ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47095,7 +47095,7 @@ func (c *Client) sendTestRequestStringInt64Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47168,7 +47168,7 @@ func (c *Client) sendTestRequestStringInt64NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47241,7 +47241,7 @@ func (c *Client) sendTestRequestStringInt64NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47314,7 +47314,7 @@ func (c *Client) sendTestRequestStringInt8(ctx context.Context, request OptStrin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47387,7 +47387,7 @@ func (c *Client) sendTestRequestStringInt8Array(ctx context.Context, request []i c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47460,7 +47460,7 @@ func (c *Client) sendTestRequestStringInt8ArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47533,7 +47533,7 @@ func (c *Client) sendTestRequestStringInt8Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47606,7 +47606,7 @@ func (c *Client) sendTestRequestStringInt8NullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47679,7 +47679,7 @@ func (c *Client) sendTestRequestStringInt8NullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47752,7 +47752,7 @@ func (c *Client) sendTestRequestStringIntArray(ctx context.Context, request []in c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIntArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47825,7 +47825,7 @@ func (c *Client) sendTestRequestStringIntArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIntArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47898,7 +47898,7 @@ func (c *Client) sendTestRequestStringIntNullable(ctx context.Context, request O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIntNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -47971,7 +47971,7 @@ func (c *Client) sendTestRequestStringIntNullableArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIntNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48044,7 +48044,7 @@ func (c *Client) sendTestRequestStringIntNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIntNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48117,7 +48117,7 @@ func (c *Client) sendTestRequestStringIpv4(ctx context.Context, request OptIPv4) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48190,7 +48190,7 @@ func (c *Client) sendTestRequestStringIpv4Array(ctx context.Context, request []n c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48263,7 +48263,7 @@ func (c *Client) sendTestRequestStringIpv4ArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48336,7 +48336,7 @@ func (c *Client) sendTestRequestStringIpv4Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48409,7 +48409,7 @@ func (c *Client) sendTestRequestStringIpv4NullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48482,7 +48482,7 @@ func (c *Client) sendTestRequestStringIpv4NullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv4NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48555,7 +48555,7 @@ func (c *Client) sendTestRequestStringIpv6(ctx context.Context, request OptIPv6) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48628,7 +48628,7 @@ func (c *Client) sendTestRequestStringIpv6Array(ctx context.Context, request []n c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48701,7 +48701,7 @@ func (c *Client) sendTestRequestStringIpv6ArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48774,7 +48774,7 @@ func (c *Client) sendTestRequestStringIpv6Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48847,7 +48847,7 @@ func (c *Client) sendTestRequestStringIpv6NullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48920,7 +48920,7 @@ func (c *Client) sendTestRequestStringIpv6NullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringIpv6NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -48993,7 +48993,7 @@ func (c *Client) sendTestRequestStringMAC(ctx context.Context, request OptHardwa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMAC", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49066,7 +49066,7 @@ func (c *Client) sendTestRequestStringMACArray(ctx context.Context, request []ne c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMACArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49139,7 +49139,7 @@ func (c *Client) sendTestRequestStringMACArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMACArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49212,7 +49212,7 @@ func (c *Client) sendTestRequestStringMACNullable(ctx context.Context, request O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMACNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49285,7 +49285,7 @@ func (c *Client) sendTestRequestStringMACNullableArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMACNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49358,7 +49358,7 @@ func (c *Client) sendTestRequestStringMACNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringMACNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49431,7 +49431,7 @@ func (c *Client) sendTestRequestStringNullable(ctx context.Context, request OptN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49504,7 +49504,7 @@ func (c *Client) sendTestRequestStringNullableArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49577,7 +49577,7 @@ func (c *Client) sendTestRequestStringNullableArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49650,7 +49650,7 @@ func (c *Client) sendTestRequestStringPassword(ctx context.Context, request OptS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPassword", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49723,7 +49723,7 @@ func (c *Client) sendTestRequestStringPasswordArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPasswordArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49796,7 +49796,7 @@ func (c *Client) sendTestRequestStringPasswordArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPasswordArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49869,7 +49869,7 @@ func (c *Client) sendTestRequestStringPasswordNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPasswordNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -49942,7 +49942,7 @@ func (c *Client) sendTestRequestStringPasswordNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPasswordNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50015,7 +50015,7 @@ func (c *Client) sendTestRequestStringPasswordNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringPasswordNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50088,7 +50088,7 @@ func (c *Client) sendTestRequestStringTime(ctx context.Context, request OptTime) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50161,7 +50161,7 @@ func (c *Client) sendTestRequestStringTimeArray(ctx context.Context, request []t c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50234,7 +50234,7 @@ func (c *Client) sendTestRequestStringTimeArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50307,7 +50307,7 @@ func (c *Client) sendTestRequestStringTimeNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50380,7 +50380,7 @@ func (c *Client) sendTestRequestStringTimeNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50453,7 +50453,7 @@ func (c *Client) sendTestRequestStringTimeNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50526,7 +50526,7 @@ func (c *Client) sendTestRequestStringURI(ctx context.Context, request OptURI) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURI", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURIOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50599,7 +50599,7 @@ func (c *Client) sendTestRequestStringURIArray(ctx context.Context, request []ur c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURIArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURIArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50672,7 +50672,7 @@ func (c *Client) sendTestRequestStringURIArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURIArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50745,7 +50745,7 @@ func (c *Client) sendTestRequestStringURINullable(ctx context.Context, request O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURINullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURINullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50818,7 +50818,7 @@ func (c *Client) sendTestRequestStringURINullableArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURINullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50891,7 +50891,7 @@ func (c *Client) sendTestRequestStringURINullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringURINullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -50964,7 +50964,7 @@ func (c *Client) sendTestRequestStringUUID(ctx context.Context, request OptUUID) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUID", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51037,7 +51037,7 @@ func (c *Client) sendTestRequestStringUUIDArray(ctx context.Context, request []u c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUIDArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51110,7 +51110,7 @@ func (c *Client) sendTestRequestStringUUIDArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUIDArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51183,7 +51183,7 @@ func (c *Client) sendTestRequestStringUUIDNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUIDNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51256,7 +51256,7 @@ func (c *Client) sendTestRequestStringUUIDNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUIDNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51329,7 +51329,7 @@ func (c *Client) sendTestRequestStringUUIDNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUUIDNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51402,7 +51402,7 @@ func (c *Client) sendTestRequestStringUint(ctx context.Context, request OptStrin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51475,7 +51475,7 @@ func (c *Client) sendTestRequestStringUint16(ctx context.Context, request OptStr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51548,7 +51548,7 @@ func (c *Client) sendTestRequestStringUint16Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51621,7 +51621,7 @@ func (c *Client) sendTestRequestStringUint16ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51694,7 +51694,7 @@ func (c *Client) sendTestRequestStringUint16Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51767,7 +51767,7 @@ func (c *Client) sendTestRequestStringUint16NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51840,7 +51840,7 @@ func (c *Client) sendTestRequestStringUint16NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51913,7 +51913,7 @@ func (c *Client) sendTestRequestStringUint32(ctx context.Context, request OptStr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -51986,7 +51986,7 @@ func (c *Client) sendTestRequestStringUint32Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52059,7 +52059,7 @@ func (c *Client) sendTestRequestStringUint32ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52132,7 +52132,7 @@ func (c *Client) sendTestRequestStringUint32Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52205,7 +52205,7 @@ func (c *Client) sendTestRequestStringUint32NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52278,7 +52278,7 @@ func (c *Client) sendTestRequestStringUint32NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52351,7 +52351,7 @@ func (c *Client) sendTestRequestStringUint64(ctx context.Context, request OptStr c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52424,7 +52424,7 @@ func (c *Client) sendTestRequestStringUint64Array(ctx context.Context, request [ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52497,7 +52497,7 @@ func (c *Client) sendTestRequestStringUint64ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52570,7 +52570,7 @@ func (c *Client) sendTestRequestStringUint64Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52643,7 +52643,7 @@ func (c *Client) sendTestRequestStringUint64NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52716,7 +52716,7 @@ func (c *Client) sendTestRequestStringUint64NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52789,7 +52789,7 @@ func (c *Client) sendTestRequestStringUint8(ctx context.Context, request OptStri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52862,7 +52862,7 @@ func (c *Client) sendTestRequestStringUint8Array(ctx context.Context, request [] c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -52935,7 +52935,7 @@ func (c *Client) sendTestRequestStringUint8ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53008,7 +53008,7 @@ func (c *Client) sendTestRequestStringUint8Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53081,7 +53081,7 @@ func (c *Client) sendTestRequestStringUint8NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53154,7 +53154,7 @@ func (c *Client) sendTestRequestStringUint8NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53227,7 +53227,7 @@ func (c *Client) sendTestRequestStringUintArray(ctx context.Context, request []u c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53300,7 +53300,7 @@ func (c *Client) sendTestRequestStringUintArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53373,7 +53373,7 @@ func (c *Client) sendTestRequestStringUintNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53446,7 +53446,7 @@ func (c *Client) sendTestRequestStringUintNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53519,7 +53519,7 @@ func (c *Client) sendTestRequestStringUintNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53592,7 +53592,7 @@ func (c *Client) sendTestRequestStringUnix(ctx context.Context, request OptStrin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53665,7 +53665,7 @@ func (c *Client) sendTestRequestStringUnixArray(ctx context.Context, request []t c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53738,7 +53738,7 @@ func (c *Client) sendTestRequestStringUnixArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53811,7 +53811,7 @@ func (c *Client) sendTestRequestStringUnixMicro(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53884,7 +53884,7 @@ func (c *Client) sendTestRequestStringUnixMicroArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -53957,7 +53957,7 @@ func (c *Client) sendTestRequestStringUnixMicroArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54030,7 +54030,7 @@ func (c *Client) sendTestRequestStringUnixMicroNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54103,7 +54103,7 @@ func (c *Client) sendTestRequestStringUnixMicroNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54176,7 +54176,7 @@ func (c *Client) sendTestRequestStringUnixMicroNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54249,7 +54249,7 @@ func (c *Client) sendTestRequestStringUnixMilli(ctx context.Context, request Opt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54322,7 +54322,7 @@ func (c *Client) sendTestRequestStringUnixMilliArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54395,7 +54395,7 @@ func (c *Client) sendTestRequestStringUnixMilliArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54468,7 +54468,7 @@ func (c *Client) sendTestRequestStringUnixMilliNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54541,7 +54541,7 @@ func (c *Client) sendTestRequestStringUnixMilliNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54614,7 +54614,7 @@ func (c *Client) sendTestRequestStringUnixMilliNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54687,7 +54687,7 @@ func (c *Client) sendTestRequestStringUnixNano(ctx context.Context, request OptS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54760,7 +54760,7 @@ func (c *Client) sendTestRequestStringUnixNanoArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54833,7 +54833,7 @@ func (c *Client) sendTestRequestStringUnixNanoArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54906,7 +54906,7 @@ func (c *Client) sendTestRequestStringUnixNanoNullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -54979,7 +54979,7 @@ func (c *Client) sendTestRequestStringUnixNanoNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55052,7 +55052,7 @@ func (c *Client) sendTestRequestStringUnixNanoNullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55125,7 +55125,7 @@ func (c *Client) sendTestRequestStringUnixNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55198,7 +55198,7 @@ func (c *Client) sendTestRequestStringUnixNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55271,7 +55271,7 @@ func (c *Client) sendTestRequestStringUnixNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55344,7 +55344,7 @@ func (c *Client) sendTestRequestStringUnixSeconds(ctx context.Context, request O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55417,7 +55417,7 @@ func (c *Client) sendTestRequestStringUnixSecondsArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55490,7 +55490,7 @@ func (c *Client) sendTestRequestStringUnixSecondsArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55563,7 +55563,7 @@ func (c *Client) sendTestRequestStringUnixSecondsNullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55636,7 +55636,7 @@ func (c *Client) sendTestRequestStringUnixSecondsNullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55709,7 +55709,7 @@ func (c *Client) sendTestRequestStringUnixSecondsNullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestRequestStringUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestRequestStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55782,7 +55782,7 @@ func (c *Client) sendTestResponseAny(ctx context.Context, request string) (res j c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseAny", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseAnyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55855,7 +55855,7 @@ func (c *Client) sendTestResponseBoolean(ctx context.Context, request string) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBoolean", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -55928,7 +55928,7 @@ func (c *Client) sendTestResponseBooleanArray(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBooleanArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56001,7 +56001,7 @@ func (c *Client) sendTestResponseBooleanArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBooleanArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56074,7 +56074,7 @@ func (c *Client) sendTestResponseBooleanNullable(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBooleanNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56147,7 +56147,7 @@ func (c *Client) sendTestResponseBooleanNullableArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBooleanNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56220,7 +56220,7 @@ func (c *Client) sendTestResponseBooleanNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseBooleanNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56293,7 +56293,7 @@ func (c *Client) sendTestResponseEmptyStruct(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseEmptyStruct", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseEmptyStructOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56366,7 +56366,7 @@ func (c *Client) sendTestResponseFormatTest(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseFormatTest", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseFormatTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56439,7 +56439,7 @@ func (c *Client) sendTestResponseInteger(ctx context.Context, request string) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseInteger", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56512,7 +56512,7 @@ func (c *Client) sendTestResponseIntegerArray(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56585,7 +56585,7 @@ func (c *Client) sendTestResponseIntegerArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56658,7 +56658,7 @@ func (c *Client) sendTestResponseIntegerInt16(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56731,7 +56731,7 @@ func (c *Client) sendTestResponseIntegerInt16Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56804,7 +56804,7 @@ func (c *Client) sendTestResponseIntegerInt16ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56877,7 +56877,7 @@ func (c *Client) sendTestResponseIntegerInt16Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -56950,7 +56950,7 @@ func (c *Client) sendTestResponseIntegerInt16NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57023,7 +57023,7 @@ func (c *Client) sendTestResponseIntegerInt16NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57096,7 +57096,7 @@ func (c *Client) sendTestResponseIntegerInt32(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57169,7 +57169,7 @@ func (c *Client) sendTestResponseIntegerInt32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57242,7 +57242,7 @@ func (c *Client) sendTestResponseIntegerInt32ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57315,7 +57315,7 @@ func (c *Client) sendTestResponseIntegerInt32Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57388,7 +57388,7 @@ func (c *Client) sendTestResponseIntegerInt32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57461,7 +57461,7 @@ func (c *Client) sendTestResponseIntegerInt32NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57534,7 +57534,7 @@ func (c *Client) sendTestResponseIntegerInt64(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57607,7 +57607,7 @@ func (c *Client) sendTestResponseIntegerInt64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57680,7 +57680,7 @@ func (c *Client) sendTestResponseIntegerInt64ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57753,7 +57753,7 @@ func (c *Client) sendTestResponseIntegerInt64Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57826,7 +57826,7 @@ func (c *Client) sendTestResponseIntegerInt64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57899,7 +57899,7 @@ func (c *Client) sendTestResponseIntegerInt64NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -57972,7 +57972,7 @@ func (c *Client) sendTestResponseIntegerInt8(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58045,7 +58045,7 @@ func (c *Client) sendTestResponseIntegerInt8Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58118,7 +58118,7 @@ func (c *Client) sendTestResponseIntegerInt8ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58191,7 +58191,7 @@ func (c *Client) sendTestResponseIntegerInt8Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58264,7 +58264,7 @@ func (c *Client) sendTestResponseIntegerInt8NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58337,7 +58337,7 @@ func (c *Client) sendTestResponseIntegerInt8NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58410,7 +58410,7 @@ func (c *Client) sendTestResponseIntegerNullable(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58483,7 +58483,7 @@ func (c *Client) sendTestResponseIntegerNullableArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58556,7 +58556,7 @@ func (c *Client) sendTestResponseIntegerNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58629,7 +58629,7 @@ func (c *Client) sendTestResponseIntegerUint(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58702,7 +58702,7 @@ func (c *Client) sendTestResponseIntegerUint16(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58775,7 +58775,7 @@ func (c *Client) sendTestResponseIntegerUint16Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58848,7 +58848,7 @@ func (c *Client) sendTestResponseIntegerUint16ArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58921,7 +58921,7 @@ func (c *Client) sendTestResponseIntegerUint16Nullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -58994,7 +58994,7 @@ func (c *Client) sendTestResponseIntegerUint16NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59067,7 +59067,7 @@ func (c *Client) sendTestResponseIntegerUint16NullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59140,7 +59140,7 @@ func (c *Client) sendTestResponseIntegerUint32(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59213,7 +59213,7 @@ func (c *Client) sendTestResponseIntegerUint32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59286,7 +59286,7 @@ func (c *Client) sendTestResponseIntegerUint32ArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59359,7 +59359,7 @@ func (c *Client) sendTestResponseIntegerUint32Nullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59432,7 +59432,7 @@ func (c *Client) sendTestResponseIntegerUint32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59505,7 +59505,7 @@ func (c *Client) sendTestResponseIntegerUint32NullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59578,7 +59578,7 @@ func (c *Client) sendTestResponseIntegerUint64(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59651,7 +59651,7 @@ func (c *Client) sendTestResponseIntegerUint64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59724,7 +59724,7 @@ func (c *Client) sendTestResponseIntegerUint64ArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59797,7 +59797,7 @@ func (c *Client) sendTestResponseIntegerUint64Nullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59870,7 +59870,7 @@ func (c *Client) sendTestResponseIntegerUint64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -59943,7 +59943,7 @@ func (c *Client) sendTestResponseIntegerUint64NullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60016,7 +60016,7 @@ func (c *Client) sendTestResponseIntegerUint8(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60089,7 +60089,7 @@ func (c *Client) sendTestResponseIntegerUint8Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60162,7 +60162,7 @@ func (c *Client) sendTestResponseIntegerUint8ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60235,7 +60235,7 @@ func (c *Client) sendTestResponseIntegerUint8Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60308,7 +60308,7 @@ func (c *Client) sendTestResponseIntegerUint8NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60381,7 +60381,7 @@ func (c *Client) sendTestResponseIntegerUint8NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60454,7 +60454,7 @@ func (c *Client) sendTestResponseIntegerUintArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60527,7 +60527,7 @@ func (c *Client) sendTestResponseIntegerUintArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60600,7 +60600,7 @@ func (c *Client) sendTestResponseIntegerUintNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60673,7 +60673,7 @@ func (c *Client) sendTestResponseIntegerUintNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60746,7 +60746,7 @@ func (c *Client) sendTestResponseIntegerUintNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60819,7 +60819,7 @@ func (c *Client) sendTestResponseIntegerUnix(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60892,7 +60892,7 @@ func (c *Client) sendTestResponseIntegerUnixArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -60965,7 +60965,7 @@ func (c *Client) sendTestResponseIntegerUnixArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61038,7 +61038,7 @@ func (c *Client) sendTestResponseIntegerUnixMicro(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61111,7 +61111,7 @@ func (c *Client) sendTestResponseIntegerUnixMicroArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61184,7 +61184,7 @@ func (c *Client) sendTestResponseIntegerUnixMicroArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61257,7 +61257,7 @@ func (c *Client) sendTestResponseIntegerUnixMicroNullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61330,7 +61330,7 @@ func (c *Client) sendTestResponseIntegerUnixMicroNullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61403,7 +61403,7 @@ func (c *Client) sendTestResponseIntegerUnixMicroNullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61476,7 +61476,7 @@ func (c *Client) sendTestResponseIntegerUnixMilli(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61549,7 +61549,7 @@ func (c *Client) sendTestResponseIntegerUnixMilliArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61622,7 +61622,7 @@ func (c *Client) sendTestResponseIntegerUnixMilliArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61695,7 +61695,7 @@ func (c *Client) sendTestResponseIntegerUnixMilliNullable(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61768,7 +61768,7 @@ func (c *Client) sendTestResponseIntegerUnixMilliNullableArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61841,7 +61841,7 @@ func (c *Client) sendTestResponseIntegerUnixMilliNullableArrayArray(ctx context. c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61914,7 +61914,7 @@ func (c *Client) sendTestResponseIntegerUnixNano(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -61987,7 +61987,7 @@ func (c *Client) sendTestResponseIntegerUnixNanoArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62060,7 +62060,7 @@ func (c *Client) sendTestResponseIntegerUnixNanoArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62133,7 +62133,7 @@ func (c *Client) sendTestResponseIntegerUnixNanoNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62206,7 +62206,7 @@ func (c *Client) sendTestResponseIntegerUnixNanoNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62279,7 +62279,7 @@ func (c *Client) sendTestResponseIntegerUnixNanoNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62352,7 +62352,7 @@ func (c *Client) sendTestResponseIntegerUnixNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62425,7 +62425,7 @@ func (c *Client) sendTestResponseIntegerUnixNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62498,7 +62498,7 @@ func (c *Client) sendTestResponseIntegerUnixNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62571,7 +62571,7 @@ func (c *Client) sendTestResponseIntegerUnixSeconds(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62644,7 +62644,7 @@ func (c *Client) sendTestResponseIntegerUnixSecondsArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62717,7 +62717,7 @@ func (c *Client) sendTestResponseIntegerUnixSecondsArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62790,7 +62790,7 @@ func (c *Client) sendTestResponseIntegerUnixSecondsNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62863,7 +62863,7 @@ func (c *Client) sendTestResponseIntegerUnixSecondsNullableArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -62936,7 +62936,7 @@ func (c *Client) sendTestResponseIntegerUnixSecondsNullableArrayArray(ctx contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseIntegerUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63009,7 +63009,7 @@ func (c *Client) sendTestResponseNull(ctx context.Context, request string) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNull", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63082,7 +63082,7 @@ func (c *Client) sendTestResponseNullArray(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNullArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63155,7 +63155,7 @@ func (c *Client) sendTestResponseNullArrayArray(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNullArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63228,7 +63228,7 @@ func (c *Client) sendTestResponseNullNullable(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNullNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63301,7 +63301,7 @@ func (c *Client) sendTestResponseNullNullableArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNullNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63374,7 +63374,7 @@ func (c *Client) sendTestResponseNullNullableArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNullNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63447,7 +63447,7 @@ func (c *Client) sendTestResponseNumber(ctx context.Context, request string) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumber", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63520,7 +63520,7 @@ func (c *Client) sendTestResponseNumberArray(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63593,7 +63593,7 @@ func (c *Client) sendTestResponseNumberArrayArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63666,7 +63666,7 @@ func (c *Client) sendTestResponseNumberDouble(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDouble", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63739,7 +63739,7 @@ func (c *Client) sendTestResponseNumberDoubleArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDoubleArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63812,7 +63812,7 @@ func (c *Client) sendTestResponseNumberDoubleArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDoubleArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63885,7 +63885,7 @@ func (c *Client) sendTestResponseNumberDoubleNullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDoubleNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -63958,7 +63958,7 @@ func (c *Client) sendTestResponseNumberDoubleNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDoubleNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64031,7 +64031,7 @@ func (c *Client) sendTestResponseNumberDoubleNullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberDoubleNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64104,7 +64104,7 @@ func (c *Client) sendTestResponseNumberFloat(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloat", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64177,7 +64177,7 @@ func (c *Client) sendTestResponseNumberFloatArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloatArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64250,7 +64250,7 @@ func (c *Client) sendTestResponseNumberFloatArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloatArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64323,7 +64323,7 @@ func (c *Client) sendTestResponseNumberFloatNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloatNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64396,7 +64396,7 @@ func (c *Client) sendTestResponseNumberFloatNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloatNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64469,7 +64469,7 @@ func (c *Client) sendTestResponseNumberFloatNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberFloatNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64542,7 +64542,7 @@ func (c *Client) sendTestResponseNumberInt32(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64615,7 +64615,7 @@ func (c *Client) sendTestResponseNumberInt32Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64688,7 +64688,7 @@ func (c *Client) sendTestResponseNumberInt32ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64761,7 +64761,7 @@ func (c *Client) sendTestResponseNumberInt32Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64834,7 +64834,7 @@ func (c *Client) sendTestResponseNumberInt32NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64907,7 +64907,7 @@ func (c *Client) sendTestResponseNumberInt32NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -64980,7 +64980,7 @@ func (c *Client) sendTestResponseNumberInt64(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65053,7 +65053,7 @@ func (c *Client) sendTestResponseNumberInt64Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65126,7 +65126,7 @@ func (c *Client) sendTestResponseNumberInt64ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65199,7 +65199,7 @@ func (c *Client) sendTestResponseNumberInt64Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65272,7 +65272,7 @@ func (c *Client) sendTestResponseNumberInt64NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65345,7 +65345,7 @@ func (c *Client) sendTestResponseNumberInt64NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65418,7 +65418,7 @@ func (c *Client) sendTestResponseNumberNullable(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65491,7 +65491,7 @@ func (c *Client) sendTestResponseNumberNullableArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65564,7 +65564,7 @@ func (c *Client) sendTestResponseNumberNullableArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseNumberNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65637,7 +65637,7 @@ func (c *Client) sendTestResponseString(ctx context.Context, request string) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseString", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65710,7 +65710,7 @@ func (c *Client) sendTestResponseStringArray(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65783,7 +65783,7 @@ func (c *Client) sendTestResponseStringArrayArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65856,7 +65856,7 @@ func (c *Client) sendTestResponseStringBase64(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -65929,7 +65929,7 @@ func (c *Client) sendTestResponseStringBase64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66002,7 +66002,7 @@ func (c *Client) sendTestResponseStringBase64ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66075,7 +66075,7 @@ func (c *Client) sendTestResponseStringBase64Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66148,7 +66148,7 @@ func (c *Client) sendTestResponseStringBase64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66221,7 +66221,7 @@ func (c *Client) sendTestResponseStringBase64NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBase64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66294,7 +66294,7 @@ func (c *Client) sendTestResponseStringBinary(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinary", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66367,7 +66367,7 @@ func (c *Client) sendTestResponseStringBinaryArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinaryArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66440,7 +66440,7 @@ func (c *Client) sendTestResponseStringBinaryArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinaryArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66513,7 +66513,7 @@ func (c *Client) sendTestResponseStringBinaryNullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinaryNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66586,7 +66586,7 @@ func (c *Client) sendTestResponseStringBinaryNullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinaryNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66659,7 +66659,7 @@ func (c *Client) sendTestResponseStringBinaryNullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringBinaryNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66732,7 +66732,7 @@ func (c *Client) sendTestResponseStringByte(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByte", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66805,7 +66805,7 @@ func (c *Client) sendTestResponseStringByteArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByteArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66878,7 +66878,7 @@ func (c *Client) sendTestResponseStringByteArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByteArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -66951,7 +66951,7 @@ func (c *Client) sendTestResponseStringByteNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByteNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67024,7 +67024,7 @@ func (c *Client) sendTestResponseStringByteNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByteNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67097,7 +67097,7 @@ func (c *Client) sendTestResponseStringByteNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringByteNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67170,7 +67170,7 @@ func (c *Client) sendTestResponseStringDate(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDate", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67243,7 +67243,7 @@ func (c *Client) sendTestResponseStringDateArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67316,7 +67316,7 @@ func (c *Client) sendTestResponseStringDateArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67389,7 +67389,7 @@ func (c *Client) sendTestResponseStringDateNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67462,7 +67462,7 @@ func (c *Client) sendTestResponseStringDateNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67535,7 +67535,7 @@ func (c *Client) sendTestResponseStringDateNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67608,7 +67608,7 @@ func (c *Client) sendTestResponseStringDateTime(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67681,7 +67681,7 @@ func (c *Client) sendTestResponseStringDateTimeArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67754,7 +67754,7 @@ func (c *Client) sendTestResponseStringDateTimeArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67827,7 +67827,7 @@ func (c *Client) sendTestResponseStringDateTimeNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67900,7 +67900,7 @@ func (c *Client) sendTestResponseStringDateTimeNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -67973,7 +67973,7 @@ func (c *Client) sendTestResponseStringDateTimeNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDateTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68046,7 +68046,7 @@ func (c *Client) sendTestResponseStringDuration(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDuration", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68119,7 +68119,7 @@ func (c *Client) sendTestResponseStringDurationArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDurationArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68192,7 +68192,7 @@ func (c *Client) sendTestResponseStringDurationArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDurationArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68265,7 +68265,7 @@ func (c *Client) sendTestResponseStringDurationNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDurationNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68338,7 +68338,7 @@ func (c *Client) sendTestResponseStringDurationNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDurationNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68411,7 +68411,7 @@ func (c *Client) sendTestResponseStringDurationNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringDurationNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68484,7 +68484,7 @@ func (c *Client) sendTestResponseStringEmail(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmail", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68557,7 +68557,7 @@ func (c *Client) sendTestResponseStringEmailArray(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmailArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68630,7 +68630,7 @@ func (c *Client) sendTestResponseStringEmailArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmailArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68703,7 +68703,7 @@ func (c *Client) sendTestResponseStringEmailNullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmailNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68776,7 +68776,7 @@ func (c *Client) sendTestResponseStringEmailNullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmailNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68849,7 +68849,7 @@ func (c *Client) sendTestResponseStringEmailNullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringEmailNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68922,7 +68922,7 @@ func (c *Client) sendTestResponseStringFloat32(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -68995,7 +68995,7 @@ func (c *Client) sendTestResponseStringFloat32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69068,7 +69068,7 @@ func (c *Client) sendTestResponseStringFloat32ArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69141,7 +69141,7 @@ func (c *Client) sendTestResponseStringFloat32Nullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69214,7 +69214,7 @@ func (c *Client) sendTestResponseStringFloat32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69287,7 +69287,7 @@ func (c *Client) sendTestResponseStringFloat32NullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69360,7 +69360,7 @@ func (c *Client) sendTestResponseStringFloat64(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69433,7 +69433,7 @@ func (c *Client) sendTestResponseStringFloat64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69506,7 +69506,7 @@ func (c *Client) sendTestResponseStringFloat64ArrayArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69579,7 +69579,7 @@ func (c *Client) sendTestResponseStringFloat64Nullable(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69652,7 +69652,7 @@ func (c *Client) sendTestResponseStringFloat64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69725,7 +69725,7 @@ func (c *Client) sendTestResponseStringFloat64NullableArrayArray(ctx context.Con c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringFloat64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69798,7 +69798,7 @@ func (c *Client) sendTestResponseStringHostname(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostname", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69871,7 +69871,7 @@ func (c *Client) sendTestResponseStringHostnameArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostnameArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -69944,7 +69944,7 @@ func (c *Client) sendTestResponseStringHostnameArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostnameArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70017,7 +70017,7 @@ func (c *Client) sendTestResponseStringHostnameNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostnameNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70090,7 +70090,7 @@ func (c *Client) sendTestResponseStringHostnameNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostnameNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70163,7 +70163,7 @@ func (c *Client) sendTestResponseStringHostnameNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringHostnameNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70236,7 +70236,7 @@ func (c *Client) sendTestResponseStringIP(ctx context.Context, request string) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIP", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70309,7 +70309,7 @@ func (c *Client) sendTestResponseStringIPArray(ctx context.Context, request stri c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIPArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70382,7 +70382,7 @@ func (c *Client) sendTestResponseStringIPArrayArray(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIPArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70455,7 +70455,7 @@ func (c *Client) sendTestResponseStringIPNullable(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIPNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70528,7 +70528,7 @@ func (c *Client) sendTestResponseStringIPNullableArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIPNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70601,7 +70601,7 @@ func (c *Client) sendTestResponseStringIPNullableArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIPNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70674,7 +70674,7 @@ func (c *Client) sendTestResponseStringInt(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70747,7 +70747,7 @@ func (c *Client) sendTestResponseStringInt16(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70820,7 +70820,7 @@ func (c *Client) sendTestResponseStringInt16Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70893,7 +70893,7 @@ func (c *Client) sendTestResponseStringInt16ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -70966,7 +70966,7 @@ func (c *Client) sendTestResponseStringInt16Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71039,7 +71039,7 @@ func (c *Client) sendTestResponseStringInt16NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71112,7 +71112,7 @@ func (c *Client) sendTestResponseStringInt16NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71185,7 +71185,7 @@ func (c *Client) sendTestResponseStringInt32(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71258,7 +71258,7 @@ func (c *Client) sendTestResponseStringInt32Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71331,7 +71331,7 @@ func (c *Client) sendTestResponseStringInt32ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71404,7 +71404,7 @@ func (c *Client) sendTestResponseStringInt32Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71477,7 +71477,7 @@ func (c *Client) sendTestResponseStringInt32NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71550,7 +71550,7 @@ func (c *Client) sendTestResponseStringInt32NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71623,7 +71623,7 @@ func (c *Client) sendTestResponseStringInt64(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71696,7 +71696,7 @@ func (c *Client) sendTestResponseStringInt64Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71769,7 +71769,7 @@ func (c *Client) sendTestResponseStringInt64ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71842,7 +71842,7 @@ func (c *Client) sendTestResponseStringInt64Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71915,7 +71915,7 @@ func (c *Client) sendTestResponseStringInt64NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -71988,7 +71988,7 @@ func (c *Client) sendTestResponseStringInt64NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72061,7 +72061,7 @@ func (c *Client) sendTestResponseStringInt8(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72134,7 +72134,7 @@ func (c *Client) sendTestResponseStringInt8Array(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72207,7 +72207,7 @@ func (c *Client) sendTestResponseStringInt8ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72280,7 +72280,7 @@ func (c *Client) sendTestResponseStringInt8Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72353,7 +72353,7 @@ func (c *Client) sendTestResponseStringInt8NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72426,7 +72426,7 @@ func (c *Client) sendTestResponseStringInt8NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringInt8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72499,7 +72499,7 @@ func (c *Client) sendTestResponseStringIntArray(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIntArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72572,7 +72572,7 @@ func (c *Client) sendTestResponseStringIntArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIntArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72645,7 +72645,7 @@ func (c *Client) sendTestResponseStringIntNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIntNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72718,7 +72718,7 @@ func (c *Client) sendTestResponseStringIntNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIntNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72791,7 +72791,7 @@ func (c *Client) sendTestResponseStringIntNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIntNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72864,7 +72864,7 @@ func (c *Client) sendTestResponseStringIpv4(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -72937,7 +72937,7 @@ func (c *Client) sendTestResponseStringIpv4Array(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73010,7 +73010,7 @@ func (c *Client) sendTestResponseStringIpv4ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73083,7 +73083,7 @@ func (c *Client) sendTestResponseStringIpv4Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73156,7 +73156,7 @@ func (c *Client) sendTestResponseStringIpv4NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73229,7 +73229,7 @@ func (c *Client) sendTestResponseStringIpv4NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv4NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73302,7 +73302,7 @@ func (c *Client) sendTestResponseStringIpv6(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73375,7 +73375,7 @@ func (c *Client) sendTestResponseStringIpv6Array(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73448,7 +73448,7 @@ func (c *Client) sendTestResponseStringIpv6ArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73521,7 +73521,7 @@ func (c *Client) sendTestResponseStringIpv6Nullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73594,7 +73594,7 @@ func (c *Client) sendTestResponseStringIpv6NullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73667,7 +73667,7 @@ func (c *Client) sendTestResponseStringIpv6NullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringIpv6NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73740,7 +73740,7 @@ func (c *Client) sendTestResponseStringMAC(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMAC", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73813,7 +73813,7 @@ func (c *Client) sendTestResponseStringMACArray(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMACArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73886,7 +73886,7 @@ func (c *Client) sendTestResponseStringMACArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMACArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -73959,7 +73959,7 @@ func (c *Client) sendTestResponseStringMACNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMACNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74032,7 +74032,7 @@ func (c *Client) sendTestResponseStringMACNullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMACNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74105,7 +74105,7 @@ func (c *Client) sendTestResponseStringMACNullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringMACNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74178,7 +74178,7 @@ func (c *Client) sendTestResponseStringNullable(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74251,7 +74251,7 @@ func (c *Client) sendTestResponseStringNullableArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74324,7 +74324,7 @@ func (c *Client) sendTestResponseStringNullableArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74397,7 +74397,7 @@ func (c *Client) sendTestResponseStringPassword(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPassword", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74470,7 +74470,7 @@ func (c *Client) sendTestResponseStringPasswordArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPasswordArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74543,7 +74543,7 @@ func (c *Client) sendTestResponseStringPasswordArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPasswordArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74616,7 +74616,7 @@ func (c *Client) sendTestResponseStringPasswordNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPasswordNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74689,7 +74689,7 @@ func (c *Client) sendTestResponseStringPasswordNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPasswordNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74762,7 +74762,7 @@ func (c *Client) sendTestResponseStringPasswordNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringPasswordNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74835,7 +74835,7 @@ func (c *Client) sendTestResponseStringTime(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTime", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74908,7 +74908,7 @@ func (c *Client) sendTestResponseStringTimeArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTimeArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -74981,7 +74981,7 @@ func (c *Client) sendTestResponseStringTimeArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTimeArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75054,7 +75054,7 @@ func (c *Client) sendTestResponseStringTimeNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTimeNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75127,7 +75127,7 @@ func (c *Client) sendTestResponseStringTimeNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTimeNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75200,7 +75200,7 @@ func (c *Client) sendTestResponseStringTimeNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringTimeNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75273,7 +75273,7 @@ func (c *Client) sendTestResponseStringURI(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURI", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURIOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75346,7 +75346,7 @@ func (c *Client) sendTestResponseStringURIArray(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURIArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURIArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75419,7 +75419,7 @@ func (c *Client) sendTestResponseStringURIArrayArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURIArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75492,7 +75492,7 @@ func (c *Client) sendTestResponseStringURINullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURINullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURINullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75565,7 +75565,7 @@ func (c *Client) sendTestResponseStringURINullableArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURINullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75638,7 +75638,7 @@ func (c *Client) sendTestResponseStringURINullableArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringURINullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75711,7 +75711,7 @@ func (c *Client) sendTestResponseStringUUID(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUID", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75784,7 +75784,7 @@ func (c *Client) sendTestResponseStringUUIDArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUIDArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75857,7 +75857,7 @@ func (c *Client) sendTestResponseStringUUIDArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUIDArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -75930,7 +75930,7 @@ func (c *Client) sendTestResponseStringUUIDNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUIDNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76003,7 +76003,7 @@ func (c *Client) sendTestResponseStringUUIDNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUIDNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76076,7 +76076,7 @@ func (c *Client) sendTestResponseStringUUIDNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUUIDNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76149,7 +76149,7 @@ func (c *Client) sendTestResponseStringUint(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76222,7 +76222,7 @@ func (c *Client) sendTestResponseStringUint16(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76295,7 +76295,7 @@ func (c *Client) sendTestResponseStringUint16Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76368,7 +76368,7 @@ func (c *Client) sendTestResponseStringUint16ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76441,7 +76441,7 @@ func (c *Client) sendTestResponseStringUint16Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76514,7 +76514,7 @@ func (c *Client) sendTestResponseStringUint16NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76587,7 +76587,7 @@ func (c *Client) sendTestResponseStringUint16NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint16NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76660,7 +76660,7 @@ func (c *Client) sendTestResponseStringUint32(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76733,7 +76733,7 @@ func (c *Client) sendTestResponseStringUint32Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76806,7 +76806,7 @@ func (c *Client) sendTestResponseStringUint32ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76879,7 +76879,7 @@ func (c *Client) sendTestResponseStringUint32Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -76952,7 +76952,7 @@ func (c *Client) sendTestResponseStringUint32NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77025,7 +77025,7 @@ func (c *Client) sendTestResponseStringUint32NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint32NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77098,7 +77098,7 @@ func (c *Client) sendTestResponseStringUint64(ctx context.Context, request strin c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77171,7 +77171,7 @@ func (c *Client) sendTestResponseStringUint64Array(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77244,7 +77244,7 @@ func (c *Client) sendTestResponseStringUint64ArrayArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77317,7 +77317,7 @@ func (c *Client) sendTestResponseStringUint64Nullable(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77390,7 +77390,7 @@ func (c *Client) sendTestResponseStringUint64NullableArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77463,7 +77463,7 @@ func (c *Client) sendTestResponseStringUint64NullableArrayArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint64NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77536,7 +77536,7 @@ func (c *Client) sendTestResponseStringUint8(ctx context.Context, request string c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77609,7 +77609,7 @@ func (c *Client) sendTestResponseStringUint8Array(ctx context.Context, request s c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8Array", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77682,7 +77682,7 @@ func (c *Client) sendTestResponseStringUint8ArrayArray(ctx context.Context, requ c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8ArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77755,7 +77755,7 @@ func (c *Client) sendTestResponseStringUint8Nullable(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8Nullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77828,7 +77828,7 @@ func (c *Client) sendTestResponseStringUint8NullableArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8NullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77901,7 +77901,7 @@ func (c *Client) sendTestResponseStringUint8NullableArrayArray(ctx context.Conte c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUint8NullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -77974,7 +77974,7 @@ func (c *Client) sendTestResponseStringUintArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUintArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78047,7 +78047,7 @@ func (c *Client) sendTestResponseStringUintArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUintArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78120,7 +78120,7 @@ func (c *Client) sendTestResponseStringUintNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUintNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78193,7 +78193,7 @@ func (c *Client) sendTestResponseStringUintNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUintNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78266,7 +78266,7 @@ func (c *Client) sendTestResponseStringUintNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUintNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78339,7 +78339,7 @@ func (c *Client) sendTestResponseStringUnix(ctx context.Context, request string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnix", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78412,7 +78412,7 @@ func (c *Client) sendTestResponseStringUnixArray(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78485,7 +78485,7 @@ func (c *Client) sendTestResponseStringUnixArrayArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78558,7 +78558,7 @@ func (c *Client) sendTestResponseStringUnixMicro(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicro", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78631,7 +78631,7 @@ func (c *Client) sendTestResponseStringUnixMicroArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicroArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78704,7 +78704,7 @@ func (c *Client) sendTestResponseStringUnixMicroArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicroArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78777,7 +78777,7 @@ func (c *Client) sendTestResponseStringUnixMicroNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicroNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78850,7 +78850,7 @@ func (c *Client) sendTestResponseStringUnixMicroNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicroNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78923,7 +78923,7 @@ func (c *Client) sendTestResponseStringUnixMicroNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMicroNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -78996,7 +78996,7 @@ func (c *Client) sendTestResponseStringUnixMilli(ctx context.Context, request st c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilli", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79069,7 +79069,7 @@ func (c *Client) sendTestResponseStringUnixMilliArray(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilliArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79142,7 +79142,7 @@ func (c *Client) sendTestResponseStringUnixMilliArrayArray(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilliArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79215,7 +79215,7 @@ func (c *Client) sendTestResponseStringUnixMilliNullable(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilliNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79288,7 +79288,7 @@ func (c *Client) sendTestResponseStringUnixMilliNullableArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilliNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79361,7 +79361,7 @@ func (c *Client) sendTestResponseStringUnixMilliNullableArrayArray(ctx context.C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixMilliNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79434,7 +79434,7 @@ func (c *Client) sendTestResponseStringUnixNano(ctx context.Context, request str c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNano", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79507,7 +79507,7 @@ func (c *Client) sendTestResponseStringUnixNanoArray(ctx context.Context, reques c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNanoArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79580,7 +79580,7 @@ func (c *Client) sendTestResponseStringUnixNanoArrayArray(ctx context.Context, r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNanoArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79653,7 +79653,7 @@ func (c *Client) sendTestResponseStringUnixNanoNullable(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNanoNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79726,7 +79726,7 @@ func (c *Client) sendTestResponseStringUnixNanoNullableArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNanoNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79799,7 +79799,7 @@ func (c *Client) sendTestResponseStringUnixNanoNullableArrayArray(ctx context.Co c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNanoNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79872,7 +79872,7 @@ func (c *Client) sendTestResponseStringUnixNullable(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -79945,7 +79945,7 @@ func (c *Client) sendTestResponseStringUnixNullableArray(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80018,7 +80018,7 @@ func (c *Client) sendTestResponseStringUnixNullableArrayArray(ctx context.Contex c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80091,7 +80091,7 @@ func (c *Client) sendTestResponseStringUnixSeconds(ctx context.Context, request c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSeconds", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80164,7 +80164,7 @@ func (c *Client) sendTestResponseStringUnixSecondsArray(ctx context.Context, req c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSecondsArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80237,7 +80237,7 @@ func (c *Client) sendTestResponseStringUnixSecondsArrayArray(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSecondsArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80310,7 +80310,7 @@ func (c *Client) sendTestResponseStringUnixSecondsNullable(ctx context.Context, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSecondsNullable", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80383,7 +80383,7 @@ func (c *Client) sendTestResponseStringUnixSecondsNullableArray(ctx context.Cont c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSecondsNullableArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -80456,7 +80456,7 @@ func (c *Client) sendTestResponseStringUnixSecondsNullableArrayArray(ctx context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestResponseStringUnixSecondsNullableArrayArray", + ctx, span := c.cfg.Tracer.Start(ctx, TestResponseStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/examples/ex_test_format/oas_handlers_gen.go b/examples/ex_test_format/oas_handlers_gen.go index d3f9126ce..623e86091 100644 --- a/examples/ex_test_format/oas_handlers_gen.go +++ b/examples/ex_test_format/oas_handlers_gen.go @@ -36,7 +36,7 @@ func (s *Server) handleTestQueryParameterRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestQueryParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestQueryParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67,7 +67,7 @@ func (s *Server) handleTestQueryParameterRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestQueryParameter", + Name: TestQueryParameterOperation, ID: "test_query_parameter", } ) @@ -101,7 +101,7 @@ func (s *Server) handleTestQueryParameterRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestQueryParameter", + OperationName: TestQueryParameterOperation, OperationSummary: "", OperationID: "test_query_parameter", Body: request, @@ -597,7 +597,7 @@ func (s *Server) handleTestRequestAnyRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestAny", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestAnyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -628,7 +628,7 @@ func (s *Server) handleTestRequestAnyRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestAny", + Name: TestRequestAnyOperation, ID: "test_request_Any", } ) @@ -652,7 +652,7 @@ func (s *Server) handleTestRequestAnyRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestAny", + OperationName: TestRequestAnyOperation, OperationSummary: "", OperationID: "test_request_Any", Body: request, @@ -707,7 +707,7 @@ func (s *Server) handleTestRequestBooleanRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBoolean", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -738,7 +738,7 @@ func (s *Server) handleTestRequestBooleanRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBoolean", + Name: TestRequestBooleanOperation, ID: "test_request_boolean", } ) @@ -762,7 +762,7 @@ func (s *Server) handleTestRequestBooleanRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBoolean", + OperationName: TestRequestBooleanOperation, OperationSummary: "", OperationID: "test_request_boolean", Body: request, @@ -817,7 +817,7 @@ func (s *Server) handleTestRequestBooleanArrayRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBooleanArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -848,7 +848,7 @@ func (s *Server) handleTestRequestBooleanArrayRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBooleanArray", + Name: TestRequestBooleanArrayOperation, ID: "test_request_boolean_array", } ) @@ -872,7 +872,7 @@ func (s *Server) handleTestRequestBooleanArrayRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBooleanArray", + OperationName: TestRequestBooleanArrayOperation, OperationSummary: "", OperationID: "test_request_boolean_array", Body: request, @@ -927,7 +927,7 @@ func (s *Server) handleTestRequestBooleanArrayArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBooleanArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -958,7 +958,7 @@ func (s *Server) handleTestRequestBooleanArrayArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBooleanArrayArray", + Name: TestRequestBooleanArrayArrayOperation, ID: "test_request_boolean_array_array", } ) @@ -982,7 +982,7 @@ func (s *Server) handleTestRequestBooleanArrayArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBooleanArrayArray", + OperationName: TestRequestBooleanArrayArrayOperation, OperationSummary: "", OperationID: "test_request_boolean_array_array", Body: request, @@ -1037,7 +1037,7 @@ func (s *Server) handleTestRequestBooleanNullableRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBooleanNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1068,7 +1068,7 @@ func (s *Server) handleTestRequestBooleanNullableRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBooleanNullable", + Name: TestRequestBooleanNullableOperation, ID: "test_request_boolean_nullable", } ) @@ -1092,7 +1092,7 @@ func (s *Server) handleTestRequestBooleanNullableRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBooleanNullable", + OperationName: TestRequestBooleanNullableOperation, OperationSummary: "", OperationID: "test_request_boolean_nullable", Body: request, @@ -1147,7 +1147,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBooleanNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1178,7 +1178,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBooleanNullableArray", + Name: TestRequestBooleanNullableArrayOperation, ID: "test_request_boolean_nullable_array", } ) @@ -1202,7 +1202,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBooleanNullableArray", + OperationName: TestRequestBooleanNullableArrayOperation, OperationSummary: "", OperationID: "test_request_boolean_nullable_array", Body: request, @@ -1257,7 +1257,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestBooleanNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1288,7 +1288,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestBooleanNullableArrayArray", + Name: TestRequestBooleanNullableArrayArrayOperation, ID: "test_request_boolean_nullable_array_array", } ) @@ -1312,7 +1312,7 @@ func (s *Server) handleTestRequestBooleanNullableArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestBooleanNullableArrayArray", + OperationName: TestRequestBooleanNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_boolean_nullable_array_array", Body: request, @@ -1367,7 +1367,7 @@ func (s *Server) handleTestRequestEmptyStructRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestEmptyStruct", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestEmptyStructOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1398,7 +1398,7 @@ func (s *Server) handleTestRequestEmptyStructRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestEmptyStruct", + Name: TestRequestEmptyStructOperation, ID: "test_request_EmptyStruct", } ) @@ -1422,7 +1422,7 @@ func (s *Server) handleTestRequestEmptyStructRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestEmptyStruct", + OperationName: TestRequestEmptyStructOperation, OperationSummary: "", OperationID: "test_request_EmptyStruct", Body: request, @@ -1477,7 +1477,7 @@ func (s *Server) handleTestRequestFormatTestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestFormatTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestFormatTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1508,7 +1508,7 @@ func (s *Server) handleTestRequestFormatTestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestFormatTest", + Name: TestRequestFormatTestOperation, ID: "test_request_FormatTest", } ) @@ -1532,7 +1532,7 @@ func (s *Server) handleTestRequestFormatTestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestFormatTest", + OperationName: TestRequestFormatTestOperation, OperationSummary: "", OperationID: "test_request_FormatTest", Body: request, @@ -1587,7 +1587,7 @@ func (s *Server) handleTestRequestIntegerRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestInteger", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1618,7 +1618,7 @@ func (s *Server) handleTestRequestIntegerRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestInteger", + Name: TestRequestIntegerOperation, ID: "test_request_integer", } ) @@ -1642,7 +1642,7 @@ func (s *Server) handleTestRequestIntegerRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestInteger", + OperationName: TestRequestIntegerOperation, OperationSummary: "", OperationID: "test_request_integer", Body: request, @@ -1697,7 +1697,7 @@ func (s *Server) handleTestRequestIntegerArrayRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1728,7 +1728,7 @@ func (s *Server) handleTestRequestIntegerArrayRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerArray", + Name: TestRequestIntegerArrayOperation, ID: "test_request_integer_array", } ) @@ -1752,7 +1752,7 @@ func (s *Server) handleTestRequestIntegerArrayRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerArray", + OperationName: TestRequestIntegerArrayOperation, OperationSummary: "", OperationID: "test_request_integer_array", Body: request, @@ -1807,7 +1807,7 @@ func (s *Server) handleTestRequestIntegerArrayArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1838,7 +1838,7 @@ func (s *Server) handleTestRequestIntegerArrayArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerArrayArray", + Name: TestRequestIntegerArrayArrayOperation, ID: "test_request_integer_array_array", } ) @@ -1862,7 +1862,7 @@ func (s *Server) handleTestRequestIntegerArrayArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerArrayArray", + OperationName: TestRequestIntegerArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_array_array", Body: request, @@ -1917,7 +1917,7 @@ func (s *Server) handleTestRequestIntegerInt16Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1948,7 +1948,7 @@ func (s *Server) handleTestRequestIntegerInt16Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16", + Name: TestRequestIntegerInt16Operation, ID: "test_request_integer_int16", } ) @@ -1972,7 +1972,7 @@ func (s *Server) handleTestRequestIntegerInt16Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16", + OperationName: TestRequestIntegerInt16Operation, OperationSummary: "", OperationID: "test_request_integer_int16", Body: request, @@ -2027,7 +2027,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2058,7 +2058,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16Array", + Name: TestRequestIntegerInt16ArrayOperation, ID: "test_request_integer_int16_array", } ) @@ -2082,7 +2082,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16Array", + OperationName: TestRequestIntegerInt16ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int16_array", Body: request, @@ -2137,7 +2137,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2168,7 +2168,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16ArrayArray", + Name: TestRequestIntegerInt16ArrayArrayOperation, ID: "test_request_integer_int16_array_array", } ) @@ -2192,7 +2192,7 @@ func (s *Server) handleTestRequestIntegerInt16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16ArrayArray", + OperationName: TestRequestIntegerInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int16_array_array", Body: request, @@ -2247,7 +2247,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2278,7 +2278,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16Nullable", + Name: TestRequestIntegerInt16NullableOperation, ID: "test_request_integer_int16_nullable", } ) @@ -2302,7 +2302,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16Nullable", + OperationName: TestRequestIntegerInt16NullableOperation, OperationSummary: "", OperationID: "test_request_integer_int16_nullable", Body: request, @@ -2357,7 +2357,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2388,7 +2388,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16NullableArray", + Name: TestRequestIntegerInt16NullableArrayOperation, ID: "test_request_integer_int16_nullable_array", } ) @@ -2412,7 +2412,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16NullableArray", + OperationName: TestRequestIntegerInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int16_nullable_array", Body: request, @@ -2467,7 +2467,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2498,7 +2498,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt16NullableArrayArray", + Name: TestRequestIntegerInt16NullableArrayArrayOperation, ID: "test_request_integer_int16_nullable_array_array", } ) @@ -2522,7 +2522,7 @@ func (s *Server) handleTestRequestIntegerInt16NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt16NullableArrayArray", + OperationName: TestRequestIntegerInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int16_nullable_array_array", Body: request, @@ -2577,7 +2577,7 @@ func (s *Server) handleTestRequestIntegerInt32Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2608,7 +2608,7 @@ func (s *Server) handleTestRequestIntegerInt32Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32", + Name: TestRequestIntegerInt32Operation, ID: "test_request_integer_int32", } ) @@ -2632,7 +2632,7 @@ func (s *Server) handleTestRequestIntegerInt32Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32", + OperationName: TestRequestIntegerInt32Operation, OperationSummary: "", OperationID: "test_request_integer_int32", Body: request, @@ -2687,7 +2687,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2718,7 +2718,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32Array", + Name: TestRequestIntegerInt32ArrayOperation, ID: "test_request_integer_int32_array", } ) @@ -2742,7 +2742,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32Array", + OperationName: TestRequestIntegerInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int32_array", Body: request, @@ -2797,7 +2797,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2828,7 +2828,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32ArrayArray", + Name: TestRequestIntegerInt32ArrayArrayOperation, ID: "test_request_integer_int32_array_array", } ) @@ -2852,7 +2852,7 @@ func (s *Server) handleTestRequestIntegerInt32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32ArrayArray", + OperationName: TestRequestIntegerInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int32_array_array", Body: request, @@ -2907,7 +2907,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2938,7 +2938,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32Nullable", + Name: TestRequestIntegerInt32NullableOperation, ID: "test_request_integer_int32_nullable", } ) @@ -2962,7 +2962,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32Nullable", + OperationName: TestRequestIntegerInt32NullableOperation, OperationSummary: "", OperationID: "test_request_integer_int32_nullable", Body: request, @@ -3017,7 +3017,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3048,7 +3048,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32NullableArray", + Name: TestRequestIntegerInt32NullableArrayOperation, ID: "test_request_integer_int32_nullable_array", } ) @@ -3072,7 +3072,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32NullableArray", + OperationName: TestRequestIntegerInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int32_nullable_array", Body: request, @@ -3127,7 +3127,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3158,7 +3158,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt32NullableArrayArray", + Name: TestRequestIntegerInt32NullableArrayArrayOperation, ID: "test_request_integer_int32_nullable_array_array", } ) @@ -3182,7 +3182,7 @@ func (s *Server) handleTestRequestIntegerInt32NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt32NullableArrayArray", + OperationName: TestRequestIntegerInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int32_nullable_array_array", Body: request, @@ -3237,7 +3237,7 @@ func (s *Server) handleTestRequestIntegerInt64Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3268,7 +3268,7 @@ func (s *Server) handleTestRequestIntegerInt64Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64", + Name: TestRequestIntegerInt64Operation, ID: "test_request_integer_int64", } ) @@ -3292,7 +3292,7 @@ func (s *Server) handleTestRequestIntegerInt64Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64", + OperationName: TestRequestIntegerInt64Operation, OperationSummary: "", OperationID: "test_request_integer_int64", Body: request, @@ -3347,7 +3347,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3378,7 +3378,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64Array", + Name: TestRequestIntegerInt64ArrayOperation, ID: "test_request_integer_int64_array", } ) @@ -3402,7 +3402,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64Array", + OperationName: TestRequestIntegerInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int64_array", Body: request, @@ -3457,7 +3457,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3488,7 +3488,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64ArrayArray", + Name: TestRequestIntegerInt64ArrayArrayOperation, ID: "test_request_integer_int64_array_array", } ) @@ -3512,7 +3512,7 @@ func (s *Server) handleTestRequestIntegerInt64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64ArrayArray", + OperationName: TestRequestIntegerInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int64_array_array", Body: request, @@ -3567,7 +3567,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3598,7 +3598,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64Nullable", + Name: TestRequestIntegerInt64NullableOperation, ID: "test_request_integer_int64_nullable", } ) @@ -3622,7 +3622,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64Nullable", + OperationName: TestRequestIntegerInt64NullableOperation, OperationSummary: "", OperationID: "test_request_integer_int64_nullable", Body: request, @@ -3677,7 +3677,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3708,7 +3708,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64NullableArray", + Name: TestRequestIntegerInt64NullableArrayOperation, ID: "test_request_integer_int64_nullable_array", } ) @@ -3732,7 +3732,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64NullableArray", + OperationName: TestRequestIntegerInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int64_nullable_array", Body: request, @@ -3787,7 +3787,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3818,7 +3818,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt64NullableArrayArray", + Name: TestRequestIntegerInt64NullableArrayArrayOperation, ID: "test_request_integer_int64_nullable_array_array", } ) @@ -3842,7 +3842,7 @@ func (s *Server) handleTestRequestIntegerInt64NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt64NullableArrayArray", + OperationName: TestRequestIntegerInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int64_nullable_array_array", Body: request, @@ -3897,7 +3897,7 @@ func (s *Server) handleTestRequestIntegerInt8Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3928,7 +3928,7 @@ func (s *Server) handleTestRequestIntegerInt8Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8", + Name: TestRequestIntegerInt8Operation, ID: "test_request_integer_int8", } ) @@ -3952,7 +3952,7 @@ func (s *Server) handleTestRequestIntegerInt8Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8", + OperationName: TestRequestIntegerInt8Operation, OperationSummary: "", OperationID: "test_request_integer_int8", Body: request, @@ -4007,7 +4007,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4038,7 +4038,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8Array", + Name: TestRequestIntegerInt8ArrayOperation, ID: "test_request_integer_int8_array", } ) @@ -4062,7 +4062,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8Array", + OperationName: TestRequestIntegerInt8ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int8_array", Body: request, @@ -4117,7 +4117,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4148,7 +4148,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8ArrayArray", + Name: TestRequestIntegerInt8ArrayArrayOperation, ID: "test_request_integer_int8_array_array", } ) @@ -4172,7 +4172,7 @@ func (s *Server) handleTestRequestIntegerInt8ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8ArrayArray", + OperationName: TestRequestIntegerInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int8_array_array", Body: request, @@ -4227,7 +4227,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4258,7 +4258,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8Nullable", + Name: TestRequestIntegerInt8NullableOperation, ID: "test_request_integer_int8_nullable", } ) @@ -4282,7 +4282,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8Nullable", + OperationName: TestRequestIntegerInt8NullableOperation, OperationSummary: "", OperationID: "test_request_integer_int8_nullable", Body: request, @@ -4337,7 +4337,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4368,7 +4368,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8NullableArray", + Name: TestRequestIntegerInt8NullableArrayOperation, ID: "test_request_integer_int8_nullable_array", } ) @@ -4392,7 +4392,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8NullableArray", + OperationName: TestRequestIntegerInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int8_nullable_array", Body: request, @@ -4447,7 +4447,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4478,7 +4478,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerInt8NullableArrayArray", + Name: TestRequestIntegerInt8NullableArrayArrayOperation, ID: "test_request_integer_int8_nullable_array_array", } ) @@ -4502,7 +4502,7 @@ func (s *Server) handleTestRequestIntegerInt8NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerInt8NullableArrayArray", + OperationName: TestRequestIntegerInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_int8_nullable_array_array", Body: request, @@ -4557,7 +4557,7 @@ func (s *Server) handleTestRequestIntegerNullableRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4588,7 +4588,7 @@ func (s *Server) handleTestRequestIntegerNullableRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerNullable", + Name: TestRequestIntegerNullableOperation, ID: "test_request_integer_nullable", } ) @@ -4612,7 +4612,7 @@ func (s *Server) handleTestRequestIntegerNullableRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerNullable", + OperationName: TestRequestIntegerNullableOperation, OperationSummary: "", OperationID: "test_request_integer_nullable", Body: request, @@ -4667,7 +4667,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4698,7 +4698,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerNullableArray", + Name: TestRequestIntegerNullableArrayOperation, ID: "test_request_integer_nullable_array", } ) @@ -4722,7 +4722,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerNullableArray", + OperationName: TestRequestIntegerNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_nullable_array", Body: request, @@ -4777,7 +4777,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4808,7 +4808,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerNullableArrayArray", + Name: TestRequestIntegerNullableArrayArrayOperation, ID: "test_request_integer_nullable_array_array", } ) @@ -4832,7 +4832,7 @@ func (s *Server) handleTestRequestIntegerNullableArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerNullableArrayArray", + OperationName: TestRequestIntegerNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_nullable_array_array", Body: request, @@ -4887,7 +4887,7 @@ func (s *Server) handleTestRequestIntegerUintRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -4918,7 +4918,7 @@ func (s *Server) handleTestRequestIntegerUintRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint", + Name: TestRequestIntegerUintOperation, ID: "test_request_integer_uint", } ) @@ -4942,7 +4942,7 @@ func (s *Server) handleTestRequestIntegerUintRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint", + OperationName: TestRequestIntegerUintOperation, OperationSummary: "", OperationID: "test_request_integer_uint", Body: request, @@ -4997,7 +4997,7 @@ func (s *Server) handleTestRequestIntegerUint16Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5028,7 +5028,7 @@ func (s *Server) handleTestRequestIntegerUint16Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16", + Name: TestRequestIntegerUint16Operation, ID: "test_request_integer_uint16", } ) @@ -5052,7 +5052,7 @@ func (s *Server) handleTestRequestIntegerUint16Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16", + OperationName: TestRequestIntegerUint16Operation, OperationSummary: "", OperationID: "test_request_integer_uint16", Body: request, @@ -5107,7 +5107,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5138,7 +5138,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16Array", + Name: TestRequestIntegerUint16ArrayOperation, ID: "test_request_integer_uint16_array", } ) @@ -5162,7 +5162,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16Array", + OperationName: TestRequestIntegerUint16ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint16_array", Body: request, @@ -5217,7 +5217,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5248,7 +5248,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16ArrayArray", + Name: TestRequestIntegerUint16ArrayArrayOperation, ID: "test_request_integer_uint16_array_array", } ) @@ -5272,7 +5272,7 @@ func (s *Server) handleTestRequestIntegerUint16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16ArrayArray", + OperationName: TestRequestIntegerUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint16_array_array", Body: request, @@ -5327,7 +5327,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5358,7 +5358,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16Nullable", + Name: TestRequestIntegerUint16NullableOperation, ID: "test_request_integer_uint16_nullable", } ) @@ -5382,7 +5382,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16Nullable", + OperationName: TestRequestIntegerUint16NullableOperation, OperationSummary: "", OperationID: "test_request_integer_uint16_nullable", Body: request, @@ -5437,7 +5437,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5468,7 +5468,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16NullableArray", + Name: TestRequestIntegerUint16NullableArrayOperation, ID: "test_request_integer_uint16_nullable_array", } ) @@ -5492,7 +5492,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16NullableArray", + OperationName: TestRequestIntegerUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint16_nullable_array", Body: request, @@ -5547,7 +5547,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5578,7 +5578,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint16NullableArrayArray", + Name: TestRequestIntegerUint16NullableArrayArrayOperation, ID: "test_request_integer_uint16_nullable_array_array", } ) @@ -5602,7 +5602,7 @@ func (s *Server) handleTestRequestIntegerUint16NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint16NullableArrayArray", + OperationName: TestRequestIntegerUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint16_nullable_array_array", Body: request, @@ -5657,7 +5657,7 @@ func (s *Server) handleTestRequestIntegerUint32Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5688,7 +5688,7 @@ func (s *Server) handleTestRequestIntegerUint32Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32", + Name: TestRequestIntegerUint32Operation, ID: "test_request_integer_uint32", } ) @@ -5712,7 +5712,7 @@ func (s *Server) handleTestRequestIntegerUint32Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32", + OperationName: TestRequestIntegerUint32Operation, OperationSummary: "", OperationID: "test_request_integer_uint32", Body: request, @@ -5767,7 +5767,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5798,7 +5798,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32Array", + Name: TestRequestIntegerUint32ArrayOperation, ID: "test_request_integer_uint32_array", } ) @@ -5822,7 +5822,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32Array", + OperationName: TestRequestIntegerUint32ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint32_array", Body: request, @@ -5877,7 +5877,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -5908,7 +5908,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32ArrayArray", + Name: TestRequestIntegerUint32ArrayArrayOperation, ID: "test_request_integer_uint32_array_array", } ) @@ -5932,7 +5932,7 @@ func (s *Server) handleTestRequestIntegerUint32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32ArrayArray", + OperationName: TestRequestIntegerUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint32_array_array", Body: request, @@ -5987,7 +5987,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6018,7 +6018,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32Nullable", + Name: TestRequestIntegerUint32NullableOperation, ID: "test_request_integer_uint32_nullable", } ) @@ -6042,7 +6042,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32Nullable", + OperationName: TestRequestIntegerUint32NullableOperation, OperationSummary: "", OperationID: "test_request_integer_uint32_nullable", Body: request, @@ -6097,7 +6097,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6128,7 +6128,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32NullableArray", + Name: TestRequestIntegerUint32NullableArrayOperation, ID: "test_request_integer_uint32_nullable_array", } ) @@ -6152,7 +6152,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32NullableArray", + OperationName: TestRequestIntegerUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint32_nullable_array", Body: request, @@ -6207,7 +6207,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6238,7 +6238,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint32NullableArrayArray", + Name: TestRequestIntegerUint32NullableArrayArrayOperation, ID: "test_request_integer_uint32_nullable_array_array", } ) @@ -6262,7 +6262,7 @@ func (s *Server) handleTestRequestIntegerUint32NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint32NullableArrayArray", + OperationName: TestRequestIntegerUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint32_nullable_array_array", Body: request, @@ -6317,7 +6317,7 @@ func (s *Server) handleTestRequestIntegerUint64Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6348,7 +6348,7 @@ func (s *Server) handleTestRequestIntegerUint64Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64", + Name: TestRequestIntegerUint64Operation, ID: "test_request_integer_uint64", } ) @@ -6372,7 +6372,7 @@ func (s *Server) handleTestRequestIntegerUint64Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64", + OperationName: TestRequestIntegerUint64Operation, OperationSummary: "", OperationID: "test_request_integer_uint64", Body: request, @@ -6427,7 +6427,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6458,7 +6458,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64Array", + Name: TestRequestIntegerUint64ArrayOperation, ID: "test_request_integer_uint64_array", } ) @@ -6482,7 +6482,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64Array", + OperationName: TestRequestIntegerUint64ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint64_array", Body: request, @@ -6537,7 +6537,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6568,7 +6568,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64ArrayArray", + Name: TestRequestIntegerUint64ArrayArrayOperation, ID: "test_request_integer_uint64_array_array", } ) @@ -6592,7 +6592,7 @@ func (s *Server) handleTestRequestIntegerUint64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64ArrayArray", + OperationName: TestRequestIntegerUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint64_array_array", Body: request, @@ -6647,7 +6647,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6678,7 +6678,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64Nullable", + Name: TestRequestIntegerUint64NullableOperation, ID: "test_request_integer_uint64_nullable", } ) @@ -6702,7 +6702,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64Nullable", + OperationName: TestRequestIntegerUint64NullableOperation, OperationSummary: "", OperationID: "test_request_integer_uint64_nullable", Body: request, @@ -6757,7 +6757,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6788,7 +6788,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64NullableArray", + Name: TestRequestIntegerUint64NullableArrayOperation, ID: "test_request_integer_uint64_nullable_array", } ) @@ -6812,7 +6812,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64NullableArray", + OperationName: TestRequestIntegerUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint64_nullable_array", Body: request, @@ -6867,7 +6867,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -6898,7 +6898,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint64NullableArrayArray", + Name: TestRequestIntegerUint64NullableArrayArrayOperation, ID: "test_request_integer_uint64_nullable_array_array", } ) @@ -6922,7 +6922,7 @@ func (s *Server) handleTestRequestIntegerUint64NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint64NullableArrayArray", + OperationName: TestRequestIntegerUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint64_nullable_array_array", Body: request, @@ -6977,7 +6977,7 @@ func (s *Server) handleTestRequestIntegerUint8Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7008,7 +7008,7 @@ func (s *Server) handleTestRequestIntegerUint8Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8", + Name: TestRequestIntegerUint8Operation, ID: "test_request_integer_uint8", } ) @@ -7032,7 +7032,7 @@ func (s *Server) handleTestRequestIntegerUint8Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8", + OperationName: TestRequestIntegerUint8Operation, OperationSummary: "", OperationID: "test_request_integer_uint8", Body: request, @@ -7087,7 +7087,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7118,7 +7118,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8Array", + Name: TestRequestIntegerUint8ArrayOperation, ID: "test_request_integer_uint8_array", } ) @@ -7142,7 +7142,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8Array", + OperationName: TestRequestIntegerUint8ArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint8_array", Body: request, @@ -7197,7 +7197,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7228,7 +7228,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8ArrayArray", + Name: TestRequestIntegerUint8ArrayArrayOperation, ID: "test_request_integer_uint8_array_array", } ) @@ -7252,7 +7252,7 @@ func (s *Server) handleTestRequestIntegerUint8ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8ArrayArray", + OperationName: TestRequestIntegerUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint8_array_array", Body: request, @@ -7307,7 +7307,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7338,7 +7338,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8Nullable", + Name: TestRequestIntegerUint8NullableOperation, ID: "test_request_integer_uint8_nullable", } ) @@ -7362,7 +7362,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8Nullable", + OperationName: TestRequestIntegerUint8NullableOperation, OperationSummary: "", OperationID: "test_request_integer_uint8_nullable", Body: request, @@ -7417,7 +7417,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7448,7 +7448,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8NullableArray", + Name: TestRequestIntegerUint8NullableArrayOperation, ID: "test_request_integer_uint8_nullable_array", } ) @@ -7472,7 +7472,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8NullableArray", + OperationName: TestRequestIntegerUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint8_nullable_array", Body: request, @@ -7527,7 +7527,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7558,7 +7558,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUint8NullableArrayArray", + Name: TestRequestIntegerUint8NullableArrayArrayOperation, ID: "test_request_integer_uint8_nullable_array_array", } ) @@ -7582,7 +7582,7 @@ func (s *Server) handleTestRequestIntegerUint8NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUint8NullableArrayArray", + OperationName: TestRequestIntegerUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint8_nullable_array_array", Body: request, @@ -7637,7 +7637,7 @@ func (s *Server) handleTestRequestIntegerUintArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7668,7 +7668,7 @@ func (s *Server) handleTestRequestIntegerUintArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUintArray", + Name: TestRequestIntegerUintArrayOperation, ID: "test_request_integer_uint_array", } ) @@ -7692,7 +7692,7 @@ func (s *Server) handleTestRequestIntegerUintArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUintArray", + OperationName: TestRequestIntegerUintArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint_array", Body: request, @@ -7747,7 +7747,7 @@ func (s *Server) handleTestRequestIntegerUintArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7778,7 +7778,7 @@ func (s *Server) handleTestRequestIntegerUintArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUintArrayArray", + Name: TestRequestIntegerUintArrayArrayOperation, ID: "test_request_integer_uint_array_array", } ) @@ -7802,7 +7802,7 @@ func (s *Server) handleTestRequestIntegerUintArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUintArrayArray", + OperationName: TestRequestIntegerUintArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint_array_array", Body: request, @@ -7857,7 +7857,7 @@ func (s *Server) handleTestRequestIntegerUintNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7888,7 +7888,7 @@ func (s *Server) handleTestRequestIntegerUintNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUintNullable", + Name: TestRequestIntegerUintNullableOperation, ID: "test_request_integer_uint_nullable", } ) @@ -7912,7 +7912,7 @@ func (s *Server) handleTestRequestIntegerUintNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUintNullable", + OperationName: TestRequestIntegerUintNullableOperation, OperationSummary: "", OperationID: "test_request_integer_uint_nullable", Body: request, @@ -7967,7 +7967,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -7998,7 +7998,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUintNullableArray", + Name: TestRequestIntegerUintNullableArrayOperation, ID: "test_request_integer_uint_nullable_array", } ) @@ -8022,7 +8022,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUintNullableArray", + OperationName: TestRequestIntegerUintNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint_nullable_array", Body: request, @@ -8077,7 +8077,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8108,7 +8108,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUintNullableArrayArray", + Name: TestRequestIntegerUintNullableArrayArrayOperation, ID: "test_request_integer_uint_nullable_array_array", } ) @@ -8132,7 +8132,7 @@ func (s *Server) handleTestRequestIntegerUintNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUintNullableArrayArray", + OperationName: TestRequestIntegerUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_uint_nullable_array_array", Body: request, @@ -8187,7 +8187,7 @@ func (s *Server) handleTestRequestIntegerUnixRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8218,7 +8218,7 @@ func (s *Server) handleTestRequestIntegerUnixRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnix", + Name: TestRequestIntegerUnixOperation, ID: "test_request_integer_unix", } ) @@ -8242,7 +8242,7 @@ func (s *Server) handleTestRequestIntegerUnixRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnix", + OperationName: TestRequestIntegerUnixOperation, OperationSummary: "", OperationID: "test_request_integer_unix", Body: request, @@ -8297,7 +8297,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8328,7 +8328,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixArray", + Name: TestRequestIntegerUnixArrayOperation, ID: "test_request_integer_unix_array", } ) @@ -8352,7 +8352,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixArray", + OperationName: TestRequestIntegerUnixArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix_array", Body: request, @@ -8407,7 +8407,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8438,7 +8438,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixArrayArray", + Name: TestRequestIntegerUnixArrayArrayOperation, ID: "test_request_integer_unix_array_array", } ) @@ -8462,7 +8462,7 @@ func (s *Server) handleTestRequestIntegerUnixArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixArrayArray", + OperationName: TestRequestIntegerUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix_array_array", Body: request, @@ -8517,7 +8517,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8548,7 +8548,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicro", + Name: TestRequestIntegerUnixMicroOperation, ID: "test_request_integer_unix-micro", } ) @@ -8572,7 +8572,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicro", + OperationName: TestRequestIntegerUnixMicroOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro", Body: request, @@ -8627,7 +8627,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8658,7 +8658,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicroArray", + Name: TestRequestIntegerUnixMicroArrayOperation, ID: "test_request_integer_unix-micro_array", } ) @@ -8682,7 +8682,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicroArray", + OperationName: TestRequestIntegerUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro_array", Body: request, @@ -8737,7 +8737,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8768,7 +8768,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicroArrayArray", + Name: TestRequestIntegerUnixMicroArrayArrayOperation, ID: "test_request_integer_unix-micro_array_array", } ) @@ -8792,7 +8792,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicroArrayArray", + OperationName: TestRequestIntegerUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro_array_array", Body: request, @@ -8847,7 +8847,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8878,7 +8878,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicroNullable", + Name: TestRequestIntegerUnixMicroNullableOperation, ID: "test_request_integer_unix-micro_nullable", } ) @@ -8902,7 +8902,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicroNullable", + OperationName: TestRequestIntegerUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro_nullable", Body: request, @@ -8957,7 +8957,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -8988,7 +8988,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicroNullableArray", + Name: TestRequestIntegerUnixMicroNullableArrayOperation, ID: "test_request_integer_unix-micro_nullable_array", } ) @@ -9012,7 +9012,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicroNullableArray", + OperationName: TestRequestIntegerUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro_nullable_array", Body: request, @@ -9067,7 +9067,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9098,7 +9098,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMicroNullableArrayArray", + Name: TestRequestIntegerUnixMicroNullableArrayArrayOperation, ID: "test_request_integer_unix-micro_nullable_array_array", } ) @@ -9122,7 +9122,7 @@ func (s *Server) handleTestRequestIntegerUnixMicroNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMicroNullableArrayArray", + OperationName: TestRequestIntegerUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-micro_nullable_array_array", Body: request, @@ -9177,7 +9177,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9208,7 +9208,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilli", + Name: TestRequestIntegerUnixMilliOperation, ID: "test_request_integer_unix-milli", } ) @@ -9232,7 +9232,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilli", + OperationName: TestRequestIntegerUnixMilliOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli", Body: request, @@ -9287,7 +9287,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9318,7 +9318,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilliArray", + Name: TestRequestIntegerUnixMilliArrayOperation, ID: "test_request_integer_unix-milli_array", } ) @@ -9342,7 +9342,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilliArray", + OperationName: TestRequestIntegerUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli_array", Body: request, @@ -9397,7 +9397,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9428,7 +9428,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilliArrayArray", + Name: TestRequestIntegerUnixMilliArrayArrayOperation, ID: "test_request_integer_unix-milli_array_array", } ) @@ -9452,7 +9452,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilliArrayArray", + OperationName: TestRequestIntegerUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli_array_array", Body: request, @@ -9507,7 +9507,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9538,7 +9538,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilliNullable", + Name: TestRequestIntegerUnixMilliNullableOperation, ID: "test_request_integer_unix-milli_nullable", } ) @@ -9562,7 +9562,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilliNullable", + OperationName: TestRequestIntegerUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli_nullable", Body: request, @@ -9617,7 +9617,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9648,7 +9648,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilliNullableArray", + Name: TestRequestIntegerUnixMilliNullableArrayOperation, ID: "test_request_integer_unix-milli_nullable_array", } ) @@ -9672,7 +9672,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilliNullableArray", + OperationName: TestRequestIntegerUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli_nullable_array", Body: request, @@ -9727,7 +9727,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9758,7 +9758,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixMilliNullableArrayArray", + Name: TestRequestIntegerUnixMilliNullableArrayArrayOperation, ID: "test_request_integer_unix-milli_nullable_array_array", } ) @@ -9782,7 +9782,7 @@ func (s *Server) handleTestRequestIntegerUnixMilliNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixMilliNullableArrayArray", + OperationName: TestRequestIntegerUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-milli_nullable_array_array", Body: request, @@ -9837,7 +9837,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9868,7 +9868,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNano", + Name: TestRequestIntegerUnixNanoOperation, ID: "test_request_integer_unix-nano", } ) @@ -9892,7 +9892,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNano", + OperationName: TestRequestIntegerUnixNanoOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano", Body: request, @@ -9947,7 +9947,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -9978,7 +9978,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNanoArray", + Name: TestRequestIntegerUnixNanoArrayOperation, ID: "test_request_integer_unix-nano_array", } ) @@ -10002,7 +10002,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNanoArray", + OperationName: TestRequestIntegerUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano_array", Body: request, @@ -10057,7 +10057,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10088,7 +10088,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNanoArrayArray", + Name: TestRequestIntegerUnixNanoArrayArrayOperation, ID: "test_request_integer_unix-nano_array_array", } ) @@ -10112,7 +10112,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNanoArrayArray", + OperationName: TestRequestIntegerUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano_array_array", Body: request, @@ -10167,7 +10167,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10198,7 +10198,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNanoNullable", + Name: TestRequestIntegerUnixNanoNullableOperation, ID: "test_request_integer_unix-nano_nullable", } ) @@ -10222,7 +10222,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNanoNullable", + OperationName: TestRequestIntegerUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano_nullable", Body: request, @@ -10277,7 +10277,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10308,7 +10308,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNanoNullableArray", + Name: TestRequestIntegerUnixNanoNullableArrayOperation, ID: "test_request_integer_unix-nano_nullable_array", } ) @@ -10332,7 +10332,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNanoNullableArray", + OperationName: TestRequestIntegerUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano_nullable_array", Body: request, @@ -10387,7 +10387,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10418,7 +10418,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNanoNullableArrayArray", + Name: TestRequestIntegerUnixNanoNullableArrayArrayOperation, ID: "test_request_integer_unix-nano_nullable_array_array", } ) @@ -10442,7 +10442,7 @@ func (s *Server) handleTestRequestIntegerUnixNanoNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNanoNullableArrayArray", + OperationName: TestRequestIntegerUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-nano_nullable_array_array", Body: request, @@ -10497,7 +10497,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10528,7 +10528,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNullable", + Name: TestRequestIntegerUnixNullableOperation, ID: "test_request_integer_unix_nullable", } ) @@ -10552,7 +10552,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNullable", + OperationName: TestRequestIntegerUnixNullableOperation, OperationSummary: "", OperationID: "test_request_integer_unix_nullable", Body: request, @@ -10607,7 +10607,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10638,7 +10638,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNullableArray", + Name: TestRequestIntegerUnixNullableArrayOperation, ID: "test_request_integer_unix_nullable_array", } ) @@ -10662,7 +10662,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNullableArray", + OperationName: TestRequestIntegerUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix_nullable_array", Body: request, @@ -10717,7 +10717,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10748,7 +10748,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixNullableArrayArray", + Name: TestRequestIntegerUnixNullableArrayArrayOperation, ID: "test_request_integer_unix_nullable_array_array", } ) @@ -10772,7 +10772,7 @@ func (s *Server) handleTestRequestIntegerUnixNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixNullableArrayArray", + OperationName: TestRequestIntegerUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix_nullable_array_array", Body: request, @@ -10827,7 +10827,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10858,7 +10858,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSeconds", + Name: TestRequestIntegerUnixSecondsOperation, ID: "test_request_integer_unix-seconds", } ) @@ -10882,7 +10882,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSeconds", + OperationName: TestRequestIntegerUnixSecondsOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds", Body: request, @@ -10937,7 +10937,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -10968,7 +10968,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSecondsArray", + Name: TestRequestIntegerUnixSecondsArrayOperation, ID: "test_request_integer_unix-seconds_array", } ) @@ -10992,7 +10992,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSecondsArray", + OperationName: TestRequestIntegerUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds_array", Body: request, @@ -11047,7 +11047,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11078,7 +11078,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSecondsArrayArray", + Name: TestRequestIntegerUnixSecondsArrayArrayOperation, ID: "test_request_integer_unix-seconds_array_array", } ) @@ -11102,7 +11102,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSecondsArrayArray", + OperationName: TestRequestIntegerUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds_array_array", Body: request, @@ -11157,7 +11157,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11188,7 +11188,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSecondsNullable", + Name: TestRequestIntegerUnixSecondsNullableOperation, ID: "test_request_integer_unix-seconds_nullable", } ) @@ -11212,7 +11212,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSecondsNullable", + OperationName: TestRequestIntegerUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds_nullable", Body: request, @@ -11267,7 +11267,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11298,7 +11298,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSecondsNullableArray", + Name: TestRequestIntegerUnixSecondsNullableArrayOperation, ID: "test_request_integer_unix-seconds_nullable_array", } ) @@ -11322,7 +11322,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSecondsNullableArray", + OperationName: TestRequestIntegerUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds_nullable_array", Body: request, @@ -11377,7 +11377,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestIntegerUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11408,7 +11408,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestIntegerUnixSecondsNullableArrayArray", + Name: TestRequestIntegerUnixSecondsNullableArrayArrayOperation, ID: "test_request_integer_unix-seconds_nullable_array_array", } ) @@ -11432,7 +11432,7 @@ func (s *Server) handleTestRequestIntegerUnixSecondsNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestIntegerUnixSecondsNullableArrayArray", + OperationName: TestRequestIntegerUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_integer_unix-seconds_nullable_array_array", Body: request, @@ -11487,7 +11487,7 @@ func (s *Server) handleTestRequestNullRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNull", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11518,7 +11518,7 @@ func (s *Server) handleTestRequestNullRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNull", + Name: TestRequestNullOperation, ID: "test_request_null", } ) @@ -11542,7 +11542,7 @@ func (s *Server) handleTestRequestNullRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNull", + OperationName: TestRequestNullOperation, OperationSummary: "", OperationID: "test_request_null", Body: request, @@ -11597,7 +11597,7 @@ func (s *Server) handleTestRequestNullArrayRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNullArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11628,7 +11628,7 @@ func (s *Server) handleTestRequestNullArrayRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNullArray", + Name: TestRequestNullArrayOperation, ID: "test_request_null_array", } ) @@ -11652,7 +11652,7 @@ func (s *Server) handleTestRequestNullArrayRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNullArray", + OperationName: TestRequestNullArrayOperation, OperationSummary: "", OperationID: "test_request_null_array", Body: request, @@ -11707,7 +11707,7 @@ func (s *Server) handleTestRequestNullArrayArrayRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNullArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11738,7 +11738,7 @@ func (s *Server) handleTestRequestNullArrayArrayRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNullArrayArray", + Name: TestRequestNullArrayArrayOperation, ID: "test_request_null_array_array", } ) @@ -11762,7 +11762,7 @@ func (s *Server) handleTestRequestNullArrayArrayRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNullArrayArray", + OperationName: TestRequestNullArrayArrayOperation, OperationSummary: "", OperationID: "test_request_null_array_array", Body: request, @@ -11817,7 +11817,7 @@ func (s *Server) handleTestRequestNullNullableRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNullNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11848,7 +11848,7 @@ func (s *Server) handleTestRequestNullNullableRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNullNullable", + Name: TestRequestNullNullableOperation, ID: "test_request_null_nullable", } ) @@ -11872,7 +11872,7 @@ func (s *Server) handleTestRequestNullNullableRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNullNullable", + OperationName: TestRequestNullNullableOperation, OperationSummary: "", OperationID: "test_request_null_nullable", Body: request, @@ -11927,7 +11927,7 @@ func (s *Server) handleTestRequestNullNullableArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNullNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -11958,7 +11958,7 @@ func (s *Server) handleTestRequestNullNullableArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNullNullableArray", + Name: TestRequestNullNullableArrayOperation, ID: "test_request_null_nullable_array", } ) @@ -11982,7 +11982,7 @@ func (s *Server) handleTestRequestNullNullableArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNullNullableArray", + OperationName: TestRequestNullNullableArrayOperation, OperationSummary: "", OperationID: "test_request_null_nullable_array", Body: request, @@ -12037,7 +12037,7 @@ func (s *Server) handleTestRequestNullNullableArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNullNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12068,7 +12068,7 @@ func (s *Server) handleTestRequestNullNullableArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNullNullableArrayArray", + Name: TestRequestNullNullableArrayArrayOperation, ID: "test_request_null_nullable_array_array", } ) @@ -12092,7 +12092,7 @@ func (s *Server) handleTestRequestNullNullableArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNullNullableArrayArray", + OperationName: TestRequestNullNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_null_nullable_array_array", Body: request, @@ -12147,7 +12147,7 @@ func (s *Server) handleTestRequestNumberRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumber", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12178,7 +12178,7 @@ func (s *Server) handleTestRequestNumberRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumber", + Name: TestRequestNumberOperation, ID: "test_request_number", } ) @@ -12202,7 +12202,7 @@ func (s *Server) handleTestRequestNumberRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumber", + OperationName: TestRequestNumberOperation, OperationSummary: "", OperationID: "test_request_number", Body: request, @@ -12257,7 +12257,7 @@ func (s *Server) handleTestRequestNumberArrayRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12288,7 +12288,7 @@ func (s *Server) handleTestRequestNumberArrayRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberArray", + Name: TestRequestNumberArrayOperation, ID: "test_request_number_array", } ) @@ -12312,7 +12312,7 @@ func (s *Server) handleTestRequestNumberArrayRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberArray", + OperationName: TestRequestNumberArrayOperation, OperationSummary: "", OperationID: "test_request_number_array", Body: request, @@ -12367,7 +12367,7 @@ func (s *Server) handleTestRequestNumberArrayArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12398,7 +12398,7 @@ func (s *Server) handleTestRequestNumberArrayArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberArrayArray", + Name: TestRequestNumberArrayArrayOperation, ID: "test_request_number_array_array", } ) @@ -12422,7 +12422,7 @@ func (s *Server) handleTestRequestNumberArrayArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberArrayArray", + OperationName: TestRequestNumberArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_array_array", Body: request, @@ -12477,7 +12477,7 @@ func (s *Server) handleTestRequestNumberDoubleRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDouble", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12508,7 +12508,7 @@ func (s *Server) handleTestRequestNumberDoubleRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDouble", + Name: TestRequestNumberDoubleOperation, ID: "test_request_number_double", } ) @@ -12532,7 +12532,7 @@ func (s *Server) handleTestRequestNumberDoubleRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDouble", + OperationName: TestRequestNumberDoubleOperation, OperationSummary: "", OperationID: "test_request_number_double", Body: request, @@ -12587,7 +12587,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDoubleArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12618,7 +12618,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDoubleArray", + Name: TestRequestNumberDoubleArrayOperation, ID: "test_request_number_double_array", } ) @@ -12642,7 +12642,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDoubleArray", + OperationName: TestRequestNumberDoubleArrayOperation, OperationSummary: "", OperationID: "test_request_number_double_array", Body: request, @@ -12697,7 +12697,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDoubleArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12728,7 +12728,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDoubleArrayArray", + Name: TestRequestNumberDoubleArrayArrayOperation, ID: "test_request_number_double_array_array", } ) @@ -12752,7 +12752,7 @@ func (s *Server) handleTestRequestNumberDoubleArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDoubleArrayArray", + OperationName: TestRequestNumberDoubleArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_double_array_array", Body: request, @@ -12807,7 +12807,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDoubleNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12838,7 +12838,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDoubleNullable", + Name: TestRequestNumberDoubleNullableOperation, ID: "test_request_number_double_nullable", } ) @@ -12862,7 +12862,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDoubleNullable", + OperationName: TestRequestNumberDoubleNullableOperation, OperationSummary: "", OperationID: "test_request_number_double_nullable", Body: request, @@ -12917,7 +12917,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDoubleNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -12948,7 +12948,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDoubleNullableArray", + Name: TestRequestNumberDoubleNullableArrayOperation, ID: "test_request_number_double_nullable_array", } ) @@ -12972,7 +12972,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDoubleNullableArray", + OperationName: TestRequestNumberDoubleNullableArrayOperation, OperationSummary: "", OperationID: "test_request_number_double_nullable_array", Body: request, @@ -13027,7 +13027,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberDoubleNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13058,7 +13058,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberDoubleNullableArrayArray", + Name: TestRequestNumberDoubleNullableArrayArrayOperation, ID: "test_request_number_double_nullable_array_array", } ) @@ -13082,7 +13082,7 @@ func (s *Server) handleTestRequestNumberDoubleNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberDoubleNullableArrayArray", + OperationName: TestRequestNumberDoubleNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_double_nullable_array_array", Body: request, @@ -13137,7 +13137,7 @@ func (s *Server) handleTestRequestNumberFloatRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloat", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13168,7 +13168,7 @@ func (s *Server) handleTestRequestNumberFloatRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloat", + Name: TestRequestNumberFloatOperation, ID: "test_request_number_float", } ) @@ -13192,7 +13192,7 @@ func (s *Server) handleTestRequestNumberFloatRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloat", + OperationName: TestRequestNumberFloatOperation, OperationSummary: "", OperationID: "test_request_number_float", Body: request, @@ -13247,7 +13247,7 @@ func (s *Server) handleTestRequestNumberFloatArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloatArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13278,7 +13278,7 @@ func (s *Server) handleTestRequestNumberFloatArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloatArray", + Name: TestRequestNumberFloatArrayOperation, ID: "test_request_number_float_array", } ) @@ -13302,7 +13302,7 @@ func (s *Server) handleTestRequestNumberFloatArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloatArray", + OperationName: TestRequestNumberFloatArrayOperation, OperationSummary: "", OperationID: "test_request_number_float_array", Body: request, @@ -13357,7 +13357,7 @@ func (s *Server) handleTestRequestNumberFloatArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloatArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13388,7 +13388,7 @@ func (s *Server) handleTestRequestNumberFloatArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloatArrayArray", + Name: TestRequestNumberFloatArrayArrayOperation, ID: "test_request_number_float_array_array", } ) @@ -13412,7 +13412,7 @@ func (s *Server) handleTestRequestNumberFloatArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloatArrayArray", + OperationName: TestRequestNumberFloatArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_float_array_array", Body: request, @@ -13467,7 +13467,7 @@ func (s *Server) handleTestRequestNumberFloatNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloatNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13498,7 +13498,7 @@ func (s *Server) handleTestRequestNumberFloatNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloatNullable", + Name: TestRequestNumberFloatNullableOperation, ID: "test_request_number_float_nullable", } ) @@ -13522,7 +13522,7 @@ func (s *Server) handleTestRequestNumberFloatNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloatNullable", + OperationName: TestRequestNumberFloatNullableOperation, OperationSummary: "", OperationID: "test_request_number_float_nullable", Body: request, @@ -13577,7 +13577,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloatNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13608,7 +13608,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloatNullableArray", + Name: TestRequestNumberFloatNullableArrayOperation, ID: "test_request_number_float_nullable_array", } ) @@ -13632,7 +13632,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloatNullableArray", + OperationName: TestRequestNumberFloatNullableArrayOperation, OperationSummary: "", OperationID: "test_request_number_float_nullable_array", Body: request, @@ -13687,7 +13687,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberFloatNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13718,7 +13718,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberFloatNullableArrayArray", + Name: TestRequestNumberFloatNullableArrayArrayOperation, ID: "test_request_number_float_nullable_array_array", } ) @@ -13742,7 +13742,7 @@ func (s *Server) handleTestRequestNumberFloatNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberFloatNullableArrayArray", + OperationName: TestRequestNumberFloatNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_float_nullable_array_array", Body: request, @@ -13797,7 +13797,7 @@ func (s *Server) handleTestRequestNumberInt32Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13828,7 +13828,7 @@ func (s *Server) handleTestRequestNumberInt32Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32", + Name: TestRequestNumberInt32Operation, ID: "test_request_number_int32", } ) @@ -13852,7 +13852,7 @@ func (s *Server) handleTestRequestNumberInt32Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32", + OperationName: TestRequestNumberInt32Operation, OperationSummary: "", OperationID: "test_request_number_int32", Body: request, @@ -13907,7 +13907,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -13938,7 +13938,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32Array", + Name: TestRequestNumberInt32ArrayOperation, ID: "test_request_number_int32_array", } ) @@ -13962,7 +13962,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32Array", + OperationName: TestRequestNumberInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_number_int32_array", Body: request, @@ -14017,7 +14017,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14048,7 +14048,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32ArrayArray", + Name: TestRequestNumberInt32ArrayArrayOperation, ID: "test_request_number_int32_array_array", } ) @@ -14072,7 +14072,7 @@ func (s *Server) handleTestRequestNumberInt32ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32ArrayArray", + OperationName: TestRequestNumberInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_int32_array_array", Body: request, @@ -14127,7 +14127,7 @@ func (s *Server) handleTestRequestNumberInt32NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14158,7 +14158,7 @@ func (s *Server) handleTestRequestNumberInt32NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32Nullable", + Name: TestRequestNumberInt32NullableOperation, ID: "test_request_number_int32_nullable", } ) @@ -14182,7 +14182,7 @@ func (s *Server) handleTestRequestNumberInt32NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32Nullable", + OperationName: TestRequestNumberInt32NullableOperation, OperationSummary: "", OperationID: "test_request_number_int32_nullable", Body: request, @@ -14237,7 +14237,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14268,7 +14268,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32NullableArray", + Name: TestRequestNumberInt32NullableArrayOperation, ID: "test_request_number_int32_nullable_array", } ) @@ -14292,7 +14292,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32NullableArray", + OperationName: TestRequestNumberInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_number_int32_nullable_array", Body: request, @@ -14347,7 +14347,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14378,7 +14378,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt32NullableArrayArray", + Name: TestRequestNumberInt32NullableArrayArrayOperation, ID: "test_request_number_int32_nullable_array_array", } ) @@ -14402,7 +14402,7 @@ func (s *Server) handleTestRequestNumberInt32NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt32NullableArrayArray", + OperationName: TestRequestNumberInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_int32_nullable_array_array", Body: request, @@ -14457,7 +14457,7 @@ func (s *Server) handleTestRequestNumberInt64Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14488,7 +14488,7 @@ func (s *Server) handleTestRequestNumberInt64Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64", + Name: TestRequestNumberInt64Operation, ID: "test_request_number_int64", } ) @@ -14512,7 +14512,7 @@ func (s *Server) handleTestRequestNumberInt64Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64", + OperationName: TestRequestNumberInt64Operation, OperationSummary: "", OperationID: "test_request_number_int64", Body: request, @@ -14567,7 +14567,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14598,7 +14598,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64Array", + Name: TestRequestNumberInt64ArrayOperation, ID: "test_request_number_int64_array", } ) @@ -14622,7 +14622,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64Array", + OperationName: TestRequestNumberInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_number_int64_array", Body: request, @@ -14677,7 +14677,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14708,7 +14708,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64ArrayArray", + Name: TestRequestNumberInt64ArrayArrayOperation, ID: "test_request_number_int64_array_array", } ) @@ -14732,7 +14732,7 @@ func (s *Server) handleTestRequestNumberInt64ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64ArrayArray", + OperationName: TestRequestNumberInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_int64_array_array", Body: request, @@ -14787,7 +14787,7 @@ func (s *Server) handleTestRequestNumberInt64NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14818,7 +14818,7 @@ func (s *Server) handleTestRequestNumberInt64NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64Nullable", + Name: TestRequestNumberInt64NullableOperation, ID: "test_request_number_int64_nullable", } ) @@ -14842,7 +14842,7 @@ func (s *Server) handleTestRequestNumberInt64NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64Nullable", + OperationName: TestRequestNumberInt64NullableOperation, OperationSummary: "", OperationID: "test_request_number_int64_nullable", Body: request, @@ -14897,7 +14897,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -14928,7 +14928,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64NullableArray", + Name: TestRequestNumberInt64NullableArrayOperation, ID: "test_request_number_int64_nullable_array", } ) @@ -14952,7 +14952,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64NullableArray", + OperationName: TestRequestNumberInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_number_int64_nullable_array", Body: request, @@ -15007,7 +15007,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15038,7 +15038,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberInt64NullableArrayArray", + Name: TestRequestNumberInt64NullableArrayArrayOperation, ID: "test_request_number_int64_nullable_array_array", } ) @@ -15062,7 +15062,7 @@ func (s *Server) handleTestRequestNumberInt64NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberInt64NullableArrayArray", + OperationName: TestRequestNumberInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_int64_nullable_array_array", Body: request, @@ -15117,7 +15117,7 @@ func (s *Server) handleTestRequestNumberNullableRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15148,7 +15148,7 @@ func (s *Server) handleTestRequestNumberNullableRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberNullable", + Name: TestRequestNumberNullableOperation, ID: "test_request_number_nullable", } ) @@ -15172,7 +15172,7 @@ func (s *Server) handleTestRequestNumberNullableRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberNullable", + OperationName: TestRequestNumberNullableOperation, OperationSummary: "", OperationID: "test_request_number_nullable", Body: request, @@ -15227,7 +15227,7 @@ func (s *Server) handleTestRequestNumberNullableArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15258,7 +15258,7 @@ func (s *Server) handleTestRequestNumberNullableArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberNullableArray", + Name: TestRequestNumberNullableArrayOperation, ID: "test_request_number_nullable_array", } ) @@ -15282,7 +15282,7 @@ func (s *Server) handleTestRequestNumberNullableArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberNullableArray", + OperationName: TestRequestNumberNullableArrayOperation, OperationSummary: "", OperationID: "test_request_number_nullable_array", Body: request, @@ -15337,7 +15337,7 @@ func (s *Server) handleTestRequestNumberNullableArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestNumberNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15368,7 +15368,7 @@ func (s *Server) handleTestRequestNumberNullableArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestNumberNullableArrayArray", + Name: TestRequestNumberNullableArrayArrayOperation, ID: "test_request_number_nullable_array_array", } ) @@ -15392,7 +15392,7 @@ func (s *Server) handleTestRequestNumberNullableArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestNumberNullableArrayArray", + OperationName: TestRequestNumberNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_number_nullable_array_array", Body: request, @@ -15447,7 +15447,7 @@ func (s *Server) handleTestRequestRequiredAnyRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredAny", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredAnyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15478,7 +15478,7 @@ func (s *Server) handleTestRequestRequiredAnyRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredAny", + Name: TestRequestRequiredAnyOperation, ID: "test_request_required_Any", } ) @@ -15502,7 +15502,7 @@ func (s *Server) handleTestRequestRequiredAnyRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredAny", + OperationName: TestRequestRequiredAnyOperation, OperationSummary: "", OperationID: "test_request_required_Any", Body: request, @@ -15557,7 +15557,7 @@ func (s *Server) handleTestRequestRequiredBooleanRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBoolean", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15588,7 +15588,7 @@ func (s *Server) handleTestRequestRequiredBooleanRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBoolean", + Name: TestRequestRequiredBooleanOperation, ID: "test_request_required_boolean", } ) @@ -15612,7 +15612,7 @@ func (s *Server) handleTestRequestRequiredBooleanRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBoolean", + OperationName: TestRequestRequiredBooleanOperation, OperationSummary: "", OperationID: "test_request_required_boolean", Body: request, @@ -15667,7 +15667,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBooleanArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15698,7 +15698,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBooleanArray", + Name: TestRequestRequiredBooleanArrayOperation, ID: "test_request_required_boolean_array", } ) @@ -15722,7 +15722,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBooleanArray", + OperationName: TestRequestRequiredBooleanArrayOperation, OperationSummary: "", OperationID: "test_request_required_boolean_array", Body: request, @@ -15777,7 +15777,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBooleanArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15808,7 +15808,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBooleanArrayArray", + Name: TestRequestRequiredBooleanArrayArrayOperation, ID: "test_request_required_boolean_array_array", } ) @@ -15832,7 +15832,7 @@ func (s *Server) handleTestRequestRequiredBooleanArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBooleanArrayArray", + OperationName: TestRequestRequiredBooleanArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_boolean_array_array", Body: request, @@ -15887,7 +15887,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBooleanNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -15918,7 +15918,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBooleanNullable", + Name: TestRequestRequiredBooleanNullableOperation, ID: "test_request_required_boolean_nullable", } ) @@ -15942,7 +15942,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBooleanNullable", + OperationName: TestRequestRequiredBooleanNullableOperation, OperationSummary: "", OperationID: "test_request_required_boolean_nullable", Body: request, @@ -15997,7 +15997,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBooleanNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16028,7 +16028,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBooleanNullableArray", + Name: TestRequestRequiredBooleanNullableArrayOperation, ID: "test_request_required_boolean_nullable_array", } ) @@ -16052,7 +16052,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBooleanNullableArray", + OperationName: TestRequestRequiredBooleanNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_boolean_nullable_array", Body: request, @@ -16107,7 +16107,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredBooleanNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16138,7 +16138,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredBooleanNullableArrayArray", + Name: TestRequestRequiredBooleanNullableArrayArrayOperation, ID: "test_request_required_boolean_nullable_array_array", } ) @@ -16162,7 +16162,7 @@ func (s *Server) handleTestRequestRequiredBooleanNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredBooleanNullableArrayArray", + OperationName: TestRequestRequiredBooleanNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_boolean_nullable_array_array", Body: request, @@ -16217,7 +16217,7 @@ func (s *Server) handleTestRequestRequiredEmptyStructRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredEmptyStruct", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredEmptyStructOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16248,7 +16248,7 @@ func (s *Server) handleTestRequestRequiredEmptyStructRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredEmptyStruct", + Name: TestRequestRequiredEmptyStructOperation, ID: "test_request_required_EmptyStruct", } ) @@ -16272,7 +16272,7 @@ func (s *Server) handleTestRequestRequiredEmptyStructRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredEmptyStruct", + OperationName: TestRequestRequiredEmptyStructOperation, OperationSummary: "", OperationID: "test_request_required_EmptyStruct", Body: request, @@ -16327,7 +16327,7 @@ func (s *Server) handleTestRequestRequiredFormatTestRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredFormatTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredFormatTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16358,7 +16358,7 @@ func (s *Server) handleTestRequestRequiredFormatTestRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredFormatTest", + Name: TestRequestRequiredFormatTestOperation, ID: "test_request_required_FormatTest", } ) @@ -16382,7 +16382,7 @@ func (s *Server) handleTestRequestRequiredFormatTestRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredFormatTest", + OperationName: TestRequestRequiredFormatTestOperation, OperationSummary: "", OperationID: "test_request_required_FormatTest", Body: request, @@ -16437,7 +16437,7 @@ func (s *Server) handleTestRequestRequiredIntegerRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredInteger", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16468,7 +16468,7 @@ func (s *Server) handleTestRequestRequiredIntegerRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredInteger", + Name: TestRequestRequiredIntegerOperation, ID: "test_request_required_integer", } ) @@ -16492,7 +16492,7 @@ func (s *Server) handleTestRequestRequiredIntegerRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredInteger", + OperationName: TestRequestRequiredIntegerOperation, OperationSummary: "", OperationID: "test_request_required_integer", Body: request, @@ -16547,7 +16547,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16578,7 +16578,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerArray", + Name: TestRequestRequiredIntegerArrayOperation, ID: "test_request_required_integer_array", } ) @@ -16602,7 +16602,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerArray", + OperationName: TestRequestRequiredIntegerArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_array", Body: request, @@ -16657,7 +16657,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16688,7 +16688,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerArrayArray", + Name: TestRequestRequiredIntegerArrayArrayOperation, ID: "test_request_required_integer_array_array", } ) @@ -16712,7 +16712,7 @@ func (s *Server) handleTestRequestRequiredIntegerArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerArrayArray", + OperationName: TestRequestRequiredIntegerArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_array_array", Body: request, @@ -16767,7 +16767,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16798,7 +16798,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16", + Name: TestRequestRequiredIntegerInt16Operation, ID: "test_request_required_integer_int16", } ) @@ -16822,7 +16822,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16", + OperationName: TestRequestRequiredIntegerInt16Operation, OperationSummary: "", OperationID: "test_request_required_integer_int16", Body: request, @@ -16877,7 +16877,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -16908,7 +16908,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16Array", + Name: TestRequestRequiredIntegerInt16ArrayOperation, ID: "test_request_required_integer_int16_array", } ) @@ -16932,7 +16932,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16Array", + OperationName: TestRequestRequiredIntegerInt16ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int16_array", Body: request, @@ -16987,7 +16987,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17018,7 +17018,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16ArrayArray", + Name: TestRequestRequiredIntegerInt16ArrayArrayOperation, ID: "test_request_required_integer_int16_array_array", } ) @@ -17042,7 +17042,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16ArrayArray", + OperationName: TestRequestRequiredIntegerInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int16_array_array", Body: request, @@ -17097,7 +17097,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17128,7 +17128,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16Nullable", + Name: TestRequestRequiredIntegerInt16NullableOperation, ID: "test_request_required_integer_int16_nullable", } ) @@ -17152,7 +17152,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16Nullable", + OperationName: TestRequestRequiredIntegerInt16NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_int16_nullable", Body: request, @@ -17207,7 +17207,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17238,7 +17238,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16NullableArray", + Name: TestRequestRequiredIntegerInt16NullableArrayOperation, ID: "test_request_required_integer_int16_nullable_array", } ) @@ -17262,7 +17262,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16NullableArray", + OperationName: TestRequestRequiredIntegerInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int16_nullable_array", Body: request, @@ -17317,7 +17317,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17348,7 +17348,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt16NullableArrayArray", + Name: TestRequestRequiredIntegerInt16NullableArrayArrayOperation, ID: "test_request_required_integer_int16_nullable_array_array", } ) @@ -17372,7 +17372,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt16NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt16NullableArrayArray", + OperationName: TestRequestRequiredIntegerInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int16_nullable_array_array", Body: request, @@ -17427,7 +17427,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17458,7 +17458,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32", + Name: TestRequestRequiredIntegerInt32Operation, ID: "test_request_required_integer_int32", } ) @@ -17482,7 +17482,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32", + OperationName: TestRequestRequiredIntegerInt32Operation, OperationSummary: "", OperationID: "test_request_required_integer_int32", Body: request, @@ -17537,7 +17537,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17568,7 +17568,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32Array", + Name: TestRequestRequiredIntegerInt32ArrayOperation, ID: "test_request_required_integer_int32_array", } ) @@ -17592,7 +17592,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32Array", + OperationName: TestRequestRequiredIntegerInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int32_array", Body: request, @@ -17647,7 +17647,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17678,7 +17678,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32ArrayArray", + Name: TestRequestRequiredIntegerInt32ArrayArrayOperation, ID: "test_request_required_integer_int32_array_array", } ) @@ -17702,7 +17702,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32ArrayArray", + OperationName: TestRequestRequiredIntegerInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int32_array_array", Body: request, @@ -17757,7 +17757,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17788,7 +17788,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32Nullable", + Name: TestRequestRequiredIntegerInt32NullableOperation, ID: "test_request_required_integer_int32_nullable", } ) @@ -17812,7 +17812,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32Nullable", + OperationName: TestRequestRequiredIntegerInt32NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_int32_nullable", Body: request, @@ -17867,7 +17867,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -17898,7 +17898,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32NullableArray", + Name: TestRequestRequiredIntegerInt32NullableArrayOperation, ID: "test_request_required_integer_int32_nullable_array", } ) @@ -17922,7 +17922,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32NullableArray", + OperationName: TestRequestRequiredIntegerInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int32_nullable_array", Body: request, @@ -17977,7 +17977,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18008,7 +18008,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt32NullableArrayArray", + Name: TestRequestRequiredIntegerInt32NullableArrayArrayOperation, ID: "test_request_required_integer_int32_nullable_array_array", } ) @@ -18032,7 +18032,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt32NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt32NullableArrayArray", + OperationName: TestRequestRequiredIntegerInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int32_nullable_array_array", Body: request, @@ -18087,7 +18087,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18118,7 +18118,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64", + Name: TestRequestRequiredIntegerInt64Operation, ID: "test_request_required_integer_int64", } ) @@ -18142,7 +18142,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64", + OperationName: TestRequestRequiredIntegerInt64Operation, OperationSummary: "", OperationID: "test_request_required_integer_int64", Body: request, @@ -18197,7 +18197,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18228,7 +18228,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64Array", + Name: TestRequestRequiredIntegerInt64ArrayOperation, ID: "test_request_required_integer_int64_array", } ) @@ -18252,7 +18252,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64Array", + OperationName: TestRequestRequiredIntegerInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int64_array", Body: request, @@ -18307,7 +18307,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18338,7 +18338,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64ArrayArray", + Name: TestRequestRequiredIntegerInt64ArrayArrayOperation, ID: "test_request_required_integer_int64_array_array", } ) @@ -18362,7 +18362,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64ArrayArray", + OperationName: TestRequestRequiredIntegerInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int64_array_array", Body: request, @@ -18417,7 +18417,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18448,7 +18448,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64Nullable", + Name: TestRequestRequiredIntegerInt64NullableOperation, ID: "test_request_required_integer_int64_nullable", } ) @@ -18472,7 +18472,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64Nullable", + OperationName: TestRequestRequiredIntegerInt64NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_int64_nullable", Body: request, @@ -18527,7 +18527,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18558,7 +18558,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64NullableArray", + Name: TestRequestRequiredIntegerInt64NullableArrayOperation, ID: "test_request_required_integer_int64_nullable_array", } ) @@ -18582,7 +18582,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64NullableArray", + OperationName: TestRequestRequiredIntegerInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int64_nullable_array", Body: request, @@ -18637,7 +18637,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18668,7 +18668,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt64NullableArrayArray", + Name: TestRequestRequiredIntegerInt64NullableArrayArrayOperation, ID: "test_request_required_integer_int64_nullable_array_array", } ) @@ -18692,7 +18692,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt64NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt64NullableArrayArray", + OperationName: TestRequestRequiredIntegerInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int64_nullable_array_array", Body: request, @@ -18747,7 +18747,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18778,7 +18778,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8", + Name: TestRequestRequiredIntegerInt8Operation, ID: "test_request_required_integer_int8", } ) @@ -18802,7 +18802,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8", + OperationName: TestRequestRequiredIntegerInt8Operation, OperationSummary: "", OperationID: "test_request_required_integer_int8", Body: request, @@ -18857,7 +18857,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18888,7 +18888,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8Array", + Name: TestRequestRequiredIntegerInt8ArrayOperation, ID: "test_request_required_integer_int8_array", } ) @@ -18912,7 +18912,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8Array", + OperationName: TestRequestRequiredIntegerInt8ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int8_array", Body: request, @@ -18967,7 +18967,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -18998,7 +18998,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8ArrayArray", + Name: TestRequestRequiredIntegerInt8ArrayArrayOperation, ID: "test_request_required_integer_int8_array_array", } ) @@ -19022,7 +19022,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8ArrayArray", + OperationName: TestRequestRequiredIntegerInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int8_array_array", Body: request, @@ -19077,7 +19077,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19108,7 +19108,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8Nullable", + Name: TestRequestRequiredIntegerInt8NullableOperation, ID: "test_request_required_integer_int8_nullable", } ) @@ -19132,7 +19132,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8Nullable", + OperationName: TestRequestRequiredIntegerInt8NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_int8_nullable", Body: request, @@ -19187,7 +19187,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19218,7 +19218,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8NullableArray", + Name: TestRequestRequiredIntegerInt8NullableArrayOperation, ID: "test_request_required_integer_int8_nullable_array", } ) @@ -19242,7 +19242,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8NullableArray", + OperationName: TestRequestRequiredIntegerInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int8_nullable_array", Body: request, @@ -19297,7 +19297,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19328,7 +19328,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerInt8NullableArrayArray", + Name: TestRequestRequiredIntegerInt8NullableArrayArrayOperation, ID: "test_request_required_integer_int8_nullable_array_array", } ) @@ -19352,7 +19352,7 @@ func (s *Server) handleTestRequestRequiredIntegerInt8NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerInt8NullableArrayArray", + OperationName: TestRequestRequiredIntegerInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_int8_nullable_array_array", Body: request, @@ -19407,7 +19407,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19438,7 +19438,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerNullable", + Name: TestRequestRequiredIntegerNullableOperation, ID: "test_request_required_integer_nullable", } ) @@ -19462,7 +19462,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerNullable", + OperationName: TestRequestRequiredIntegerNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_nullable", Body: request, @@ -19517,7 +19517,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19548,7 +19548,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerNullableArray", + Name: TestRequestRequiredIntegerNullableArrayOperation, ID: "test_request_required_integer_nullable_array", } ) @@ -19572,7 +19572,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerNullableArray", + OperationName: TestRequestRequiredIntegerNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_nullable_array", Body: request, @@ -19627,7 +19627,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19658,7 +19658,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerNullableArrayArray", + Name: TestRequestRequiredIntegerNullableArrayArrayOperation, ID: "test_request_required_integer_nullable_array_array", } ) @@ -19682,7 +19682,7 @@ func (s *Server) handleTestRequestRequiredIntegerNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerNullableArrayArray", + OperationName: TestRequestRequiredIntegerNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_nullable_array_array", Body: request, @@ -19737,7 +19737,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19768,7 +19768,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint", + Name: TestRequestRequiredIntegerUintOperation, ID: "test_request_required_integer_uint", } ) @@ -19792,7 +19792,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint", + OperationName: TestRequestRequiredIntegerUintOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint", Body: request, @@ -19847,7 +19847,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16Request(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19878,7 +19878,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16Request(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16", + Name: TestRequestRequiredIntegerUint16Operation, ID: "test_request_required_integer_uint16", } ) @@ -19902,7 +19902,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16Request(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16", + OperationName: TestRequestRequiredIntegerUint16Operation, OperationSummary: "", OperationID: "test_request_required_integer_uint16", Body: request, @@ -19957,7 +19957,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -19988,7 +19988,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16Array", + Name: TestRequestRequiredIntegerUint16ArrayOperation, ID: "test_request_required_integer_uint16_array", } ) @@ -20012,7 +20012,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16Array", + OperationName: TestRequestRequiredIntegerUint16ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint16_array", Body: request, @@ -20067,7 +20067,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20098,7 +20098,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16ArrayArray", + Name: TestRequestRequiredIntegerUint16ArrayArrayOperation, ID: "test_request_required_integer_uint16_array_array", } ) @@ -20122,7 +20122,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16ArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16ArrayArray", + OperationName: TestRequestRequiredIntegerUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint16_array_array", Body: request, @@ -20177,7 +20177,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20208,7 +20208,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16Nullable", + Name: TestRequestRequiredIntegerUint16NullableOperation, ID: "test_request_required_integer_uint16_nullable", } ) @@ -20232,7 +20232,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16Nullable", + OperationName: TestRequestRequiredIntegerUint16NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint16_nullable", Body: request, @@ -20287,7 +20287,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20318,7 +20318,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16NullableArray", + Name: TestRequestRequiredIntegerUint16NullableArrayOperation, ID: "test_request_required_integer_uint16_nullable_array", } ) @@ -20342,7 +20342,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16NullableArray", + OperationName: TestRequestRequiredIntegerUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint16_nullable_array", Body: request, @@ -20397,7 +20397,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20428,7 +20428,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint16NullableArrayArray", + Name: TestRequestRequiredIntegerUint16NullableArrayArrayOperation, ID: "test_request_required_integer_uint16_nullable_array_array", } ) @@ -20452,7 +20452,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint16NullableArrayArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint16NullableArrayArray", + OperationName: TestRequestRequiredIntegerUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint16_nullable_array_array", Body: request, @@ -20507,7 +20507,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32Request(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20538,7 +20538,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32Request(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32", + Name: TestRequestRequiredIntegerUint32Operation, ID: "test_request_required_integer_uint32", } ) @@ -20562,7 +20562,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32Request(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32", + OperationName: TestRequestRequiredIntegerUint32Operation, OperationSummary: "", OperationID: "test_request_required_integer_uint32", Body: request, @@ -20617,7 +20617,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20648,7 +20648,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32Array", + Name: TestRequestRequiredIntegerUint32ArrayOperation, ID: "test_request_required_integer_uint32_array", } ) @@ -20672,7 +20672,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32Array", + OperationName: TestRequestRequiredIntegerUint32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint32_array", Body: request, @@ -20727,7 +20727,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20758,7 +20758,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32ArrayArray", + Name: TestRequestRequiredIntegerUint32ArrayArrayOperation, ID: "test_request_required_integer_uint32_array_array", } ) @@ -20782,7 +20782,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32ArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32ArrayArray", + OperationName: TestRequestRequiredIntegerUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint32_array_array", Body: request, @@ -20837,7 +20837,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20868,7 +20868,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32Nullable", + Name: TestRequestRequiredIntegerUint32NullableOperation, ID: "test_request_required_integer_uint32_nullable", } ) @@ -20892,7 +20892,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32Nullable", + OperationName: TestRequestRequiredIntegerUint32NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint32_nullable", Body: request, @@ -20947,7 +20947,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -20978,7 +20978,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32NullableArray", + Name: TestRequestRequiredIntegerUint32NullableArrayOperation, ID: "test_request_required_integer_uint32_nullable_array", } ) @@ -21002,7 +21002,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32NullableArray", + OperationName: TestRequestRequiredIntegerUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint32_nullable_array", Body: request, @@ -21057,7 +21057,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21088,7 +21088,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint32NullableArrayArray", + Name: TestRequestRequiredIntegerUint32NullableArrayArrayOperation, ID: "test_request_required_integer_uint32_nullable_array_array", } ) @@ -21112,7 +21112,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint32NullableArrayArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint32NullableArrayArray", + OperationName: TestRequestRequiredIntegerUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint32_nullable_array_array", Body: request, @@ -21167,7 +21167,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64Request(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21198,7 +21198,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64Request(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64", + Name: TestRequestRequiredIntegerUint64Operation, ID: "test_request_required_integer_uint64", } ) @@ -21222,7 +21222,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64Request(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64", + OperationName: TestRequestRequiredIntegerUint64Operation, OperationSummary: "", OperationID: "test_request_required_integer_uint64", Body: request, @@ -21277,7 +21277,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21308,7 +21308,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64Array", + Name: TestRequestRequiredIntegerUint64ArrayOperation, ID: "test_request_required_integer_uint64_array", } ) @@ -21332,7 +21332,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64Array", + OperationName: TestRequestRequiredIntegerUint64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint64_array", Body: request, @@ -21387,7 +21387,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21418,7 +21418,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64ArrayArray", + Name: TestRequestRequiredIntegerUint64ArrayArrayOperation, ID: "test_request_required_integer_uint64_array_array", } ) @@ -21442,7 +21442,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64ArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64ArrayArray", + OperationName: TestRequestRequiredIntegerUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint64_array_array", Body: request, @@ -21497,7 +21497,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21528,7 +21528,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64Nullable", + Name: TestRequestRequiredIntegerUint64NullableOperation, ID: "test_request_required_integer_uint64_nullable", } ) @@ -21552,7 +21552,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64Nullable", + OperationName: TestRequestRequiredIntegerUint64NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint64_nullable", Body: request, @@ -21607,7 +21607,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21638,7 +21638,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64NullableArray", + Name: TestRequestRequiredIntegerUint64NullableArrayOperation, ID: "test_request_required_integer_uint64_nullable_array", } ) @@ -21662,7 +21662,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64NullableArray", + OperationName: TestRequestRequiredIntegerUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint64_nullable_array", Body: request, @@ -21717,7 +21717,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21748,7 +21748,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint64NullableArrayArray", + Name: TestRequestRequiredIntegerUint64NullableArrayArrayOperation, ID: "test_request_required_integer_uint64_nullable_array_array", } ) @@ -21772,7 +21772,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint64NullableArrayArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint64NullableArrayArray", + OperationName: TestRequestRequiredIntegerUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint64_nullable_array_array", Body: request, @@ -21827,7 +21827,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21858,7 +21858,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8", + Name: TestRequestRequiredIntegerUint8Operation, ID: "test_request_required_integer_uint8", } ) @@ -21882,7 +21882,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8", + OperationName: TestRequestRequiredIntegerUint8Operation, OperationSummary: "", OperationID: "test_request_required_integer_uint8", Body: request, @@ -21937,7 +21937,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -21968,7 +21968,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8Array", + Name: TestRequestRequiredIntegerUint8ArrayOperation, ID: "test_request_required_integer_uint8_array", } ) @@ -21992,7 +21992,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8Array", + OperationName: TestRequestRequiredIntegerUint8ArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint8_array", Body: request, @@ -22047,7 +22047,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22078,7 +22078,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8ArrayArray", + Name: TestRequestRequiredIntegerUint8ArrayArrayOperation, ID: "test_request_required_integer_uint8_array_array", } ) @@ -22102,7 +22102,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8ArrayArray", + OperationName: TestRequestRequiredIntegerUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint8_array_array", Body: request, @@ -22157,7 +22157,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22188,7 +22188,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8Nullable", + Name: TestRequestRequiredIntegerUint8NullableOperation, ID: "test_request_required_integer_uint8_nullable", } ) @@ -22212,7 +22212,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8Nullable", + OperationName: TestRequestRequiredIntegerUint8NullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint8_nullable", Body: request, @@ -22267,7 +22267,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22298,7 +22298,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8NullableArray", + Name: TestRequestRequiredIntegerUint8NullableArrayOperation, ID: "test_request_required_integer_uint8_nullable_array", } ) @@ -22322,7 +22322,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8NullableArray", + OperationName: TestRequestRequiredIntegerUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint8_nullable_array", Body: request, @@ -22377,7 +22377,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22408,7 +22408,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUint8NullableArrayArray", + Name: TestRequestRequiredIntegerUint8NullableArrayArrayOperation, ID: "test_request_required_integer_uint8_nullable_array_array", } ) @@ -22432,7 +22432,7 @@ func (s *Server) handleTestRequestRequiredIntegerUint8NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUint8NullableArrayArray", + OperationName: TestRequestRequiredIntegerUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint8_nullable_array_array", Body: request, @@ -22487,7 +22487,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22518,7 +22518,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUintArray", + Name: TestRequestRequiredIntegerUintArrayOperation, ID: "test_request_required_integer_uint_array", } ) @@ -22542,7 +22542,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUintArray", + OperationName: TestRequestRequiredIntegerUintArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint_array", Body: request, @@ -22597,7 +22597,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22628,7 +22628,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUintArrayArray", + Name: TestRequestRequiredIntegerUintArrayArrayOperation, ID: "test_request_required_integer_uint_array_array", } ) @@ -22652,7 +22652,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUintArrayArray", + OperationName: TestRequestRequiredIntegerUintArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint_array_array", Body: request, @@ -22707,7 +22707,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22738,7 +22738,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUintNullable", + Name: TestRequestRequiredIntegerUintNullableOperation, ID: "test_request_required_integer_uint_nullable", } ) @@ -22762,7 +22762,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUintNullable", + OperationName: TestRequestRequiredIntegerUintNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint_nullable", Body: request, @@ -22817,7 +22817,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22848,7 +22848,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUintNullableArray", + Name: TestRequestRequiredIntegerUintNullableArrayOperation, ID: "test_request_required_integer_uint_nullable_array", } ) @@ -22872,7 +22872,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUintNullableArray", + OperationName: TestRequestRequiredIntegerUintNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint_nullable_array", Body: request, @@ -22927,7 +22927,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -22958,7 +22958,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUintNullableArrayArray", + Name: TestRequestRequiredIntegerUintNullableArrayArrayOperation, ID: "test_request_required_integer_uint_nullable_array_array", } ) @@ -22982,7 +22982,7 @@ func (s *Server) handleTestRequestRequiredIntegerUintNullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUintNullableArrayArray", + OperationName: TestRequestRequiredIntegerUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_uint_nullable_array_array", Body: request, @@ -23037,7 +23037,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23068,7 +23068,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnix", + Name: TestRequestRequiredIntegerUnixOperation, ID: "test_request_required_integer_unix", } ) @@ -23092,7 +23092,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnix", + OperationName: TestRequestRequiredIntegerUnixOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix", Body: request, @@ -23147,7 +23147,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23178,7 +23178,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixArray", + Name: TestRequestRequiredIntegerUnixArrayOperation, ID: "test_request_required_integer_unix_array", } ) @@ -23202,7 +23202,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixArray", + OperationName: TestRequestRequiredIntegerUnixArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix_array", Body: request, @@ -23257,7 +23257,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23288,7 +23288,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixArrayArray", + Name: TestRequestRequiredIntegerUnixArrayArrayOperation, ID: "test_request_required_integer_unix_array_array", } ) @@ -23312,7 +23312,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixArrayArray", + OperationName: TestRequestRequiredIntegerUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix_array_array", Body: request, @@ -23367,7 +23367,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23398,7 +23398,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicro", + Name: TestRequestRequiredIntegerUnixMicroOperation, ID: "test_request_required_integer_unix-micro", } ) @@ -23422,7 +23422,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicro", + OperationName: TestRequestRequiredIntegerUnixMicroOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro", Body: request, @@ -23477,7 +23477,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23508,7 +23508,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicroArray", + Name: TestRequestRequiredIntegerUnixMicroArrayOperation, ID: "test_request_required_integer_unix-micro_array", } ) @@ -23532,7 +23532,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicroArray", + OperationName: TestRequestRequiredIntegerUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro_array", Body: request, @@ -23587,7 +23587,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23618,7 +23618,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicroArrayArray", + Name: TestRequestRequiredIntegerUnixMicroArrayArrayOperation, ID: "test_request_required_integer_unix-micro_array_array", } ) @@ -23642,7 +23642,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicroArrayArray", + OperationName: TestRequestRequiredIntegerUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro_array_array", Body: request, @@ -23697,7 +23697,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23728,7 +23728,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicroNullable", + Name: TestRequestRequiredIntegerUnixMicroNullableOperation, ID: "test_request_required_integer_unix-micro_nullable", } ) @@ -23752,7 +23752,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicroNullable", + OperationName: TestRequestRequiredIntegerUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro_nullable", Body: request, @@ -23807,7 +23807,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23838,7 +23838,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicroNullableArray", + Name: TestRequestRequiredIntegerUnixMicroNullableArrayOperation, ID: "test_request_required_integer_unix-micro_nullable_array", } ) @@ -23862,7 +23862,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicroNullableArray", + OperationName: TestRequestRequiredIntegerUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro_nullable_array", Body: request, @@ -23917,7 +23917,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayArrayRequ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -23948,7 +23948,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayArrayRequ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMicroNullableArrayArray", + Name: TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation, ID: "test_request_required_integer_unix-micro_nullable_array_array", } ) @@ -23972,7 +23972,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMicroNullableArrayArrayRequ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMicroNullableArrayArray", + OperationName: TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-micro_nullable_array_array", Body: request, @@ -24027,7 +24027,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24058,7 +24058,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilli", + Name: TestRequestRequiredIntegerUnixMilliOperation, ID: "test_request_required_integer_unix-milli", } ) @@ -24082,7 +24082,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilli", + OperationName: TestRequestRequiredIntegerUnixMilliOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli", Body: request, @@ -24137,7 +24137,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24168,7 +24168,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilliArray", + Name: TestRequestRequiredIntegerUnixMilliArrayOperation, ID: "test_request_required_integer_unix-milli_array", } ) @@ -24192,7 +24192,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilliArray", + OperationName: TestRequestRequiredIntegerUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli_array", Body: request, @@ -24247,7 +24247,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24278,7 +24278,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilliArrayArray", + Name: TestRequestRequiredIntegerUnixMilliArrayArrayOperation, ID: "test_request_required_integer_unix-milli_array_array", } ) @@ -24302,7 +24302,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilliArrayArray", + OperationName: TestRequestRequiredIntegerUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli_array_array", Body: request, @@ -24357,7 +24357,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24388,7 +24388,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilliNullable", + Name: TestRequestRequiredIntegerUnixMilliNullableOperation, ID: "test_request_required_integer_unix-milli_nullable", } ) @@ -24412,7 +24412,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilliNullable", + OperationName: TestRequestRequiredIntegerUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli_nullable", Body: request, @@ -24467,7 +24467,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24498,7 +24498,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilliNullableArray", + Name: TestRequestRequiredIntegerUnixMilliNullableArrayOperation, ID: "test_request_required_integer_unix-milli_nullable_array", } ) @@ -24522,7 +24522,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilliNullableArray", + OperationName: TestRequestRequiredIntegerUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli_nullable_array", Body: request, @@ -24577,7 +24577,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayArrayRequ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24608,7 +24608,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayArrayRequ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixMilliNullableArrayArray", + Name: TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation, ID: "test_request_required_integer_unix-milli_nullable_array_array", } ) @@ -24632,7 +24632,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixMilliNullableArrayArrayRequ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixMilliNullableArrayArray", + OperationName: TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-milli_nullable_array_array", Body: request, @@ -24687,7 +24687,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24718,7 +24718,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNano", + Name: TestRequestRequiredIntegerUnixNanoOperation, ID: "test_request_required_integer_unix-nano", } ) @@ -24742,7 +24742,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNano", + OperationName: TestRequestRequiredIntegerUnixNanoOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano", Body: request, @@ -24797,7 +24797,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24828,7 +24828,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNanoArray", + Name: TestRequestRequiredIntegerUnixNanoArrayOperation, ID: "test_request_required_integer_unix-nano_array", } ) @@ -24852,7 +24852,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNanoArray", + OperationName: TestRequestRequiredIntegerUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano_array", Body: request, @@ -24907,7 +24907,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -24938,7 +24938,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNanoArrayArray", + Name: TestRequestRequiredIntegerUnixNanoArrayArrayOperation, ID: "test_request_required_integer_unix-nano_array_array", } ) @@ -24962,7 +24962,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNanoArrayArray", + OperationName: TestRequestRequiredIntegerUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano_array_array", Body: request, @@ -25017,7 +25017,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25048,7 +25048,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNanoNullable", + Name: TestRequestRequiredIntegerUnixNanoNullableOperation, ID: "test_request_required_integer_unix-nano_nullable", } ) @@ -25072,7 +25072,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNanoNullable", + OperationName: TestRequestRequiredIntegerUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano_nullable", Body: request, @@ -25127,7 +25127,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25158,7 +25158,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNanoNullableArray", + Name: TestRequestRequiredIntegerUnixNanoNullableArrayOperation, ID: "test_request_required_integer_unix-nano_nullable_array", } ) @@ -25182,7 +25182,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNanoNullableArray", + OperationName: TestRequestRequiredIntegerUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano_nullable_array", Body: request, @@ -25237,7 +25237,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayArrayReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25268,7 +25268,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayArrayReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNanoNullableArrayArray", + Name: TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation, ID: "test_request_required_integer_unix-nano_nullable_array_array", } ) @@ -25292,7 +25292,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNanoNullableArrayArrayReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNanoNullableArrayArray", + OperationName: TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-nano_nullable_array_array", Body: request, @@ -25347,7 +25347,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25378,7 +25378,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNullable", + Name: TestRequestRequiredIntegerUnixNullableOperation, ID: "test_request_required_integer_unix_nullable", } ) @@ -25402,7 +25402,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNullable", + OperationName: TestRequestRequiredIntegerUnixNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix_nullable", Body: request, @@ -25457,7 +25457,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25488,7 +25488,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNullableArray", + Name: TestRequestRequiredIntegerUnixNullableArrayOperation, ID: "test_request_required_integer_unix_nullable_array", } ) @@ -25512,7 +25512,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNullableArray", + OperationName: TestRequestRequiredIntegerUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix_nullable_array", Body: request, @@ -25567,7 +25567,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25598,7 +25598,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixNullableArrayArray", + Name: TestRequestRequiredIntegerUnixNullableArrayArrayOperation, ID: "test_request_required_integer_unix_nullable_array_array", } ) @@ -25622,7 +25622,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixNullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixNullableArrayArray", + OperationName: TestRequestRequiredIntegerUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix_nullable_array_array", Body: request, @@ -25677,7 +25677,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25708,7 +25708,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSeconds", + Name: TestRequestRequiredIntegerUnixSecondsOperation, ID: "test_request_required_integer_unix-seconds", } ) @@ -25732,7 +25732,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSeconds", + OperationName: TestRequestRequiredIntegerUnixSecondsOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds", Body: request, @@ -25787,7 +25787,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25818,7 +25818,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSecondsArray", + Name: TestRequestRequiredIntegerUnixSecondsArrayOperation, ID: "test_request_required_integer_unix-seconds_array", } ) @@ -25842,7 +25842,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSecondsArray", + OperationName: TestRequestRequiredIntegerUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds_array", Body: request, @@ -25897,7 +25897,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -25928,7 +25928,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSecondsArrayArray", + Name: TestRequestRequiredIntegerUnixSecondsArrayArrayOperation, ID: "test_request_required_integer_unix-seconds_array_array", } ) @@ -25952,7 +25952,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSecondsArrayArray", + OperationName: TestRequestRequiredIntegerUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds_array_array", Body: request, @@ -26007,7 +26007,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26038,7 +26038,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSecondsNullable", + Name: TestRequestRequiredIntegerUnixSecondsNullableOperation, ID: "test_request_required_integer_unix-seconds_nullable", } ) @@ -26062,7 +26062,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSecondsNullable", + OperationName: TestRequestRequiredIntegerUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds_nullable", Body: request, @@ -26117,7 +26117,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26148,7 +26148,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSecondsNullableArray", + Name: TestRequestRequiredIntegerUnixSecondsNullableArrayOperation, ID: "test_request_required_integer_unix-seconds_nullable_array", } ) @@ -26172,7 +26172,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSecondsNullableArray", + OperationName: TestRequestRequiredIntegerUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds_nullable_array", Body: request, @@ -26227,7 +26227,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayArrayRe } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredIntegerUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26258,7 +26258,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayArrayRe } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredIntegerUnixSecondsNullableArrayArray", + Name: TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation, ID: "test_request_required_integer_unix-seconds_nullable_array_array", } ) @@ -26282,7 +26282,7 @@ func (s *Server) handleTestRequestRequiredIntegerUnixSecondsNullableArrayArrayRe if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredIntegerUnixSecondsNullableArrayArray", + OperationName: TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_integer_unix-seconds_nullable_array_array", Body: request, @@ -26337,7 +26337,7 @@ func (s *Server) handleTestRequestRequiredNullRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNull", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26368,7 +26368,7 @@ func (s *Server) handleTestRequestRequiredNullRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNull", + Name: TestRequestRequiredNullOperation, ID: "test_request_required_null", } ) @@ -26392,7 +26392,7 @@ func (s *Server) handleTestRequestRequiredNullRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNull", + OperationName: TestRequestRequiredNullOperation, OperationSummary: "", OperationID: "test_request_required_null", Body: request, @@ -26447,7 +26447,7 @@ func (s *Server) handleTestRequestRequiredNullArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNullArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26478,7 +26478,7 @@ func (s *Server) handleTestRequestRequiredNullArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNullArray", + Name: TestRequestRequiredNullArrayOperation, ID: "test_request_required_null_array", } ) @@ -26502,7 +26502,7 @@ func (s *Server) handleTestRequestRequiredNullArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNullArray", + OperationName: TestRequestRequiredNullArrayOperation, OperationSummary: "", OperationID: "test_request_required_null_array", Body: request, @@ -26557,7 +26557,7 @@ func (s *Server) handleTestRequestRequiredNullArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNullArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26588,7 +26588,7 @@ func (s *Server) handleTestRequestRequiredNullArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNullArrayArray", + Name: TestRequestRequiredNullArrayArrayOperation, ID: "test_request_required_null_array_array", } ) @@ -26612,7 +26612,7 @@ func (s *Server) handleTestRequestRequiredNullArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNullArrayArray", + OperationName: TestRequestRequiredNullArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_null_array_array", Body: request, @@ -26667,7 +26667,7 @@ func (s *Server) handleTestRequestRequiredNullNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNullNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26698,7 +26698,7 @@ func (s *Server) handleTestRequestRequiredNullNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNullNullable", + Name: TestRequestRequiredNullNullableOperation, ID: "test_request_required_null_nullable", } ) @@ -26722,7 +26722,7 @@ func (s *Server) handleTestRequestRequiredNullNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNullNullable", + OperationName: TestRequestRequiredNullNullableOperation, OperationSummary: "", OperationID: "test_request_required_null_nullable", Body: request, @@ -26777,7 +26777,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNullNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26808,7 +26808,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNullNullableArray", + Name: TestRequestRequiredNullNullableArrayOperation, ID: "test_request_required_null_nullable_array", } ) @@ -26832,7 +26832,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNullNullableArray", + OperationName: TestRequestRequiredNullNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_null_nullable_array", Body: request, @@ -26887,7 +26887,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNullNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -26918,7 +26918,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNullNullableArrayArray", + Name: TestRequestRequiredNullNullableArrayArrayOperation, ID: "test_request_required_null_nullable_array_array", } ) @@ -26942,7 +26942,7 @@ func (s *Server) handleTestRequestRequiredNullNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNullNullableArrayArray", + OperationName: TestRequestRequiredNullNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_null_nullable_array_array", Body: request, @@ -26997,7 +26997,7 @@ func (s *Server) handleTestRequestRequiredNumberRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumber", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27028,7 +27028,7 @@ func (s *Server) handleTestRequestRequiredNumberRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumber", + Name: TestRequestRequiredNumberOperation, ID: "test_request_required_number", } ) @@ -27052,7 +27052,7 @@ func (s *Server) handleTestRequestRequiredNumberRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumber", + OperationName: TestRequestRequiredNumberOperation, OperationSummary: "", OperationID: "test_request_required_number", Body: request, @@ -27107,7 +27107,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27138,7 +27138,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberArray", + Name: TestRequestRequiredNumberArrayOperation, ID: "test_request_required_number_array", } ) @@ -27162,7 +27162,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberArray", + OperationName: TestRequestRequiredNumberArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_array", Body: request, @@ -27217,7 +27217,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27248,7 +27248,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberArrayArray", + Name: TestRequestRequiredNumberArrayArrayOperation, ID: "test_request_required_number_array_array", } ) @@ -27272,7 +27272,7 @@ func (s *Server) handleTestRequestRequiredNumberArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberArrayArray", + OperationName: TestRequestRequiredNumberArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_array_array", Body: request, @@ -27327,7 +27327,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDouble", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27358,7 +27358,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDouble", + Name: TestRequestRequiredNumberDoubleOperation, ID: "test_request_required_number_double", } ) @@ -27382,7 +27382,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDouble", + OperationName: TestRequestRequiredNumberDoubleOperation, OperationSummary: "", OperationID: "test_request_required_number_double", Body: request, @@ -27437,7 +27437,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDoubleArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27468,7 +27468,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDoubleArray", + Name: TestRequestRequiredNumberDoubleArrayOperation, ID: "test_request_required_number_double_array", } ) @@ -27492,7 +27492,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDoubleArray", + OperationName: TestRequestRequiredNumberDoubleArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_double_array", Body: request, @@ -27547,7 +27547,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDoubleArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27578,7 +27578,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDoubleArrayArray", + Name: TestRequestRequiredNumberDoubleArrayArrayOperation, ID: "test_request_required_number_double_array_array", } ) @@ -27602,7 +27602,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDoubleArrayArray", + OperationName: TestRequestRequiredNumberDoubleArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_double_array_array", Body: request, @@ -27657,7 +27657,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDoubleNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27688,7 +27688,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDoubleNullable", + Name: TestRequestRequiredNumberDoubleNullableOperation, ID: "test_request_required_number_double_nullable", } ) @@ -27712,7 +27712,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDoubleNullable", + OperationName: TestRequestRequiredNumberDoubleNullableOperation, OperationSummary: "", OperationID: "test_request_required_number_double_nullable", Body: request, @@ -27767,7 +27767,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDoubleNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27798,7 +27798,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDoubleNullableArray", + Name: TestRequestRequiredNumberDoubleNullableArrayOperation, ID: "test_request_required_number_double_nullable_array", } ) @@ -27822,7 +27822,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDoubleNullableArray", + OperationName: TestRequestRequiredNumberDoubleNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_double_nullable_array", Body: request, @@ -27877,7 +27877,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberDoubleNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -27908,7 +27908,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberDoubleNullableArrayArray", + Name: TestRequestRequiredNumberDoubleNullableArrayArrayOperation, ID: "test_request_required_number_double_nullable_array_array", } ) @@ -27932,7 +27932,7 @@ func (s *Server) handleTestRequestRequiredNumberDoubleNullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberDoubleNullableArrayArray", + OperationName: TestRequestRequiredNumberDoubleNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_double_nullable_array_array", Body: request, @@ -27987,7 +27987,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloat", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28018,7 +28018,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloat", + Name: TestRequestRequiredNumberFloatOperation, ID: "test_request_required_number_float", } ) @@ -28042,7 +28042,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloat", + OperationName: TestRequestRequiredNumberFloatOperation, OperationSummary: "", OperationID: "test_request_required_number_float", Body: request, @@ -28097,7 +28097,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloatArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28128,7 +28128,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloatArray", + Name: TestRequestRequiredNumberFloatArrayOperation, ID: "test_request_required_number_float_array", } ) @@ -28152,7 +28152,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloatArray", + OperationName: TestRequestRequiredNumberFloatArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_float_array", Body: request, @@ -28207,7 +28207,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloatArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28238,7 +28238,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloatArrayArray", + Name: TestRequestRequiredNumberFloatArrayArrayOperation, ID: "test_request_required_number_float_array_array", } ) @@ -28262,7 +28262,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloatArrayArray", + OperationName: TestRequestRequiredNumberFloatArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_float_array_array", Body: request, @@ -28317,7 +28317,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloatNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28348,7 +28348,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloatNullable", + Name: TestRequestRequiredNumberFloatNullableOperation, ID: "test_request_required_number_float_nullable", } ) @@ -28372,7 +28372,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloatNullable", + OperationName: TestRequestRequiredNumberFloatNullableOperation, OperationSummary: "", OperationID: "test_request_required_number_float_nullable", Body: request, @@ -28427,7 +28427,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloatNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28458,7 +28458,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloatNullableArray", + Name: TestRequestRequiredNumberFloatNullableArrayOperation, ID: "test_request_required_number_float_nullable_array", } ) @@ -28482,7 +28482,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloatNullableArray", + OperationName: TestRequestRequiredNumberFloatNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_float_nullable_array", Body: request, @@ -28537,7 +28537,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberFloatNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28568,7 +28568,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberFloatNullableArrayArray", + Name: TestRequestRequiredNumberFloatNullableArrayArrayOperation, ID: "test_request_required_number_float_nullable_array_array", } ) @@ -28592,7 +28592,7 @@ func (s *Server) handleTestRequestRequiredNumberFloatNullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberFloatNullableArrayArray", + OperationName: TestRequestRequiredNumberFloatNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_float_nullable_array_array", Body: request, @@ -28647,7 +28647,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28678,7 +28678,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32", + Name: TestRequestRequiredNumberInt32Operation, ID: "test_request_required_number_int32", } ) @@ -28702,7 +28702,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32", + OperationName: TestRequestRequiredNumberInt32Operation, OperationSummary: "", OperationID: "test_request_required_number_int32", Body: request, @@ -28757,7 +28757,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28788,7 +28788,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32Array", + Name: TestRequestRequiredNumberInt32ArrayOperation, ID: "test_request_required_number_int32_array", } ) @@ -28812,7 +28812,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32Array", + OperationName: TestRequestRequiredNumberInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int32_array", Body: request, @@ -28867,7 +28867,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -28898,7 +28898,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32ArrayArray", + Name: TestRequestRequiredNumberInt32ArrayArrayOperation, ID: "test_request_required_number_int32_array_array", } ) @@ -28922,7 +28922,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32ArrayArray", + OperationName: TestRequestRequiredNumberInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int32_array_array", Body: request, @@ -28977,7 +28977,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29008,7 +29008,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32Nullable", + Name: TestRequestRequiredNumberInt32NullableOperation, ID: "test_request_required_number_int32_nullable", } ) @@ -29032,7 +29032,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32Nullable", + OperationName: TestRequestRequiredNumberInt32NullableOperation, OperationSummary: "", OperationID: "test_request_required_number_int32_nullable", Body: request, @@ -29087,7 +29087,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29118,7 +29118,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32NullableArray", + Name: TestRequestRequiredNumberInt32NullableArrayOperation, ID: "test_request_required_number_int32_nullable_array", } ) @@ -29142,7 +29142,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32NullableArray", + OperationName: TestRequestRequiredNumberInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int32_nullable_array", Body: request, @@ -29197,7 +29197,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29228,7 +29228,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt32NullableArrayArray", + Name: TestRequestRequiredNumberInt32NullableArrayArrayOperation, ID: "test_request_required_number_int32_nullable_array_array", } ) @@ -29252,7 +29252,7 @@ func (s *Server) handleTestRequestRequiredNumberInt32NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt32NullableArrayArray", + OperationName: TestRequestRequiredNumberInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int32_nullable_array_array", Body: request, @@ -29307,7 +29307,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29338,7 +29338,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64", + Name: TestRequestRequiredNumberInt64Operation, ID: "test_request_required_number_int64", } ) @@ -29362,7 +29362,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64", + OperationName: TestRequestRequiredNumberInt64Operation, OperationSummary: "", OperationID: "test_request_required_number_int64", Body: request, @@ -29417,7 +29417,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29448,7 +29448,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64Array", + Name: TestRequestRequiredNumberInt64ArrayOperation, ID: "test_request_required_number_int64_array", } ) @@ -29472,7 +29472,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64Array", + OperationName: TestRequestRequiredNumberInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int64_array", Body: request, @@ -29527,7 +29527,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29558,7 +29558,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64ArrayArray", + Name: TestRequestRequiredNumberInt64ArrayArrayOperation, ID: "test_request_required_number_int64_array_array", } ) @@ -29582,7 +29582,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64ArrayArray", + OperationName: TestRequestRequiredNumberInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int64_array_array", Body: request, @@ -29637,7 +29637,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29668,7 +29668,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64Nullable", + Name: TestRequestRequiredNumberInt64NullableOperation, ID: "test_request_required_number_int64_nullable", } ) @@ -29692,7 +29692,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64Nullable", + OperationName: TestRequestRequiredNumberInt64NullableOperation, OperationSummary: "", OperationID: "test_request_required_number_int64_nullable", Body: request, @@ -29747,7 +29747,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29778,7 +29778,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64NullableArray", + Name: TestRequestRequiredNumberInt64NullableArrayOperation, ID: "test_request_required_number_int64_nullable_array", } ) @@ -29802,7 +29802,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64NullableArray", + OperationName: TestRequestRequiredNumberInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int64_nullable_array", Body: request, @@ -29857,7 +29857,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29888,7 +29888,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberInt64NullableArrayArray", + Name: TestRequestRequiredNumberInt64NullableArrayArrayOperation, ID: "test_request_required_number_int64_nullable_array_array", } ) @@ -29912,7 +29912,7 @@ func (s *Server) handleTestRequestRequiredNumberInt64NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberInt64NullableArrayArray", + OperationName: TestRequestRequiredNumberInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_int64_nullable_array_array", Body: request, @@ -29967,7 +29967,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -29998,7 +29998,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberNullable", + Name: TestRequestRequiredNumberNullableOperation, ID: "test_request_required_number_nullable", } ) @@ -30022,7 +30022,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberNullable", + OperationName: TestRequestRequiredNumberNullableOperation, OperationSummary: "", OperationID: "test_request_required_number_nullable", Body: request, @@ -30077,7 +30077,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30108,7 +30108,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberNullableArray", + Name: TestRequestRequiredNumberNullableArrayOperation, ID: "test_request_required_number_nullable_array", } ) @@ -30132,7 +30132,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberNullableArray", + OperationName: TestRequestRequiredNumberNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_nullable_array", Body: request, @@ -30187,7 +30187,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredNumberNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30218,7 +30218,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredNumberNullableArrayArray", + Name: TestRequestRequiredNumberNullableArrayArrayOperation, ID: "test_request_required_number_nullable_array_array", } ) @@ -30242,7 +30242,7 @@ func (s *Server) handleTestRequestRequiredNumberNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredNumberNullableArrayArray", + OperationName: TestRequestRequiredNumberNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_number_nullable_array_array", Body: request, @@ -30297,7 +30297,7 @@ func (s *Server) handleTestRequestRequiredStringRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredString", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30328,7 +30328,7 @@ func (s *Server) handleTestRequestRequiredStringRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredString", + Name: TestRequestRequiredStringOperation, ID: "test_request_required_string", } ) @@ -30352,7 +30352,7 @@ func (s *Server) handleTestRequestRequiredStringRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredString", + OperationName: TestRequestRequiredStringOperation, OperationSummary: "", OperationID: "test_request_required_string", Body: request, @@ -30407,7 +30407,7 @@ func (s *Server) handleTestRequestRequiredStringArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30438,7 +30438,7 @@ func (s *Server) handleTestRequestRequiredStringArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringArray", + Name: TestRequestRequiredStringArrayOperation, ID: "test_request_required_string_array", } ) @@ -30462,7 +30462,7 @@ func (s *Server) handleTestRequestRequiredStringArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringArray", + OperationName: TestRequestRequiredStringArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_array", Body: request, @@ -30517,7 +30517,7 @@ func (s *Server) handleTestRequestRequiredStringArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30548,7 +30548,7 @@ func (s *Server) handleTestRequestRequiredStringArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringArrayArray", + Name: TestRequestRequiredStringArrayArrayOperation, ID: "test_request_required_string_array_array", } ) @@ -30572,7 +30572,7 @@ func (s *Server) handleTestRequestRequiredStringArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringArrayArray", + OperationName: TestRequestRequiredStringArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_array_array", Body: request, @@ -30627,7 +30627,7 @@ func (s *Server) handleTestRequestRequiredStringBase64Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30658,7 +30658,7 @@ func (s *Server) handleTestRequestRequiredStringBase64Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64", + Name: TestRequestRequiredStringBase64Operation, ID: "test_request_required_string_base64", } ) @@ -30682,7 +30682,7 @@ func (s *Server) handleTestRequestRequiredStringBase64Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64", + OperationName: TestRequestRequiredStringBase64Operation, OperationSummary: "", OperationID: "test_request_required_string_base64", Body: request, @@ -30737,7 +30737,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30768,7 +30768,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64Array", + Name: TestRequestRequiredStringBase64ArrayOperation, ID: "test_request_required_string_base64_array", } ) @@ -30792,7 +30792,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64Array", + OperationName: TestRequestRequiredStringBase64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_base64_array", Body: request, @@ -30847,7 +30847,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30878,7 +30878,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64ArrayArray", + Name: TestRequestRequiredStringBase64ArrayArrayOperation, ID: "test_request_required_string_base64_array_array", } ) @@ -30902,7 +30902,7 @@ func (s *Server) handleTestRequestRequiredStringBase64ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64ArrayArray", + OperationName: TestRequestRequiredStringBase64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_base64_array_array", Body: request, @@ -30957,7 +30957,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -30988,7 +30988,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64Nullable", + Name: TestRequestRequiredStringBase64NullableOperation, ID: "test_request_required_string_base64_nullable", } ) @@ -31012,7 +31012,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64Nullable", + OperationName: TestRequestRequiredStringBase64NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_base64_nullable", Body: request, @@ -31067,7 +31067,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31098,7 +31098,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64NullableArray", + Name: TestRequestRequiredStringBase64NullableArrayOperation, ID: "test_request_required_string_base64_nullable_array", } ) @@ -31122,7 +31122,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64NullableArray", + OperationName: TestRequestRequiredStringBase64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_base64_nullable_array", Body: request, @@ -31177,7 +31177,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBase64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31208,7 +31208,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBase64NullableArrayArray", + Name: TestRequestRequiredStringBase64NullableArrayArrayOperation, ID: "test_request_required_string_base64_nullable_array_array", } ) @@ -31232,7 +31232,7 @@ func (s *Server) handleTestRequestRequiredStringBase64NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBase64NullableArrayArray", + OperationName: TestRequestRequiredStringBase64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_base64_nullable_array_array", Body: request, @@ -31287,7 +31287,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinary", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31318,7 +31318,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinary", + Name: TestRequestRequiredStringBinaryOperation, ID: "test_request_required_string_binary", } ) @@ -31342,7 +31342,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinary", + OperationName: TestRequestRequiredStringBinaryOperation, OperationSummary: "", OperationID: "test_request_required_string_binary", Body: request, @@ -31397,7 +31397,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinaryArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31428,7 +31428,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinaryArray", + Name: TestRequestRequiredStringBinaryArrayOperation, ID: "test_request_required_string_binary_array", } ) @@ -31452,7 +31452,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinaryArray", + OperationName: TestRequestRequiredStringBinaryArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_binary_array", Body: request, @@ -31507,7 +31507,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinaryArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31538,7 +31538,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinaryArrayArray", + Name: TestRequestRequiredStringBinaryArrayArrayOperation, ID: "test_request_required_string_binary_array_array", } ) @@ -31562,7 +31562,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinaryArrayArray", + OperationName: TestRequestRequiredStringBinaryArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_binary_array_array", Body: request, @@ -31617,7 +31617,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinaryNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31648,7 +31648,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinaryNullable", + Name: TestRequestRequiredStringBinaryNullableOperation, ID: "test_request_required_string_binary_nullable", } ) @@ -31672,7 +31672,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinaryNullable", + OperationName: TestRequestRequiredStringBinaryNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_binary_nullable", Body: request, @@ -31727,7 +31727,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinaryNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31758,7 +31758,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinaryNullableArray", + Name: TestRequestRequiredStringBinaryNullableArrayOperation, ID: "test_request_required_string_binary_nullable_array", } ) @@ -31782,7 +31782,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinaryNullableArray", + OperationName: TestRequestRequiredStringBinaryNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_binary_nullable_array", Body: request, @@ -31837,7 +31837,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringBinaryNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31868,7 +31868,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringBinaryNullableArrayArray", + Name: TestRequestRequiredStringBinaryNullableArrayArrayOperation, ID: "test_request_required_string_binary_nullable_array_array", } ) @@ -31892,7 +31892,7 @@ func (s *Server) handleTestRequestRequiredStringBinaryNullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringBinaryNullableArrayArray", + OperationName: TestRequestRequiredStringBinaryNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_binary_nullable_array_array", Body: request, @@ -31947,7 +31947,7 @@ func (s *Server) handleTestRequestRequiredStringByteRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByte", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -31978,7 +31978,7 @@ func (s *Server) handleTestRequestRequiredStringByteRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByte", + Name: TestRequestRequiredStringByteOperation, ID: "test_request_required_string_byte", } ) @@ -32002,7 +32002,7 @@ func (s *Server) handleTestRequestRequiredStringByteRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByte", + OperationName: TestRequestRequiredStringByteOperation, OperationSummary: "", OperationID: "test_request_required_string_byte", Body: request, @@ -32057,7 +32057,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByteArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32088,7 +32088,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByteArray", + Name: TestRequestRequiredStringByteArrayOperation, ID: "test_request_required_string_byte_array", } ) @@ -32112,7 +32112,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByteArray", + OperationName: TestRequestRequiredStringByteArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_byte_array", Body: request, @@ -32167,7 +32167,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByteArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32198,7 +32198,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByteArrayArray", + Name: TestRequestRequiredStringByteArrayArrayOperation, ID: "test_request_required_string_byte_array_array", } ) @@ -32222,7 +32222,7 @@ func (s *Server) handleTestRequestRequiredStringByteArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByteArrayArray", + OperationName: TestRequestRequiredStringByteArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_byte_array_array", Body: request, @@ -32277,7 +32277,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByteNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32308,7 +32308,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByteNullable", + Name: TestRequestRequiredStringByteNullableOperation, ID: "test_request_required_string_byte_nullable", } ) @@ -32332,7 +32332,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByteNullable", + OperationName: TestRequestRequiredStringByteNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_byte_nullable", Body: request, @@ -32387,7 +32387,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByteNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32418,7 +32418,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByteNullableArray", + Name: TestRequestRequiredStringByteNullableArrayOperation, ID: "test_request_required_string_byte_nullable_array", } ) @@ -32442,7 +32442,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByteNullableArray", + OperationName: TestRequestRequiredStringByteNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_byte_nullable_array", Body: request, @@ -32497,7 +32497,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringByteNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32528,7 +32528,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringByteNullableArrayArray", + Name: TestRequestRequiredStringByteNullableArrayArrayOperation, ID: "test_request_required_string_byte_nullable_array_array", } ) @@ -32552,7 +32552,7 @@ func (s *Server) handleTestRequestRequiredStringByteNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringByteNullableArrayArray", + OperationName: TestRequestRequiredStringByteNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_byte_nullable_array_array", Body: request, @@ -32607,7 +32607,7 @@ func (s *Server) handleTestRequestRequiredStringDateRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDate", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32638,7 +32638,7 @@ func (s *Server) handleTestRequestRequiredStringDateRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDate", + Name: TestRequestRequiredStringDateOperation, ID: "test_request_required_string_date", } ) @@ -32662,7 +32662,7 @@ func (s *Server) handleTestRequestRequiredStringDateRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDate", + OperationName: TestRequestRequiredStringDateOperation, OperationSummary: "", OperationID: "test_request_required_string_date", Body: request, @@ -32717,7 +32717,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32748,7 +32748,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateArray", + Name: TestRequestRequiredStringDateArrayOperation, ID: "test_request_required_string_date_array", } ) @@ -32772,7 +32772,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateArray", + OperationName: TestRequestRequiredStringDateArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date_array", Body: request, @@ -32827,7 +32827,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32858,7 +32858,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateArrayArray", + Name: TestRequestRequiredStringDateArrayArrayOperation, ID: "test_request_required_string_date_array_array", } ) @@ -32882,7 +32882,7 @@ func (s *Server) handleTestRequestRequiredStringDateArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateArrayArray", + OperationName: TestRequestRequiredStringDateArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date_array_array", Body: request, @@ -32937,7 +32937,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -32968,7 +32968,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateNullable", + Name: TestRequestRequiredStringDateNullableOperation, ID: "test_request_required_string_date_nullable", } ) @@ -32992,7 +32992,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateNullable", + OperationName: TestRequestRequiredStringDateNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_date_nullable", Body: request, @@ -33047,7 +33047,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33078,7 +33078,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateNullableArray", + Name: TestRequestRequiredStringDateNullableArrayOperation, ID: "test_request_required_string_date_nullable_array", } ) @@ -33102,7 +33102,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateNullableArray", + OperationName: TestRequestRequiredStringDateNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date_nullable_array", Body: request, @@ -33157,7 +33157,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33188,7 +33188,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateNullableArrayArray", + Name: TestRequestRequiredStringDateNullableArrayArrayOperation, ID: "test_request_required_string_date_nullable_array_array", } ) @@ -33212,7 +33212,7 @@ func (s *Server) handleTestRequestRequiredStringDateNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateNullableArrayArray", + OperationName: TestRequestRequiredStringDateNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date_nullable_array_array", Body: request, @@ -33267,7 +33267,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33298,7 +33298,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTime", + Name: TestRequestRequiredStringDateTimeOperation, ID: "test_request_required_string_date-time", } ) @@ -33322,7 +33322,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTime", + OperationName: TestRequestRequiredStringDateTimeOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time", Body: request, @@ -33377,7 +33377,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33408,7 +33408,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTimeArray", + Name: TestRequestRequiredStringDateTimeArrayOperation, ID: "test_request_required_string_date-time_array", } ) @@ -33432,7 +33432,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTimeArray", + OperationName: TestRequestRequiredStringDateTimeArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time_array", Body: request, @@ -33487,7 +33487,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33518,7 +33518,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTimeArrayArray", + Name: TestRequestRequiredStringDateTimeArrayArrayOperation, ID: "test_request_required_string_date-time_array_array", } ) @@ -33542,7 +33542,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTimeArrayArray", + OperationName: TestRequestRequiredStringDateTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time_array_array", Body: request, @@ -33597,7 +33597,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33628,7 +33628,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTimeNullable", + Name: TestRequestRequiredStringDateTimeNullableOperation, ID: "test_request_required_string_date-time_nullable", } ) @@ -33652,7 +33652,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTimeNullable", + OperationName: TestRequestRequiredStringDateTimeNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time_nullable", Body: request, @@ -33707,7 +33707,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33738,7 +33738,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTimeNullableArray", + Name: TestRequestRequiredStringDateTimeNullableArrayOperation, ID: "test_request_required_string_date-time_nullable_array", } ) @@ -33762,7 +33762,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTimeNullableArray", + OperationName: TestRequestRequiredStringDateTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time_nullable_array", Body: request, @@ -33817,7 +33817,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayArrayReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDateTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33848,7 +33848,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayArrayReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDateTimeNullableArrayArray", + Name: TestRequestRequiredStringDateTimeNullableArrayArrayOperation, ID: "test_request_required_string_date-time_nullable_array_array", } ) @@ -33872,7 +33872,7 @@ func (s *Server) handleTestRequestRequiredStringDateTimeNullableArrayArrayReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDateTimeNullableArrayArray", + OperationName: TestRequestRequiredStringDateTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_date-time_nullable_array_array", Body: request, @@ -33927,7 +33927,7 @@ func (s *Server) handleTestRequestRequiredStringDurationRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDuration", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -33958,7 +33958,7 @@ func (s *Server) handleTestRequestRequiredStringDurationRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDuration", + Name: TestRequestRequiredStringDurationOperation, ID: "test_request_required_string_duration", } ) @@ -33982,7 +33982,7 @@ func (s *Server) handleTestRequestRequiredStringDurationRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDuration", + OperationName: TestRequestRequiredStringDurationOperation, OperationSummary: "", OperationID: "test_request_required_string_duration", Body: request, @@ -34037,7 +34037,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDurationArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34068,7 +34068,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDurationArray", + Name: TestRequestRequiredStringDurationArrayOperation, ID: "test_request_required_string_duration_array", } ) @@ -34092,7 +34092,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDurationArray", + OperationName: TestRequestRequiredStringDurationArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_duration_array", Body: request, @@ -34147,7 +34147,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDurationArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34178,7 +34178,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDurationArrayArray", + Name: TestRequestRequiredStringDurationArrayArrayOperation, ID: "test_request_required_string_duration_array_array", } ) @@ -34202,7 +34202,7 @@ func (s *Server) handleTestRequestRequiredStringDurationArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDurationArrayArray", + OperationName: TestRequestRequiredStringDurationArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_duration_array_array", Body: request, @@ -34257,7 +34257,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDurationNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34288,7 +34288,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDurationNullable", + Name: TestRequestRequiredStringDurationNullableOperation, ID: "test_request_required_string_duration_nullable", } ) @@ -34312,7 +34312,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDurationNullable", + OperationName: TestRequestRequiredStringDurationNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_duration_nullable", Body: request, @@ -34367,7 +34367,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDurationNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34398,7 +34398,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDurationNullableArray", + Name: TestRequestRequiredStringDurationNullableArrayOperation, ID: "test_request_required_string_duration_nullable_array", } ) @@ -34422,7 +34422,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDurationNullableArray", + OperationName: TestRequestRequiredStringDurationNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_duration_nullable_array", Body: request, @@ -34477,7 +34477,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayArrayReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringDurationNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34508,7 +34508,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayArrayReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringDurationNullableArrayArray", + Name: TestRequestRequiredStringDurationNullableArrayArrayOperation, ID: "test_request_required_string_duration_nullable_array_array", } ) @@ -34532,7 +34532,7 @@ func (s *Server) handleTestRequestRequiredStringDurationNullableArrayArrayReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringDurationNullableArrayArray", + OperationName: TestRequestRequiredStringDurationNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_duration_nullable_array_array", Body: request, @@ -34587,7 +34587,7 @@ func (s *Server) handleTestRequestRequiredStringEmailRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmail", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34618,7 +34618,7 @@ func (s *Server) handleTestRequestRequiredStringEmailRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmail", + Name: TestRequestRequiredStringEmailOperation, ID: "test_request_required_string_email", } ) @@ -34642,7 +34642,7 @@ func (s *Server) handleTestRequestRequiredStringEmailRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmail", + OperationName: TestRequestRequiredStringEmailOperation, OperationSummary: "", OperationID: "test_request_required_string_email", Body: request, @@ -34697,7 +34697,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmailArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34728,7 +34728,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmailArray", + Name: TestRequestRequiredStringEmailArrayOperation, ID: "test_request_required_string_email_array", } ) @@ -34752,7 +34752,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmailArray", + OperationName: TestRequestRequiredStringEmailArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_email_array", Body: request, @@ -34807,7 +34807,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmailArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34838,7 +34838,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmailArrayArray", + Name: TestRequestRequiredStringEmailArrayArrayOperation, ID: "test_request_required_string_email_array_array", } ) @@ -34862,7 +34862,7 @@ func (s *Server) handleTestRequestRequiredStringEmailArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmailArrayArray", + OperationName: TestRequestRequiredStringEmailArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_email_array_array", Body: request, @@ -34917,7 +34917,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmailNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -34948,7 +34948,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmailNullable", + Name: TestRequestRequiredStringEmailNullableOperation, ID: "test_request_required_string_email_nullable", } ) @@ -34972,7 +34972,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmailNullable", + OperationName: TestRequestRequiredStringEmailNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_email_nullable", Body: request, @@ -35027,7 +35027,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmailNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35058,7 +35058,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmailNullableArray", + Name: TestRequestRequiredStringEmailNullableArrayOperation, ID: "test_request_required_string_email_nullable_array", } ) @@ -35082,7 +35082,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmailNullableArray", + OperationName: TestRequestRequiredStringEmailNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_email_nullable_array", Body: request, @@ -35137,7 +35137,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringEmailNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35168,7 +35168,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringEmailNullableArrayArray", + Name: TestRequestRequiredStringEmailNullableArrayArrayOperation, ID: "test_request_required_string_email_nullable_array_array", } ) @@ -35192,7 +35192,7 @@ func (s *Server) handleTestRequestRequiredStringEmailNullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringEmailNullableArrayArray", + OperationName: TestRequestRequiredStringEmailNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_email_nullable_array_array", Body: request, @@ -35247,7 +35247,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32Request(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35278,7 +35278,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32Request(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32", + Name: TestRequestRequiredStringFloat32Operation, ID: "test_request_required_string_float32", } ) @@ -35302,7 +35302,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32Request(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32", + OperationName: TestRequestRequiredStringFloat32Operation, OperationSummary: "", OperationID: "test_request_required_string_float32", Body: request, @@ -35357,7 +35357,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35388,7 +35388,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32Array", + Name: TestRequestRequiredStringFloat32ArrayOperation, ID: "test_request_required_string_float32_array", } ) @@ -35412,7 +35412,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32Array", + OperationName: TestRequestRequiredStringFloat32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float32_array", Body: request, @@ -35467,7 +35467,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35498,7 +35498,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32ArrayArray", + Name: TestRequestRequiredStringFloat32ArrayArrayOperation, ID: "test_request_required_string_float32_array_array", } ) @@ -35522,7 +35522,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32ArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32ArrayArray", + OperationName: TestRequestRequiredStringFloat32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float32_array_array", Body: request, @@ -35577,7 +35577,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35608,7 +35608,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32Nullable", + Name: TestRequestRequiredStringFloat32NullableOperation, ID: "test_request_required_string_float32_nullable", } ) @@ -35632,7 +35632,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32Nullable", + OperationName: TestRequestRequiredStringFloat32NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_float32_nullable", Body: request, @@ -35687,7 +35687,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35718,7 +35718,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32NullableArray", + Name: TestRequestRequiredStringFloat32NullableArrayOperation, ID: "test_request_required_string_float32_nullable_array", } ) @@ -35742,7 +35742,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32NullableArray", + OperationName: TestRequestRequiredStringFloat32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float32_nullable_array", Body: request, @@ -35797,7 +35797,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35828,7 +35828,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat32NullableArrayArray", + Name: TestRequestRequiredStringFloat32NullableArrayArrayOperation, ID: "test_request_required_string_float32_nullable_array_array", } ) @@ -35852,7 +35852,7 @@ func (s *Server) handleTestRequestRequiredStringFloat32NullableArrayArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat32NullableArrayArray", + OperationName: TestRequestRequiredStringFloat32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float32_nullable_array_array", Body: request, @@ -35907,7 +35907,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64Request(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -35938,7 +35938,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64Request(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64", + Name: TestRequestRequiredStringFloat64Operation, ID: "test_request_required_string_float64", } ) @@ -35962,7 +35962,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64Request(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64", + OperationName: TestRequestRequiredStringFloat64Operation, OperationSummary: "", OperationID: "test_request_required_string_float64", Body: request, @@ -36017,7 +36017,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36048,7 +36048,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64Array", + Name: TestRequestRequiredStringFloat64ArrayOperation, ID: "test_request_required_string_float64_array", } ) @@ -36072,7 +36072,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64Array", + OperationName: TestRequestRequiredStringFloat64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float64_array", Body: request, @@ -36127,7 +36127,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36158,7 +36158,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64ArrayArray", + Name: TestRequestRequiredStringFloat64ArrayArrayOperation, ID: "test_request_required_string_float64_array_array", } ) @@ -36182,7 +36182,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64ArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64ArrayArray", + OperationName: TestRequestRequiredStringFloat64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float64_array_array", Body: request, @@ -36237,7 +36237,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36268,7 +36268,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64Nullable", + Name: TestRequestRequiredStringFloat64NullableOperation, ID: "test_request_required_string_float64_nullable", } ) @@ -36292,7 +36292,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64Nullable", + OperationName: TestRequestRequiredStringFloat64NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_float64_nullable", Body: request, @@ -36347,7 +36347,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36378,7 +36378,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64NullableArray", + Name: TestRequestRequiredStringFloat64NullableArrayOperation, ID: "test_request_required_string_float64_nullable_array", } ) @@ -36402,7 +36402,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64NullableArray", + OperationName: TestRequestRequiredStringFloat64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float64_nullable_array", Body: request, @@ -36457,7 +36457,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayArrayRequest } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringFloat64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36488,7 +36488,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayArrayRequest } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringFloat64NullableArrayArray", + Name: TestRequestRequiredStringFloat64NullableArrayArrayOperation, ID: "test_request_required_string_float64_nullable_array_array", } ) @@ -36512,7 +36512,7 @@ func (s *Server) handleTestRequestRequiredStringFloat64NullableArrayArrayRequest if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringFloat64NullableArrayArray", + OperationName: TestRequestRequiredStringFloat64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_float64_nullable_array_array", Body: request, @@ -36567,7 +36567,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostname", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36598,7 +36598,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostname", + Name: TestRequestRequiredStringHostnameOperation, ID: "test_request_required_string_hostname", } ) @@ -36622,7 +36622,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostname", + OperationName: TestRequestRequiredStringHostnameOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname", Body: request, @@ -36677,7 +36677,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostnameArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36708,7 +36708,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostnameArray", + Name: TestRequestRequiredStringHostnameArrayOperation, ID: "test_request_required_string_hostname_array", } ) @@ -36732,7 +36732,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostnameArray", + OperationName: TestRequestRequiredStringHostnameArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname_array", Body: request, @@ -36787,7 +36787,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostnameArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36818,7 +36818,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostnameArrayArray", + Name: TestRequestRequiredStringHostnameArrayArrayOperation, ID: "test_request_required_string_hostname_array_array", } ) @@ -36842,7 +36842,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostnameArrayArray", + OperationName: TestRequestRequiredStringHostnameArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname_array_array", Body: request, @@ -36897,7 +36897,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostnameNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -36928,7 +36928,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostnameNullable", + Name: TestRequestRequiredStringHostnameNullableOperation, ID: "test_request_required_string_hostname_nullable", } ) @@ -36952,7 +36952,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostnameNullable", + OperationName: TestRequestRequiredStringHostnameNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname_nullable", Body: request, @@ -37007,7 +37007,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostnameNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37038,7 +37038,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostnameNullableArray", + Name: TestRequestRequiredStringHostnameNullableArrayOperation, ID: "test_request_required_string_hostname_nullable_array", } ) @@ -37062,7 +37062,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostnameNullableArray", + OperationName: TestRequestRequiredStringHostnameNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname_nullable_array", Body: request, @@ -37117,7 +37117,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayArrayReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringHostnameNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37148,7 +37148,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayArrayReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringHostnameNullableArrayArray", + Name: TestRequestRequiredStringHostnameNullableArrayArrayOperation, ID: "test_request_required_string_hostname_nullable_array_array", } ) @@ -37172,7 +37172,7 @@ func (s *Server) handleTestRequestRequiredStringHostnameNullableArrayArrayReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringHostnameNullableArrayArray", + OperationName: TestRequestRequiredStringHostnameNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_hostname_nullable_array_array", Body: request, @@ -37227,7 +37227,7 @@ func (s *Server) handleTestRequestRequiredStringIPRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIP", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37258,7 +37258,7 @@ func (s *Server) handleTestRequestRequiredStringIPRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIP", + Name: TestRequestRequiredStringIPOperation, ID: "test_request_required_string_ip", } ) @@ -37282,7 +37282,7 @@ func (s *Server) handleTestRequestRequiredStringIPRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIP", + OperationName: TestRequestRequiredStringIPOperation, OperationSummary: "", OperationID: "test_request_required_string_ip", Body: request, @@ -37337,7 +37337,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIPArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37368,7 +37368,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIPArray", + Name: TestRequestRequiredStringIPArrayOperation, ID: "test_request_required_string_ip_array", } ) @@ -37392,7 +37392,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIPArray", + OperationName: TestRequestRequiredStringIPArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ip_array", Body: request, @@ -37447,7 +37447,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIPArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37478,7 +37478,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIPArrayArray", + Name: TestRequestRequiredStringIPArrayArrayOperation, ID: "test_request_required_string_ip_array_array", } ) @@ -37502,7 +37502,7 @@ func (s *Server) handleTestRequestRequiredStringIPArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIPArrayArray", + OperationName: TestRequestRequiredStringIPArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ip_array_array", Body: request, @@ -37557,7 +37557,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIPNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37588,7 +37588,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIPNullable", + Name: TestRequestRequiredStringIPNullableOperation, ID: "test_request_required_string_ip_nullable", } ) @@ -37612,7 +37612,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIPNullable", + OperationName: TestRequestRequiredStringIPNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_ip_nullable", Body: request, @@ -37667,7 +37667,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIPNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37698,7 +37698,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIPNullableArray", + Name: TestRequestRequiredStringIPNullableArrayOperation, ID: "test_request_required_string_ip_nullable_array", } ) @@ -37722,7 +37722,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIPNullableArray", + OperationName: TestRequestRequiredStringIPNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ip_nullable_array", Body: request, @@ -37777,7 +37777,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIPNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37808,7 +37808,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIPNullableArrayArray", + Name: TestRequestRequiredStringIPNullableArrayArrayOperation, ID: "test_request_required_string_ip_nullable_array_array", } ) @@ -37832,7 +37832,7 @@ func (s *Server) handleTestRequestRequiredStringIPNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIPNullableArrayArray", + OperationName: TestRequestRequiredStringIPNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ip_nullable_array_array", Body: request, @@ -37887,7 +37887,7 @@ func (s *Server) handleTestRequestRequiredStringIntRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -37918,7 +37918,7 @@ func (s *Server) handleTestRequestRequiredStringIntRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt", + Name: TestRequestRequiredStringIntOperation, ID: "test_request_required_string_int", } ) @@ -37942,7 +37942,7 @@ func (s *Server) handleTestRequestRequiredStringIntRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt", + OperationName: TestRequestRequiredStringIntOperation, OperationSummary: "", OperationID: "test_request_required_string_int", Body: request, @@ -37997,7 +37997,7 @@ func (s *Server) handleTestRequestRequiredStringInt16Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38028,7 +38028,7 @@ func (s *Server) handleTestRequestRequiredStringInt16Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16", + Name: TestRequestRequiredStringInt16Operation, ID: "test_request_required_string_int16", } ) @@ -38052,7 +38052,7 @@ func (s *Server) handleTestRequestRequiredStringInt16Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16", + OperationName: TestRequestRequiredStringInt16Operation, OperationSummary: "", OperationID: "test_request_required_string_int16", Body: request, @@ -38107,7 +38107,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38138,7 +38138,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16Array", + Name: TestRequestRequiredStringInt16ArrayOperation, ID: "test_request_required_string_int16_array", } ) @@ -38162,7 +38162,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16Array", + OperationName: TestRequestRequiredStringInt16ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int16_array", Body: request, @@ -38217,7 +38217,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38248,7 +38248,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16ArrayArray", + Name: TestRequestRequiredStringInt16ArrayArrayOperation, ID: "test_request_required_string_int16_array_array", } ) @@ -38272,7 +38272,7 @@ func (s *Server) handleTestRequestRequiredStringInt16ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16ArrayArray", + OperationName: TestRequestRequiredStringInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int16_array_array", Body: request, @@ -38327,7 +38327,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38358,7 +38358,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16Nullable", + Name: TestRequestRequiredStringInt16NullableOperation, ID: "test_request_required_string_int16_nullable", } ) @@ -38382,7 +38382,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16Nullable", + OperationName: TestRequestRequiredStringInt16NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_int16_nullable", Body: request, @@ -38437,7 +38437,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38468,7 +38468,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16NullableArray", + Name: TestRequestRequiredStringInt16NullableArrayOperation, ID: "test_request_required_string_int16_nullable_array", } ) @@ -38492,7 +38492,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16NullableArray", + OperationName: TestRequestRequiredStringInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int16_nullable_array", Body: request, @@ -38547,7 +38547,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38578,7 +38578,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt16NullableArrayArray", + Name: TestRequestRequiredStringInt16NullableArrayArrayOperation, ID: "test_request_required_string_int16_nullable_array_array", } ) @@ -38602,7 +38602,7 @@ func (s *Server) handleTestRequestRequiredStringInt16NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt16NullableArrayArray", + OperationName: TestRequestRequiredStringInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int16_nullable_array_array", Body: request, @@ -38657,7 +38657,7 @@ func (s *Server) handleTestRequestRequiredStringInt32Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38688,7 +38688,7 @@ func (s *Server) handleTestRequestRequiredStringInt32Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32", + Name: TestRequestRequiredStringInt32Operation, ID: "test_request_required_string_int32", } ) @@ -38712,7 +38712,7 @@ func (s *Server) handleTestRequestRequiredStringInt32Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32", + OperationName: TestRequestRequiredStringInt32Operation, OperationSummary: "", OperationID: "test_request_required_string_int32", Body: request, @@ -38767,7 +38767,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38798,7 +38798,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32Array", + Name: TestRequestRequiredStringInt32ArrayOperation, ID: "test_request_required_string_int32_array", } ) @@ -38822,7 +38822,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32Array", + OperationName: TestRequestRequiredStringInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int32_array", Body: request, @@ -38877,7 +38877,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -38908,7 +38908,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32ArrayArray", + Name: TestRequestRequiredStringInt32ArrayArrayOperation, ID: "test_request_required_string_int32_array_array", } ) @@ -38932,7 +38932,7 @@ func (s *Server) handleTestRequestRequiredStringInt32ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32ArrayArray", + OperationName: TestRequestRequiredStringInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int32_array_array", Body: request, @@ -38987,7 +38987,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39018,7 +39018,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32Nullable", + Name: TestRequestRequiredStringInt32NullableOperation, ID: "test_request_required_string_int32_nullable", } ) @@ -39042,7 +39042,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32Nullable", + OperationName: TestRequestRequiredStringInt32NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_int32_nullable", Body: request, @@ -39097,7 +39097,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39128,7 +39128,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32NullableArray", + Name: TestRequestRequiredStringInt32NullableArrayOperation, ID: "test_request_required_string_int32_nullable_array", } ) @@ -39152,7 +39152,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32NullableArray", + OperationName: TestRequestRequiredStringInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int32_nullable_array", Body: request, @@ -39207,7 +39207,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39238,7 +39238,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt32NullableArrayArray", + Name: TestRequestRequiredStringInt32NullableArrayArrayOperation, ID: "test_request_required_string_int32_nullable_array_array", } ) @@ -39262,7 +39262,7 @@ func (s *Server) handleTestRequestRequiredStringInt32NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt32NullableArrayArray", + OperationName: TestRequestRequiredStringInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int32_nullable_array_array", Body: request, @@ -39317,7 +39317,7 @@ func (s *Server) handleTestRequestRequiredStringInt64Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39348,7 +39348,7 @@ func (s *Server) handleTestRequestRequiredStringInt64Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64", + Name: TestRequestRequiredStringInt64Operation, ID: "test_request_required_string_int64", } ) @@ -39372,7 +39372,7 @@ func (s *Server) handleTestRequestRequiredStringInt64Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64", + OperationName: TestRequestRequiredStringInt64Operation, OperationSummary: "", OperationID: "test_request_required_string_int64", Body: request, @@ -39427,7 +39427,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39458,7 +39458,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64Array", + Name: TestRequestRequiredStringInt64ArrayOperation, ID: "test_request_required_string_int64_array", } ) @@ -39482,7 +39482,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64Array", + OperationName: TestRequestRequiredStringInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int64_array", Body: request, @@ -39537,7 +39537,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39568,7 +39568,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64ArrayArray", + Name: TestRequestRequiredStringInt64ArrayArrayOperation, ID: "test_request_required_string_int64_array_array", } ) @@ -39592,7 +39592,7 @@ func (s *Server) handleTestRequestRequiredStringInt64ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64ArrayArray", + OperationName: TestRequestRequiredStringInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int64_array_array", Body: request, @@ -39647,7 +39647,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39678,7 +39678,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64Nullable", + Name: TestRequestRequiredStringInt64NullableOperation, ID: "test_request_required_string_int64_nullable", } ) @@ -39702,7 +39702,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64Nullable", + OperationName: TestRequestRequiredStringInt64NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_int64_nullable", Body: request, @@ -39757,7 +39757,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39788,7 +39788,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64NullableArray", + Name: TestRequestRequiredStringInt64NullableArrayOperation, ID: "test_request_required_string_int64_nullable_array", } ) @@ -39812,7 +39812,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64NullableArray", + OperationName: TestRequestRequiredStringInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int64_nullable_array", Body: request, @@ -39867,7 +39867,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -39898,7 +39898,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt64NullableArrayArray", + Name: TestRequestRequiredStringInt64NullableArrayArrayOperation, ID: "test_request_required_string_int64_nullable_array_array", } ) @@ -39922,7 +39922,7 @@ func (s *Server) handleTestRequestRequiredStringInt64NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt64NullableArrayArray", + OperationName: TestRequestRequiredStringInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int64_nullable_array_array", Body: request, @@ -39977,7 +39977,7 @@ func (s *Server) handleTestRequestRequiredStringInt8Request(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40008,7 +40008,7 @@ func (s *Server) handleTestRequestRequiredStringInt8Request(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8", + Name: TestRequestRequiredStringInt8Operation, ID: "test_request_required_string_int8", } ) @@ -40032,7 +40032,7 @@ func (s *Server) handleTestRequestRequiredStringInt8Request(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8", + OperationName: TestRequestRequiredStringInt8Operation, OperationSummary: "", OperationID: "test_request_required_string_int8", Body: request, @@ -40087,7 +40087,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40118,7 +40118,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8Array", + Name: TestRequestRequiredStringInt8ArrayOperation, ID: "test_request_required_string_int8_array", } ) @@ -40142,7 +40142,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8Array", + OperationName: TestRequestRequiredStringInt8ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int8_array", Body: request, @@ -40197,7 +40197,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40228,7 +40228,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8ArrayArray", + Name: TestRequestRequiredStringInt8ArrayArrayOperation, ID: "test_request_required_string_int8_array_array", } ) @@ -40252,7 +40252,7 @@ func (s *Server) handleTestRequestRequiredStringInt8ArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8ArrayArray", + OperationName: TestRequestRequiredStringInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int8_array_array", Body: request, @@ -40307,7 +40307,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40338,7 +40338,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8Nullable", + Name: TestRequestRequiredStringInt8NullableOperation, ID: "test_request_required_string_int8_nullable", } ) @@ -40362,7 +40362,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8Nullable", + OperationName: TestRequestRequiredStringInt8NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_int8_nullable", Body: request, @@ -40417,7 +40417,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40448,7 +40448,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8NullableArray", + Name: TestRequestRequiredStringInt8NullableArrayOperation, ID: "test_request_required_string_int8_nullable_array", } ) @@ -40472,7 +40472,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8NullableArray", + OperationName: TestRequestRequiredStringInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int8_nullable_array", Body: request, @@ -40527,7 +40527,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40558,7 +40558,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringInt8NullableArrayArray", + Name: TestRequestRequiredStringInt8NullableArrayArrayOperation, ID: "test_request_required_string_int8_nullable_array_array", } ) @@ -40582,7 +40582,7 @@ func (s *Server) handleTestRequestRequiredStringInt8NullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringInt8NullableArrayArray", + OperationName: TestRequestRequiredStringInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int8_nullable_array_array", Body: request, @@ -40637,7 +40637,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIntArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40668,7 +40668,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIntArray", + Name: TestRequestRequiredStringIntArrayOperation, ID: "test_request_required_string_int_array", } ) @@ -40692,7 +40692,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIntArray", + OperationName: TestRequestRequiredStringIntArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int_array", Body: request, @@ -40747,7 +40747,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIntArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40778,7 +40778,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIntArrayArray", + Name: TestRequestRequiredStringIntArrayArrayOperation, ID: "test_request_required_string_int_array_array", } ) @@ -40802,7 +40802,7 @@ func (s *Server) handleTestRequestRequiredStringIntArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIntArrayArray", + OperationName: TestRequestRequiredStringIntArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int_array_array", Body: request, @@ -40857,7 +40857,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIntNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40888,7 +40888,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIntNullable", + Name: TestRequestRequiredStringIntNullableOperation, ID: "test_request_required_string_int_nullable", } ) @@ -40912,7 +40912,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIntNullable", + OperationName: TestRequestRequiredStringIntNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_int_nullable", Body: request, @@ -40967,7 +40967,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIntNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -40998,7 +40998,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIntNullableArray", + Name: TestRequestRequiredStringIntNullableArrayOperation, ID: "test_request_required_string_int_nullable_array", } ) @@ -41022,7 +41022,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIntNullableArray", + OperationName: TestRequestRequiredStringIntNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int_nullable_array", Body: request, @@ -41077,7 +41077,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIntNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41108,7 +41108,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIntNullableArrayArray", + Name: TestRequestRequiredStringIntNullableArrayArrayOperation, ID: "test_request_required_string_int_nullable_array_array", } ) @@ -41132,7 +41132,7 @@ func (s *Server) handleTestRequestRequiredStringIntNullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIntNullableArrayArray", + OperationName: TestRequestRequiredStringIntNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_int_nullable_array_array", Body: request, @@ -41187,7 +41187,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4Request(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41218,7 +41218,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4Request(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4", + Name: TestRequestRequiredStringIpv4Operation, ID: "test_request_required_string_ipv4", } ) @@ -41242,7 +41242,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4Request(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4", + OperationName: TestRequestRequiredStringIpv4Operation, OperationSummary: "", OperationID: "test_request_required_string_ipv4", Body: request, @@ -41297,7 +41297,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41328,7 +41328,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4Array", + Name: TestRequestRequiredStringIpv4ArrayOperation, ID: "test_request_required_string_ipv4_array", } ) @@ -41352,7 +41352,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4Array", + OperationName: TestRequestRequiredStringIpv4ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv4_array", Body: request, @@ -41407,7 +41407,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41438,7 +41438,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4ArrayArray", + Name: TestRequestRequiredStringIpv4ArrayArrayOperation, ID: "test_request_required_string_ipv4_array_array", } ) @@ -41462,7 +41462,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4ArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4ArrayArray", + OperationName: TestRequestRequiredStringIpv4ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv4_array_array", Body: request, @@ -41517,7 +41517,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41548,7 +41548,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4Nullable", + Name: TestRequestRequiredStringIpv4NullableOperation, ID: "test_request_required_string_ipv4_nullable", } ) @@ -41572,7 +41572,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4Nullable", + OperationName: TestRequestRequiredStringIpv4NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv4_nullable", Body: request, @@ -41627,7 +41627,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41658,7 +41658,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4NullableArray", + Name: TestRequestRequiredStringIpv4NullableArrayOperation, ID: "test_request_required_string_ipv4_nullable_array", } ) @@ -41682,7 +41682,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4NullableArray", + OperationName: TestRequestRequiredStringIpv4NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv4_nullable_array", Body: request, @@ -41737,7 +41737,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv4NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41768,7 +41768,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv4NullableArrayArray", + Name: TestRequestRequiredStringIpv4NullableArrayArrayOperation, ID: "test_request_required_string_ipv4_nullable_array_array", } ) @@ -41792,7 +41792,7 @@ func (s *Server) handleTestRequestRequiredStringIpv4NullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv4NullableArrayArray", + OperationName: TestRequestRequiredStringIpv4NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv4_nullable_array_array", Body: request, @@ -41847,7 +41847,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6Request(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41878,7 +41878,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6Request(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6", + Name: TestRequestRequiredStringIpv6Operation, ID: "test_request_required_string_ipv6", } ) @@ -41902,7 +41902,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6Request(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6", + OperationName: TestRequestRequiredStringIpv6Operation, OperationSummary: "", OperationID: "test_request_required_string_ipv6", Body: request, @@ -41957,7 +41957,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -41988,7 +41988,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6Array", + Name: TestRequestRequiredStringIpv6ArrayOperation, ID: "test_request_required_string_ipv6_array", } ) @@ -42012,7 +42012,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6Array", + OperationName: TestRequestRequiredStringIpv6ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv6_array", Body: request, @@ -42067,7 +42067,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42098,7 +42098,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6ArrayArray", + Name: TestRequestRequiredStringIpv6ArrayArrayOperation, ID: "test_request_required_string_ipv6_array_array", } ) @@ -42122,7 +42122,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6ArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6ArrayArray", + OperationName: TestRequestRequiredStringIpv6ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv6_array_array", Body: request, @@ -42177,7 +42177,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42208,7 +42208,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6Nullable", + Name: TestRequestRequiredStringIpv6NullableOperation, ID: "test_request_required_string_ipv6_nullable", } ) @@ -42232,7 +42232,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6Nullable", + OperationName: TestRequestRequiredStringIpv6NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv6_nullable", Body: request, @@ -42287,7 +42287,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42318,7 +42318,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6NullableArray", + Name: TestRequestRequiredStringIpv6NullableArrayOperation, ID: "test_request_required_string_ipv6_nullable_array", } ) @@ -42342,7 +42342,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6NullableArray", + OperationName: TestRequestRequiredStringIpv6NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv6_nullable_array", Body: request, @@ -42397,7 +42397,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringIpv6NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42428,7 +42428,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringIpv6NullableArrayArray", + Name: TestRequestRequiredStringIpv6NullableArrayArrayOperation, ID: "test_request_required_string_ipv6_nullable_array_array", } ) @@ -42452,7 +42452,7 @@ func (s *Server) handleTestRequestRequiredStringIpv6NullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringIpv6NullableArrayArray", + OperationName: TestRequestRequiredStringIpv6NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_ipv6_nullable_array_array", Body: request, @@ -42507,7 +42507,7 @@ func (s *Server) handleTestRequestRequiredStringMACRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMAC", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42538,7 +42538,7 @@ func (s *Server) handleTestRequestRequiredStringMACRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMAC", + Name: TestRequestRequiredStringMACOperation, ID: "test_request_required_string_mac", } ) @@ -42562,7 +42562,7 @@ func (s *Server) handleTestRequestRequiredStringMACRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMAC", + OperationName: TestRequestRequiredStringMACOperation, OperationSummary: "", OperationID: "test_request_required_string_mac", Body: request, @@ -42617,7 +42617,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMACArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42648,7 +42648,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMACArray", + Name: TestRequestRequiredStringMACArrayOperation, ID: "test_request_required_string_mac_array", } ) @@ -42672,7 +42672,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMACArray", + OperationName: TestRequestRequiredStringMACArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_mac_array", Body: request, @@ -42727,7 +42727,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMACArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42758,7 +42758,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMACArrayArray", + Name: TestRequestRequiredStringMACArrayArrayOperation, ID: "test_request_required_string_mac_array_array", } ) @@ -42782,7 +42782,7 @@ func (s *Server) handleTestRequestRequiredStringMACArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMACArrayArray", + OperationName: TestRequestRequiredStringMACArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_mac_array_array", Body: request, @@ -42837,7 +42837,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMACNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42868,7 +42868,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMACNullable", + Name: TestRequestRequiredStringMACNullableOperation, ID: "test_request_required_string_mac_nullable", } ) @@ -42892,7 +42892,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMACNullable", + OperationName: TestRequestRequiredStringMACNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_mac_nullable", Body: request, @@ -42947,7 +42947,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMACNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -42978,7 +42978,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMACNullableArray", + Name: TestRequestRequiredStringMACNullableArrayOperation, ID: "test_request_required_string_mac_nullable_array", } ) @@ -43002,7 +43002,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMACNullableArray", + OperationName: TestRequestRequiredStringMACNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_mac_nullable_array", Body: request, @@ -43057,7 +43057,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringMACNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43088,7 +43088,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringMACNullableArrayArray", + Name: TestRequestRequiredStringMACNullableArrayArrayOperation, ID: "test_request_required_string_mac_nullable_array_array", } ) @@ -43112,7 +43112,7 @@ func (s *Server) handleTestRequestRequiredStringMACNullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringMACNullableArrayArray", + OperationName: TestRequestRequiredStringMACNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_mac_nullable_array_array", Body: request, @@ -43167,7 +43167,7 @@ func (s *Server) handleTestRequestRequiredStringNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43198,7 +43198,7 @@ func (s *Server) handleTestRequestRequiredStringNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringNullable", + Name: TestRequestRequiredStringNullableOperation, ID: "test_request_required_string_nullable", } ) @@ -43222,7 +43222,7 @@ func (s *Server) handleTestRequestRequiredStringNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringNullable", + OperationName: TestRequestRequiredStringNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_nullable", Body: request, @@ -43277,7 +43277,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43308,7 +43308,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringNullableArray", + Name: TestRequestRequiredStringNullableArrayOperation, ID: "test_request_required_string_nullable_array", } ) @@ -43332,7 +43332,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringNullableArray", + OperationName: TestRequestRequiredStringNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_nullable_array", Body: request, @@ -43387,7 +43387,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43418,7 +43418,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringNullableArrayArray", + Name: TestRequestRequiredStringNullableArrayArrayOperation, ID: "test_request_required_string_nullable_array_array", } ) @@ -43442,7 +43442,7 @@ func (s *Server) handleTestRequestRequiredStringNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringNullableArrayArray", + OperationName: TestRequestRequiredStringNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_nullable_array_array", Body: request, @@ -43497,7 +43497,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPassword", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43528,7 +43528,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPassword", + Name: TestRequestRequiredStringPasswordOperation, ID: "test_request_required_string_password", } ) @@ -43552,7 +43552,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPassword", + OperationName: TestRequestRequiredStringPasswordOperation, OperationSummary: "", OperationID: "test_request_required_string_password", Body: request, @@ -43607,7 +43607,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPasswordArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43638,7 +43638,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPasswordArray", + Name: TestRequestRequiredStringPasswordArrayOperation, ID: "test_request_required_string_password_array", } ) @@ -43662,7 +43662,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPasswordArray", + OperationName: TestRequestRequiredStringPasswordArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_password_array", Body: request, @@ -43717,7 +43717,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPasswordArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43748,7 +43748,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPasswordArrayArray", + Name: TestRequestRequiredStringPasswordArrayArrayOperation, ID: "test_request_required_string_password_array_array", } ) @@ -43772,7 +43772,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPasswordArrayArray", + OperationName: TestRequestRequiredStringPasswordArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_password_array_array", Body: request, @@ -43827,7 +43827,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPasswordNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43858,7 +43858,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPasswordNullable", + Name: TestRequestRequiredStringPasswordNullableOperation, ID: "test_request_required_string_password_nullable", } ) @@ -43882,7 +43882,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPasswordNullable", + OperationName: TestRequestRequiredStringPasswordNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_password_nullable", Body: request, @@ -43937,7 +43937,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPasswordNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -43968,7 +43968,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPasswordNullableArray", + Name: TestRequestRequiredStringPasswordNullableArrayOperation, ID: "test_request_required_string_password_nullable_array", } ) @@ -43992,7 +43992,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPasswordNullableArray", + OperationName: TestRequestRequiredStringPasswordNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_password_nullable_array", Body: request, @@ -44047,7 +44047,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayArrayReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringPasswordNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44078,7 +44078,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayArrayReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringPasswordNullableArrayArray", + Name: TestRequestRequiredStringPasswordNullableArrayArrayOperation, ID: "test_request_required_string_password_nullable_array_array", } ) @@ -44102,7 +44102,7 @@ func (s *Server) handleTestRequestRequiredStringPasswordNullableArrayArrayReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringPasswordNullableArrayArray", + OperationName: TestRequestRequiredStringPasswordNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_password_nullable_array_array", Body: request, @@ -44157,7 +44157,7 @@ func (s *Server) handleTestRequestRequiredStringTimeRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44188,7 +44188,7 @@ func (s *Server) handleTestRequestRequiredStringTimeRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTime", + Name: TestRequestRequiredStringTimeOperation, ID: "test_request_required_string_time", } ) @@ -44212,7 +44212,7 @@ func (s *Server) handleTestRequestRequiredStringTimeRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTime", + OperationName: TestRequestRequiredStringTimeOperation, OperationSummary: "", OperationID: "test_request_required_string_time", Body: request, @@ -44267,7 +44267,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44298,7 +44298,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTimeArray", + Name: TestRequestRequiredStringTimeArrayOperation, ID: "test_request_required_string_time_array", } ) @@ -44322,7 +44322,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTimeArray", + OperationName: TestRequestRequiredStringTimeArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_time_array", Body: request, @@ -44377,7 +44377,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44408,7 +44408,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTimeArrayArray", + Name: TestRequestRequiredStringTimeArrayArrayOperation, ID: "test_request_required_string_time_array_array", } ) @@ -44432,7 +44432,7 @@ func (s *Server) handleTestRequestRequiredStringTimeArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTimeArrayArray", + OperationName: TestRequestRequiredStringTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_time_array_array", Body: request, @@ -44487,7 +44487,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44518,7 +44518,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTimeNullable", + Name: TestRequestRequiredStringTimeNullableOperation, ID: "test_request_required_string_time_nullable", } ) @@ -44542,7 +44542,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTimeNullable", + OperationName: TestRequestRequiredStringTimeNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_time_nullable", Body: request, @@ -44597,7 +44597,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44628,7 +44628,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTimeNullableArray", + Name: TestRequestRequiredStringTimeNullableArrayOperation, ID: "test_request_required_string_time_nullable_array", } ) @@ -44652,7 +44652,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTimeNullableArray", + OperationName: TestRequestRequiredStringTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_time_nullable_array", Body: request, @@ -44707,7 +44707,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44738,7 +44738,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringTimeNullableArrayArray", + Name: TestRequestRequiredStringTimeNullableArrayArrayOperation, ID: "test_request_required_string_time_nullable_array_array", } ) @@ -44762,7 +44762,7 @@ func (s *Server) handleTestRequestRequiredStringTimeNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringTimeNullableArrayArray", + OperationName: TestRequestRequiredStringTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_time_nullable_array_array", Body: request, @@ -44817,7 +44817,7 @@ func (s *Server) handleTestRequestRequiredStringURIRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURI", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURIOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44848,7 +44848,7 @@ func (s *Server) handleTestRequestRequiredStringURIRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURI", + Name: TestRequestRequiredStringURIOperation, ID: "test_request_required_string_uri", } ) @@ -44872,7 +44872,7 @@ func (s *Server) handleTestRequestRequiredStringURIRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURI", + OperationName: TestRequestRequiredStringURIOperation, OperationSummary: "", OperationID: "test_request_required_string_uri", Body: request, @@ -44927,7 +44927,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURIArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURIArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -44958,7 +44958,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURIArray", + Name: TestRequestRequiredStringURIArrayOperation, ID: "test_request_required_string_uri_array", } ) @@ -44982,7 +44982,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURIArray", + OperationName: TestRequestRequiredStringURIArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uri_array", Body: request, @@ -45037,7 +45037,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURIArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45068,7 +45068,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURIArrayArray", + Name: TestRequestRequiredStringURIArrayArrayOperation, ID: "test_request_required_string_uri_array_array", } ) @@ -45092,7 +45092,7 @@ func (s *Server) handleTestRequestRequiredStringURIArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURIArrayArray", + OperationName: TestRequestRequiredStringURIArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uri_array_array", Body: request, @@ -45147,7 +45147,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURINullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURINullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45178,7 +45178,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURINullable", + Name: TestRequestRequiredStringURINullableOperation, ID: "test_request_required_string_uri_nullable", } ) @@ -45202,7 +45202,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURINullable", + OperationName: TestRequestRequiredStringURINullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uri_nullable", Body: request, @@ -45257,7 +45257,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURINullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45288,7 +45288,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURINullableArray", + Name: TestRequestRequiredStringURINullableArrayOperation, ID: "test_request_required_string_uri_nullable_array", } ) @@ -45312,7 +45312,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURINullableArray", + OperationName: TestRequestRequiredStringURINullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uri_nullable_array", Body: request, @@ -45367,7 +45367,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringURINullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45398,7 +45398,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringURINullableArrayArray", + Name: TestRequestRequiredStringURINullableArrayArrayOperation, ID: "test_request_required_string_uri_nullable_array_array", } ) @@ -45422,7 +45422,7 @@ func (s *Server) handleTestRequestRequiredStringURINullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringURINullableArrayArray", + OperationName: TestRequestRequiredStringURINullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uri_nullable_array_array", Body: request, @@ -45477,7 +45477,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUID", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45508,7 +45508,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUID", + Name: TestRequestRequiredStringUUIDOperation, ID: "test_request_required_string_uuid", } ) @@ -45532,7 +45532,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUID", + OperationName: TestRequestRequiredStringUUIDOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid", Body: request, @@ -45587,7 +45587,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUIDArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45618,7 +45618,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUIDArray", + Name: TestRequestRequiredStringUUIDArrayOperation, ID: "test_request_required_string_uuid_array", } ) @@ -45642,7 +45642,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUIDArray", + OperationName: TestRequestRequiredStringUUIDArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid_array", Body: request, @@ -45697,7 +45697,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUIDArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45728,7 +45728,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUIDArrayArray", + Name: TestRequestRequiredStringUUIDArrayArrayOperation, ID: "test_request_required_string_uuid_array_array", } ) @@ -45752,7 +45752,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUIDArrayArray", + OperationName: TestRequestRequiredStringUUIDArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid_array_array", Body: request, @@ -45807,7 +45807,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUIDNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45838,7 +45838,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUIDNullable", + Name: TestRequestRequiredStringUUIDNullableOperation, ID: "test_request_required_string_uuid_nullable", } ) @@ -45862,7 +45862,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUIDNullable", + OperationName: TestRequestRequiredStringUUIDNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid_nullable", Body: request, @@ -45917,7 +45917,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUIDNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -45948,7 +45948,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUIDNullableArray", + Name: TestRequestRequiredStringUUIDNullableArrayOperation, ID: "test_request_required_string_uuid_nullable_array", } ) @@ -45972,7 +45972,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUIDNullableArray", + OperationName: TestRequestRequiredStringUUIDNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid_nullable_array", Body: request, @@ -46027,7 +46027,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUUIDNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46058,7 +46058,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUUIDNullableArrayArray", + Name: TestRequestRequiredStringUUIDNullableArrayArrayOperation, ID: "test_request_required_string_uuid_nullable_array_array", } ) @@ -46082,7 +46082,7 @@ func (s *Server) handleTestRequestRequiredStringUUIDNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUUIDNullableArrayArray", + OperationName: TestRequestRequiredStringUUIDNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uuid_nullable_array_array", Body: request, @@ -46137,7 +46137,7 @@ func (s *Server) handleTestRequestRequiredStringUintRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46168,7 +46168,7 @@ func (s *Server) handleTestRequestRequiredStringUintRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint", + Name: TestRequestRequiredStringUintOperation, ID: "test_request_required_string_uint", } ) @@ -46192,7 +46192,7 @@ func (s *Server) handleTestRequestRequiredStringUintRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint", + OperationName: TestRequestRequiredStringUintOperation, OperationSummary: "", OperationID: "test_request_required_string_uint", Body: request, @@ -46247,7 +46247,7 @@ func (s *Server) handleTestRequestRequiredStringUint16Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46278,7 +46278,7 @@ func (s *Server) handleTestRequestRequiredStringUint16Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16", + Name: TestRequestRequiredStringUint16Operation, ID: "test_request_required_string_uint16", } ) @@ -46302,7 +46302,7 @@ func (s *Server) handleTestRequestRequiredStringUint16Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16", + OperationName: TestRequestRequiredStringUint16Operation, OperationSummary: "", OperationID: "test_request_required_string_uint16", Body: request, @@ -46357,7 +46357,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46388,7 +46388,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16Array", + Name: TestRequestRequiredStringUint16ArrayOperation, ID: "test_request_required_string_uint16_array", } ) @@ -46412,7 +46412,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16Array", + OperationName: TestRequestRequiredStringUint16ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint16_array", Body: request, @@ -46467,7 +46467,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46498,7 +46498,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16ArrayArray", + Name: TestRequestRequiredStringUint16ArrayArrayOperation, ID: "test_request_required_string_uint16_array_array", } ) @@ -46522,7 +46522,7 @@ func (s *Server) handleTestRequestRequiredStringUint16ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16ArrayArray", + OperationName: TestRequestRequiredStringUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint16_array_array", Body: request, @@ -46577,7 +46577,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46608,7 +46608,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16Nullable", + Name: TestRequestRequiredStringUint16NullableOperation, ID: "test_request_required_string_uint16_nullable", } ) @@ -46632,7 +46632,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16Nullable", + OperationName: TestRequestRequiredStringUint16NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uint16_nullable", Body: request, @@ -46687,7 +46687,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46718,7 +46718,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16NullableArray", + Name: TestRequestRequiredStringUint16NullableArrayOperation, ID: "test_request_required_string_uint16_nullable_array", } ) @@ -46742,7 +46742,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16NullableArray", + OperationName: TestRequestRequiredStringUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint16_nullable_array", Body: request, @@ -46797,7 +46797,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46828,7 +46828,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint16NullableArrayArray", + Name: TestRequestRequiredStringUint16NullableArrayArrayOperation, ID: "test_request_required_string_uint16_nullable_array_array", } ) @@ -46852,7 +46852,7 @@ func (s *Server) handleTestRequestRequiredStringUint16NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint16NullableArrayArray", + OperationName: TestRequestRequiredStringUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint16_nullable_array_array", Body: request, @@ -46907,7 +46907,7 @@ func (s *Server) handleTestRequestRequiredStringUint32Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -46938,7 +46938,7 @@ func (s *Server) handleTestRequestRequiredStringUint32Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32", + Name: TestRequestRequiredStringUint32Operation, ID: "test_request_required_string_uint32", } ) @@ -46962,7 +46962,7 @@ func (s *Server) handleTestRequestRequiredStringUint32Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32", + OperationName: TestRequestRequiredStringUint32Operation, OperationSummary: "", OperationID: "test_request_required_string_uint32", Body: request, @@ -47017,7 +47017,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47048,7 +47048,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32Array", + Name: TestRequestRequiredStringUint32ArrayOperation, ID: "test_request_required_string_uint32_array", } ) @@ -47072,7 +47072,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32Array", + OperationName: TestRequestRequiredStringUint32ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint32_array", Body: request, @@ -47127,7 +47127,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47158,7 +47158,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32ArrayArray", + Name: TestRequestRequiredStringUint32ArrayArrayOperation, ID: "test_request_required_string_uint32_array_array", } ) @@ -47182,7 +47182,7 @@ func (s *Server) handleTestRequestRequiredStringUint32ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32ArrayArray", + OperationName: TestRequestRequiredStringUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint32_array_array", Body: request, @@ -47237,7 +47237,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47268,7 +47268,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32Nullable", + Name: TestRequestRequiredStringUint32NullableOperation, ID: "test_request_required_string_uint32_nullable", } ) @@ -47292,7 +47292,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32Nullable", + OperationName: TestRequestRequiredStringUint32NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uint32_nullable", Body: request, @@ -47347,7 +47347,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47378,7 +47378,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32NullableArray", + Name: TestRequestRequiredStringUint32NullableArrayOperation, ID: "test_request_required_string_uint32_nullable_array", } ) @@ -47402,7 +47402,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32NullableArray", + OperationName: TestRequestRequiredStringUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint32_nullable_array", Body: request, @@ -47457,7 +47457,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47488,7 +47488,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint32NullableArrayArray", + Name: TestRequestRequiredStringUint32NullableArrayArrayOperation, ID: "test_request_required_string_uint32_nullable_array_array", } ) @@ -47512,7 +47512,7 @@ func (s *Server) handleTestRequestRequiredStringUint32NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint32NullableArrayArray", + OperationName: TestRequestRequiredStringUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint32_nullable_array_array", Body: request, @@ -47567,7 +47567,7 @@ func (s *Server) handleTestRequestRequiredStringUint64Request(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47598,7 +47598,7 @@ func (s *Server) handleTestRequestRequiredStringUint64Request(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64", + Name: TestRequestRequiredStringUint64Operation, ID: "test_request_required_string_uint64", } ) @@ -47622,7 +47622,7 @@ func (s *Server) handleTestRequestRequiredStringUint64Request(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64", + OperationName: TestRequestRequiredStringUint64Operation, OperationSummary: "", OperationID: "test_request_required_string_uint64", Body: request, @@ -47677,7 +47677,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47708,7 +47708,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64Array", + Name: TestRequestRequiredStringUint64ArrayOperation, ID: "test_request_required_string_uint64_array", } ) @@ -47732,7 +47732,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64Array", + OperationName: TestRequestRequiredStringUint64ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint64_array", Body: request, @@ -47787,7 +47787,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47818,7 +47818,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64ArrayArray", + Name: TestRequestRequiredStringUint64ArrayArrayOperation, ID: "test_request_required_string_uint64_array_array", } ) @@ -47842,7 +47842,7 @@ func (s *Server) handleTestRequestRequiredStringUint64ArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64ArrayArray", + OperationName: TestRequestRequiredStringUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint64_array_array", Body: request, @@ -47897,7 +47897,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -47928,7 +47928,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64Nullable", + Name: TestRequestRequiredStringUint64NullableOperation, ID: "test_request_required_string_uint64_nullable", } ) @@ -47952,7 +47952,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64Nullable", + OperationName: TestRequestRequiredStringUint64NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uint64_nullable", Body: request, @@ -48007,7 +48007,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48038,7 +48038,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64NullableArray", + Name: TestRequestRequiredStringUint64NullableArrayOperation, ID: "test_request_required_string_uint64_nullable_array", } ) @@ -48062,7 +48062,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64NullableArray", + OperationName: TestRequestRequiredStringUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint64_nullable_array", Body: request, @@ -48117,7 +48117,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48148,7 +48148,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint64NullableArrayArray", + Name: TestRequestRequiredStringUint64NullableArrayArrayOperation, ID: "test_request_required_string_uint64_nullable_array_array", } ) @@ -48172,7 +48172,7 @@ func (s *Server) handleTestRequestRequiredStringUint64NullableArrayArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint64NullableArrayArray", + OperationName: TestRequestRequiredStringUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint64_nullable_array_array", Body: request, @@ -48227,7 +48227,7 @@ func (s *Server) handleTestRequestRequiredStringUint8Request(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48258,7 +48258,7 @@ func (s *Server) handleTestRequestRequiredStringUint8Request(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8", + Name: TestRequestRequiredStringUint8Operation, ID: "test_request_required_string_uint8", } ) @@ -48282,7 +48282,7 @@ func (s *Server) handleTestRequestRequiredStringUint8Request(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8", + OperationName: TestRequestRequiredStringUint8Operation, OperationSummary: "", OperationID: "test_request_required_string_uint8", Body: request, @@ -48337,7 +48337,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48368,7 +48368,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8Array", + Name: TestRequestRequiredStringUint8ArrayOperation, ID: "test_request_required_string_uint8_array", } ) @@ -48392,7 +48392,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8Array", + OperationName: TestRequestRequiredStringUint8ArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint8_array", Body: request, @@ -48447,7 +48447,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48478,7 +48478,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8ArrayArray", + Name: TestRequestRequiredStringUint8ArrayArrayOperation, ID: "test_request_required_string_uint8_array_array", } ) @@ -48502,7 +48502,7 @@ func (s *Server) handleTestRequestRequiredStringUint8ArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8ArrayArray", + OperationName: TestRequestRequiredStringUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint8_array_array", Body: request, @@ -48557,7 +48557,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48588,7 +48588,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8Nullable", + Name: TestRequestRequiredStringUint8NullableOperation, ID: "test_request_required_string_uint8_nullable", } ) @@ -48612,7 +48612,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8Nullable", + OperationName: TestRequestRequiredStringUint8NullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uint8_nullable", Body: request, @@ -48667,7 +48667,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48698,7 +48698,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8NullableArray", + Name: TestRequestRequiredStringUint8NullableArrayOperation, ID: "test_request_required_string_uint8_nullable_array", } ) @@ -48722,7 +48722,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8NullableArray", + OperationName: TestRequestRequiredStringUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint8_nullable_array", Body: request, @@ -48777,7 +48777,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48808,7 +48808,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUint8NullableArrayArray", + Name: TestRequestRequiredStringUint8NullableArrayArrayOperation, ID: "test_request_required_string_uint8_nullable_array_array", } ) @@ -48832,7 +48832,7 @@ func (s *Server) handleTestRequestRequiredStringUint8NullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUint8NullableArrayArray", + OperationName: TestRequestRequiredStringUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint8_nullable_array_array", Body: request, @@ -48887,7 +48887,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -48918,7 +48918,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUintArray", + Name: TestRequestRequiredStringUintArrayOperation, ID: "test_request_required_string_uint_array", } ) @@ -48942,7 +48942,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUintArray", + OperationName: TestRequestRequiredStringUintArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint_array", Body: request, @@ -48997,7 +48997,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49028,7 +49028,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUintArrayArray", + Name: TestRequestRequiredStringUintArrayArrayOperation, ID: "test_request_required_string_uint_array_array", } ) @@ -49052,7 +49052,7 @@ func (s *Server) handleTestRequestRequiredStringUintArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUintArrayArray", + OperationName: TestRequestRequiredStringUintArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint_array_array", Body: request, @@ -49107,7 +49107,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49138,7 +49138,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUintNullable", + Name: TestRequestRequiredStringUintNullableOperation, ID: "test_request_required_string_uint_nullable", } ) @@ -49162,7 +49162,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUintNullable", + OperationName: TestRequestRequiredStringUintNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_uint_nullable", Body: request, @@ -49217,7 +49217,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49248,7 +49248,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUintNullableArray", + Name: TestRequestRequiredStringUintNullableArrayOperation, ID: "test_request_required_string_uint_nullable_array", } ) @@ -49272,7 +49272,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUintNullableArray", + OperationName: TestRequestRequiredStringUintNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint_nullable_array", Body: request, @@ -49327,7 +49327,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49358,7 +49358,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUintNullableArrayArray", + Name: TestRequestRequiredStringUintNullableArrayArrayOperation, ID: "test_request_required_string_uint_nullable_array_array", } ) @@ -49382,7 +49382,7 @@ func (s *Server) handleTestRequestRequiredStringUintNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUintNullableArrayArray", + OperationName: TestRequestRequiredStringUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_uint_nullable_array_array", Body: request, @@ -49437,7 +49437,7 @@ func (s *Server) handleTestRequestRequiredStringUnixRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49468,7 +49468,7 @@ func (s *Server) handleTestRequestRequiredStringUnixRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnix", + Name: TestRequestRequiredStringUnixOperation, ID: "test_request_required_string_unix", } ) @@ -49492,7 +49492,7 @@ func (s *Server) handleTestRequestRequiredStringUnixRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnix", + OperationName: TestRequestRequiredStringUnixOperation, OperationSummary: "", OperationID: "test_request_required_string_unix", Body: request, @@ -49547,7 +49547,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49578,7 +49578,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixArray", + Name: TestRequestRequiredStringUnixArrayOperation, ID: "test_request_required_string_unix_array", } ) @@ -49602,7 +49602,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixArray", + OperationName: TestRequestRequiredStringUnixArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix_array", Body: request, @@ -49657,7 +49657,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49688,7 +49688,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixArrayArray", + Name: TestRequestRequiredStringUnixArrayArrayOperation, ID: "test_request_required_string_unix_array_array", } ) @@ -49712,7 +49712,7 @@ func (s *Server) handleTestRequestRequiredStringUnixArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixArrayArray", + OperationName: TestRequestRequiredStringUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix_array_array", Body: request, @@ -49767,7 +49767,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49798,7 +49798,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicro", + Name: TestRequestRequiredStringUnixMicroOperation, ID: "test_request_required_string_unix-micro", } ) @@ -49822,7 +49822,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicro", + OperationName: TestRequestRequiredStringUnixMicroOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro", Body: request, @@ -49877,7 +49877,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -49908,7 +49908,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicroArray", + Name: TestRequestRequiredStringUnixMicroArrayOperation, ID: "test_request_required_string_unix-micro_array", } ) @@ -49932,7 +49932,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicroArray", + OperationName: TestRequestRequiredStringUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro_array", Body: request, @@ -49987,7 +49987,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50018,7 +50018,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicroArrayArray", + Name: TestRequestRequiredStringUnixMicroArrayArrayOperation, ID: "test_request_required_string_unix-micro_array_array", } ) @@ -50042,7 +50042,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicroArrayArray", + OperationName: TestRequestRequiredStringUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro_array_array", Body: request, @@ -50097,7 +50097,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50128,7 +50128,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicroNullable", + Name: TestRequestRequiredStringUnixMicroNullableOperation, ID: "test_request_required_string_unix-micro_nullable", } ) @@ -50152,7 +50152,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicroNullable", + OperationName: TestRequestRequiredStringUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro_nullable", Body: request, @@ -50207,7 +50207,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50238,7 +50238,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicroNullableArray", + Name: TestRequestRequiredStringUnixMicroNullableArrayOperation, ID: "test_request_required_string_unix-micro_nullable_array", } ) @@ -50262,7 +50262,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicroNullableArray", + OperationName: TestRequestRequiredStringUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro_nullable_array", Body: request, @@ -50317,7 +50317,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayArrayReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50348,7 +50348,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayArrayReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMicroNullableArrayArray", + Name: TestRequestRequiredStringUnixMicroNullableArrayArrayOperation, ID: "test_request_required_string_unix-micro_nullable_array_array", } ) @@ -50372,7 +50372,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMicroNullableArrayArrayReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMicroNullableArrayArray", + OperationName: TestRequestRequiredStringUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-micro_nullable_array_array", Body: request, @@ -50427,7 +50427,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50458,7 +50458,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilli", + Name: TestRequestRequiredStringUnixMilliOperation, ID: "test_request_required_string_unix-milli", } ) @@ -50482,7 +50482,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilli", + OperationName: TestRequestRequiredStringUnixMilliOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli", Body: request, @@ -50537,7 +50537,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50568,7 +50568,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilliArray", + Name: TestRequestRequiredStringUnixMilliArrayOperation, ID: "test_request_required_string_unix-milli_array", } ) @@ -50592,7 +50592,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilliArray", + OperationName: TestRequestRequiredStringUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli_array", Body: request, @@ -50647,7 +50647,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50678,7 +50678,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilliArrayArray", + Name: TestRequestRequiredStringUnixMilliArrayArrayOperation, ID: "test_request_required_string_unix-milli_array_array", } ) @@ -50702,7 +50702,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilliArrayArray", + OperationName: TestRequestRequiredStringUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli_array_array", Body: request, @@ -50757,7 +50757,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50788,7 +50788,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilliNullable", + Name: TestRequestRequiredStringUnixMilliNullableOperation, ID: "test_request_required_string_unix-milli_nullable", } ) @@ -50812,7 +50812,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilliNullable", + OperationName: TestRequestRequiredStringUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli_nullable", Body: request, @@ -50867,7 +50867,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -50898,7 +50898,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilliNullableArray", + Name: TestRequestRequiredStringUnixMilliNullableArrayOperation, ID: "test_request_required_string_unix-milli_nullable_array", } ) @@ -50922,7 +50922,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilliNullableArray", + OperationName: TestRequestRequiredStringUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli_nullable_array", Body: request, @@ -50977,7 +50977,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayArrayReque } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51008,7 +51008,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayArrayReque } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixMilliNullableArrayArray", + Name: TestRequestRequiredStringUnixMilliNullableArrayArrayOperation, ID: "test_request_required_string_unix-milli_nullable_array_array", } ) @@ -51032,7 +51032,7 @@ func (s *Server) handleTestRequestRequiredStringUnixMilliNullableArrayArrayReque if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixMilliNullableArrayArray", + OperationName: TestRequestRequiredStringUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-milli_nullable_array_array", Body: request, @@ -51087,7 +51087,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51118,7 +51118,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNano", + Name: TestRequestRequiredStringUnixNanoOperation, ID: "test_request_required_string_unix-nano", } ) @@ -51142,7 +51142,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNano", + OperationName: TestRequestRequiredStringUnixNanoOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano", Body: request, @@ -51197,7 +51197,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51228,7 +51228,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNanoArray", + Name: TestRequestRequiredStringUnixNanoArrayOperation, ID: "test_request_required_string_unix-nano_array", } ) @@ -51252,7 +51252,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNanoArray", + OperationName: TestRequestRequiredStringUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano_array", Body: request, @@ -51307,7 +51307,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51338,7 +51338,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNanoArrayArray", + Name: TestRequestRequiredStringUnixNanoArrayArrayOperation, ID: "test_request_required_string_unix-nano_array_array", } ) @@ -51362,7 +51362,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNanoArrayArray", + OperationName: TestRequestRequiredStringUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano_array_array", Body: request, @@ -51417,7 +51417,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51448,7 +51448,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNanoNullable", + Name: TestRequestRequiredStringUnixNanoNullableOperation, ID: "test_request_required_string_unix-nano_nullable", } ) @@ -51472,7 +51472,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNanoNullable", + OperationName: TestRequestRequiredStringUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano_nullable", Body: request, @@ -51527,7 +51527,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51558,7 +51558,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNanoNullableArray", + Name: TestRequestRequiredStringUnixNanoNullableArrayOperation, ID: "test_request_required_string_unix-nano_nullable_array", } ) @@ -51582,7 +51582,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNanoNullableArray", + OperationName: TestRequestRequiredStringUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano_nullable_array", Body: request, @@ -51637,7 +51637,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayArrayReques } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51668,7 +51668,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayArrayReques } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNanoNullableArrayArray", + Name: TestRequestRequiredStringUnixNanoNullableArrayArrayOperation, ID: "test_request_required_string_unix-nano_nullable_array_array", } ) @@ -51692,7 +51692,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNanoNullableArrayArrayReques if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNanoNullableArrayArray", + OperationName: TestRequestRequiredStringUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-nano_nullable_array_array", Body: request, @@ -51747,7 +51747,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51778,7 +51778,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNullable", + Name: TestRequestRequiredStringUnixNullableOperation, ID: "test_request_required_string_unix_nullable", } ) @@ -51802,7 +51802,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNullable", + OperationName: TestRequestRequiredStringUnixNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_unix_nullable", Body: request, @@ -51857,7 +51857,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51888,7 +51888,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNullableArray", + Name: TestRequestRequiredStringUnixNullableArrayOperation, ID: "test_request_required_string_unix_nullable_array", } ) @@ -51912,7 +51912,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNullableArray", + OperationName: TestRequestRequiredStringUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix_nullable_array", Body: request, @@ -51967,7 +51967,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -51998,7 +51998,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixNullableArrayArray", + Name: TestRequestRequiredStringUnixNullableArrayArrayOperation, ID: "test_request_required_string_unix_nullable_array_array", } ) @@ -52022,7 +52022,7 @@ func (s *Server) handleTestRequestRequiredStringUnixNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixNullableArrayArray", + OperationName: TestRequestRequiredStringUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix_nullable_array_array", Body: request, @@ -52077,7 +52077,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52108,7 +52108,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSeconds", + Name: TestRequestRequiredStringUnixSecondsOperation, ID: "test_request_required_string_unix-seconds", } ) @@ -52132,7 +52132,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSeconds", + OperationName: TestRequestRequiredStringUnixSecondsOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds", Body: request, @@ -52187,7 +52187,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52218,7 +52218,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSecondsArray", + Name: TestRequestRequiredStringUnixSecondsArrayOperation, ID: "test_request_required_string_unix-seconds_array", } ) @@ -52242,7 +52242,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSecondsArray", + OperationName: TestRequestRequiredStringUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds_array", Body: request, @@ -52297,7 +52297,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52328,7 +52328,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSecondsArrayArray", + Name: TestRequestRequiredStringUnixSecondsArrayArrayOperation, ID: "test_request_required_string_unix-seconds_array_array", } ) @@ -52352,7 +52352,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSecondsArrayArray", + OperationName: TestRequestRequiredStringUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds_array_array", Body: request, @@ -52407,7 +52407,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52438,7 +52438,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSecondsNullable", + Name: TestRequestRequiredStringUnixSecondsNullableOperation, ID: "test_request_required_string_unix-seconds_nullable", } ) @@ -52462,7 +52462,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSecondsNullable", + OperationName: TestRequestRequiredStringUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds_nullable", Body: request, @@ -52517,7 +52517,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayRequest( } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52548,7 +52548,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayRequest( } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSecondsNullableArray", + Name: TestRequestRequiredStringUnixSecondsNullableArrayOperation, ID: "test_request_required_string_unix-seconds_nullable_array", } ) @@ -52572,7 +52572,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayRequest( if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSecondsNullableArray", + OperationName: TestRequestRequiredStringUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds_nullable_array", Body: request, @@ -52627,7 +52627,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayArrayReq } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestRequiredStringUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52658,7 +52658,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayArrayReq } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestRequiredStringUnixSecondsNullableArrayArray", + Name: TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation, ID: "test_request_required_string_unix-seconds_nullable_array_array", } ) @@ -52682,7 +52682,7 @@ func (s *Server) handleTestRequestRequiredStringUnixSecondsNullableArrayArrayReq if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestRequiredStringUnixSecondsNullableArrayArray", + OperationName: TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_required_string_unix-seconds_nullable_array_array", Body: request, @@ -52737,7 +52737,7 @@ func (s *Server) handleTestRequestStringRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestString", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52768,7 +52768,7 @@ func (s *Server) handleTestRequestStringRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestString", + Name: TestRequestStringOperation, ID: "test_request_string", } ) @@ -52792,7 +52792,7 @@ func (s *Server) handleTestRequestStringRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestString", + OperationName: TestRequestStringOperation, OperationSummary: "", OperationID: "test_request_string", Body: request, @@ -52847,7 +52847,7 @@ func (s *Server) handleTestRequestStringArrayRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52878,7 +52878,7 @@ func (s *Server) handleTestRequestStringArrayRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringArray", + Name: TestRequestStringArrayOperation, ID: "test_request_string_array", } ) @@ -52902,7 +52902,7 @@ func (s *Server) handleTestRequestStringArrayRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringArray", + OperationName: TestRequestStringArrayOperation, OperationSummary: "", OperationID: "test_request_string_array", Body: request, @@ -52957,7 +52957,7 @@ func (s *Server) handleTestRequestStringArrayArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -52988,7 +52988,7 @@ func (s *Server) handleTestRequestStringArrayArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringArrayArray", + Name: TestRequestStringArrayArrayOperation, ID: "test_request_string_array_array", } ) @@ -53012,7 +53012,7 @@ func (s *Server) handleTestRequestStringArrayArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringArrayArray", + OperationName: TestRequestStringArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_array_array", Body: request, @@ -53067,7 +53067,7 @@ func (s *Server) handleTestRequestStringBase64Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53098,7 +53098,7 @@ func (s *Server) handleTestRequestStringBase64Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64", + Name: TestRequestStringBase64Operation, ID: "test_request_string_base64", } ) @@ -53122,7 +53122,7 @@ func (s *Server) handleTestRequestStringBase64Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64", + OperationName: TestRequestStringBase64Operation, OperationSummary: "", OperationID: "test_request_string_base64", Body: request, @@ -53177,7 +53177,7 @@ func (s *Server) handleTestRequestStringBase64ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53208,7 +53208,7 @@ func (s *Server) handleTestRequestStringBase64ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64Array", + Name: TestRequestStringBase64ArrayOperation, ID: "test_request_string_base64_array", } ) @@ -53232,7 +53232,7 @@ func (s *Server) handleTestRequestStringBase64ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64Array", + OperationName: TestRequestStringBase64ArrayOperation, OperationSummary: "", OperationID: "test_request_string_base64_array", Body: request, @@ -53287,7 +53287,7 @@ func (s *Server) handleTestRequestStringBase64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53318,7 +53318,7 @@ func (s *Server) handleTestRequestStringBase64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64ArrayArray", + Name: TestRequestStringBase64ArrayArrayOperation, ID: "test_request_string_base64_array_array", } ) @@ -53342,7 +53342,7 @@ func (s *Server) handleTestRequestStringBase64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64ArrayArray", + OperationName: TestRequestStringBase64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_base64_array_array", Body: request, @@ -53397,7 +53397,7 @@ func (s *Server) handleTestRequestStringBase64NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53428,7 +53428,7 @@ func (s *Server) handleTestRequestStringBase64NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64Nullable", + Name: TestRequestStringBase64NullableOperation, ID: "test_request_string_base64_nullable", } ) @@ -53452,7 +53452,7 @@ func (s *Server) handleTestRequestStringBase64NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64Nullable", + OperationName: TestRequestStringBase64NullableOperation, OperationSummary: "", OperationID: "test_request_string_base64_nullable", Body: request, @@ -53507,7 +53507,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53538,7 +53538,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64NullableArray", + Name: TestRequestStringBase64NullableArrayOperation, ID: "test_request_string_base64_nullable_array", } ) @@ -53562,7 +53562,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64NullableArray", + OperationName: TestRequestStringBase64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_base64_nullable_array", Body: request, @@ -53617,7 +53617,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBase64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53648,7 +53648,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBase64NullableArrayArray", + Name: TestRequestStringBase64NullableArrayArrayOperation, ID: "test_request_string_base64_nullable_array_array", } ) @@ -53672,7 +53672,7 @@ func (s *Server) handleTestRequestStringBase64NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBase64NullableArrayArray", + OperationName: TestRequestStringBase64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_base64_nullable_array_array", Body: request, @@ -53727,7 +53727,7 @@ func (s *Server) handleTestRequestStringBinaryRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinary", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53758,7 +53758,7 @@ func (s *Server) handleTestRequestStringBinaryRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinary", + Name: TestRequestStringBinaryOperation, ID: "test_request_string_binary", } ) @@ -53782,7 +53782,7 @@ func (s *Server) handleTestRequestStringBinaryRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinary", + OperationName: TestRequestStringBinaryOperation, OperationSummary: "", OperationID: "test_request_string_binary", Body: request, @@ -53837,7 +53837,7 @@ func (s *Server) handleTestRequestStringBinaryArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinaryArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53868,7 +53868,7 @@ func (s *Server) handleTestRequestStringBinaryArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinaryArray", + Name: TestRequestStringBinaryArrayOperation, ID: "test_request_string_binary_array", } ) @@ -53892,7 +53892,7 @@ func (s *Server) handleTestRequestStringBinaryArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinaryArray", + OperationName: TestRequestStringBinaryArrayOperation, OperationSummary: "", OperationID: "test_request_string_binary_array", Body: request, @@ -53947,7 +53947,7 @@ func (s *Server) handleTestRequestStringBinaryArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinaryArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -53978,7 +53978,7 @@ func (s *Server) handleTestRequestStringBinaryArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinaryArrayArray", + Name: TestRequestStringBinaryArrayArrayOperation, ID: "test_request_string_binary_array_array", } ) @@ -54002,7 +54002,7 @@ func (s *Server) handleTestRequestStringBinaryArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinaryArrayArray", + OperationName: TestRequestStringBinaryArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_binary_array_array", Body: request, @@ -54057,7 +54057,7 @@ func (s *Server) handleTestRequestStringBinaryNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinaryNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54088,7 +54088,7 @@ func (s *Server) handleTestRequestStringBinaryNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinaryNullable", + Name: TestRequestStringBinaryNullableOperation, ID: "test_request_string_binary_nullable", } ) @@ -54112,7 +54112,7 @@ func (s *Server) handleTestRequestStringBinaryNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinaryNullable", + OperationName: TestRequestStringBinaryNullableOperation, OperationSummary: "", OperationID: "test_request_string_binary_nullable", Body: request, @@ -54167,7 +54167,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinaryNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54198,7 +54198,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinaryNullableArray", + Name: TestRequestStringBinaryNullableArrayOperation, ID: "test_request_string_binary_nullable_array", } ) @@ -54222,7 +54222,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinaryNullableArray", + OperationName: TestRequestStringBinaryNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_binary_nullable_array", Body: request, @@ -54277,7 +54277,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringBinaryNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54308,7 +54308,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringBinaryNullableArrayArray", + Name: TestRequestStringBinaryNullableArrayArrayOperation, ID: "test_request_string_binary_nullable_array_array", } ) @@ -54332,7 +54332,7 @@ func (s *Server) handleTestRequestStringBinaryNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringBinaryNullableArrayArray", + OperationName: TestRequestStringBinaryNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_binary_nullable_array_array", Body: request, @@ -54387,7 +54387,7 @@ func (s *Server) handleTestRequestStringByteRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByte", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54418,7 +54418,7 @@ func (s *Server) handleTestRequestStringByteRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByte", + Name: TestRequestStringByteOperation, ID: "test_request_string_byte", } ) @@ -54442,7 +54442,7 @@ func (s *Server) handleTestRequestStringByteRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByte", + OperationName: TestRequestStringByteOperation, OperationSummary: "", OperationID: "test_request_string_byte", Body: request, @@ -54497,7 +54497,7 @@ func (s *Server) handleTestRequestStringByteArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByteArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54528,7 +54528,7 @@ func (s *Server) handleTestRequestStringByteArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByteArray", + Name: TestRequestStringByteArrayOperation, ID: "test_request_string_byte_array", } ) @@ -54552,7 +54552,7 @@ func (s *Server) handleTestRequestStringByteArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByteArray", + OperationName: TestRequestStringByteArrayOperation, OperationSummary: "", OperationID: "test_request_string_byte_array", Body: request, @@ -54607,7 +54607,7 @@ func (s *Server) handleTestRequestStringByteArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByteArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54638,7 +54638,7 @@ func (s *Server) handleTestRequestStringByteArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByteArrayArray", + Name: TestRequestStringByteArrayArrayOperation, ID: "test_request_string_byte_array_array", } ) @@ -54662,7 +54662,7 @@ func (s *Server) handleTestRequestStringByteArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByteArrayArray", + OperationName: TestRequestStringByteArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_byte_array_array", Body: request, @@ -54717,7 +54717,7 @@ func (s *Server) handleTestRequestStringByteNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByteNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54748,7 +54748,7 @@ func (s *Server) handleTestRequestStringByteNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByteNullable", + Name: TestRequestStringByteNullableOperation, ID: "test_request_string_byte_nullable", } ) @@ -54772,7 +54772,7 @@ func (s *Server) handleTestRequestStringByteNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByteNullable", + OperationName: TestRequestStringByteNullableOperation, OperationSummary: "", OperationID: "test_request_string_byte_nullable", Body: request, @@ -54827,7 +54827,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByteNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54858,7 +54858,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByteNullableArray", + Name: TestRequestStringByteNullableArrayOperation, ID: "test_request_string_byte_nullable_array", } ) @@ -54882,7 +54882,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByteNullableArray", + OperationName: TestRequestStringByteNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_byte_nullable_array", Body: request, @@ -54937,7 +54937,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringByteNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -54968,7 +54968,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringByteNullableArrayArray", + Name: TestRequestStringByteNullableArrayArrayOperation, ID: "test_request_string_byte_nullable_array_array", } ) @@ -54992,7 +54992,7 @@ func (s *Server) handleTestRequestStringByteNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringByteNullableArrayArray", + OperationName: TestRequestStringByteNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_byte_nullable_array_array", Body: request, @@ -55047,7 +55047,7 @@ func (s *Server) handleTestRequestStringDateRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDate", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55078,7 +55078,7 @@ func (s *Server) handleTestRequestStringDateRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDate", + Name: TestRequestStringDateOperation, ID: "test_request_string_date", } ) @@ -55102,7 +55102,7 @@ func (s *Server) handleTestRequestStringDateRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDate", + OperationName: TestRequestStringDateOperation, OperationSummary: "", OperationID: "test_request_string_date", Body: request, @@ -55157,7 +55157,7 @@ func (s *Server) handleTestRequestStringDateArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55188,7 +55188,7 @@ func (s *Server) handleTestRequestStringDateArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateArray", + Name: TestRequestStringDateArrayOperation, ID: "test_request_string_date_array", } ) @@ -55212,7 +55212,7 @@ func (s *Server) handleTestRequestStringDateArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateArray", + OperationName: TestRequestStringDateArrayOperation, OperationSummary: "", OperationID: "test_request_string_date_array", Body: request, @@ -55267,7 +55267,7 @@ func (s *Server) handleTestRequestStringDateArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55298,7 +55298,7 @@ func (s *Server) handleTestRequestStringDateArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateArrayArray", + Name: TestRequestStringDateArrayArrayOperation, ID: "test_request_string_date_array_array", } ) @@ -55322,7 +55322,7 @@ func (s *Server) handleTestRequestStringDateArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateArrayArray", + OperationName: TestRequestStringDateArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_date_array_array", Body: request, @@ -55377,7 +55377,7 @@ func (s *Server) handleTestRequestStringDateNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55408,7 +55408,7 @@ func (s *Server) handleTestRequestStringDateNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateNullable", + Name: TestRequestStringDateNullableOperation, ID: "test_request_string_date_nullable", } ) @@ -55432,7 +55432,7 @@ func (s *Server) handleTestRequestStringDateNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateNullable", + OperationName: TestRequestStringDateNullableOperation, OperationSummary: "", OperationID: "test_request_string_date_nullable", Body: request, @@ -55487,7 +55487,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55518,7 +55518,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateNullableArray", + Name: TestRequestStringDateNullableArrayOperation, ID: "test_request_string_date_nullable_array", } ) @@ -55542,7 +55542,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateNullableArray", + OperationName: TestRequestStringDateNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_date_nullable_array", Body: request, @@ -55597,7 +55597,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55628,7 +55628,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateNullableArrayArray", + Name: TestRequestStringDateNullableArrayArrayOperation, ID: "test_request_string_date_nullable_array_array", } ) @@ -55652,7 +55652,7 @@ func (s *Server) handleTestRequestStringDateNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateNullableArrayArray", + OperationName: TestRequestStringDateNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_date_nullable_array_array", Body: request, @@ -55707,7 +55707,7 @@ func (s *Server) handleTestRequestStringDateTimeRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55738,7 +55738,7 @@ func (s *Server) handleTestRequestStringDateTimeRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTime", + Name: TestRequestStringDateTimeOperation, ID: "test_request_string_date-time", } ) @@ -55762,7 +55762,7 @@ func (s *Server) handleTestRequestStringDateTimeRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTime", + OperationName: TestRequestStringDateTimeOperation, OperationSummary: "", OperationID: "test_request_string_date-time", Body: request, @@ -55817,7 +55817,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55848,7 +55848,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTimeArray", + Name: TestRequestStringDateTimeArrayOperation, ID: "test_request_string_date-time_array", } ) @@ -55872,7 +55872,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTimeArray", + OperationName: TestRequestStringDateTimeArrayOperation, OperationSummary: "", OperationID: "test_request_string_date-time_array", Body: request, @@ -55927,7 +55927,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -55958,7 +55958,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTimeArrayArray", + Name: TestRequestStringDateTimeArrayArrayOperation, ID: "test_request_string_date-time_array_array", } ) @@ -55982,7 +55982,7 @@ func (s *Server) handleTestRequestStringDateTimeArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTimeArrayArray", + OperationName: TestRequestStringDateTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_date-time_array_array", Body: request, @@ -56037,7 +56037,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56068,7 +56068,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTimeNullable", + Name: TestRequestStringDateTimeNullableOperation, ID: "test_request_string_date-time_nullable", } ) @@ -56092,7 +56092,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTimeNullable", + OperationName: TestRequestStringDateTimeNullableOperation, OperationSummary: "", OperationID: "test_request_string_date-time_nullable", Body: request, @@ -56147,7 +56147,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56178,7 +56178,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTimeNullableArray", + Name: TestRequestStringDateTimeNullableArrayOperation, ID: "test_request_string_date-time_nullable_array", } ) @@ -56202,7 +56202,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTimeNullableArray", + OperationName: TestRequestStringDateTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_date-time_nullable_array", Body: request, @@ -56257,7 +56257,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDateTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56288,7 +56288,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDateTimeNullableArrayArray", + Name: TestRequestStringDateTimeNullableArrayArrayOperation, ID: "test_request_string_date-time_nullable_array_array", } ) @@ -56312,7 +56312,7 @@ func (s *Server) handleTestRequestStringDateTimeNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDateTimeNullableArrayArray", + OperationName: TestRequestStringDateTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_date-time_nullable_array_array", Body: request, @@ -56367,7 +56367,7 @@ func (s *Server) handleTestRequestStringDurationRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDuration", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56398,7 +56398,7 @@ func (s *Server) handleTestRequestStringDurationRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDuration", + Name: TestRequestStringDurationOperation, ID: "test_request_string_duration", } ) @@ -56422,7 +56422,7 @@ func (s *Server) handleTestRequestStringDurationRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDuration", + OperationName: TestRequestStringDurationOperation, OperationSummary: "", OperationID: "test_request_string_duration", Body: request, @@ -56477,7 +56477,7 @@ func (s *Server) handleTestRequestStringDurationArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDurationArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56508,7 +56508,7 @@ func (s *Server) handleTestRequestStringDurationArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDurationArray", + Name: TestRequestStringDurationArrayOperation, ID: "test_request_string_duration_array", } ) @@ -56532,7 +56532,7 @@ func (s *Server) handleTestRequestStringDurationArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDurationArray", + OperationName: TestRequestStringDurationArrayOperation, OperationSummary: "", OperationID: "test_request_string_duration_array", Body: request, @@ -56587,7 +56587,7 @@ func (s *Server) handleTestRequestStringDurationArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDurationArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56618,7 +56618,7 @@ func (s *Server) handleTestRequestStringDurationArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDurationArrayArray", + Name: TestRequestStringDurationArrayArrayOperation, ID: "test_request_string_duration_array_array", } ) @@ -56642,7 +56642,7 @@ func (s *Server) handleTestRequestStringDurationArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDurationArrayArray", + OperationName: TestRequestStringDurationArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_duration_array_array", Body: request, @@ -56697,7 +56697,7 @@ func (s *Server) handleTestRequestStringDurationNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDurationNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56728,7 +56728,7 @@ func (s *Server) handleTestRequestStringDurationNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDurationNullable", + Name: TestRequestStringDurationNullableOperation, ID: "test_request_string_duration_nullable", } ) @@ -56752,7 +56752,7 @@ func (s *Server) handleTestRequestStringDurationNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDurationNullable", + OperationName: TestRequestStringDurationNullableOperation, OperationSummary: "", OperationID: "test_request_string_duration_nullable", Body: request, @@ -56807,7 +56807,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDurationNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56838,7 +56838,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDurationNullableArray", + Name: TestRequestStringDurationNullableArrayOperation, ID: "test_request_string_duration_nullable_array", } ) @@ -56862,7 +56862,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDurationNullableArray", + OperationName: TestRequestStringDurationNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_duration_nullable_array", Body: request, @@ -56917,7 +56917,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringDurationNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -56948,7 +56948,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringDurationNullableArrayArray", + Name: TestRequestStringDurationNullableArrayArrayOperation, ID: "test_request_string_duration_nullable_array_array", } ) @@ -56972,7 +56972,7 @@ func (s *Server) handleTestRequestStringDurationNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringDurationNullableArrayArray", + OperationName: TestRequestStringDurationNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_duration_nullable_array_array", Body: request, @@ -57027,7 +57027,7 @@ func (s *Server) handleTestRequestStringEmailRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmail", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57058,7 +57058,7 @@ func (s *Server) handleTestRequestStringEmailRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmail", + Name: TestRequestStringEmailOperation, ID: "test_request_string_email", } ) @@ -57082,7 +57082,7 @@ func (s *Server) handleTestRequestStringEmailRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmail", + OperationName: TestRequestStringEmailOperation, OperationSummary: "", OperationID: "test_request_string_email", Body: request, @@ -57137,7 +57137,7 @@ func (s *Server) handleTestRequestStringEmailArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmailArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57168,7 +57168,7 @@ func (s *Server) handleTestRequestStringEmailArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmailArray", + Name: TestRequestStringEmailArrayOperation, ID: "test_request_string_email_array", } ) @@ -57192,7 +57192,7 @@ func (s *Server) handleTestRequestStringEmailArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmailArray", + OperationName: TestRequestStringEmailArrayOperation, OperationSummary: "", OperationID: "test_request_string_email_array", Body: request, @@ -57247,7 +57247,7 @@ func (s *Server) handleTestRequestStringEmailArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmailArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57278,7 +57278,7 @@ func (s *Server) handleTestRequestStringEmailArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmailArrayArray", + Name: TestRequestStringEmailArrayArrayOperation, ID: "test_request_string_email_array_array", } ) @@ -57302,7 +57302,7 @@ func (s *Server) handleTestRequestStringEmailArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmailArrayArray", + OperationName: TestRequestStringEmailArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_email_array_array", Body: request, @@ -57357,7 +57357,7 @@ func (s *Server) handleTestRequestStringEmailNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmailNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57388,7 +57388,7 @@ func (s *Server) handleTestRequestStringEmailNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmailNullable", + Name: TestRequestStringEmailNullableOperation, ID: "test_request_string_email_nullable", } ) @@ -57412,7 +57412,7 @@ func (s *Server) handleTestRequestStringEmailNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmailNullable", + OperationName: TestRequestStringEmailNullableOperation, OperationSummary: "", OperationID: "test_request_string_email_nullable", Body: request, @@ -57467,7 +57467,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmailNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57498,7 +57498,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmailNullableArray", + Name: TestRequestStringEmailNullableArrayOperation, ID: "test_request_string_email_nullable_array", } ) @@ -57522,7 +57522,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmailNullableArray", + OperationName: TestRequestStringEmailNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_email_nullable_array", Body: request, @@ -57577,7 +57577,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringEmailNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57608,7 +57608,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringEmailNullableArrayArray", + Name: TestRequestStringEmailNullableArrayArrayOperation, ID: "test_request_string_email_nullable_array_array", } ) @@ -57632,7 +57632,7 @@ func (s *Server) handleTestRequestStringEmailNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringEmailNullableArrayArray", + OperationName: TestRequestStringEmailNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_email_nullable_array_array", Body: request, @@ -57687,7 +57687,7 @@ func (s *Server) handleTestRequestStringFloat32Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57718,7 +57718,7 @@ func (s *Server) handleTestRequestStringFloat32Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32", + Name: TestRequestStringFloat32Operation, ID: "test_request_string_float32", } ) @@ -57742,7 +57742,7 @@ func (s *Server) handleTestRequestStringFloat32Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32", + OperationName: TestRequestStringFloat32Operation, OperationSummary: "", OperationID: "test_request_string_float32", Body: request, @@ -57797,7 +57797,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57828,7 +57828,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32Array", + Name: TestRequestStringFloat32ArrayOperation, ID: "test_request_string_float32_array", } ) @@ -57852,7 +57852,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32Array", + OperationName: TestRequestStringFloat32ArrayOperation, OperationSummary: "", OperationID: "test_request_string_float32_array", Body: request, @@ -57907,7 +57907,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -57938,7 +57938,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32ArrayArray", + Name: TestRequestStringFloat32ArrayArrayOperation, ID: "test_request_string_float32_array_array", } ) @@ -57962,7 +57962,7 @@ func (s *Server) handleTestRequestStringFloat32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32ArrayArray", + OperationName: TestRequestStringFloat32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_float32_array_array", Body: request, @@ -58017,7 +58017,7 @@ func (s *Server) handleTestRequestStringFloat32NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58048,7 +58048,7 @@ func (s *Server) handleTestRequestStringFloat32NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32Nullable", + Name: TestRequestStringFloat32NullableOperation, ID: "test_request_string_float32_nullable", } ) @@ -58072,7 +58072,7 @@ func (s *Server) handleTestRequestStringFloat32NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32Nullable", + OperationName: TestRequestStringFloat32NullableOperation, OperationSummary: "", OperationID: "test_request_string_float32_nullable", Body: request, @@ -58127,7 +58127,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58158,7 +58158,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32NullableArray", + Name: TestRequestStringFloat32NullableArrayOperation, ID: "test_request_string_float32_nullable_array", } ) @@ -58182,7 +58182,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32NullableArray", + OperationName: TestRequestStringFloat32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_float32_nullable_array", Body: request, @@ -58237,7 +58237,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58268,7 +58268,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat32NullableArrayArray", + Name: TestRequestStringFloat32NullableArrayArrayOperation, ID: "test_request_string_float32_nullable_array_array", } ) @@ -58292,7 +58292,7 @@ func (s *Server) handleTestRequestStringFloat32NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat32NullableArrayArray", + OperationName: TestRequestStringFloat32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_float32_nullable_array_array", Body: request, @@ -58347,7 +58347,7 @@ func (s *Server) handleTestRequestStringFloat64Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58378,7 +58378,7 @@ func (s *Server) handleTestRequestStringFloat64Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64", + Name: TestRequestStringFloat64Operation, ID: "test_request_string_float64", } ) @@ -58402,7 +58402,7 @@ func (s *Server) handleTestRequestStringFloat64Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64", + OperationName: TestRequestStringFloat64Operation, OperationSummary: "", OperationID: "test_request_string_float64", Body: request, @@ -58457,7 +58457,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58488,7 +58488,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64Array", + Name: TestRequestStringFloat64ArrayOperation, ID: "test_request_string_float64_array", } ) @@ -58512,7 +58512,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64Array", + OperationName: TestRequestStringFloat64ArrayOperation, OperationSummary: "", OperationID: "test_request_string_float64_array", Body: request, @@ -58567,7 +58567,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58598,7 +58598,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64ArrayArray", + Name: TestRequestStringFloat64ArrayArrayOperation, ID: "test_request_string_float64_array_array", } ) @@ -58622,7 +58622,7 @@ func (s *Server) handleTestRequestStringFloat64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64ArrayArray", + OperationName: TestRequestStringFloat64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_float64_array_array", Body: request, @@ -58677,7 +58677,7 @@ func (s *Server) handleTestRequestStringFloat64NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58708,7 +58708,7 @@ func (s *Server) handleTestRequestStringFloat64NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64Nullable", + Name: TestRequestStringFloat64NullableOperation, ID: "test_request_string_float64_nullable", } ) @@ -58732,7 +58732,7 @@ func (s *Server) handleTestRequestStringFloat64NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64Nullable", + OperationName: TestRequestStringFloat64NullableOperation, OperationSummary: "", OperationID: "test_request_string_float64_nullable", Body: request, @@ -58787,7 +58787,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58818,7 +58818,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64NullableArray", + Name: TestRequestStringFloat64NullableArrayOperation, ID: "test_request_string_float64_nullable_array", } ) @@ -58842,7 +58842,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64NullableArray", + OperationName: TestRequestStringFloat64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_float64_nullable_array", Body: request, @@ -58897,7 +58897,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringFloat64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -58928,7 +58928,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringFloat64NullableArrayArray", + Name: TestRequestStringFloat64NullableArrayArrayOperation, ID: "test_request_string_float64_nullable_array_array", } ) @@ -58952,7 +58952,7 @@ func (s *Server) handleTestRequestStringFloat64NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringFloat64NullableArrayArray", + OperationName: TestRequestStringFloat64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_float64_nullable_array_array", Body: request, @@ -59007,7 +59007,7 @@ func (s *Server) handleTestRequestStringHostnameRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostname", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59038,7 +59038,7 @@ func (s *Server) handleTestRequestStringHostnameRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostname", + Name: TestRequestStringHostnameOperation, ID: "test_request_string_hostname", } ) @@ -59062,7 +59062,7 @@ func (s *Server) handleTestRequestStringHostnameRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostname", + OperationName: TestRequestStringHostnameOperation, OperationSummary: "", OperationID: "test_request_string_hostname", Body: request, @@ -59117,7 +59117,7 @@ func (s *Server) handleTestRequestStringHostnameArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostnameArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59148,7 +59148,7 @@ func (s *Server) handleTestRequestStringHostnameArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostnameArray", + Name: TestRequestStringHostnameArrayOperation, ID: "test_request_string_hostname_array", } ) @@ -59172,7 +59172,7 @@ func (s *Server) handleTestRequestStringHostnameArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostnameArray", + OperationName: TestRequestStringHostnameArrayOperation, OperationSummary: "", OperationID: "test_request_string_hostname_array", Body: request, @@ -59227,7 +59227,7 @@ func (s *Server) handleTestRequestStringHostnameArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostnameArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59258,7 +59258,7 @@ func (s *Server) handleTestRequestStringHostnameArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostnameArrayArray", + Name: TestRequestStringHostnameArrayArrayOperation, ID: "test_request_string_hostname_array_array", } ) @@ -59282,7 +59282,7 @@ func (s *Server) handleTestRequestStringHostnameArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostnameArrayArray", + OperationName: TestRequestStringHostnameArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_hostname_array_array", Body: request, @@ -59337,7 +59337,7 @@ func (s *Server) handleTestRequestStringHostnameNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostnameNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59368,7 +59368,7 @@ func (s *Server) handleTestRequestStringHostnameNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostnameNullable", + Name: TestRequestStringHostnameNullableOperation, ID: "test_request_string_hostname_nullable", } ) @@ -59392,7 +59392,7 @@ func (s *Server) handleTestRequestStringHostnameNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostnameNullable", + OperationName: TestRequestStringHostnameNullableOperation, OperationSummary: "", OperationID: "test_request_string_hostname_nullable", Body: request, @@ -59447,7 +59447,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostnameNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59478,7 +59478,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostnameNullableArray", + Name: TestRequestStringHostnameNullableArrayOperation, ID: "test_request_string_hostname_nullable_array", } ) @@ -59502,7 +59502,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostnameNullableArray", + OperationName: TestRequestStringHostnameNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_hostname_nullable_array", Body: request, @@ -59557,7 +59557,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringHostnameNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59588,7 +59588,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringHostnameNullableArrayArray", + Name: TestRequestStringHostnameNullableArrayArrayOperation, ID: "test_request_string_hostname_nullable_array_array", } ) @@ -59612,7 +59612,7 @@ func (s *Server) handleTestRequestStringHostnameNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringHostnameNullableArrayArray", + OperationName: TestRequestStringHostnameNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_hostname_nullable_array_array", Body: request, @@ -59667,7 +59667,7 @@ func (s *Server) handleTestRequestStringIPRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIP", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59698,7 +59698,7 @@ func (s *Server) handleTestRequestStringIPRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIP", + Name: TestRequestStringIPOperation, ID: "test_request_string_ip", } ) @@ -59722,7 +59722,7 @@ func (s *Server) handleTestRequestStringIPRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIP", + OperationName: TestRequestStringIPOperation, OperationSummary: "", OperationID: "test_request_string_ip", Body: request, @@ -59777,7 +59777,7 @@ func (s *Server) handleTestRequestStringIPArrayRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIPArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59808,7 +59808,7 @@ func (s *Server) handleTestRequestStringIPArrayRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIPArray", + Name: TestRequestStringIPArrayOperation, ID: "test_request_string_ip_array", } ) @@ -59832,7 +59832,7 @@ func (s *Server) handleTestRequestStringIPArrayRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIPArray", + OperationName: TestRequestStringIPArrayOperation, OperationSummary: "", OperationID: "test_request_string_ip_array", Body: request, @@ -59887,7 +59887,7 @@ func (s *Server) handleTestRequestStringIPArrayArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIPArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -59918,7 +59918,7 @@ func (s *Server) handleTestRequestStringIPArrayArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIPArrayArray", + Name: TestRequestStringIPArrayArrayOperation, ID: "test_request_string_ip_array_array", } ) @@ -59942,7 +59942,7 @@ func (s *Server) handleTestRequestStringIPArrayArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIPArrayArray", + OperationName: TestRequestStringIPArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ip_array_array", Body: request, @@ -59997,7 +59997,7 @@ func (s *Server) handleTestRequestStringIPNullableRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIPNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60028,7 +60028,7 @@ func (s *Server) handleTestRequestStringIPNullableRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIPNullable", + Name: TestRequestStringIPNullableOperation, ID: "test_request_string_ip_nullable", } ) @@ -60052,7 +60052,7 @@ func (s *Server) handleTestRequestStringIPNullableRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIPNullable", + OperationName: TestRequestStringIPNullableOperation, OperationSummary: "", OperationID: "test_request_string_ip_nullable", Body: request, @@ -60107,7 +60107,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIPNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60138,7 +60138,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIPNullableArray", + Name: TestRequestStringIPNullableArrayOperation, ID: "test_request_string_ip_nullable_array", } ) @@ -60162,7 +60162,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIPNullableArray", + OperationName: TestRequestStringIPNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_ip_nullable_array", Body: request, @@ -60217,7 +60217,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIPNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60248,7 +60248,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIPNullableArrayArray", + Name: TestRequestStringIPNullableArrayArrayOperation, ID: "test_request_string_ip_nullable_array_array", } ) @@ -60272,7 +60272,7 @@ func (s *Server) handleTestRequestStringIPNullableArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIPNullableArrayArray", + OperationName: TestRequestStringIPNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ip_nullable_array_array", Body: request, @@ -60327,7 +60327,7 @@ func (s *Server) handleTestRequestStringIntRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60358,7 +60358,7 @@ func (s *Server) handleTestRequestStringIntRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt", + Name: TestRequestStringIntOperation, ID: "test_request_string_int", } ) @@ -60382,7 +60382,7 @@ func (s *Server) handleTestRequestStringIntRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt", + OperationName: TestRequestStringIntOperation, OperationSummary: "", OperationID: "test_request_string_int", Body: request, @@ -60437,7 +60437,7 @@ func (s *Server) handleTestRequestStringInt16Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60468,7 +60468,7 @@ func (s *Server) handleTestRequestStringInt16Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16", + Name: TestRequestStringInt16Operation, ID: "test_request_string_int16", } ) @@ -60492,7 +60492,7 @@ func (s *Server) handleTestRequestStringInt16Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16", + OperationName: TestRequestStringInt16Operation, OperationSummary: "", OperationID: "test_request_string_int16", Body: request, @@ -60547,7 +60547,7 @@ func (s *Server) handleTestRequestStringInt16ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60578,7 +60578,7 @@ func (s *Server) handleTestRequestStringInt16ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16Array", + Name: TestRequestStringInt16ArrayOperation, ID: "test_request_string_int16_array", } ) @@ -60602,7 +60602,7 @@ func (s *Server) handleTestRequestStringInt16ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16Array", + OperationName: TestRequestStringInt16ArrayOperation, OperationSummary: "", OperationID: "test_request_string_int16_array", Body: request, @@ -60657,7 +60657,7 @@ func (s *Server) handleTestRequestStringInt16ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60688,7 +60688,7 @@ func (s *Server) handleTestRequestStringInt16ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16ArrayArray", + Name: TestRequestStringInt16ArrayArrayOperation, ID: "test_request_string_int16_array_array", } ) @@ -60712,7 +60712,7 @@ func (s *Server) handleTestRequestStringInt16ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16ArrayArray", + OperationName: TestRequestStringInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int16_array_array", Body: request, @@ -60767,7 +60767,7 @@ func (s *Server) handleTestRequestStringInt16NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60798,7 +60798,7 @@ func (s *Server) handleTestRequestStringInt16NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16Nullable", + Name: TestRequestStringInt16NullableOperation, ID: "test_request_string_int16_nullable", } ) @@ -60822,7 +60822,7 @@ func (s *Server) handleTestRequestStringInt16NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16Nullable", + OperationName: TestRequestStringInt16NullableOperation, OperationSummary: "", OperationID: "test_request_string_int16_nullable", Body: request, @@ -60877,7 +60877,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -60908,7 +60908,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16NullableArray", + Name: TestRequestStringInt16NullableArrayOperation, ID: "test_request_string_int16_nullable_array", } ) @@ -60932,7 +60932,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16NullableArray", + OperationName: TestRequestStringInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_int16_nullable_array", Body: request, @@ -60987,7 +60987,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61018,7 +61018,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt16NullableArrayArray", + Name: TestRequestStringInt16NullableArrayArrayOperation, ID: "test_request_string_int16_nullable_array_array", } ) @@ -61042,7 +61042,7 @@ func (s *Server) handleTestRequestStringInt16NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt16NullableArrayArray", + OperationName: TestRequestStringInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int16_nullable_array_array", Body: request, @@ -61097,7 +61097,7 @@ func (s *Server) handleTestRequestStringInt32Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61128,7 +61128,7 @@ func (s *Server) handleTestRequestStringInt32Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32", + Name: TestRequestStringInt32Operation, ID: "test_request_string_int32", } ) @@ -61152,7 +61152,7 @@ func (s *Server) handleTestRequestStringInt32Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32", + OperationName: TestRequestStringInt32Operation, OperationSummary: "", OperationID: "test_request_string_int32", Body: request, @@ -61207,7 +61207,7 @@ func (s *Server) handleTestRequestStringInt32ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61238,7 +61238,7 @@ func (s *Server) handleTestRequestStringInt32ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32Array", + Name: TestRequestStringInt32ArrayOperation, ID: "test_request_string_int32_array", } ) @@ -61262,7 +61262,7 @@ func (s *Server) handleTestRequestStringInt32ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32Array", + OperationName: TestRequestStringInt32ArrayOperation, OperationSummary: "", OperationID: "test_request_string_int32_array", Body: request, @@ -61317,7 +61317,7 @@ func (s *Server) handleTestRequestStringInt32ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61348,7 +61348,7 @@ func (s *Server) handleTestRequestStringInt32ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32ArrayArray", + Name: TestRequestStringInt32ArrayArrayOperation, ID: "test_request_string_int32_array_array", } ) @@ -61372,7 +61372,7 @@ func (s *Server) handleTestRequestStringInt32ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32ArrayArray", + OperationName: TestRequestStringInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int32_array_array", Body: request, @@ -61427,7 +61427,7 @@ func (s *Server) handleTestRequestStringInt32NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61458,7 +61458,7 @@ func (s *Server) handleTestRequestStringInt32NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32Nullable", + Name: TestRequestStringInt32NullableOperation, ID: "test_request_string_int32_nullable", } ) @@ -61482,7 +61482,7 @@ func (s *Server) handleTestRequestStringInt32NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32Nullable", + OperationName: TestRequestStringInt32NullableOperation, OperationSummary: "", OperationID: "test_request_string_int32_nullable", Body: request, @@ -61537,7 +61537,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61568,7 +61568,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32NullableArray", + Name: TestRequestStringInt32NullableArrayOperation, ID: "test_request_string_int32_nullable_array", } ) @@ -61592,7 +61592,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32NullableArray", + OperationName: TestRequestStringInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_int32_nullable_array", Body: request, @@ -61647,7 +61647,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61678,7 +61678,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt32NullableArrayArray", + Name: TestRequestStringInt32NullableArrayArrayOperation, ID: "test_request_string_int32_nullable_array_array", } ) @@ -61702,7 +61702,7 @@ func (s *Server) handleTestRequestStringInt32NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt32NullableArrayArray", + OperationName: TestRequestStringInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int32_nullable_array_array", Body: request, @@ -61757,7 +61757,7 @@ func (s *Server) handleTestRequestStringInt64Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61788,7 +61788,7 @@ func (s *Server) handleTestRequestStringInt64Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64", + Name: TestRequestStringInt64Operation, ID: "test_request_string_int64", } ) @@ -61812,7 +61812,7 @@ func (s *Server) handleTestRequestStringInt64Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64", + OperationName: TestRequestStringInt64Operation, OperationSummary: "", OperationID: "test_request_string_int64", Body: request, @@ -61867,7 +61867,7 @@ func (s *Server) handleTestRequestStringInt64ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61898,7 +61898,7 @@ func (s *Server) handleTestRequestStringInt64ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64Array", + Name: TestRequestStringInt64ArrayOperation, ID: "test_request_string_int64_array", } ) @@ -61922,7 +61922,7 @@ func (s *Server) handleTestRequestStringInt64ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64Array", + OperationName: TestRequestStringInt64ArrayOperation, OperationSummary: "", OperationID: "test_request_string_int64_array", Body: request, @@ -61977,7 +61977,7 @@ func (s *Server) handleTestRequestStringInt64ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62008,7 +62008,7 @@ func (s *Server) handleTestRequestStringInt64ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64ArrayArray", + Name: TestRequestStringInt64ArrayArrayOperation, ID: "test_request_string_int64_array_array", } ) @@ -62032,7 +62032,7 @@ func (s *Server) handleTestRequestStringInt64ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64ArrayArray", + OperationName: TestRequestStringInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int64_array_array", Body: request, @@ -62087,7 +62087,7 @@ func (s *Server) handleTestRequestStringInt64NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62118,7 +62118,7 @@ func (s *Server) handleTestRequestStringInt64NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64Nullable", + Name: TestRequestStringInt64NullableOperation, ID: "test_request_string_int64_nullable", } ) @@ -62142,7 +62142,7 @@ func (s *Server) handleTestRequestStringInt64NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64Nullable", + OperationName: TestRequestStringInt64NullableOperation, OperationSummary: "", OperationID: "test_request_string_int64_nullable", Body: request, @@ -62197,7 +62197,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62228,7 +62228,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64NullableArray", + Name: TestRequestStringInt64NullableArrayOperation, ID: "test_request_string_int64_nullable_array", } ) @@ -62252,7 +62252,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64NullableArray", + OperationName: TestRequestStringInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_int64_nullable_array", Body: request, @@ -62307,7 +62307,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62338,7 +62338,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt64NullableArrayArray", + Name: TestRequestStringInt64NullableArrayArrayOperation, ID: "test_request_string_int64_nullable_array_array", } ) @@ -62362,7 +62362,7 @@ func (s *Server) handleTestRequestStringInt64NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt64NullableArrayArray", + OperationName: TestRequestStringInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int64_nullable_array_array", Body: request, @@ -62417,7 +62417,7 @@ func (s *Server) handleTestRequestStringInt8Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62448,7 +62448,7 @@ func (s *Server) handleTestRequestStringInt8Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8", + Name: TestRequestStringInt8Operation, ID: "test_request_string_int8", } ) @@ -62472,7 +62472,7 @@ func (s *Server) handleTestRequestStringInt8Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8", + OperationName: TestRequestStringInt8Operation, OperationSummary: "", OperationID: "test_request_string_int8", Body: request, @@ -62527,7 +62527,7 @@ func (s *Server) handleTestRequestStringInt8ArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62558,7 +62558,7 @@ func (s *Server) handleTestRequestStringInt8ArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8Array", + Name: TestRequestStringInt8ArrayOperation, ID: "test_request_string_int8_array", } ) @@ -62582,7 +62582,7 @@ func (s *Server) handleTestRequestStringInt8ArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8Array", + OperationName: TestRequestStringInt8ArrayOperation, OperationSummary: "", OperationID: "test_request_string_int8_array", Body: request, @@ -62637,7 +62637,7 @@ func (s *Server) handleTestRequestStringInt8ArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62668,7 +62668,7 @@ func (s *Server) handleTestRequestStringInt8ArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8ArrayArray", + Name: TestRequestStringInt8ArrayArrayOperation, ID: "test_request_string_int8_array_array", } ) @@ -62692,7 +62692,7 @@ func (s *Server) handleTestRequestStringInt8ArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8ArrayArray", + OperationName: TestRequestStringInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int8_array_array", Body: request, @@ -62747,7 +62747,7 @@ func (s *Server) handleTestRequestStringInt8NullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62778,7 +62778,7 @@ func (s *Server) handleTestRequestStringInt8NullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8Nullable", + Name: TestRequestStringInt8NullableOperation, ID: "test_request_string_int8_nullable", } ) @@ -62802,7 +62802,7 @@ func (s *Server) handleTestRequestStringInt8NullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8Nullable", + OperationName: TestRequestStringInt8NullableOperation, OperationSummary: "", OperationID: "test_request_string_int8_nullable", Body: request, @@ -62857,7 +62857,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62888,7 +62888,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8NullableArray", + Name: TestRequestStringInt8NullableArrayOperation, ID: "test_request_string_int8_nullable_array", } ) @@ -62912,7 +62912,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8NullableArray", + OperationName: TestRequestStringInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_int8_nullable_array", Body: request, @@ -62967,7 +62967,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62998,7 +62998,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringInt8NullableArrayArray", + Name: TestRequestStringInt8NullableArrayArrayOperation, ID: "test_request_string_int8_nullable_array_array", } ) @@ -63022,7 +63022,7 @@ func (s *Server) handleTestRequestStringInt8NullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringInt8NullableArrayArray", + OperationName: TestRequestStringInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int8_nullable_array_array", Body: request, @@ -63077,7 +63077,7 @@ func (s *Server) handleTestRequestStringIntArrayRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIntArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63108,7 +63108,7 @@ func (s *Server) handleTestRequestStringIntArrayRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIntArray", + Name: TestRequestStringIntArrayOperation, ID: "test_request_string_int_array", } ) @@ -63132,7 +63132,7 @@ func (s *Server) handleTestRequestStringIntArrayRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIntArray", + OperationName: TestRequestStringIntArrayOperation, OperationSummary: "", OperationID: "test_request_string_int_array", Body: request, @@ -63187,7 +63187,7 @@ func (s *Server) handleTestRequestStringIntArrayArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIntArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63218,7 +63218,7 @@ func (s *Server) handleTestRequestStringIntArrayArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIntArrayArray", + Name: TestRequestStringIntArrayArrayOperation, ID: "test_request_string_int_array_array", } ) @@ -63242,7 +63242,7 @@ func (s *Server) handleTestRequestStringIntArrayArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIntArrayArray", + OperationName: TestRequestStringIntArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int_array_array", Body: request, @@ -63297,7 +63297,7 @@ func (s *Server) handleTestRequestStringIntNullableRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIntNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63328,7 +63328,7 @@ func (s *Server) handleTestRequestStringIntNullableRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIntNullable", + Name: TestRequestStringIntNullableOperation, ID: "test_request_string_int_nullable", } ) @@ -63352,7 +63352,7 @@ func (s *Server) handleTestRequestStringIntNullableRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIntNullable", + OperationName: TestRequestStringIntNullableOperation, OperationSummary: "", OperationID: "test_request_string_int_nullable", Body: request, @@ -63407,7 +63407,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIntNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63438,7 +63438,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIntNullableArray", + Name: TestRequestStringIntNullableArrayOperation, ID: "test_request_string_int_nullable_array", } ) @@ -63462,7 +63462,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIntNullableArray", + OperationName: TestRequestStringIntNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_int_nullable_array", Body: request, @@ -63517,7 +63517,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIntNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63548,7 +63548,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIntNullableArrayArray", + Name: TestRequestStringIntNullableArrayArrayOperation, ID: "test_request_string_int_nullable_array_array", } ) @@ -63572,7 +63572,7 @@ func (s *Server) handleTestRequestStringIntNullableArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIntNullableArrayArray", + OperationName: TestRequestStringIntNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_int_nullable_array_array", Body: request, @@ -63627,7 +63627,7 @@ func (s *Server) handleTestRequestStringIpv4Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63658,7 +63658,7 @@ func (s *Server) handleTestRequestStringIpv4Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4", + Name: TestRequestStringIpv4Operation, ID: "test_request_string_ipv4", } ) @@ -63682,7 +63682,7 @@ func (s *Server) handleTestRequestStringIpv4Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4", + OperationName: TestRequestStringIpv4Operation, OperationSummary: "", OperationID: "test_request_string_ipv4", Body: request, @@ -63737,7 +63737,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63768,7 +63768,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4Array", + Name: TestRequestStringIpv4ArrayOperation, ID: "test_request_string_ipv4_array", } ) @@ -63792,7 +63792,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4Array", + OperationName: TestRequestStringIpv4ArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv4_array", Body: request, @@ -63847,7 +63847,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63878,7 +63878,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4ArrayArray", + Name: TestRequestStringIpv4ArrayArrayOperation, ID: "test_request_string_ipv4_array_array", } ) @@ -63902,7 +63902,7 @@ func (s *Server) handleTestRequestStringIpv4ArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4ArrayArray", + OperationName: TestRequestStringIpv4ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv4_array_array", Body: request, @@ -63957,7 +63957,7 @@ func (s *Server) handleTestRequestStringIpv4NullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -63988,7 +63988,7 @@ func (s *Server) handleTestRequestStringIpv4NullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4Nullable", + Name: TestRequestStringIpv4NullableOperation, ID: "test_request_string_ipv4_nullable", } ) @@ -64012,7 +64012,7 @@ func (s *Server) handleTestRequestStringIpv4NullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4Nullable", + OperationName: TestRequestStringIpv4NullableOperation, OperationSummary: "", OperationID: "test_request_string_ipv4_nullable", Body: request, @@ -64067,7 +64067,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64098,7 +64098,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4NullableArray", + Name: TestRequestStringIpv4NullableArrayOperation, ID: "test_request_string_ipv4_nullable_array", } ) @@ -64122,7 +64122,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4NullableArray", + OperationName: TestRequestStringIpv4NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv4_nullable_array", Body: request, @@ -64177,7 +64177,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv4NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64208,7 +64208,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv4NullableArrayArray", + Name: TestRequestStringIpv4NullableArrayArrayOperation, ID: "test_request_string_ipv4_nullable_array_array", } ) @@ -64232,7 +64232,7 @@ func (s *Server) handleTestRequestStringIpv4NullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv4NullableArrayArray", + OperationName: TestRequestStringIpv4NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv4_nullable_array_array", Body: request, @@ -64287,7 +64287,7 @@ func (s *Server) handleTestRequestStringIpv6Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64318,7 +64318,7 @@ func (s *Server) handleTestRequestStringIpv6Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6", + Name: TestRequestStringIpv6Operation, ID: "test_request_string_ipv6", } ) @@ -64342,7 +64342,7 @@ func (s *Server) handleTestRequestStringIpv6Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6", + OperationName: TestRequestStringIpv6Operation, OperationSummary: "", OperationID: "test_request_string_ipv6", Body: request, @@ -64397,7 +64397,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64428,7 +64428,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6Array", + Name: TestRequestStringIpv6ArrayOperation, ID: "test_request_string_ipv6_array", } ) @@ -64452,7 +64452,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6Array", + OperationName: TestRequestStringIpv6ArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv6_array", Body: request, @@ -64507,7 +64507,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64538,7 +64538,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6ArrayArray", + Name: TestRequestStringIpv6ArrayArrayOperation, ID: "test_request_string_ipv6_array_array", } ) @@ -64562,7 +64562,7 @@ func (s *Server) handleTestRequestStringIpv6ArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6ArrayArray", + OperationName: TestRequestStringIpv6ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv6_array_array", Body: request, @@ -64617,7 +64617,7 @@ func (s *Server) handleTestRequestStringIpv6NullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64648,7 +64648,7 @@ func (s *Server) handleTestRequestStringIpv6NullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6Nullable", + Name: TestRequestStringIpv6NullableOperation, ID: "test_request_string_ipv6_nullable", } ) @@ -64672,7 +64672,7 @@ func (s *Server) handleTestRequestStringIpv6NullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6Nullable", + OperationName: TestRequestStringIpv6NullableOperation, OperationSummary: "", OperationID: "test_request_string_ipv6_nullable", Body: request, @@ -64727,7 +64727,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64758,7 +64758,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6NullableArray", + Name: TestRequestStringIpv6NullableArrayOperation, ID: "test_request_string_ipv6_nullable_array", } ) @@ -64782,7 +64782,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6NullableArray", + OperationName: TestRequestStringIpv6NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv6_nullable_array", Body: request, @@ -64837,7 +64837,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringIpv6NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64868,7 +64868,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringIpv6NullableArrayArray", + Name: TestRequestStringIpv6NullableArrayArrayOperation, ID: "test_request_string_ipv6_nullable_array_array", } ) @@ -64892,7 +64892,7 @@ func (s *Server) handleTestRequestStringIpv6NullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringIpv6NullableArrayArray", + OperationName: TestRequestStringIpv6NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_ipv6_nullable_array_array", Body: request, @@ -64947,7 +64947,7 @@ func (s *Server) handleTestRequestStringMACRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMAC", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64978,7 +64978,7 @@ func (s *Server) handleTestRequestStringMACRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMAC", + Name: TestRequestStringMACOperation, ID: "test_request_string_mac", } ) @@ -65002,7 +65002,7 @@ func (s *Server) handleTestRequestStringMACRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMAC", + OperationName: TestRequestStringMACOperation, OperationSummary: "", OperationID: "test_request_string_mac", Body: request, @@ -65057,7 +65057,7 @@ func (s *Server) handleTestRequestStringMACArrayRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMACArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65088,7 +65088,7 @@ func (s *Server) handleTestRequestStringMACArrayRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMACArray", + Name: TestRequestStringMACArrayOperation, ID: "test_request_string_mac_array", } ) @@ -65112,7 +65112,7 @@ func (s *Server) handleTestRequestStringMACArrayRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMACArray", + OperationName: TestRequestStringMACArrayOperation, OperationSummary: "", OperationID: "test_request_string_mac_array", Body: request, @@ -65167,7 +65167,7 @@ func (s *Server) handleTestRequestStringMACArrayArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMACArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65198,7 +65198,7 @@ func (s *Server) handleTestRequestStringMACArrayArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMACArrayArray", + Name: TestRequestStringMACArrayArrayOperation, ID: "test_request_string_mac_array_array", } ) @@ -65222,7 +65222,7 @@ func (s *Server) handleTestRequestStringMACArrayArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMACArrayArray", + OperationName: TestRequestStringMACArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_mac_array_array", Body: request, @@ -65277,7 +65277,7 @@ func (s *Server) handleTestRequestStringMACNullableRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMACNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65308,7 +65308,7 @@ func (s *Server) handleTestRequestStringMACNullableRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMACNullable", + Name: TestRequestStringMACNullableOperation, ID: "test_request_string_mac_nullable", } ) @@ -65332,7 +65332,7 @@ func (s *Server) handleTestRequestStringMACNullableRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMACNullable", + OperationName: TestRequestStringMACNullableOperation, OperationSummary: "", OperationID: "test_request_string_mac_nullable", Body: request, @@ -65387,7 +65387,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMACNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65418,7 +65418,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMACNullableArray", + Name: TestRequestStringMACNullableArrayOperation, ID: "test_request_string_mac_nullable_array", } ) @@ -65442,7 +65442,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMACNullableArray", + OperationName: TestRequestStringMACNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_mac_nullable_array", Body: request, @@ -65497,7 +65497,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringMACNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65528,7 +65528,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringMACNullableArrayArray", + Name: TestRequestStringMACNullableArrayArrayOperation, ID: "test_request_string_mac_nullable_array_array", } ) @@ -65552,7 +65552,7 @@ func (s *Server) handleTestRequestStringMACNullableArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringMACNullableArrayArray", + OperationName: TestRequestStringMACNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_mac_nullable_array_array", Body: request, @@ -65607,7 +65607,7 @@ func (s *Server) handleTestRequestStringNullableRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65638,7 +65638,7 @@ func (s *Server) handleTestRequestStringNullableRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringNullable", + Name: TestRequestStringNullableOperation, ID: "test_request_string_nullable", } ) @@ -65662,7 +65662,7 @@ func (s *Server) handleTestRequestStringNullableRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringNullable", + OperationName: TestRequestStringNullableOperation, OperationSummary: "", OperationID: "test_request_string_nullable", Body: request, @@ -65717,7 +65717,7 @@ func (s *Server) handleTestRequestStringNullableArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65748,7 +65748,7 @@ func (s *Server) handleTestRequestStringNullableArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringNullableArray", + Name: TestRequestStringNullableArrayOperation, ID: "test_request_string_nullable_array", } ) @@ -65772,7 +65772,7 @@ func (s *Server) handleTestRequestStringNullableArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringNullableArray", + OperationName: TestRequestStringNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_nullable_array", Body: request, @@ -65827,7 +65827,7 @@ func (s *Server) handleTestRequestStringNullableArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65858,7 +65858,7 @@ func (s *Server) handleTestRequestStringNullableArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringNullableArrayArray", + Name: TestRequestStringNullableArrayArrayOperation, ID: "test_request_string_nullable_array_array", } ) @@ -65882,7 +65882,7 @@ func (s *Server) handleTestRequestStringNullableArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringNullableArrayArray", + OperationName: TestRequestStringNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_nullable_array_array", Body: request, @@ -65937,7 +65937,7 @@ func (s *Server) handleTestRequestStringPasswordRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPassword", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65968,7 +65968,7 @@ func (s *Server) handleTestRequestStringPasswordRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPassword", + Name: TestRequestStringPasswordOperation, ID: "test_request_string_password", } ) @@ -65992,7 +65992,7 @@ func (s *Server) handleTestRequestStringPasswordRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPassword", + OperationName: TestRequestStringPasswordOperation, OperationSummary: "", OperationID: "test_request_string_password", Body: request, @@ -66047,7 +66047,7 @@ func (s *Server) handleTestRequestStringPasswordArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPasswordArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66078,7 +66078,7 @@ func (s *Server) handleTestRequestStringPasswordArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPasswordArray", + Name: TestRequestStringPasswordArrayOperation, ID: "test_request_string_password_array", } ) @@ -66102,7 +66102,7 @@ func (s *Server) handleTestRequestStringPasswordArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPasswordArray", + OperationName: TestRequestStringPasswordArrayOperation, OperationSummary: "", OperationID: "test_request_string_password_array", Body: request, @@ -66157,7 +66157,7 @@ func (s *Server) handleTestRequestStringPasswordArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPasswordArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66188,7 +66188,7 @@ func (s *Server) handleTestRequestStringPasswordArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPasswordArrayArray", + Name: TestRequestStringPasswordArrayArrayOperation, ID: "test_request_string_password_array_array", } ) @@ -66212,7 +66212,7 @@ func (s *Server) handleTestRequestStringPasswordArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPasswordArrayArray", + OperationName: TestRequestStringPasswordArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_password_array_array", Body: request, @@ -66267,7 +66267,7 @@ func (s *Server) handleTestRequestStringPasswordNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPasswordNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66298,7 +66298,7 @@ func (s *Server) handleTestRequestStringPasswordNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPasswordNullable", + Name: TestRequestStringPasswordNullableOperation, ID: "test_request_string_password_nullable", } ) @@ -66322,7 +66322,7 @@ func (s *Server) handleTestRequestStringPasswordNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPasswordNullable", + OperationName: TestRequestStringPasswordNullableOperation, OperationSummary: "", OperationID: "test_request_string_password_nullable", Body: request, @@ -66377,7 +66377,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPasswordNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66408,7 +66408,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPasswordNullableArray", + Name: TestRequestStringPasswordNullableArrayOperation, ID: "test_request_string_password_nullable_array", } ) @@ -66432,7 +66432,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPasswordNullableArray", + OperationName: TestRequestStringPasswordNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_password_nullable_array", Body: request, @@ -66487,7 +66487,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringPasswordNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66518,7 +66518,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringPasswordNullableArrayArray", + Name: TestRequestStringPasswordNullableArrayArrayOperation, ID: "test_request_string_password_nullable_array_array", } ) @@ -66542,7 +66542,7 @@ func (s *Server) handleTestRequestStringPasswordNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringPasswordNullableArrayArray", + OperationName: TestRequestStringPasswordNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_password_nullable_array_array", Body: request, @@ -66597,7 +66597,7 @@ func (s *Server) handleTestRequestStringTimeRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66628,7 +66628,7 @@ func (s *Server) handleTestRequestStringTimeRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTime", + Name: TestRequestStringTimeOperation, ID: "test_request_string_time", } ) @@ -66652,7 +66652,7 @@ func (s *Server) handleTestRequestStringTimeRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTime", + OperationName: TestRequestStringTimeOperation, OperationSummary: "", OperationID: "test_request_string_time", Body: request, @@ -66707,7 +66707,7 @@ func (s *Server) handleTestRequestStringTimeArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66738,7 +66738,7 @@ func (s *Server) handleTestRequestStringTimeArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTimeArray", + Name: TestRequestStringTimeArrayOperation, ID: "test_request_string_time_array", } ) @@ -66762,7 +66762,7 @@ func (s *Server) handleTestRequestStringTimeArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTimeArray", + OperationName: TestRequestStringTimeArrayOperation, OperationSummary: "", OperationID: "test_request_string_time_array", Body: request, @@ -66817,7 +66817,7 @@ func (s *Server) handleTestRequestStringTimeArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66848,7 +66848,7 @@ func (s *Server) handleTestRequestStringTimeArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTimeArrayArray", + Name: TestRequestStringTimeArrayArrayOperation, ID: "test_request_string_time_array_array", } ) @@ -66872,7 +66872,7 @@ func (s *Server) handleTestRequestStringTimeArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTimeArrayArray", + OperationName: TestRequestStringTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_time_array_array", Body: request, @@ -66927,7 +66927,7 @@ func (s *Server) handleTestRequestStringTimeNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66958,7 +66958,7 @@ func (s *Server) handleTestRequestStringTimeNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTimeNullable", + Name: TestRequestStringTimeNullableOperation, ID: "test_request_string_time_nullable", } ) @@ -66982,7 +66982,7 @@ func (s *Server) handleTestRequestStringTimeNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTimeNullable", + OperationName: TestRequestStringTimeNullableOperation, OperationSummary: "", OperationID: "test_request_string_time_nullable", Body: request, @@ -67037,7 +67037,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67068,7 +67068,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTimeNullableArray", + Name: TestRequestStringTimeNullableArrayOperation, ID: "test_request_string_time_nullable_array", } ) @@ -67092,7 +67092,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTimeNullableArray", + OperationName: TestRequestStringTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_time_nullable_array", Body: request, @@ -67147,7 +67147,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67178,7 +67178,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringTimeNullableArrayArray", + Name: TestRequestStringTimeNullableArrayArrayOperation, ID: "test_request_string_time_nullable_array_array", } ) @@ -67202,7 +67202,7 @@ func (s *Server) handleTestRequestStringTimeNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringTimeNullableArrayArray", + OperationName: TestRequestStringTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_time_nullable_array_array", Body: request, @@ -67257,7 +67257,7 @@ func (s *Server) handleTestRequestStringURIRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURI", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURIOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67288,7 +67288,7 @@ func (s *Server) handleTestRequestStringURIRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURI", + Name: TestRequestStringURIOperation, ID: "test_request_string_uri", } ) @@ -67312,7 +67312,7 @@ func (s *Server) handleTestRequestStringURIRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURI", + OperationName: TestRequestStringURIOperation, OperationSummary: "", OperationID: "test_request_string_uri", Body: request, @@ -67367,7 +67367,7 @@ func (s *Server) handleTestRequestStringURIArrayRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURIArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURIArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67398,7 +67398,7 @@ func (s *Server) handleTestRequestStringURIArrayRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURIArray", + Name: TestRequestStringURIArrayOperation, ID: "test_request_string_uri_array", } ) @@ -67422,7 +67422,7 @@ func (s *Server) handleTestRequestStringURIArrayRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURIArray", + OperationName: TestRequestStringURIArrayOperation, OperationSummary: "", OperationID: "test_request_string_uri_array", Body: request, @@ -67477,7 +67477,7 @@ func (s *Server) handleTestRequestStringURIArrayArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURIArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67508,7 +67508,7 @@ func (s *Server) handleTestRequestStringURIArrayArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURIArrayArray", + Name: TestRequestStringURIArrayArrayOperation, ID: "test_request_string_uri_array_array", } ) @@ -67532,7 +67532,7 @@ func (s *Server) handleTestRequestStringURIArrayArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURIArrayArray", + OperationName: TestRequestStringURIArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uri_array_array", Body: request, @@ -67587,7 +67587,7 @@ func (s *Server) handleTestRequestStringURINullableRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURINullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURINullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67618,7 +67618,7 @@ func (s *Server) handleTestRequestStringURINullableRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURINullable", + Name: TestRequestStringURINullableOperation, ID: "test_request_string_uri_nullable", } ) @@ -67642,7 +67642,7 @@ func (s *Server) handleTestRequestStringURINullableRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURINullable", + OperationName: TestRequestStringURINullableOperation, OperationSummary: "", OperationID: "test_request_string_uri_nullable", Body: request, @@ -67697,7 +67697,7 @@ func (s *Server) handleTestRequestStringURINullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURINullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67728,7 +67728,7 @@ func (s *Server) handleTestRequestStringURINullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURINullableArray", + Name: TestRequestStringURINullableArrayOperation, ID: "test_request_string_uri_nullable_array", } ) @@ -67752,7 +67752,7 @@ func (s *Server) handleTestRequestStringURINullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURINullableArray", + OperationName: TestRequestStringURINullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uri_nullable_array", Body: request, @@ -67807,7 +67807,7 @@ func (s *Server) handleTestRequestStringURINullableArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringURINullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67838,7 +67838,7 @@ func (s *Server) handleTestRequestStringURINullableArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringURINullableArrayArray", + Name: TestRequestStringURINullableArrayArrayOperation, ID: "test_request_string_uri_nullable_array_array", } ) @@ -67862,7 +67862,7 @@ func (s *Server) handleTestRequestStringURINullableArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringURINullableArrayArray", + OperationName: TestRequestStringURINullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uri_nullable_array_array", Body: request, @@ -67917,7 +67917,7 @@ func (s *Server) handleTestRequestStringUUIDRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUID", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67948,7 +67948,7 @@ func (s *Server) handleTestRequestStringUUIDRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUID", + Name: TestRequestStringUUIDOperation, ID: "test_request_string_uuid", } ) @@ -67972,7 +67972,7 @@ func (s *Server) handleTestRequestStringUUIDRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUID", + OperationName: TestRequestStringUUIDOperation, OperationSummary: "", OperationID: "test_request_string_uuid", Body: request, @@ -68027,7 +68027,7 @@ func (s *Server) handleTestRequestStringUUIDArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUIDArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68058,7 +68058,7 @@ func (s *Server) handleTestRequestStringUUIDArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUIDArray", + Name: TestRequestStringUUIDArrayOperation, ID: "test_request_string_uuid_array", } ) @@ -68082,7 +68082,7 @@ func (s *Server) handleTestRequestStringUUIDArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUIDArray", + OperationName: TestRequestStringUUIDArrayOperation, OperationSummary: "", OperationID: "test_request_string_uuid_array", Body: request, @@ -68137,7 +68137,7 @@ func (s *Server) handleTestRequestStringUUIDArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUIDArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68168,7 +68168,7 @@ func (s *Server) handleTestRequestStringUUIDArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUIDArrayArray", + Name: TestRequestStringUUIDArrayArrayOperation, ID: "test_request_string_uuid_array_array", } ) @@ -68192,7 +68192,7 @@ func (s *Server) handleTestRequestStringUUIDArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUIDArrayArray", + OperationName: TestRequestStringUUIDArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uuid_array_array", Body: request, @@ -68247,7 +68247,7 @@ func (s *Server) handleTestRequestStringUUIDNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUIDNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68278,7 +68278,7 @@ func (s *Server) handleTestRequestStringUUIDNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUIDNullable", + Name: TestRequestStringUUIDNullableOperation, ID: "test_request_string_uuid_nullable", } ) @@ -68302,7 +68302,7 @@ func (s *Server) handleTestRequestStringUUIDNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUIDNullable", + OperationName: TestRequestStringUUIDNullableOperation, OperationSummary: "", OperationID: "test_request_string_uuid_nullable", Body: request, @@ -68357,7 +68357,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUIDNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68388,7 +68388,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUIDNullableArray", + Name: TestRequestStringUUIDNullableArrayOperation, ID: "test_request_string_uuid_nullable_array", } ) @@ -68412,7 +68412,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUIDNullableArray", + OperationName: TestRequestStringUUIDNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uuid_nullable_array", Body: request, @@ -68467,7 +68467,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUUIDNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68498,7 +68498,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUUIDNullableArrayArray", + Name: TestRequestStringUUIDNullableArrayArrayOperation, ID: "test_request_string_uuid_nullable_array_array", } ) @@ -68522,7 +68522,7 @@ func (s *Server) handleTestRequestStringUUIDNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUUIDNullableArrayArray", + OperationName: TestRequestStringUUIDNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uuid_nullable_array_array", Body: request, @@ -68577,7 +68577,7 @@ func (s *Server) handleTestRequestStringUintRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68608,7 +68608,7 @@ func (s *Server) handleTestRequestStringUintRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint", + Name: TestRequestStringUintOperation, ID: "test_request_string_uint", } ) @@ -68632,7 +68632,7 @@ func (s *Server) handleTestRequestStringUintRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint", + OperationName: TestRequestStringUintOperation, OperationSummary: "", OperationID: "test_request_string_uint", Body: request, @@ -68687,7 +68687,7 @@ func (s *Server) handleTestRequestStringUint16Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68718,7 +68718,7 @@ func (s *Server) handleTestRequestStringUint16Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16", + Name: TestRequestStringUint16Operation, ID: "test_request_string_uint16", } ) @@ -68742,7 +68742,7 @@ func (s *Server) handleTestRequestStringUint16Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16", + OperationName: TestRequestStringUint16Operation, OperationSummary: "", OperationID: "test_request_string_uint16", Body: request, @@ -68797,7 +68797,7 @@ func (s *Server) handleTestRequestStringUint16ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68828,7 +68828,7 @@ func (s *Server) handleTestRequestStringUint16ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16Array", + Name: TestRequestStringUint16ArrayOperation, ID: "test_request_string_uint16_array", } ) @@ -68852,7 +68852,7 @@ func (s *Server) handleTestRequestStringUint16ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16Array", + OperationName: TestRequestStringUint16ArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint16_array", Body: request, @@ -68907,7 +68907,7 @@ func (s *Server) handleTestRequestStringUint16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68938,7 +68938,7 @@ func (s *Server) handleTestRequestStringUint16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16ArrayArray", + Name: TestRequestStringUint16ArrayArrayOperation, ID: "test_request_string_uint16_array_array", } ) @@ -68962,7 +68962,7 @@ func (s *Server) handleTestRequestStringUint16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16ArrayArray", + OperationName: TestRequestStringUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint16_array_array", Body: request, @@ -69017,7 +69017,7 @@ func (s *Server) handleTestRequestStringUint16NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69048,7 +69048,7 @@ func (s *Server) handleTestRequestStringUint16NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16Nullable", + Name: TestRequestStringUint16NullableOperation, ID: "test_request_string_uint16_nullable", } ) @@ -69072,7 +69072,7 @@ func (s *Server) handleTestRequestStringUint16NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16Nullable", + OperationName: TestRequestStringUint16NullableOperation, OperationSummary: "", OperationID: "test_request_string_uint16_nullable", Body: request, @@ -69127,7 +69127,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69158,7 +69158,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16NullableArray", + Name: TestRequestStringUint16NullableArrayOperation, ID: "test_request_string_uint16_nullable_array", } ) @@ -69182,7 +69182,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16NullableArray", + OperationName: TestRequestStringUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint16_nullable_array", Body: request, @@ -69237,7 +69237,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69268,7 +69268,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint16NullableArrayArray", + Name: TestRequestStringUint16NullableArrayArrayOperation, ID: "test_request_string_uint16_nullable_array_array", } ) @@ -69292,7 +69292,7 @@ func (s *Server) handleTestRequestStringUint16NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint16NullableArrayArray", + OperationName: TestRequestStringUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint16_nullable_array_array", Body: request, @@ -69347,7 +69347,7 @@ func (s *Server) handleTestRequestStringUint32Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69378,7 +69378,7 @@ func (s *Server) handleTestRequestStringUint32Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32", + Name: TestRequestStringUint32Operation, ID: "test_request_string_uint32", } ) @@ -69402,7 +69402,7 @@ func (s *Server) handleTestRequestStringUint32Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32", + OperationName: TestRequestStringUint32Operation, OperationSummary: "", OperationID: "test_request_string_uint32", Body: request, @@ -69457,7 +69457,7 @@ func (s *Server) handleTestRequestStringUint32ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69488,7 +69488,7 @@ func (s *Server) handleTestRequestStringUint32ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32Array", + Name: TestRequestStringUint32ArrayOperation, ID: "test_request_string_uint32_array", } ) @@ -69512,7 +69512,7 @@ func (s *Server) handleTestRequestStringUint32ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32Array", + OperationName: TestRequestStringUint32ArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint32_array", Body: request, @@ -69567,7 +69567,7 @@ func (s *Server) handleTestRequestStringUint32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69598,7 +69598,7 @@ func (s *Server) handleTestRequestStringUint32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32ArrayArray", + Name: TestRequestStringUint32ArrayArrayOperation, ID: "test_request_string_uint32_array_array", } ) @@ -69622,7 +69622,7 @@ func (s *Server) handleTestRequestStringUint32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32ArrayArray", + OperationName: TestRequestStringUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint32_array_array", Body: request, @@ -69677,7 +69677,7 @@ func (s *Server) handleTestRequestStringUint32NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69708,7 +69708,7 @@ func (s *Server) handleTestRequestStringUint32NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32Nullable", + Name: TestRequestStringUint32NullableOperation, ID: "test_request_string_uint32_nullable", } ) @@ -69732,7 +69732,7 @@ func (s *Server) handleTestRequestStringUint32NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32Nullable", + OperationName: TestRequestStringUint32NullableOperation, OperationSummary: "", OperationID: "test_request_string_uint32_nullable", Body: request, @@ -69787,7 +69787,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69818,7 +69818,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32NullableArray", + Name: TestRequestStringUint32NullableArrayOperation, ID: "test_request_string_uint32_nullable_array", } ) @@ -69842,7 +69842,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32NullableArray", + OperationName: TestRequestStringUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint32_nullable_array", Body: request, @@ -69897,7 +69897,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69928,7 +69928,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint32NullableArrayArray", + Name: TestRequestStringUint32NullableArrayArrayOperation, ID: "test_request_string_uint32_nullable_array_array", } ) @@ -69952,7 +69952,7 @@ func (s *Server) handleTestRequestStringUint32NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint32NullableArrayArray", + OperationName: TestRequestStringUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint32_nullable_array_array", Body: request, @@ -70007,7 +70007,7 @@ func (s *Server) handleTestRequestStringUint64Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70038,7 +70038,7 @@ func (s *Server) handleTestRequestStringUint64Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64", + Name: TestRequestStringUint64Operation, ID: "test_request_string_uint64", } ) @@ -70062,7 +70062,7 @@ func (s *Server) handleTestRequestStringUint64Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64", + OperationName: TestRequestStringUint64Operation, OperationSummary: "", OperationID: "test_request_string_uint64", Body: request, @@ -70117,7 +70117,7 @@ func (s *Server) handleTestRequestStringUint64ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70148,7 +70148,7 @@ func (s *Server) handleTestRequestStringUint64ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64Array", + Name: TestRequestStringUint64ArrayOperation, ID: "test_request_string_uint64_array", } ) @@ -70172,7 +70172,7 @@ func (s *Server) handleTestRequestStringUint64ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64Array", + OperationName: TestRequestStringUint64ArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint64_array", Body: request, @@ -70227,7 +70227,7 @@ func (s *Server) handleTestRequestStringUint64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70258,7 +70258,7 @@ func (s *Server) handleTestRequestStringUint64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64ArrayArray", + Name: TestRequestStringUint64ArrayArrayOperation, ID: "test_request_string_uint64_array_array", } ) @@ -70282,7 +70282,7 @@ func (s *Server) handleTestRequestStringUint64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64ArrayArray", + OperationName: TestRequestStringUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint64_array_array", Body: request, @@ -70337,7 +70337,7 @@ func (s *Server) handleTestRequestStringUint64NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70368,7 +70368,7 @@ func (s *Server) handleTestRequestStringUint64NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64Nullable", + Name: TestRequestStringUint64NullableOperation, ID: "test_request_string_uint64_nullable", } ) @@ -70392,7 +70392,7 @@ func (s *Server) handleTestRequestStringUint64NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64Nullable", + OperationName: TestRequestStringUint64NullableOperation, OperationSummary: "", OperationID: "test_request_string_uint64_nullable", Body: request, @@ -70447,7 +70447,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70478,7 +70478,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64NullableArray", + Name: TestRequestStringUint64NullableArrayOperation, ID: "test_request_string_uint64_nullable_array", } ) @@ -70502,7 +70502,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64NullableArray", + OperationName: TestRequestStringUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint64_nullable_array", Body: request, @@ -70557,7 +70557,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70588,7 +70588,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint64NullableArrayArray", + Name: TestRequestStringUint64NullableArrayArrayOperation, ID: "test_request_string_uint64_nullable_array_array", } ) @@ -70612,7 +70612,7 @@ func (s *Server) handleTestRequestStringUint64NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint64NullableArrayArray", + OperationName: TestRequestStringUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint64_nullable_array_array", Body: request, @@ -70667,7 +70667,7 @@ func (s *Server) handleTestRequestStringUint8Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70698,7 +70698,7 @@ func (s *Server) handleTestRequestStringUint8Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8", + Name: TestRequestStringUint8Operation, ID: "test_request_string_uint8", } ) @@ -70722,7 +70722,7 @@ func (s *Server) handleTestRequestStringUint8Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8", + OperationName: TestRequestStringUint8Operation, OperationSummary: "", OperationID: "test_request_string_uint8", Body: request, @@ -70777,7 +70777,7 @@ func (s *Server) handleTestRequestStringUint8ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70808,7 +70808,7 @@ func (s *Server) handleTestRequestStringUint8ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8Array", + Name: TestRequestStringUint8ArrayOperation, ID: "test_request_string_uint8_array", } ) @@ -70832,7 +70832,7 @@ func (s *Server) handleTestRequestStringUint8ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8Array", + OperationName: TestRequestStringUint8ArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint8_array", Body: request, @@ -70887,7 +70887,7 @@ func (s *Server) handleTestRequestStringUint8ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -70918,7 +70918,7 @@ func (s *Server) handleTestRequestStringUint8ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8ArrayArray", + Name: TestRequestStringUint8ArrayArrayOperation, ID: "test_request_string_uint8_array_array", } ) @@ -70942,7 +70942,7 @@ func (s *Server) handleTestRequestStringUint8ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8ArrayArray", + OperationName: TestRequestStringUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint8_array_array", Body: request, @@ -70997,7 +70997,7 @@ func (s *Server) handleTestRequestStringUint8NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71028,7 +71028,7 @@ func (s *Server) handleTestRequestStringUint8NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8Nullable", + Name: TestRequestStringUint8NullableOperation, ID: "test_request_string_uint8_nullable", } ) @@ -71052,7 +71052,7 @@ func (s *Server) handleTestRequestStringUint8NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8Nullable", + OperationName: TestRequestStringUint8NullableOperation, OperationSummary: "", OperationID: "test_request_string_uint8_nullable", Body: request, @@ -71107,7 +71107,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71138,7 +71138,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8NullableArray", + Name: TestRequestStringUint8NullableArrayOperation, ID: "test_request_string_uint8_nullable_array", } ) @@ -71162,7 +71162,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8NullableArray", + OperationName: TestRequestStringUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint8_nullable_array", Body: request, @@ -71217,7 +71217,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71248,7 +71248,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUint8NullableArrayArray", + Name: TestRequestStringUint8NullableArrayArrayOperation, ID: "test_request_string_uint8_nullable_array_array", } ) @@ -71272,7 +71272,7 @@ func (s *Server) handleTestRequestStringUint8NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUint8NullableArrayArray", + OperationName: TestRequestStringUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint8_nullable_array_array", Body: request, @@ -71327,7 +71327,7 @@ func (s *Server) handleTestRequestStringUintArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71358,7 +71358,7 @@ func (s *Server) handleTestRequestStringUintArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUintArray", + Name: TestRequestStringUintArrayOperation, ID: "test_request_string_uint_array", } ) @@ -71382,7 +71382,7 @@ func (s *Server) handleTestRequestStringUintArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUintArray", + OperationName: TestRequestStringUintArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint_array", Body: request, @@ -71437,7 +71437,7 @@ func (s *Server) handleTestRequestStringUintArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71468,7 +71468,7 @@ func (s *Server) handleTestRequestStringUintArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUintArrayArray", + Name: TestRequestStringUintArrayArrayOperation, ID: "test_request_string_uint_array_array", } ) @@ -71492,7 +71492,7 @@ func (s *Server) handleTestRequestStringUintArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUintArrayArray", + OperationName: TestRequestStringUintArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint_array_array", Body: request, @@ -71547,7 +71547,7 @@ func (s *Server) handleTestRequestStringUintNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71578,7 +71578,7 @@ func (s *Server) handleTestRequestStringUintNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUintNullable", + Name: TestRequestStringUintNullableOperation, ID: "test_request_string_uint_nullable", } ) @@ -71602,7 +71602,7 @@ func (s *Server) handleTestRequestStringUintNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUintNullable", + OperationName: TestRequestStringUintNullableOperation, OperationSummary: "", OperationID: "test_request_string_uint_nullable", Body: request, @@ -71657,7 +71657,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71688,7 +71688,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUintNullableArray", + Name: TestRequestStringUintNullableArrayOperation, ID: "test_request_string_uint_nullable_array", } ) @@ -71712,7 +71712,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUintNullableArray", + OperationName: TestRequestStringUintNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint_nullable_array", Body: request, @@ -71767,7 +71767,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71798,7 +71798,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUintNullableArrayArray", + Name: TestRequestStringUintNullableArrayArrayOperation, ID: "test_request_string_uint_nullable_array_array", } ) @@ -71822,7 +71822,7 @@ func (s *Server) handleTestRequestStringUintNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUintNullableArrayArray", + OperationName: TestRequestStringUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_uint_nullable_array_array", Body: request, @@ -71877,7 +71877,7 @@ func (s *Server) handleTestRequestStringUnixRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -71908,7 +71908,7 @@ func (s *Server) handleTestRequestStringUnixRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnix", + Name: TestRequestStringUnixOperation, ID: "test_request_string_unix", } ) @@ -71932,7 +71932,7 @@ func (s *Server) handleTestRequestStringUnixRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnix", + OperationName: TestRequestStringUnixOperation, OperationSummary: "", OperationID: "test_request_string_unix", Body: request, @@ -71987,7 +71987,7 @@ func (s *Server) handleTestRequestStringUnixArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72018,7 +72018,7 @@ func (s *Server) handleTestRequestStringUnixArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixArray", + Name: TestRequestStringUnixArrayOperation, ID: "test_request_string_unix_array", } ) @@ -72042,7 +72042,7 @@ func (s *Server) handleTestRequestStringUnixArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixArray", + OperationName: TestRequestStringUnixArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix_array", Body: request, @@ -72097,7 +72097,7 @@ func (s *Server) handleTestRequestStringUnixArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72128,7 +72128,7 @@ func (s *Server) handleTestRequestStringUnixArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixArrayArray", + Name: TestRequestStringUnixArrayArrayOperation, ID: "test_request_string_unix_array_array", } ) @@ -72152,7 +72152,7 @@ func (s *Server) handleTestRequestStringUnixArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixArrayArray", + OperationName: TestRequestStringUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix_array_array", Body: request, @@ -72207,7 +72207,7 @@ func (s *Server) handleTestRequestStringUnixMicroRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72238,7 +72238,7 @@ func (s *Server) handleTestRequestStringUnixMicroRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicro", + Name: TestRequestStringUnixMicroOperation, ID: "test_request_string_unix-micro", } ) @@ -72262,7 +72262,7 @@ func (s *Server) handleTestRequestStringUnixMicroRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicro", + OperationName: TestRequestStringUnixMicroOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro", Body: request, @@ -72317,7 +72317,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72348,7 +72348,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicroArray", + Name: TestRequestStringUnixMicroArrayOperation, ID: "test_request_string_unix-micro_array", } ) @@ -72372,7 +72372,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicroArray", + OperationName: TestRequestStringUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro_array", Body: request, @@ -72427,7 +72427,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72458,7 +72458,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicroArrayArray", + Name: TestRequestStringUnixMicroArrayArrayOperation, ID: "test_request_string_unix-micro_array_array", } ) @@ -72482,7 +72482,7 @@ func (s *Server) handleTestRequestStringUnixMicroArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicroArrayArray", + OperationName: TestRequestStringUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro_array_array", Body: request, @@ -72537,7 +72537,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72568,7 +72568,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicroNullable", + Name: TestRequestStringUnixMicroNullableOperation, ID: "test_request_string_unix-micro_nullable", } ) @@ -72592,7 +72592,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicroNullable", + OperationName: TestRequestStringUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro_nullable", Body: request, @@ -72647,7 +72647,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72678,7 +72678,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicroNullableArray", + Name: TestRequestStringUnixMicroNullableArrayOperation, ID: "test_request_string_unix-micro_nullable_array", } ) @@ -72702,7 +72702,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicroNullableArray", + OperationName: TestRequestStringUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro_nullable_array", Body: request, @@ -72757,7 +72757,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72788,7 +72788,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMicroNullableArrayArray", + Name: TestRequestStringUnixMicroNullableArrayArrayOperation, ID: "test_request_string_unix-micro_nullable_array_array", } ) @@ -72812,7 +72812,7 @@ func (s *Server) handleTestRequestStringUnixMicroNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMicroNullableArrayArray", + OperationName: TestRequestStringUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-micro_nullable_array_array", Body: request, @@ -72867,7 +72867,7 @@ func (s *Server) handleTestRequestStringUnixMilliRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -72898,7 +72898,7 @@ func (s *Server) handleTestRequestStringUnixMilliRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilli", + Name: TestRequestStringUnixMilliOperation, ID: "test_request_string_unix-milli", } ) @@ -72922,7 +72922,7 @@ func (s *Server) handleTestRequestStringUnixMilliRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilli", + OperationName: TestRequestStringUnixMilliOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli", Body: request, @@ -72977,7 +72977,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73008,7 +73008,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilliArray", + Name: TestRequestStringUnixMilliArrayOperation, ID: "test_request_string_unix-milli_array", } ) @@ -73032,7 +73032,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilliArray", + OperationName: TestRequestStringUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli_array", Body: request, @@ -73087,7 +73087,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73118,7 +73118,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilliArrayArray", + Name: TestRequestStringUnixMilliArrayArrayOperation, ID: "test_request_string_unix-milli_array_array", } ) @@ -73142,7 +73142,7 @@ func (s *Server) handleTestRequestStringUnixMilliArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilliArrayArray", + OperationName: TestRequestStringUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli_array_array", Body: request, @@ -73197,7 +73197,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73228,7 +73228,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilliNullable", + Name: TestRequestStringUnixMilliNullableOperation, ID: "test_request_string_unix-milli_nullable", } ) @@ -73252,7 +73252,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilliNullable", + OperationName: TestRequestStringUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli_nullable", Body: request, @@ -73307,7 +73307,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73338,7 +73338,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilliNullableArray", + Name: TestRequestStringUnixMilliNullableArrayOperation, ID: "test_request_string_unix-milli_nullable_array", } ) @@ -73362,7 +73362,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilliNullableArray", + OperationName: TestRequestStringUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli_nullable_array", Body: request, @@ -73417,7 +73417,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73448,7 +73448,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixMilliNullableArrayArray", + Name: TestRequestStringUnixMilliNullableArrayArrayOperation, ID: "test_request_string_unix-milli_nullable_array_array", } ) @@ -73472,7 +73472,7 @@ func (s *Server) handleTestRequestStringUnixMilliNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixMilliNullableArrayArray", + OperationName: TestRequestStringUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-milli_nullable_array_array", Body: request, @@ -73527,7 +73527,7 @@ func (s *Server) handleTestRequestStringUnixNanoRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73558,7 +73558,7 @@ func (s *Server) handleTestRequestStringUnixNanoRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNano", + Name: TestRequestStringUnixNanoOperation, ID: "test_request_string_unix-nano", } ) @@ -73582,7 +73582,7 @@ func (s *Server) handleTestRequestStringUnixNanoRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNano", + OperationName: TestRequestStringUnixNanoOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano", Body: request, @@ -73637,7 +73637,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73668,7 +73668,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNanoArray", + Name: TestRequestStringUnixNanoArrayOperation, ID: "test_request_string_unix-nano_array", } ) @@ -73692,7 +73692,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNanoArray", + OperationName: TestRequestStringUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano_array", Body: request, @@ -73747,7 +73747,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73778,7 +73778,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNanoArrayArray", + Name: TestRequestStringUnixNanoArrayArrayOperation, ID: "test_request_string_unix-nano_array_array", } ) @@ -73802,7 +73802,7 @@ func (s *Server) handleTestRequestStringUnixNanoArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNanoArrayArray", + OperationName: TestRequestStringUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano_array_array", Body: request, @@ -73857,7 +73857,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73888,7 +73888,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNanoNullable", + Name: TestRequestStringUnixNanoNullableOperation, ID: "test_request_string_unix-nano_nullable", } ) @@ -73912,7 +73912,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNanoNullable", + OperationName: TestRequestStringUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano_nullable", Body: request, @@ -73967,7 +73967,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -73998,7 +73998,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNanoNullableArray", + Name: TestRequestStringUnixNanoNullableArrayOperation, ID: "test_request_string_unix-nano_nullable_array", } ) @@ -74022,7 +74022,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNanoNullableArray", + OperationName: TestRequestStringUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano_nullable_array", Body: request, @@ -74077,7 +74077,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74108,7 +74108,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNanoNullableArrayArray", + Name: TestRequestStringUnixNanoNullableArrayArrayOperation, ID: "test_request_string_unix-nano_nullable_array_array", } ) @@ -74132,7 +74132,7 @@ func (s *Server) handleTestRequestStringUnixNanoNullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNanoNullableArrayArray", + OperationName: TestRequestStringUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-nano_nullable_array_array", Body: request, @@ -74187,7 +74187,7 @@ func (s *Server) handleTestRequestStringUnixNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74218,7 +74218,7 @@ func (s *Server) handleTestRequestStringUnixNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNullable", + Name: TestRequestStringUnixNullableOperation, ID: "test_request_string_unix_nullable", } ) @@ -74242,7 +74242,7 @@ func (s *Server) handleTestRequestStringUnixNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNullable", + OperationName: TestRequestStringUnixNullableOperation, OperationSummary: "", OperationID: "test_request_string_unix_nullable", Body: request, @@ -74297,7 +74297,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74328,7 +74328,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNullableArray", + Name: TestRequestStringUnixNullableArrayOperation, ID: "test_request_string_unix_nullable_array", } ) @@ -74352,7 +74352,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNullableArray", + OperationName: TestRequestStringUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix_nullable_array", Body: request, @@ -74407,7 +74407,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74438,7 +74438,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixNullableArrayArray", + Name: TestRequestStringUnixNullableArrayArrayOperation, ID: "test_request_string_unix_nullable_array_array", } ) @@ -74462,7 +74462,7 @@ func (s *Server) handleTestRequestStringUnixNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixNullableArrayArray", + OperationName: TestRequestStringUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix_nullable_array_array", Body: request, @@ -74517,7 +74517,7 @@ func (s *Server) handleTestRequestStringUnixSecondsRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74548,7 +74548,7 @@ func (s *Server) handleTestRequestStringUnixSecondsRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSeconds", + Name: TestRequestStringUnixSecondsOperation, ID: "test_request_string_unix-seconds", } ) @@ -74572,7 +74572,7 @@ func (s *Server) handleTestRequestStringUnixSecondsRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSeconds", + OperationName: TestRequestStringUnixSecondsOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds", Body: request, @@ -74627,7 +74627,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74658,7 +74658,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSecondsArray", + Name: TestRequestStringUnixSecondsArrayOperation, ID: "test_request_string_unix-seconds_array", } ) @@ -74682,7 +74682,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSecondsArray", + OperationName: TestRequestStringUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds_array", Body: request, @@ -74737,7 +74737,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74768,7 +74768,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSecondsArrayArray", + Name: TestRequestStringUnixSecondsArrayArrayOperation, ID: "test_request_string_unix-seconds_array_array", } ) @@ -74792,7 +74792,7 @@ func (s *Server) handleTestRequestStringUnixSecondsArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSecondsArrayArray", + OperationName: TestRequestStringUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds_array_array", Body: request, @@ -74847,7 +74847,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74878,7 +74878,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSecondsNullable", + Name: TestRequestStringUnixSecondsNullableOperation, ID: "test_request_string_unix-seconds_nullable", } ) @@ -74902,7 +74902,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSecondsNullable", + OperationName: TestRequestStringUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds_nullable", Body: request, @@ -74957,7 +74957,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -74988,7 +74988,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSecondsNullableArray", + Name: TestRequestStringUnixSecondsNullableArrayOperation, ID: "test_request_string_unix-seconds_nullable_array", } ) @@ -75012,7 +75012,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSecondsNullableArray", + OperationName: TestRequestStringUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds_nullable_array", Body: request, @@ -75067,7 +75067,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestRequestStringUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestRequestStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75098,7 +75098,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestRequestStringUnixSecondsNullableArrayArray", + Name: TestRequestStringUnixSecondsNullableArrayArrayOperation, ID: "test_request_string_unix-seconds_nullable_array_array", } ) @@ -75122,7 +75122,7 @@ func (s *Server) handleTestRequestStringUnixSecondsNullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestRequestStringUnixSecondsNullableArrayArray", + OperationName: TestRequestStringUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_request_string_unix-seconds_nullable_array_array", Body: request, @@ -75177,7 +75177,7 @@ func (s *Server) handleTestResponseAnyRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseAny", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseAnyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75208,7 +75208,7 @@ func (s *Server) handleTestResponseAnyRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseAny", + Name: TestResponseAnyOperation, ID: "test_response_Any", } ) @@ -75232,7 +75232,7 @@ func (s *Server) handleTestResponseAnyRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseAny", + OperationName: TestResponseAnyOperation, OperationSummary: "", OperationID: "test_response_Any", Body: request, @@ -75287,7 +75287,7 @@ func (s *Server) handleTestResponseBooleanRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBoolean", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75318,7 +75318,7 @@ func (s *Server) handleTestResponseBooleanRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBoolean", + Name: TestResponseBooleanOperation, ID: "test_response_boolean", } ) @@ -75342,7 +75342,7 @@ func (s *Server) handleTestResponseBooleanRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBoolean", + OperationName: TestResponseBooleanOperation, OperationSummary: "", OperationID: "test_response_boolean", Body: request, @@ -75397,7 +75397,7 @@ func (s *Server) handleTestResponseBooleanArrayRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBooleanArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75428,7 +75428,7 @@ func (s *Server) handleTestResponseBooleanArrayRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBooleanArray", + Name: TestResponseBooleanArrayOperation, ID: "test_response_boolean_array", } ) @@ -75452,7 +75452,7 @@ func (s *Server) handleTestResponseBooleanArrayRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBooleanArray", + OperationName: TestResponseBooleanArrayOperation, OperationSummary: "", OperationID: "test_response_boolean_array", Body: request, @@ -75507,7 +75507,7 @@ func (s *Server) handleTestResponseBooleanArrayArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBooleanArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75538,7 +75538,7 @@ func (s *Server) handleTestResponseBooleanArrayArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBooleanArrayArray", + Name: TestResponseBooleanArrayArrayOperation, ID: "test_response_boolean_array_array", } ) @@ -75562,7 +75562,7 @@ func (s *Server) handleTestResponseBooleanArrayArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBooleanArrayArray", + OperationName: TestResponseBooleanArrayArrayOperation, OperationSummary: "", OperationID: "test_response_boolean_array_array", Body: request, @@ -75617,7 +75617,7 @@ func (s *Server) handleTestResponseBooleanNullableRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBooleanNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75648,7 +75648,7 @@ func (s *Server) handleTestResponseBooleanNullableRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBooleanNullable", + Name: TestResponseBooleanNullableOperation, ID: "test_response_boolean_nullable", } ) @@ -75672,7 +75672,7 @@ func (s *Server) handleTestResponseBooleanNullableRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBooleanNullable", + OperationName: TestResponseBooleanNullableOperation, OperationSummary: "", OperationID: "test_response_boolean_nullable", Body: request, @@ -75727,7 +75727,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBooleanNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75758,7 +75758,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBooleanNullableArray", + Name: TestResponseBooleanNullableArrayOperation, ID: "test_response_boolean_nullable_array", } ) @@ -75782,7 +75782,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBooleanNullableArray", + OperationName: TestResponseBooleanNullableArrayOperation, OperationSummary: "", OperationID: "test_response_boolean_nullable_array", Body: request, @@ -75837,7 +75837,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseBooleanNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseBooleanNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75868,7 +75868,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseBooleanNullableArrayArray", + Name: TestResponseBooleanNullableArrayArrayOperation, ID: "test_response_boolean_nullable_array_array", } ) @@ -75892,7 +75892,7 @@ func (s *Server) handleTestResponseBooleanNullableArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseBooleanNullableArrayArray", + OperationName: TestResponseBooleanNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_boolean_nullable_array_array", Body: request, @@ -75947,7 +75947,7 @@ func (s *Server) handleTestResponseEmptyStructRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseEmptyStruct", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseEmptyStructOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -75978,7 +75978,7 @@ func (s *Server) handleTestResponseEmptyStructRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseEmptyStruct", + Name: TestResponseEmptyStructOperation, ID: "test_response_EmptyStruct", } ) @@ -76002,7 +76002,7 @@ func (s *Server) handleTestResponseEmptyStructRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseEmptyStruct", + OperationName: TestResponseEmptyStructOperation, OperationSummary: "", OperationID: "test_response_EmptyStruct", Body: request, @@ -76057,7 +76057,7 @@ func (s *Server) handleTestResponseFormatTestRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseFormatTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseFormatTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76088,7 +76088,7 @@ func (s *Server) handleTestResponseFormatTestRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseFormatTest", + Name: TestResponseFormatTestOperation, ID: "test_response_FormatTest", } ) @@ -76112,7 +76112,7 @@ func (s *Server) handleTestResponseFormatTestRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseFormatTest", + OperationName: TestResponseFormatTestOperation, OperationSummary: "", OperationID: "test_response_FormatTest", Body: request, @@ -76167,7 +76167,7 @@ func (s *Server) handleTestResponseIntegerRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseInteger", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76198,7 +76198,7 @@ func (s *Server) handleTestResponseIntegerRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseInteger", + Name: TestResponseIntegerOperation, ID: "test_response_integer", } ) @@ -76222,7 +76222,7 @@ func (s *Server) handleTestResponseIntegerRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseInteger", + OperationName: TestResponseIntegerOperation, OperationSummary: "", OperationID: "test_response_integer", Body: request, @@ -76277,7 +76277,7 @@ func (s *Server) handleTestResponseIntegerArrayRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76308,7 +76308,7 @@ func (s *Server) handleTestResponseIntegerArrayRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerArray", + Name: TestResponseIntegerArrayOperation, ID: "test_response_integer_array", } ) @@ -76332,7 +76332,7 @@ func (s *Server) handleTestResponseIntegerArrayRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerArray", + OperationName: TestResponseIntegerArrayOperation, OperationSummary: "", OperationID: "test_response_integer_array", Body: request, @@ -76387,7 +76387,7 @@ func (s *Server) handleTestResponseIntegerArrayArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76418,7 +76418,7 @@ func (s *Server) handleTestResponseIntegerArrayArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerArrayArray", + Name: TestResponseIntegerArrayArrayOperation, ID: "test_response_integer_array_array", } ) @@ -76442,7 +76442,7 @@ func (s *Server) handleTestResponseIntegerArrayArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerArrayArray", + OperationName: TestResponseIntegerArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_array_array", Body: request, @@ -76497,7 +76497,7 @@ func (s *Server) handleTestResponseIntegerInt16Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76528,7 +76528,7 @@ func (s *Server) handleTestResponseIntegerInt16Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16", + Name: TestResponseIntegerInt16Operation, ID: "test_response_integer_int16", } ) @@ -76552,7 +76552,7 @@ func (s *Server) handleTestResponseIntegerInt16Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16", + OperationName: TestResponseIntegerInt16Operation, OperationSummary: "", OperationID: "test_response_integer_int16", Body: request, @@ -76607,7 +76607,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76638,7 +76638,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16Array", + Name: TestResponseIntegerInt16ArrayOperation, ID: "test_response_integer_int16_array", } ) @@ -76662,7 +76662,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16Array", + OperationName: TestResponseIntegerInt16ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int16_array", Body: request, @@ -76717,7 +76717,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76748,7 +76748,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16ArrayArray", + Name: TestResponseIntegerInt16ArrayArrayOperation, ID: "test_response_integer_int16_array_array", } ) @@ -76772,7 +76772,7 @@ func (s *Server) handleTestResponseIntegerInt16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16ArrayArray", + OperationName: TestResponseIntegerInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int16_array_array", Body: request, @@ -76827,7 +76827,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76858,7 +76858,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16Nullable", + Name: TestResponseIntegerInt16NullableOperation, ID: "test_response_integer_int16_nullable", } ) @@ -76882,7 +76882,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16Nullable", + OperationName: TestResponseIntegerInt16NullableOperation, OperationSummary: "", OperationID: "test_response_integer_int16_nullable", Body: request, @@ -76937,7 +76937,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -76968,7 +76968,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16NullableArray", + Name: TestResponseIntegerInt16NullableArrayOperation, ID: "test_response_integer_int16_nullable_array", } ) @@ -76992,7 +76992,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16NullableArray", + OperationName: TestResponseIntegerInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int16_nullable_array", Body: request, @@ -77047,7 +77047,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77078,7 +77078,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt16NullableArrayArray", + Name: TestResponseIntegerInt16NullableArrayArrayOperation, ID: "test_response_integer_int16_nullable_array_array", } ) @@ -77102,7 +77102,7 @@ func (s *Server) handleTestResponseIntegerInt16NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt16NullableArrayArray", + OperationName: TestResponseIntegerInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int16_nullable_array_array", Body: request, @@ -77157,7 +77157,7 @@ func (s *Server) handleTestResponseIntegerInt32Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77188,7 +77188,7 @@ func (s *Server) handleTestResponseIntegerInt32Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32", + Name: TestResponseIntegerInt32Operation, ID: "test_response_integer_int32", } ) @@ -77212,7 +77212,7 @@ func (s *Server) handleTestResponseIntegerInt32Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32", + OperationName: TestResponseIntegerInt32Operation, OperationSummary: "", OperationID: "test_response_integer_int32", Body: request, @@ -77267,7 +77267,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77298,7 +77298,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32Array", + Name: TestResponseIntegerInt32ArrayOperation, ID: "test_response_integer_int32_array", } ) @@ -77322,7 +77322,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32Array", + OperationName: TestResponseIntegerInt32ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int32_array", Body: request, @@ -77377,7 +77377,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77408,7 +77408,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32ArrayArray", + Name: TestResponseIntegerInt32ArrayArrayOperation, ID: "test_response_integer_int32_array_array", } ) @@ -77432,7 +77432,7 @@ func (s *Server) handleTestResponseIntegerInt32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32ArrayArray", + OperationName: TestResponseIntegerInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int32_array_array", Body: request, @@ -77487,7 +77487,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77518,7 +77518,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32Nullable", + Name: TestResponseIntegerInt32NullableOperation, ID: "test_response_integer_int32_nullable", } ) @@ -77542,7 +77542,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32Nullable", + OperationName: TestResponseIntegerInt32NullableOperation, OperationSummary: "", OperationID: "test_response_integer_int32_nullable", Body: request, @@ -77597,7 +77597,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77628,7 +77628,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32NullableArray", + Name: TestResponseIntegerInt32NullableArrayOperation, ID: "test_response_integer_int32_nullable_array", } ) @@ -77652,7 +77652,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32NullableArray", + OperationName: TestResponseIntegerInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int32_nullable_array", Body: request, @@ -77707,7 +77707,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77738,7 +77738,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt32NullableArrayArray", + Name: TestResponseIntegerInt32NullableArrayArrayOperation, ID: "test_response_integer_int32_nullable_array_array", } ) @@ -77762,7 +77762,7 @@ func (s *Server) handleTestResponseIntegerInt32NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt32NullableArrayArray", + OperationName: TestResponseIntegerInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int32_nullable_array_array", Body: request, @@ -77817,7 +77817,7 @@ func (s *Server) handleTestResponseIntegerInt64Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77848,7 +77848,7 @@ func (s *Server) handleTestResponseIntegerInt64Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64", + Name: TestResponseIntegerInt64Operation, ID: "test_response_integer_int64", } ) @@ -77872,7 +77872,7 @@ func (s *Server) handleTestResponseIntegerInt64Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64", + OperationName: TestResponseIntegerInt64Operation, OperationSummary: "", OperationID: "test_response_integer_int64", Body: request, @@ -77927,7 +77927,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -77958,7 +77958,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64Array", + Name: TestResponseIntegerInt64ArrayOperation, ID: "test_response_integer_int64_array", } ) @@ -77982,7 +77982,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64Array", + OperationName: TestResponseIntegerInt64ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int64_array", Body: request, @@ -78037,7 +78037,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78068,7 +78068,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64ArrayArray", + Name: TestResponseIntegerInt64ArrayArrayOperation, ID: "test_response_integer_int64_array_array", } ) @@ -78092,7 +78092,7 @@ func (s *Server) handleTestResponseIntegerInt64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64ArrayArray", + OperationName: TestResponseIntegerInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int64_array_array", Body: request, @@ -78147,7 +78147,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78178,7 +78178,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64Nullable", + Name: TestResponseIntegerInt64NullableOperation, ID: "test_response_integer_int64_nullable", } ) @@ -78202,7 +78202,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64Nullable", + OperationName: TestResponseIntegerInt64NullableOperation, OperationSummary: "", OperationID: "test_response_integer_int64_nullable", Body: request, @@ -78257,7 +78257,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78288,7 +78288,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64NullableArray", + Name: TestResponseIntegerInt64NullableArrayOperation, ID: "test_response_integer_int64_nullable_array", } ) @@ -78312,7 +78312,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64NullableArray", + OperationName: TestResponseIntegerInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int64_nullable_array", Body: request, @@ -78367,7 +78367,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78398,7 +78398,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt64NullableArrayArray", + Name: TestResponseIntegerInt64NullableArrayArrayOperation, ID: "test_response_integer_int64_nullable_array_array", } ) @@ -78422,7 +78422,7 @@ func (s *Server) handleTestResponseIntegerInt64NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt64NullableArrayArray", + OperationName: TestResponseIntegerInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int64_nullable_array_array", Body: request, @@ -78477,7 +78477,7 @@ func (s *Server) handleTestResponseIntegerInt8Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78508,7 +78508,7 @@ func (s *Server) handleTestResponseIntegerInt8Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8", + Name: TestResponseIntegerInt8Operation, ID: "test_response_integer_int8", } ) @@ -78532,7 +78532,7 @@ func (s *Server) handleTestResponseIntegerInt8Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8", + OperationName: TestResponseIntegerInt8Operation, OperationSummary: "", OperationID: "test_response_integer_int8", Body: request, @@ -78587,7 +78587,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78618,7 +78618,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8Array", + Name: TestResponseIntegerInt8ArrayOperation, ID: "test_response_integer_int8_array", } ) @@ -78642,7 +78642,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8Array", + OperationName: TestResponseIntegerInt8ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int8_array", Body: request, @@ -78697,7 +78697,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78728,7 +78728,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8ArrayArray", + Name: TestResponseIntegerInt8ArrayArrayOperation, ID: "test_response_integer_int8_array_array", } ) @@ -78752,7 +78752,7 @@ func (s *Server) handleTestResponseIntegerInt8ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8ArrayArray", + OperationName: TestResponseIntegerInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int8_array_array", Body: request, @@ -78807,7 +78807,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78838,7 +78838,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8Nullable", + Name: TestResponseIntegerInt8NullableOperation, ID: "test_response_integer_int8_nullable", } ) @@ -78862,7 +78862,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8Nullable", + OperationName: TestResponseIntegerInt8NullableOperation, OperationSummary: "", OperationID: "test_response_integer_int8_nullable", Body: request, @@ -78917,7 +78917,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -78948,7 +78948,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8NullableArray", + Name: TestResponseIntegerInt8NullableArrayOperation, ID: "test_response_integer_int8_nullable_array", } ) @@ -78972,7 +78972,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8NullableArray", + OperationName: TestResponseIntegerInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int8_nullable_array", Body: request, @@ -79027,7 +79027,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79058,7 +79058,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerInt8NullableArrayArray", + Name: TestResponseIntegerInt8NullableArrayArrayOperation, ID: "test_response_integer_int8_nullable_array_array", } ) @@ -79082,7 +79082,7 @@ func (s *Server) handleTestResponseIntegerInt8NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerInt8NullableArrayArray", + OperationName: TestResponseIntegerInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_int8_nullable_array_array", Body: request, @@ -79137,7 +79137,7 @@ func (s *Server) handleTestResponseIntegerNullableRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79168,7 +79168,7 @@ func (s *Server) handleTestResponseIntegerNullableRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerNullable", + Name: TestResponseIntegerNullableOperation, ID: "test_response_integer_nullable", } ) @@ -79192,7 +79192,7 @@ func (s *Server) handleTestResponseIntegerNullableRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerNullable", + OperationName: TestResponseIntegerNullableOperation, OperationSummary: "", OperationID: "test_response_integer_nullable", Body: request, @@ -79247,7 +79247,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79278,7 +79278,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerNullableArray", + Name: TestResponseIntegerNullableArrayOperation, ID: "test_response_integer_nullable_array", } ) @@ -79302,7 +79302,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerNullableArray", + OperationName: TestResponseIntegerNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_nullable_array", Body: request, @@ -79357,7 +79357,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79388,7 +79388,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerNullableArrayArray", + Name: TestResponseIntegerNullableArrayArrayOperation, ID: "test_response_integer_nullable_array_array", } ) @@ -79412,7 +79412,7 @@ func (s *Server) handleTestResponseIntegerNullableArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerNullableArrayArray", + OperationName: TestResponseIntegerNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_nullable_array_array", Body: request, @@ -79467,7 +79467,7 @@ func (s *Server) handleTestResponseIntegerUintRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79498,7 +79498,7 @@ func (s *Server) handleTestResponseIntegerUintRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint", + Name: TestResponseIntegerUintOperation, ID: "test_response_integer_uint", } ) @@ -79522,7 +79522,7 @@ func (s *Server) handleTestResponseIntegerUintRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint", + OperationName: TestResponseIntegerUintOperation, OperationSummary: "", OperationID: "test_response_integer_uint", Body: request, @@ -79577,7 +79577,7 @@ func (s *Server) handleTestResponseIntegerUint16Request(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79608,7 +79608,7 @@ func (s *Server) handleTestResponseIntegerUint16Request(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16", + Name: TestResponseIntegerUint16Operation, ID: "test_response_integer_uint16", } ) @@ -79632,7 +79632,7 @@ func (s *Server) handleTestResponseIntegerUint16Request(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16", + OperationName: TestResponseIntegerUint16Operation, OperationSummary: "", OperationID: "test_response_integer_uint16", Body: request, @@ -79687,7 +79687,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79718,7 +79718,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16Array", + Name: TestResponseIntegerUint16ArrayOperation, ID: "test_response_integer_uint16_array", } ) @@ -79742,7 +79742,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16Array", + OperationName: TestResponseIntegerUint16ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint16_array", Body: request, @@ -79797,7 +79797,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79828,7 +79828,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16ArrayArray", + Name: TestResponseIntegerUint16ArrayArrayOperation, ID: "test_response_integer_uint16_array_array", } ) @@ -79852,7 +79852,7 @@ func (s *Server) handleTestResponseIntegerUint16ArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16ArrayArray", + OperationName: TestResponseIntegerUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint16_array_array", Body: request, @@ -79907,7 +79907,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -79938,7 +79938,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16Nullable", + Name: TestResponseIntegerUint16NullableOperation, ID: "test_response_integer_uint16_nullable", } ) @@ -79962,7 +79962,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16Nullable", + OperationName: TestResponseIntegerUint16NullableOperation, OperationSummary: "", OperationID: "test_response_integer_uint16_nullable", Body: request, @@ -80017,7 +80017,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80048,7 +80048,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16NullableArray", + Name: TestResponseIntegerUint16NullableArrayOperation, ID: "test_response_integer_uint16_nullable_array", } ) @@ -80072,7 +80072,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16NullableArray", + OperationName: TestResponseIntegerUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint16_nullable_array", Body: request, @@ -80127,7 +80127,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80158,7 +80158,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint16NullableArrayArray", + Name: TestResponseIntegerUint16NullableArrayArrayOperation, ID: "test_response_integer_uint16_nullable_array_array", } ) @@ -80182,7 +80182,7 @@ func (s *Server) handleTestResponseIntegerUint16NullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint16NullableArrayArray", + OperationName: TestResponseIntegerUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint16_nullable_array_array", Body: request, @@ -80237,7 +80237,7 @@ func (s *Server) handleTestResponseIntegerUint32Request(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80268,7 +80268,7 @@ func (s *Server) handleTestResponseIntegerUint32Request(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32", + Name: TestResponseIntegerUint32Operation, ID: "test_response_integer_uint32", } ) @@ -80292,7 +80292,7 @@ func (s *Server) handleTestResponseIntegerUint32Request(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32", + OperationName: TestResponseIntegerUint32Operation, OperationSummary: "", OperationID: "test_response_integer_uint32", Body: request, @@ -80347,7 +80347,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80378,7 +80378,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32Array", + Name: TestResponseIntegerUint32ArrayOperation, ID: "test_response_integer_uint32_array", } ) @@ -80402,7 +80402,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32Array", + OperationName: TestResponseIntegerUint32ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint32_array", Body: request, @@ -80457,7 +80457,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80488,7 +80488,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32ArrayArray", + Name: TestResponseIntegerUint32ArrayArrayOperation, ID: "test_response_integer_uint32_array_array", } ) @@ -80512,7 +80512,7 @@ func (s *Server) handleTestResponseIntegerUint32ArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32ArrayArray", + OperationName: TestResponseIntegerUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint32_array_array", Body: request, @@ -80567,7 +80567,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80598,7 +80598,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32Nullable", + Name: TestResponseIntegerUint32NullableOperation, ID: "test_response_integer_uint32_nullable", } ) @@ -80622,7 +80622,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32Nullable", + OperationName: TestResponseIntegerUint32NullableOperation, OperationSummary: "", OperationID: "test_response_integer_uint32_nullable", Body: request, @@ -80677,7 +80677,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80708,7 +80708,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32NullableArray", + Name: TestResponseIntegerUint32NullableArrayOperation, ID: "test_response_integer_uint32_nullable_array", } ) @@ -80732,7 +80732,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32NullableArray", + OperationName: TestResponseIntegerUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint32_nullable_array", Body: request, @@ -80787,7 +80787,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80818,7 +80818,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint32NullableArrayArray", + Name: TestResponseIntegerUint32NullableArrayArrayOperation, ID: "test_response_integer_uint32_nullable_array_array", } ) @@ -80842,7 +80842,7 @@ func (s *Server) handleTestResponseIntegerUint32NullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint32NullableArrayArray", + OperationName: TestResponseIntegerUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint32_nullable_array_array", Body: request, @@ -80897,7 +80897,7 @@ func (s *Server) handleTestResponseIntegerUint64Request(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -80928,7 +80928,7 @@ func (s *Server) handleTestResponseIntegerUint64Request(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64", + Name: TestResponseIntegerUint64Operation, ID: "test_response_integer_uint64", } ) @@ -80952,7 +80952,7 @@ func (s *Server) handleTestResponseIntegerUint64Request(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64", + OperationName: TestResponseIntegerUint64Operation, OperationSummary: "", OperationID: "test_response_integer_uint64", Body: request, @@ -81007,7 +81007,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81038,7 +81038,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64Array", + Name: TestResponseIntegerUint64ArrayOperation, ID: "test_response_integer_uint64_array", } ) @@ -81062,7 +81062,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64Array", + OperationName: TestResponseIntegerUint64ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint64_array", Body: request, @@ -81117,7 +81117,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81148,7 +81148,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64ArrayArray", + Name: TestResponseIntegerUint64ArrayArrayOperation, ID: "test_response_integer_uint64_array_array", } ) @@ -81172,7 +81172,7 @@ func (s *Server) handleTestResponseIntegerUint64ArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64ArrayArray", + OperationName: TestResponseIntegerUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint64_array_array", Body: request, @@ -81227,7 +81227,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81258,7 +81258,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64Nullable", + Name: TestResponseIntegerUint64NullableOperation, ID: "test_response_integer_uint64_nullable", } ) @@ -81282,7 +81282,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64Nullable", + OperationName: TestResponseIntegerUint64NullableOperation, OperationSummary: "", OperationID: "test_response_integer_uint64_nullable", Body: request, @@ -81337,7 +81337,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81368,7 +81368,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64NullableArray", + Name: TestResponseIntegerUint64NullableArrayOperation, ID: "test_response_integer_uint64_nullable_array", } ) @@ -81392,7 +81392,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64NullableArray", + OperationName: TestResponseIntegerUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint64_nullable_array", Body: request, @@ -81447,7 +81447,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81478,7 +81478,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint64NullableArrayArray", + Name: TestResponseIntegerUint64NullableArrayArrayOperation, ID: "test_response_integer_uint64_nullable_array_array", } ) @@ -81502,7 +81502,7 @@ func (s *Server) handleTestResponseIntegerUint64NullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint64NullableArrayArray", + OperationName: TestResponseIntegerUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint64_nullable_array_array", Body: request, @@ -81557,7 +81557,7 @@ func (s *Server) handleTestResponseIntegerUint8Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81588,7 +81588,7 @@ func (s *Server) handleTestResponseIntegerUint8Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8", + Name: TestResponseIntegerUint8Operation, ID: "test_response_integer_uint8", } ) @@ -81612,7 +81612,7 @@ func (s *Server) handleTestResponseIntegerUint8Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8", + OperationName: TestResponseIntegerUint8Operation, OperationSummary: "", OperationID: "test_response_integer_uint8", Body: request, @@ -81667,7 +81667,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81698,7 +81698,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8Array", + Name: TestResponseIntegerUint8ArrayOperation, ID: "test_response_integer_uint8_array", } ) @@ -81722,7 +81722,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8Array", + OperationName: TestResponseIntegerUint8ArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint8_array", Body: request, @@ -81777,7 +81777,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81808,7 +81808,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8ArrayArray", + Name: TestResponseIntegerUint8ArrayArrayOperation, ID: "test_response_integer_uint8_array_array", } ) @@ -81832,7 +81832,7 @@ func (s *Server) handleTestResponseIntegerUint8ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8ArrayArray", + OperationName: TestResponseIntegerUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint8_array_array", Body: request, @@ -81887,7 +81887,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -81918,7 +81918,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8Nullable", + Name: TestResponseIntegerUint8NullableOperation, ID: "test_response_integer_uint8_nullable", } ) @@ -81942,7 +81942,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8Nullable", + OperationName: TestResponseIntegerUint8NullableOperation, OperationSummary: "", OperationID: "test_response_integer_uint8_nullable", Body: request, @@ -81997,7 +81997,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82028,7 +82028,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8NullableArray", + Name: TestResponseIntegerUint8NullableArrayOperation, ID: "test_response_integer_uint8_nullable_array", } ) @@ -82052,7 +82052,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8NullableArray", + OperationName: TestResponseIntegerUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint8_nullable_array", Body: request, @@ -82107,7 +82107,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82138,7 +82138,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUint8NullableArrayArray", + Name: TestResponseIntegerUint8NullableArrayArrayOperation, ID: "test_response_integer_uint8_nullable_array_array", } ) @@ -82162,7 +82162,7 @@ func (s *Server) handleTestResponseIntegerUint8NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUint8NullableArrayArray", + OperationName: TestResponseIntegerUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint8_nullable_array_array", Body: request, @@ -82217,7 +82217,7 @@ func (s *Server) handleTestResponseIntegerUintArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82248,7 +82248,7 @@ func (s *Server) handleTestResponseIntegerUintArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUintArray", + Name: TestResponseIntegerUintArrayOperation, ID: "test_response_integer_uint_array", } ) @@ -82272,7 +82272,7 @@ func (s *Server) handleTestResponseIntegerUintArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUintArray", + OperationName: TestResponseIntegerUintArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint_array", Body: request, @@ -82327,7 +82327,7 @@ func (s *Server) handleTestResponseIntegerUintArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82358,7 +82358,7 @@ func (s *Server) handleTestResponseIntegerUintArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUintArrayArray", + Name: TestResponseIntegerUintArrayArrayOperation, ID: "test_response_integer_uint_array_array", } ) @@ -82382,7 +82382,7 @@ func (s *Server) handleTestResponseIntegerUintArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUintArrayArray", + OperationName: TestResponseIntegerUintArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint_array_array", Body: request, @@ -82437,7 +82437,7 @@ func (s *Server) handleTestResponseIntegerUintNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82468,7 +82468,7 @@ func (s *Server) handleTestResponseIntegerUintNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUintNullable", + Name: TestResponseIntegerUintNullableOperation, ID: "test_response_integer_uint_nullable", } ) @@ -82492,7 +82492,7 @@ func (s *Server) handleTestResponseIntegerUintNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUintNullable", + OperationName: TestResponseIntegerUintNullableOperation, OperationSummary: "", OperationID: "test_response_integer_uint_nullable", Body: request, @@ -82547,7 +82547,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82578,7 +82578,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUintNullableArray", + Name: TestResponseIntegerUintNullableArrayOperation, ID: "test_response_integer_uint_nullable_array", } ) @@ -82602,7 +82602,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUintNullableArray", + OperationName: TestResponseIntegerUintNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint_nullable_array", Body: request, @@ -82657,7 +82657,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82688,7 +82688,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUintNullableArrayArray", + Name: TestResponseIntegerUintNullableArrayArrayOperation, ID: "test_response_integer_uint_nullable_array_array", } ) @@ -82712,7 +82712,7 @@ func (s *Server) handleTestResponseIntegerUintNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUintNullableArrayArray", + OperationName: TestResponseIntegerUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_uint_nullable_array_array", Body: request, @@ -82767,7 +82767,7 @@ func (s *Server) handleTestResponseIntegerUnixRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82798,7 +82798,7 @@ func (s *Server) handleTestResponseIntegerUnixRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnix", + Name: TestResponseIntegerUnixOperation, ID: "test_response_integer_unix", } ) @@ -82822,7 +82822,7 @@ func (s *Server) handleTestResponseIntegerUnixRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnix", + OperationName: TestResponseIntegerUnixOperation, OperationSummary: "", OperationID: "test_response_integer_unix", Body: request, @@ -82877,7 +82877,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -82908,7 +82908,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixArray", + Name: TestResponseIntegerUnixArrayOperation, ID: "test_response_integer_unix_array", } ) @@ -82932,7 +82932,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixArray", + OperationName: TestResponseIntegerUnixArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix_array", Body: request, @@ -82987,7 +82987,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83018,7 +83018,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixArrayArray", + Name: TestResponseIntegerUnixArrayArrayOperation, ID: "test_response_integer_unix_array_array", } ) @@ -83042,7 +83042,7 @@ func (s *Server) handleTestResponseIntegerUnixArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixArrayArray", + OperationName: TestResponseIntegerUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix_array_array", Body: request, @@ -83097,7 +83097,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83128,7 +83128,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicro", + Name: TestResponseIntegerUnixMicroOperation, ID: "test_response_integer_unix-micro", } ) @@ -83152,7 +83152,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicro", + OperationName: TestResponseIntegerUnixMicroOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro", Body: request, @@ -83207,7 +83207,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83238,7 +83238,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicroArray", + Name: TestResponseIntegerUnixMicroArrayOperation, ID: "test_response_integer_unix-micro_array", } ) @@ -83262,7 +83262,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicroArray", + OperationName: TestResponseIntegerUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro_array", Body: request, @@ -83317,7 +83317,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83348,7 +83348,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicroArrayArray", + Name: TestResponseIntegerUnixMicroArrayArrayOperation, ID: "test_response_integer_unix-micro_array_array", } ) @@ -83372,7 +83372,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicroArrayArray", + OperationName: TestResponseIntegerUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro_array_array", Body: request, @@ -83427,7 +83427,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83458,7 +83458,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicroNullable", + Name: TestResponseIntegerUnixMicroNullableOperation, ID: "test_response_integer_unix-micro_nullable", } ) @@ -83482,7 +83482,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicroNullable", + OperationName: TestResponseIntegerUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro_nullable", Body: request, @@ -83537,7 +83537,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83568,7 +83568,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicroNullableArray", + Name: TestResponseIntegerUnixMicroNullableArrayOperation, ID: "test_response_integer_unix-micro_nullable_array", } ) @@ -83592,7 +83592,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicroNullableArray", + OperationName: TestResponseIntegerUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro_nullable_array", Body: request, @@ -83647,7 +83647,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83678,7 +83678,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMicroNullableArrayArray", + Name: TestResponseIntegerUnixMicroNullableArrayArrayOperation, ID: "test_response_integer_unix-micro_nullable_array_array", } ) @@ -83702,7 +83702,7 @@ func (s *Server) handleTestResponseIntegerUnixMicroNullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMicroNullableArrayArray", + OperationName: TestResponseIntegerUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-micro_nullable_array_array", Body: request, @@ -83757,7 +83757,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83788,7 +83788,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilli", + Name: TestResponseIntegerUnixMilliOperation, ID: "test_response_integer_unix-milli", } ) @@ -83812,7 +83812,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilli", + OperationName: TestResponseIntegerUnixMilliOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli", Body: request, @@ -83867,7 +83867,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -83898,7 +83898,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilliArray", + Name: TestResponseIntegerUnixMilliArrayOperation, ID: "test_response_integer_unix-milli_array", } ) @@ -83922,7 +83922,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilliArray", + OperationName: TestResponseIntegerUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli_array", Body: request, @@ -83977,7 +83977,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84008,7 +84008,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilliArrayArray", + Name: TestResponseIntegerUnixMilliArrayArrayOperation, ID: "test_response_integer_unix-milli_array_array", } ) @@ -84032,7 +84032,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilliArrayArray", + OperationName: TestResponseIntegerUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli_array_array", Body: request, @@ -84087,7 +84087,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84118,7 +84118,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilliNullable", + Name: TestResponseIntegerUnixMilliNullableOperation, ID: "test_response_integer_unix-milli_nullable", } ) @@ -84142,7 +84142,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilliNullable", + OperationName: TestResponseIntegerUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli_nullable", Body: request, @@ -84197,7 +84197,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84228,7 +84228,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilliNullableArray", + Name: TestResponseIntegerUnixMilliNullableArrayOperation, ID: "test_response_integer_unix-milli_nullable_array", } ) @@ -84252,7 +84252,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilliNullableArray", + OperationName: TestResponseIntegerUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli_nullable_array", Body: request, @@ -84307,7 +84307,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayArrayRequest(arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84338,7 +84338,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayArrayRequest(arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixMilliNullableArrayArray", + Name: TestResponseIntegerUnixMilliNullableArrayArrayOperation, ID: "test_response_integer_unix-milli_nullable_array_array", } ) @@ -84362,7 +84362,7 @@ func (s *Server) handleTestResponseIntegerUnixMilliNullableArrayArrayRequest(arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixMilliNullableArrayArray", + OperationName: TestResponseIntegerUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-milli_nullable_array_array", Body: request, @@ -84417,7 +84417,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84448,7 +84448,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNano", + Name: TestResponseIntegerUnixNanoOperation, ID: "test_response_integer_unix-nano", } ) @@ -84472,7 +84472,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNano", + OperationName: TestResponseIntegerUnixNanoOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano", Body: request, @@ -84527,7 +84527,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84558,7 +84558,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNanoArray", + Name: TestResponseIntegerUnixNanoArrayOperation, ID: "test_response_integer_unix-nano_array", } ) @@ -84582,7 +84582,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNanoArray", + OperationName: TestResponseIntegerUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano_array", Body: request, @@ -84637,7 +84637,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84668,7 +84668,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNanoArrayArray", + Name: TestResponseIntegerUnixNanoArrayArrayOperation, ID: "test_response_integer_unix-nano_array_array", } ) @@ -84692,7 +84692,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNanoArrayArray", + OperationName: TestResponseIntegerUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano_array_array", Body: request, @@ -84747,7 +84747,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84778,7 +84778,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNanoNullable", + Name: TestResponseIntegerUnixNanoNullableOperation, ID: "test_response_integer_unix-nano_nullable", } ) @@ -84802,7 +84802,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNanoNullable", + OperationName: TestResponseIntegerUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano_nullable", Body: request, @@ -84857,7 +84857,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84888,7 +84888,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNanoNullableArray", + Name: TestResponseIntegerUnixNanoNullableArrayOperation, ID: "test_response_integer_unix-nano_nullable_array", } ) @@ -84912,7 +84912,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNanoNullableArray", + OperationName: TestResponseIntegerUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano_nullable_array", Body: request, @@ -84967,7 +84967,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -84998,7 +84998,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNanoNullableArrayArray", + Name: TestResponseIntegerUnixNanoNullableArrayArrayOperation, ID: "test_response_integer_unix-nano_nullable_array_array", } ) @@ -85022,7 +85022,7 @@ func (s *Server) handleTestResponseIntegerUnixNanoNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNanoNullableArrayArray", + OperationName: TestResponseIntegerUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-nano_nullable_array_array", Body: request, @@ -85077,7 +85077,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85108,7 +85108,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNullable", + Name: TestResponseIntegerUnixNullableOperation, ID: "test_response_integer_unix_nullable", } ) @@ -85132,7 +85132,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNullable", + OperationName: TestResponseIntegerUnixNullableOperation, OperationSummary: "", OperationID: "test_response_integer_unix_nullable", Body: request, @@ -85187,7 +85187,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85218,7 +85218,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNullableArray", + Name: TestResponseIntegerUnixNullableArrayOperation, ID: "test_response_integer_unix_nullable_array", } ) @@ -85242,7 +85242,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNullableArray", + OperationName: TestResponseIntegerUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix_nullable_array", Body: request, @@ -85297,7 +85297,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85328,7 +85328,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixNullableArrayArray", + Name: TestResponseIntegerUnixNullableArrayArrayOperation, ID: "test_response_integer_unix_nullable_array_array", } ) @@ -85352,7 +85352,7 @@ func (s *Server) handleTestResponseIntegerUnixNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixNullableArrayArray", + OperationName: TestResponseIntegerUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix_nullable_array_array", Body: request, @@ -85407,7 +85407,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85438,7 +85438,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSeconds", + Name: TestResponseIntegerUnixSecondsOperation, ID: "test_response_integer_unix-seconds", } ) @@ -85462,7 +85462,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSeconds", + OperationName: TestResponseIntegerUnixSecondsOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds", Body: request, @@ -85517,7 +85517,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85548,7 +85548,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSecondsArray", + Name: TestResponseIntegerUnixSecondsArrayOperation, ID: "test_response_integer_unix-seconds_array", } ) @@ -85572,7 +85572,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSecondsArray", + OperationName: TestResponseIntegerUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds_array", Body: request, @@ -85627,7 +85627,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85658,7 +85658,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSecondsArrayArray", + Name: TestResponseIntegerUnixSecondsArrayArrayOperation, ID: "test_response_integer_unix-seconds_array_array", } ) @@ -85682,7 +85682,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSecondsArrayArray", + OperationName: TestResponseIntegerUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds_array_array", Body: request, @@ -85737,7 +85737,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85768,7 +85768,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSecondsNullable", + Name: TestResponseIntegerUnixSecondsNullableOperation, ID: "test_response_integer_unix-seconds_nullable", } ) @@ -85792,7 +85792,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSecondsNullable", + OperationName: TestResponseIntegerUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds_nullable", Body: request, @@ -85847,7 +85847,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85878,7 +85878,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSecondsNullableArray", + Name: TestResponseIntegerUnixSecondsNullableArrayOperation, ID: "test_response_integer_unix-seconds_nullable_array", } ) @@ -85902,7 +85902,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSecondsNullableArray", + OperationName: TestResponseIntegerUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds_nullable_array", Body: request, @@ -85957,7 +85957,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayArrayRequest(a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseIntegerUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseIntegerUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -85988,7 +85988,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayArrayRequest(a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseIntegerUnixSecondsNullableArrayArray", + Name: TestResponseIntegerUnixSecondsNullableArrayArrayOperation, ID: "test_response_integer_unix-seconds_nullable_array_array", } ) @@ -86012,7 +86012,7 @@ func (s *Server) handleTestResponseIntegerUnixSecondsNullableArrayArrayRequest(a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseIntegerUnixSecondsNullableArrayArray", + OperationName: TestResponseIntegerUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_integer_unix-seconds_nullable_array_array", Body: request, @@ -86067,7 +86067,7 @@ func (s *Server) handleTestResponseNullRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNull", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86098,7 +86098,7 @@ func (s *Server) handleTestResponseNullRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNull", + Name: TestResponseNullOperation, ID: "test_response_null", } ) @@ -86122,7 +86122,7 @@ func (s *Server) handleTestResponseNullRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNull", + OperationName: TestResponseNullOperation, OperationSummary: "", OperationID: "test_response_null", Body: request, @@ -86177,7 +86177,7 @@ func (s *Server) handleTestResponseNullArrayRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNullArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86208,7 +86208,7 @@ func (s *Server) handleTestResponseNullArrayRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNullArray", + Name: TestResponseNullArrayOperation, ID: "test_response_null_array", } ) @@ -86232,7 +86232,7 @@ func (s *Server) handleTestResponseNullArrayRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNullArray", + OperationName: TestResponseNullArrayOperation, OperationSummary: "", OperationID: "test_response_null_array", Body: request, @@ -86287,7 +86287,7 @@ func (s *Server) handleTestResponseNullArrayArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNullArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86318,7 +86318,7 @@ func (s *Server) handleTestResponseNullArrayArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNullArrayArray", + Name: TestResponseNullArrayArrayOperation, ID: "test_response_null_array_array", } ) @@ -86342,7 +86342,7 @@ func (s *Server) handleTestResponseNullArrayArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNullArrayArray", + OperationName: TestResponseNullArrayArrayOperation, OperationSummary: "", OperationID: "test_response_null_array_array", Body: request, @@ -86397,7 +86397,7 @@ func (s *Server) handleTestResponseNullNullableRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNullNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86428,7 +86428,7 @@ func (s *Server) handleTestResponseNullNullableRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNullNullable", + Name: TestResponseNullNullableOperation, ID: "test_response_null_nullable", } ) @@ -86452,7 +86452,7 @@ func (s *Server) handleTestResponseNullNullableRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNullNullable", + OperationName: TestResponseNullNullableOperation, OperationSummary: "", OperationID: "test_response_null_nullable", Body: request, @@ -86507,7 +86507,7 @@ func (s *Server) handleTestResponseNullNullableArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNullNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86538,7 +86538,7 @@ func (s *Server) handleTestResponseNullNullableArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNullNullableArray", + Name: TestResponseNullNullableArrayOperation, ID: "test_response_null_nullable_array", } ) @@ -86562,7 +86562,7 @@ func (s *Server) handleTestResponseNullNullableArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNullNullableArray", + OperationName: TestResponseNullNullableArrayOperation, OperationSummary: "", OperationID: "test_response_null_nullable_array", Body: request, @@ -86617,7 +86617,7 @@ func (s *Server) handleTestResponseNullNullableArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNullNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNullNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86648,7 +86648,7 @@ func (s *Server) handleTestResponseNullNullableArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNullNullableArrayArray", + Name: TestResponseNullNullableArrayArrayOperation, ID: "test_response_null_nullable_array_array", } ) @@ -86672,7 +86672,7 @@ func (s *Server) handleTestResponseNullNullableArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNullNullableArrayArray", + OperationName: TestResponseNullNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_null_nullable_array_array", Body: request, @@ -86727,7 +86727,7 @@ func (s *Server) handleTestResponseNumberRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumber", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86758,7 +86758,7 @@ func (s *Server) handleTestResponseNumberRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumber", + Name: TestResponseNumberOperation, ID: "test_response_number", } ) @@ -86782,7 +86782,7 @@ func (s *Server) handleTestResponseNumberRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumber", + OperationName: TestResponseNumberOperation, OperationSummary: "", OperationID: "test_response_number", Body: request, @@ -86837,7 +86837,7 @@ func (s *Server) handleTestResponseNumberArrayRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86868,7 +86868,7 @@ func (s *Server) handleTestResponseNumberArrayRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberArray", + Name: TestResponseNumberArrayOperation, ID: "test_response_number_array", } ) @@ -86892,7 +86892,7 @@ func (s *Server) handleTestResponseNumberArrayRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberArray", + OperationName: TestResponseNumberArrayOperation, OperationSummary: "", OperationID: "test_response_number_array", Body: request, @@ -86947,7 +86947,7 @@ func (s *Server) handleTestResponseNumberArrayArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -86978,7 +86978,7 @@ func (s *Server) handleTestResponseNumberArrayArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberArrayArray", + Name: TestResponseNumberArrayArrayOperation, ID: "test_response_number_array_array", } ) @@ -87002,7 +87002,7 @@ func (s *Server) handleTestResponseNumberArrayArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberArrayArray", + OperationName: TestResponseNumberArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_array_array", Body: request, @@ -87057,7 +87057,7 @@ func (s *Server) handleTestResponseNumberDoubleRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDouble", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87088,7 +87088,7 @@ func (s *Server) handleTestResponseNumberDoubleRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDouble", + Name: TestResponseNumberDoubleOperation, ID: "test_response_number_double", } ) @@ -87112,7 +87112,7 @@ func (s *Server) handleTestResponseNumberDoubleRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDouble", + OperationName: TestResponseNumberDoubleOperation, OperationSummary: "", OperationID: "test_response_number_double", Body: request, @@ -87167,7 +87167,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDoubleArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87198,7 +87198,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDoubleArray", + Name: TestResponseNumberDoubleArrayOperation, ID: "test_response_number_double_array", } ) @@ -87222,7 +87222,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDoubleArray", + OperationName: TestResponseNumberDoubleArrayOperation, OperationSummary: "", OperationID: "test_response_number_double_array", Body: request, @@ -87277,7 +87277,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDoubleArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87308,7 +87308,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDoubleArrayArray", + Name: TestResponseNumberDoubleArrayArrayOperation, ID: "test_response_number_double_array_array", } ) @@ -87332,7 +87332,7 @@ func (s *Server) handleTestResponseNumberDoubleArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDoubleArrayArray", + OperationName: TestResponseNumberDoubleArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_double_array_array", Body: request, @@ -87387,7 +87387,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDoubleNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87418,7 +87418,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDoubleNullable", + Name: TestResponseNumberDoubleNullableOperation, ID: "test_response_number_double_nullable", } ) @@ -87442,7 +87442,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDoubleNullable", + OperationName: TestResponseNumberDoubleNullableOperation, OperationSummary: "", OperationID: "test_response_number_double_nullable", Body: request, @@ -87497,7 +87497,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDoubleNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87528,7 +87528,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDoubleNullableArray", + Name: TestResponseNumberDoubleNullableArrayOperation, ID: "test_response_number_double_nullable_array", } ) @@ -87552,7 +87552,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDoubleNullableArray", + OperationName: TestResponseNumberDoubleNullableArrayOperation, OperationSummary: "", OperationID: "test_response_number_double_nullable_array", Body: request, @@ -87607,7 +87607,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberDoubleNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberDoubleNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87638,7 +87638,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberDoubleNullableArrayArray", + Name: TestResponseNumberDoubleNullableArrayArrayOperation, ID: "test_response_number_double_nullable_array_array", } ) @@ -87662,7 +87662,7 @@ func (s *Server) handleTestResponseNumberDoubleNullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberDoubleNullableArrayArray", + OperationName: TestResponseNumberDoubleNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_double_nullable_array_array", Body: request, @@ -87717,7 +87717,7 @@ func (s *Server) handleTestResponseNumberFloatRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloat", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87748,7 +87748,7 @@ func (s *Server) handleTestResponseNumberFloatRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloat", + Name: TestResponseNumberFloatOperation, ID: "test_response_number_float", } ) @@ -87772,7 +87772,7 @@ func (s *Server) handleTestResponseNumberFloatRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloat", + OperationName: TestResponseNumberFloatOperation, OperationSummary: "", OperationID: "test_response_number_float", Body: request, @@ -87827,7 +87827,7 @@ func (s *Server) handleTestResponseNumberFloatArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloatArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87858,7 +87858,7 @@ func (s *Server) handleTestResponseNumberFloatArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloatArray", + Name: TestResponseNumberFloatArrayOperation, ID: "test_response_number_float_array", } ) @@ -87882,7 +87882,7 @@ func (s *Server) handleTestResponseNumberFloatArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloatArray", + OperationName: TestResponseNumberFloatArrayOperation, OperationSummary: "", OperationID: "test_response_number_float_array", Body: request, @@ -87937,7 +87937,7 @@ func (s *Server) handleTestResponseNumberFloatArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloatArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -87968,7 +87968,7 @@ func (s *Server) handleTestResponseNumberFloatArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloatArrayArray", + Name: TestResponseNumberFloatArrayArrayOperation, ID: "test_response_number_float_array_array", } ) @@ -87992,7 +87992,7 @@ func (s *Server) handleTestResponseNumberFloatArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloatArrayArray", + OperationName: TestResponseNumberFloatArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_float_array_array", Body: request, @@ -88047,7 +88047,7 @@ func (s *Server) handleTestResponseNumberFloatNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloatNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88078,7 +88078,7 @@ func (s *Server) handleTestResponseNumberFloatNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloatNullable", + Name: TestResponseNumberFloatNullableOperation, ID: "test_response_number_float_nullable", } ) @@ -88102,7 +88102,7 @@ func (s *Server) handleTestResponseNumberFloatNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloatNullable", + OperationName: TestResponseNumberFloatNullableOperation, OperationSummary: "", OperationID: "test_response_number_float_nullable", Body: request, @@ -88157,7 +88157,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloatNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88188,7 +88188,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloatNullableArray", + Name: TestResponseNumberFloatNullableArrayOperation, ID: "test_response_number_float_nullable_array", } ) @@ -88212,7 +88212,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloatNullableArray", + OperationName: TestResponseNumberFloatNullableArrayOperation, OperationSummary: "", OperationID: "test_response_number_float_nullable_array", Body: request, @@ -88267,7 +88267,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberFloatNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberFloatNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88298,7 +88298,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberFloatNullableArrayArray", + Name: TestResponseNumberFloatNullableArrayArrayOperation, ID: "test_response_number_float_nullable_array_array", } ) @@ -88322,7 +88322,7 @@ func (s *Server) handleTestResponseNumberFloatNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberFloatNullableArrayArray", + OperationName: TestResponseNumberFloatNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_float_nullable_array_array", Body: request, @@ -88377,7 +88377,7 @@ func (s *Server) handleTestResponseNumberInt32Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88408,7 +88408,7 @@ func (s *Server) handleTestResponseNumberInt32Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32", + Name: TestResponseNumberInt32Operation, ID: "test_response_number_int32", } ) @@ -88432,7 +88432,7 @@ func (s *Server) handleTestResponseNumberInt32Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32", + OperationName: TestResponseNumberInt32Operation, OperationSummary: "", OperationID: "test_response_number_int32", Body: request, @@ -88487,7 +88487,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88518,7 +88518,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32Array", + Name: TestResponseNumberInt32ArrayOperation, ID: "test_response_number_int32_array", } ) @@ -88542,7 +88542,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32Array", + OperationName: TestResponseNumberInt32ArrayOperation, OperationSummary: "", OperationID: "test_response_number_int32_array", Body: request, @@ -88597,7 +88597,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88628,7 +88628,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32ArrayArray", + Name: TestResponseNumberInt32ArrayArrayOperation, ID: "test_response_number_int32_array_array", } ) @@ -88652,7 +88652,7 @@ func (s *Server) handleTestResponseNumberInt32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32ArrayArray", + OperationName: TestResponseNumberInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_int32_array_array", Body: request, @@ -88707,7 +88707,7 @@ func (s *Server) handleTestResponseNumberInt32NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88738,7 +88738,7 @@ func (s *Server) handleTestResponseNumberInt32NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32Nullable", + Name: TestResponseNumberInt32NullableOperation, ID: "test_response_number_int32_nullable", } ) @@ -88762,7 +88762,7 @@ func (s *Server) handleTestResponseNumberInt32NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32Nullable", + OperationName: TestResponseNumberInt32NullableOperation, OperationSummary: "", OperationID: "test_response_number_int32_nullable", Body: request, @@ -88817,7 +88817,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88848,7 +88848,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32NullableArray", + Name: TestResponseNumberInt32NullableArrayOperation, ID: "test_response_number_int32_nullable_array", } ) @@ -88872,7 +88872,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32NullableArray", + OperationName: TestResponseNumberInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_number_int32_nullable_array", Body: request, @@ -88927,7 +88927,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -88958,7 +88958,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt32NullableArrayArray", + Name: TestResponseNumberInt32NullableArrayArrayOperation, ID: "test_response_number_int32_nullable_array_array", } ) @@ -88982,7 +88982,7 @@ func (s *Server) handleTestResponseNumberInt32NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt32NullableArrayArray", + OperationName: TestResponseNumberInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_int32_nullable_array_array", Body: request, @@ -89037,7 +89037,7 @@ func (s *Server) handleTestResponseNumberInt64Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89068,7 +89068,7 @@ func (s *Server) handleTestResponseNumberInt64Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64", + Name: TestResponseNumberInt64Operation, ID: "test_response_number_int64", } ) @@ -89092,7 +89092,7 @@ func (s *Server) handleTestResponseNumberInt64Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64", + OperationName: TestResponseNumberInt64Operation, OperationSummary: "", OperationID: "test_response_number_int64", Body: request, @@ -89147,7 +89147,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89178,7 +89178,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64Array", + Name: TestResponseNumberInt64ArrayOperation, ID: "test_response_number_int64_array", } ) @@ -89202,7 +89202,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64Array", + OperationName: TestResponseNumberInt64ArrayOperation, OperationSummary: "", OperationID: "test_response_number_int64_array", Body: request, @@ -89257,7 +89257,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89288,7 +89288,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64ArrayArray", + Name: TestResponseNumberInt64ArrayArrayOperation, ID: "test_response_number_int64_array_array", } ) @@ -89312,7 +89312,7 @@ func (s *Server) handleTestResponseNumberInt64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64ArrayArray", + OperationName: TestResponseNumberInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_int64_array_array", Body: request, @@ -89367,7 +89367,7 @@ func (s *Server) handleTestResponseNumberInt64NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89398,7 +89398,7 @@ func (s *Server) handleTestResponseNumberInt64NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64Nullable", + Name: TestResponseNumberInt64NullableOperation, ID: "test_response_number_int64_nullable", } ) @@ -89422,7 +89422,7 @@ func (s *Server) handleTestResponseNumberInt64NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64Nullable", + OperationName: TestResponseNumberInt64NullableOperation, OperationSummary: "", OperationID: "test_response_number_int64_nullable", Body: request, @@ -89477,7 +89477,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89508,7 +89508,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64NullableArray", + Name: TestResponseNumberInt64NullableArrayOperation, ID: "test_response_number_int64_nullable_array", } ) @@ -89532,7 +89532,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64NullableArray", + OperationName: TestResponseNumberInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_number_int64_nullable_array", Body: request, @@ -89587,7 +89587,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89618,7 +89618,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberInt64NullableArrayArray", + Name: TestResponseNumberInt64NullableArrayArrayOperation, ID: "test_response_number_int64_nullable_array_array", } ) @@ -89642,7 +89642,7 @@ func (s *Server) handleTestResponseNumberInt64NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberInt64NullableArrayArray", + OperationName: TestResponseNumberInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_int64_nullable_array_array", Body: request, @@ -89697,7 +89697,7 @@ func (s *Server) handleTestResponseNumberNullableRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89728,7 +89728,7 @@ func (s *Server) handleTestResponseNumberNullableRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberNullable", + Name: TestResponseNumberNullableOperation, ID: "test_response_number_nullable", } ) @@ -89752,7 +89752,7 @@ func (s *Server) handleTestResponseNumberNullableRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberNullable", + OperationName: TestResponseNumberNullableOperation, OperationSummary: "", OperationID: "test_response_number_nullable", Body: request, @@ -89807,7 +89807,7 @@ func (s *Server) handleTestResponseNumberNullableArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89838,7 +89838,7 @@ func (s *Server) handleTestResponseNumberNullableArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberNullableArray", + Name: TestResponseNumberNullableArrayOperation, ID: "test_response_number_nullable_array", } ) @@ -89862,7 +89862,7 @@ func (s *Server) handleTestResponseNumberNullableArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberNullableArray", + OperationName: TestResponseNumberNullableArrayOperation, OperationSummary: "", OperationID: "test_response_number_nullable_array", Body: request, @@ -89917,7 +89917,7 @@ func (s *Server) handleTestResponseNumberNullableArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseNumberNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseNumberNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -89948,7 +89948,7 @@ func (s *Server) handleTestResponseNumberNullableArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseNumberNullableArrayArray", + Name: TestResponseNumberNullableArrayArrayOperation, ID: "test_response_number_nullable_array_array", } ) @@ -89972,7 +89972,7 @@ func (s *Server) handleTestResponseNumberNullableArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseNumberNullableArrayArray", + OperationName: TestResponseNumberNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_number_nullable_array_array", Body: request, @@ -90027,7 +90027,7 @@ func (s *Server) handleTestResponseStringRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseString", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90058,7 +90058,7 @@ func (s *Server) handleTestResponseStringRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseString", + Name: TestResponseStringOperation, ID: "test_response_string", } ) @@ -90082,7 +90082,7 @@ func (s *Server) handleTestResponseStringRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseString", + OperationName: TestResponseStringOperation, OperationSummary: "", OperationID: "test_response_string", Body: request, @@ -90137,7 +90137,7 @@ func (s *Server) handleTestResponseStringArrayRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90168,7 +90168,7 @@ func (s *Server) handleTestResponseStringArrayRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringArray", + Name: TestResponseStringArrayOperation, ID: "test_response_string_array", } ) @@ -90192,7 +90192,7 @@ func (s *Server) handleTestResponseStringArrayRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringArray", + OperationName: TestResponseStringArrayOperation, OperationSummary: "", OperationID: "test_response_string_array", Body: request, @@ -90247,7 +90247,7 @@ func (s *Server) handleTestResponseStringArrayArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90278,7 +90278,7 @@ func (s *Server) handleTestResponseStringArrayArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringArrayArray", + Name: TestResponseStringArrayArrayOperation, ID: "test_response_string_array_array", } ) @@ -90302,7 +90302,7 @@ func (s *Server) handleTestResponseStringArrayArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringArrayArray", + OperationName: TestResponseStringArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_array_array", Body: request, @@ -90357,7 +90357,7 @@ func (s *Server) handleTestResponseStringBase64Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90388,7 +90388,7 @@ func (s *Server) handleTestResponseStringBase64Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64", + Name: TestResponseStringBase64Operation, ID: "test_response_string_base64", } ) @@ -90412,7 +90412,7 @@ func (s *Server) handleTestResponseStringBase64Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64", + OperationName: TestResponseStringBase64Operation, OperationSummary: "", OperationID: "test_response_string_base64", Body: request, @@ -90467,7 +90467,7 @@ func (s *Server) handleTestResponseStringBase64ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90498,7 +90498,7 @@ func (s *Server) handleTestResponseStringBase64ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64Array", + Name: TestResponseStringBase64ArrayOperation, ID: "test_response_string_base64_array", } ) @@ -90522,7 +90522,7 @@ func (s *Server) handleTestResponseStringBase64ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64Array", + OperationName: TestResponseStringBase64ArrayOperation, OperationSummary: "", OperationID: "test_response_string_base64_array", Body: request, @@ -90577,7 +90577,7 @@ func (s *Server) handleTestResponseStringBase64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90608,7 +90608,7 @@ func (s *Server) handleTestResponseStringBase64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64ArrayArray", + Name: TestResponseStringBase64ArrayArrayOperation, ID: "test_response_string_base64_array_array", } ) @@ -90632,7 +90632,7 @@ func (s *Server) handleTestResponseStringBase64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64ArrayArray", + OperationName: TestResponseStringBase64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_base64_array_array", Body: request, @@ -90687,7 +90687,7 @@ func (s *Server) handleTestResponseStringBase64NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90718,7 +90718,7 @@ func (s *Server) handleTestResponseStringBase64NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64Nullable", + Name: TestResponseStringBase64NullableOperation, ID: "test_response_string_base64_nullable", } ) @@ -90742,7 +90742,7 @@ func (s *Server) handleTestResponseStringBase64NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64Nullable", + OperationName: TestResponseStringBase64NullableOperation, OperationSummary: "", OperationID: "test_response_string_base64_nullable", Body: request, @@ -90797,7 +90797,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90828,7 +90828,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64NullableArray", + Name: TestResponseStringBase64NullableArrayOperation, ID: "test_response_string_base64_nullable_array", } ) @@ -90852,7 +90852,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64NullableArray", + OperationName: TestResponseStringBase64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_base64_nullable_array", Body: request, @@ -90907,7 +90907,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBase64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBase64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -90938,7 +90938,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBase64NullableArrayArray", + Name: TestResponseStringBase64NullableArrayArrayOperation, ID: "test_response_string_base64_nullable_array_array", } ) @@ -90962,7 +90962,7 @@ func (s *Server) handleTestResponseStringBase64NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBase64NullableArrayArray", + OperationName: TestResponseStringBase64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_base64_nullable_array_array", Body: request, @@ -91017,7 +91017,7 @@ func (s *Server) handleTestResponseStringBinaryRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinary", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91048,7 +91048,7 @@ func (s *Server) handleTestResponseStringBinaryRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinary", + Name: TestResponseStringBinaryOperation, ID: "test_response_string_binary", } ) @@ -91072,7 +91072,7 @@ func (s *Server) handleTestResponseStringBinaryRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinary", + OperationName: TestResponseStringBinaryOperation, OperationSummary: "", OperationID: "test_response_string_binary", Body: request, @@ -91127,7 +91127,7 @@ func (s *Server) handleTestResponseStringBinaryArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinaryArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91158,7 +91158,7 @@ func (s *Server) handleTestResponseStringBinaryArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinaryArray", + Name: TestResponseStringBinaryArrayOperation, ID: "test_response_string_binary_array", } ) @@ -91182,7 +91182,7 @@ func (s *Server) handleTestResponseStringBinaryArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinaryArray", + OperationName: TestResponseStringBinaryArrayOperation, OperationSummary: "", OperationID: "test_response_string_binary_array", Body: request, @@ -91237,7 +91237,7 @@ func (s *Server) handleTestResponseStringBinaryArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinaryArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91268,7 +91268,7 @@ func (s *Server) handleTestResponseStringBinaryArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinaryArrayArray", + Name: TestResponseStringBinaryArrayArrayOperation, ID: "test_response_string_binary_array_array", } ) @@ -91292,7 +91292,7 @@ func (s *Server) handleTestResponseStringBinaryArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinaryArrayArray", + OperationName: TestResponseStringBinaryArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_binary_array_array", Body: request, @@ -91347,7 +91347,7 @@ func (s *Server) handleTestResponseStringBinaryNullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinaryNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91378,7 +91378,7 @@ func (s *Server) handleTestResponseStringBinaryNullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinaryNullable", + Name: TestResponseStringBinaryNullableOperation, ID: "test_response_string_binary_nullable", } ) @@ -91402,7 +91402,7 @@ func (s *Server) handleTestResponseStringBinaryNullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinaryNullable", + OperationName: TestResponseStringBinaryNullableOperation, OperationSummary: "", OperationID: "test_response_string_binary_nullable", Body: request, @@ -91457,7 +91457,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinaryNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91488,7 +91488,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinaryNullableArray", + Name: TestResponseStringBinaryNullableArrayOperation, ID: "test_response_string_binary_nullable_array", } ) @@ -91512,7 +91512,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinaryNullableArray", + OperationName: TestResponseStringBinaryNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_binary_nullable_array", Body: request, @@ -91567,7 +91567,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringBinaryNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringBinaryNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91598,7 +91598,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringBinaryNullableArrayArray", + Name: TestResponseStringBinaryNullableArrayArrayOperation, ID: "test_response_string_binary_nullable_array_array", } ) @@ -91622,7 +91622,7 @@ func (s *Server) handleTestResponseStringBinaryNullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringBinaryNullableArrayArray", + OperationName: TestResponseStringBinaryNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_binary_nullable_array_array", Body: request, @@ -91677,7 +91677,7 @@ func (s *Server) handleTestResponseStringByteRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByte", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91708,7 +91708,7 @@ func (s *Server) handleTestResponseStringByteRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByte", + Name: TestResponseStringByteOperation, ID: "test_response_string_byte", } ) @@ -91732,7 +91732,7 @@ func (s *Server) handleTestResponseStringByteRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByte", + OperationName: TestResponseStringByteOperation, OperationSummary: "", OperationID: "test_response_string_byte", Body: request, @@ -91787,7 +91787,7 @@ func (s *Server) handleTestResponseStringByteArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByteArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91818,7 +91818,7 @@ func (s *Server) handleTestResponseStringByteArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByteArray", + Name: TestResponseStringByteArrayOperation, ID: "test_response_string_byte_array", } ) @@ -91842,7 +91842,7 @@ func (s *Server) handleTestResponseStringByteArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByteArray", + OperationName: TestResponseStringByteArrayOperation, OperationSummary: "", OperationID: "test_response_string_byte_array", Body: request, @@ -91897,7 +91897,7 @@ func (s *Server) handleTestResponseStringByteArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByteArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -91928,7 +91928,7 @@ func (s *Server) handleTestResponseStringByteArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByteArrayArray", + Name: TestResponseStringByteArrayArrayOperation, ID: "test_response_string_byte_array_array", } ) @@ -91952,7 +91952,7 @@ func (s *Server) handleTestResponseStringByteArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByteArrayArray", + OperationName: TestResponseStringByteArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_byte_array_array", Body: request, @@ -92007,7 +92007,7 @@ func (s *Server) handleTestResponseStringByteNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByteNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92038,7 +92038,7 @@ func (s *Server) handleTestResponseStringByteNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByteNullable", + Name: TestResponseStringByteNullableOperation, ID: "test_response_string_byte_nullable", } ) @@ -92062,7 +92062,7 @@ func (s *Server) handleTestResponseStringByteNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByteNullable", + OperationName: TestResponseStringByteNullableOperation, OperationSummary: "", OperationID: "test_response_string_byte_nullable", Body: request, @@ -92117,7 +92117,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByteNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92148,7 +92148,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByteNullableArray", + Name: TestResponseStringByteNullableArrayOperation, ID: "test_response_string_byte_nullable_array", } ) @@ -92172,7 +92172,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByteNullableArray", + OperationName: TestResponseStringByteNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_byte_nullable_array", Body: request, @@ -92227,7 +92227,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringByteNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringByteNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92258,7 +92258,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringByteNullableArrayArray", + Name: TestResponseStringByteNullableArrayArrayOperation, ID: "test_response_string_byte_nullable_array_array", } ) @@ -92282,7 +92282,7 @@ func (s *Server) handleTestResponseStringByteNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringByteNullableArrayArray", + OperationName: TestResponseStringByteNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_byte_nullable_array_array", Body: request, @@ -92337,7 +92337,7 @@ func (s *Server) handleTestResponseStringDateRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDate", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92368,7 +92368,7 @@ func (s *Server) handleTestResponseStringDateRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDate", + Name: TestResponseStringDateOperation, ID: "test_response_string_date", } ) @@ -92392,7 +92392,7 @@ func (s *Server) handleTestResponseStringDateRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDate", + OperationName: TestResponseStringDateOperation, OperationSummary: "", OperationID: "test_response_string_date", Body: request, @@ -92447,7 +92447,7 @@ func (s *Server) handleTestResponseStringDateArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92478,7 +92478,7 @@ func (s *Server) handleTestResponseStringDateArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateArray", + Name: TestResponseStringDateArrayOperation, ID: "test_response_string_date_array", } ) @@ -92502,7 +92502,7 @@ func (s *Server) handleTestResponseStringDateArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateArray", + OperationName: TestResponseStringDateArrayOperation, OperationSummary: "", OperationID: "test_response_string_date_array", Body: request, @@ -92557,7 +92557,7 @@ func (s *Server) handleTestResponseStringDateArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92588,7 +92588,7 @@ func (s *Server) handleTestResponseStringDateArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateArrayArray", + Name: TestResponseStringDateArrayArrayOperation, ID: "test_response_string_date_array_array", } ) @@ -92612,7 +92612,7 @@ func (s *Server) handleTestResponseStringDateArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateArrayArray", + OperationName: TestResponseStringDateArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_date_array_array", Body: request, @@ -92667,7 +92667,7 @@ func (s *Server) handleTestResponseStringDateNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92698,7 +92698,7 @@ func (s *Server) handleTestResponseStringDateNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateNullable", + Name: TestResponseStringDateNullableOperation, ID: "test_response_string_date_nullable", } ) @@ -92722,7 +92722,7 @@ func (s *Server) handleTestResponseStringDateNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateNullable", + OperationName: TestResponseStringDateNullableOperation, OperationSummary: "", OperationID: "test_response_string_date_nullable", Body: request, @@ -92777,7 +92777,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92808,7 +92808,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateNullableArray", + Name: TestResponseStringDateNullableArrayOperation, ID: "test_response_string_date_nullable_array", } ) @@ -92832,7 +92832,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateNullableArray", + OperationName: TestResponseStringDateNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_date_nullable_array", Body: request, @@ -92887,7 +92887,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -92918,7 +92918,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateNullableArrayArray", + Name: TestResponseStringDateNullableArrayArrayOperation, ID: "test_response_string_date_nullable_array_array", } ) @@ -92942,7 +92942,7 @@ func (s *Server) handleTestResponseStringDateNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateNullableArrayArray", + OperationName: TestResponseStringDateNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_date_nullable_array_array", Body: request, @@ -92997,7 +92997,7 @@ func (s *Server) handleTestResponseStringDateTimeRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93028,7 +93028,7 @@ func (s *Server) handleTestResponseStringDateTimeRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTime", + Name: TestResponseStringDateTimeOperation, ID: "test_response_string_date-time", } ) @@ -93052,7 +93052,7 @@ func (s *Server) handleTestResponseStringDateTimeRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTime", + OperationName: TestResponseStringDateTimeOperation, OperationSummary: "", OperationID: "test_response_string_date-time", Body: request, @@ -93107,7 +93107,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93138,7 +93138,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTimeArray", + Name: TestResponseStringDateTimeArrayOperation, ID: "test_response_string_date-time_array", } ) @@ -93162,7 +93162,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTimeArray", + OperationName: TestResponseStringDateTimeArrayOperation, OperationSummary: "", OperationID: "test_response_string_date-time_array", Body: request, @@ -93217,7 +93217,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93248,7 +93248,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTimeArrayArray", + Name: TestResponseStringDateTimeArrayArrayOperation, ID: "test_response_string_date-time_array_array", } ) @@ -93272,7 +93272,7 @@ func (s *Server) handleTestResponseStringDateTimeArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTimeArrayArray", + OperationName: TestResponseStringDateTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_date-time_array_array", Body: request, @@ -93327,7 +93327,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93358,7 +93358,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTimeNullable", + Name: TestResponseStringDateTimeNullableOperation, ID: "test_response_string_date-time_nullable", } ) @@ -93382,7 +93382,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTimeNullable", + OperationName: TestResponseStringDateTimeNullableOperation, OperationSummary: "", OperationID: "test_response_string_date-time_nullable", Body: request, @@ -93437,7 +93437,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93468,7 +93468,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTimeNullableArray", + Name: TestResponseStringDateTimeNullableArrayOperation, ID: "test_response_string_date-time_nullable_array", } ) @@ -93492,7 +93492,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTimeNullableArray", + OperationName: TestResponseStringDateTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_date-time_nullable_array", Body: request, @@ -93547,7 +93547,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDateTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDateTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93578,7 +93578,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDateTimeNullableArrayArray", + Name: TestResponseStringDateTimeNullableArrayArrayOperation, ID: "test_response_string_date-time_nullable_array_array", } ) @@ -93602,7 +93602,7 @@ func (s *Server) handleTestResponseStringDateTimeNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDateTimeNullableArrayArray", + OperationName: TestResponseStringDateTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_date-time_nullable_array_array", Body: request, @@ -93657,7 +93657,7 @@ func (s *Server) handleTestResponseStringDurationRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDuration", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93688,7 +93688,7 @@ func (s *Server) handleTestResponseStringDurationRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDuration", + Name: TestResponseStringDurationOperation, ID: "test_response_string_duration", } ) @@ -93712,7 +93712,7 @@ func (s *Server) handleTestResponseStringDurationRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDuration", + OperationName: TestResponseStringDurationOperation, OperationSummary: "", OperationID: "test_response_string_duration", Body: request, @@ -93767,7 +93767,7 @@ func (s *Server) handleTestResponseStringDurationArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDurationArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93798,7 +93798,7 @@ func (s *Server) handleTestResponseStringDurationArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDurationArray", + Name: TestResponseStringDurationArrayOperation, ID: "test_response_string_duration_array", } ) @@ -93822,7 +93822,7 @@ func (s *Server) handleTestResponseStringDurationArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDurationArray", + OperationName: TestResponseStringDurationArrayOperation, OperationSummary: "", OperationID: "test_response_string_duration_array", Body: request, @@ -93877,7 +93877,7 @@ func (s *Server) handleTestResponseStringDurationArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDurationArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -93908,7 +93908,7 @@ func (s *Server) handleTestResponseStringDurationArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDurationArrayArray", + Name: TestResponseStringDurationArrayArrayOperation, ID: "test_response_string_duration_array_array", } ) @@ -93932,7 +93932,7 @@ func (s *Server) handleTestResponseStringDurationArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDurationArrayArray", + OperationName: TestResponseStringDurationArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_duration_array_array", Body: request, @@ -93987,7 +93987,7 @@ func (s *Server) handleTestResponseStringDurationNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDurationNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94018,7 +94018,7 @@ func (s *Server) handleTestResponseStringDurationNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDurationNullable", + Name: TestResponseStringDurationNullableOperation, ID: "test_response_string_duration_nullable", } ) @@ -94042,7 +94042,7 @@ func (s *Server) handleTestResponseStringDurationNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDurationNullable", + OperationName: TestResponseStringDurationNullableOperation, OperationSummary: "", OperationID: "test_response_string_duration_nullable", Body: request, @@ -94097,7 +94097,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDurationNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94128,7 +94128,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDurationNullableArray", + Name: TestResponseStringDurationNullableArrayOperation, ID: "test_response_string_duration_nullable_array", } ) @@ -94152,7 +94152,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDurationNullableArray", + OperationName: TestResponseStringDurationNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_duration_nullable_array", Body: request, @@ -94207,7 +94207,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringDurationNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringDurationNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94238,7 +94238,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringDurationNullableArrayArray", + Name: TestResponseStringDurationNullableArrayArrayOperation, ID: "test_response_string_duration_nullable_array_array", } ) @@ -94262,7 +94262,7 @@ func (s *Server) handleTestResponseStringDurationNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringDurationNullableArrayArray", + OperationName: TestResponseStringDurationNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_duration_nullable_array_array", Body: request, @@ -94317,7 +94317,7 @@ func (s *Server) handleTestResponseStringEmailRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmail", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94348,7 +94348,7 @@ func (s *Server) handleTestResponseStringEmailRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmail", + Name: TestResponseStringEmailOperation, ID: "test_response_string_email", } ) @@ -94372,7 +94372,7 @@ func (s *Server) handleTestResponseStringEmailRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmail", + OperationName: TestResponseStringEmailOperation, OperationSummary: "", OperationID: "test_response_string_email", Body: request, @@ -94427,7 +94427,7 @@ func (s *Server) handleTestResponseStringEmailArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmailArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94458,7 +94458,7 @@ func (s *Server) handleTestResponseStringEmailArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmailArray", + Name: TestResponseStringEmailArrayOperation, ID: "test_response_string_email_array", } ) @@ -94482,7 +94482,7 @@ func (s *Server) handleTestResponseStringEmailArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmailArray", + OperationName: TestResponseStringEmailArrayOperation, OperationSummary: "", OperationID: "test_response_string_email_array", Body: request, @@ -94537,7 +94537,7 @@ func (s *Server) handleTestResponseStringEmailArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmailArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94568,7 +94568,7 @@ func (s *Server) handleTestResponseStringEmailArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmailArrayArray", + Name: TestResponseStringEmailArrayArrayOperation, ID: "test_response_string_email_array_array", } ) @@ -94592,7 +94592,7 @@ func (s *Server) handleTestResponseStringEmailArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmailArrayArray", + OperationName: TestResponseStringEmailArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_email_array_array", Body: request, @@ -94647,7 +94647,7 @@ func (s *Server) handleTestResponseStringEmailNullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmailNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94678,7 +94678,7 @@ func (s *Server) handleTestResponseStringEmailNullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmailNullable", + Name: TestResponseStringEmailNullableOperation, ID: "test_response_string_email_nullable", } ) @@ -94702,7 +94702,7 @@ func (s *Server) handleTestResponseStringEmailNullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmailNullable", + OperationName: TestResponseStringEmailNullableOperation, OperationSummary: "", OperationID: "test_response_string_email_nullable", Body: request, @@ -94757,7 +94757,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmailNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94788,7 +94788,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmailNullableArray", + Name: TestResponseStringEmailNullableArrayOperation, ID: "test_response_string_email_nullable_array", } ) @@ -94812,7 +94812,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmailNullableArray", + OperationName: TestResponseStringEmailNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_email_nullable_array", Body: request, @@ -94867,7 +94867,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringEmailNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringEmailNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -94898,7 +94898,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringEmailNullableArrayArray", + Name: TestResponseStringEmailNullableArrayArrayOperation, ID: "test_response_string_email_nullable_array_array", } ) @@ -94922,7 +94922,7 @@ func (s *Server) handleTestResponseStringEmailNullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringEmailNullableArrayArray", + OperationName: TestResponseStringEmailNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_email_nullable_array_array", Body: request, @@ -94977,7 +94977,7 @@ func (s *Server) handleTestResponseStringFloat32Request(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95008,7 +95008,7 @@ func (s *Server) handleTestResponseStringFloat32Request(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32", + Name: TestResponseStringFloat32Operation, ID: "test_response_string_float32", } ) @@ -95032,7 +95032,7 @@ func (s *Server) handleTestResponseStringFloat32Request(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32", + OperationName: TestResponseStringFloat32Operation, OperationSummary: "", OperationID: "test_response_string_float32", Body: request, @@ -95087,7 +95087,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95118,7 +95118,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32Array", + Name: TestResponseStringFloat32ArrayOperation, ID: "test_response_string_float32_array", } ) @@ -95142,7 +95142,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32Array", + OperationName: TestResponseStringFloat32ArrayOperation, OperationSummary: "", OperationID: "test_response_string_float32_array", Body: request, @@ -95197,7 +95197,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95228,7 +95228,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32ArrayArray", + Name: TestResponseStringFloat32ArrayArrayOperation, ID: "test_response_string_float32_array_array", } ) @@ -95252,7 +95252,7 @@ func (s *Server) handleTestResponseStringFloat32ArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32ArrayArray", + OperationName: TestResponseStringFloat32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_float32_array_array", Body: request, @@ -95307,7 +95307,7 @@ func (s *Server) handleTestResponseStringFloat32NullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95338,7 +95338,7 @@ func (s *Server) handleTestResponseStringFloat32NullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32Nullable", + Name: TestResponseStringFloat32NullableOperation, ID: "test_response_string_float32_nullable", } ) @@ -95362,7 +95362,7 @@ func (s *Server) handleTestResponseStringFloat32NullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32Nullable", + OperationName: TestResponseStringFloat32NullableOperation, OperationSummary: "", OperationID: "test_response_string_float32_nullable", Body: request, @@ -95417,7 +95417,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95448,7 +95448,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32NullableArray", + Name: TestResponseStringFloat32NullableArrayOperation, ID: "test_response_string_float32_nullable_array", } ) @@ -95472,7 +95472,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32NullableArray", + OperationName: TestResponseStringFloat32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_float32_nullable_array", Body: request, @@ -95527,7 +95527,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95558,7 +95558,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat32NullableArrayArray", + Name: TestResponseStringFloat32NullableArrayArrayOperation, ID: "test_response_string_float32_nullable_array_array", } ) @@ -95582,7 +95582,7 @@ func (s *Server) handleTestResponseStringFloat32NullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat32NullableArrayArray", + OperationName: TestResponseStringFloat32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_float32_nullable_array_array", Body: request, @@ -95637,7 +95637,7 @@ func (s *Server) handleTestResponseStringFloat64Request(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95668,7 +95668,7 @@ func (s *Server) handleTestResponseStringFloat64Request(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64", + Name: TestResponseStringFloat64Operation, ID: "test_response_string_float64", } ) @@ -95692,7 +95692,7 @@ func (s *Server) handleTestResponseStringFloat64Request(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64", + OperationName: TestResponseStringFloat64Operation, OperationSummary: "", OperationID: "test_response_string_float64", Body: request, @@ -95747,7 +95747,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95778,7 +95778,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64Array", + Name: TestResponseStringFloat64ArrayOperation, ID: "test_response_string_float64_array", } ) @@ -95802,7 +95802,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64Array", + OperationName: TestResponseStringFloat64ArrayOperation, OperationSummary: "", OperationID: "test_response_string_float64_array", Body: request, @@ -95857,7 +95857,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95888,7 +95888,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64ArrayArray", + Name: TestResponseStringFloat64ArrayArrayOperation, ID: "test_response_string_float64_array_array", } ) @@ -95912,7 +95912,7 @@ func (s *Server) handleTestResponseStringFloat64ArrayArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64ArrayArray", + OperationName: TestResponseStringFloat64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_float64_array_array", Body: request, @@ -95967,7 +95967,7 @@ func (s *Server) handleTestResponseStringFloat64NullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -95998,7 +95998,7 @@ func (s *Server) handleTestResponseStringFloat64NullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64Nullable", + Name: TestResponseStringFloat64NullableOperation, ID: "test_response_string_float64_nullable", } ) @@ -96022,7 +96022,7 @@ func (s *Server) handleTestResponseStringFloat64NullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64Nullable", + OperationName: TestResponseStringFloat64NullableOperation, OperationSummary: "", OperationID: "test_response_string_float64_nullable", Body: request, @@ -96077,7 +96077,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96108,7 +96108,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64NullableArray", + Name: TestResponseStringFloat64NullableArrayOperation, ID: "test_response_string_float64_nullable_array", } ) @@ -96132,7 +96132,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64NullableArray", + OperationName: TestResponseStringFloat64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_float64_nullable_array", Body: request, @@ -96187,7 +96187,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayArrayRequest(args [ } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringFloat64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringFloat64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96218,7 +96218,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayArrayRequest(args [ } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringFloat64NullableArrayArray", + Name: TestResponseStringFloat64NullableArrayArrayOperation, ID: "test_response_string_float64_nullable_array_array", } ) @@ -96242,7 +96242,7 @@ func (s *Server) handleTestResponseStringFloat64NullableArrayArrayRequest(args [ if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringFloat64NullableArrayArray", + OperationName: TestResponseStringFloat64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_float64_nullable_array_array", Body: request, @@ -96297,7 +96297,7 @@ func (s *Server) handleTestResponseStringHostnameRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostname", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96328,7 +96328,7 @@ func (s *Server) handleTestResponseStringHostnameRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostname", + Name: TestResponseStringHostnameOperation, ID: "test_response_string_hostname", } ) @@ -96352,7 +96352,7 @@ func (s *Server) handleTestResponseStringHostnameRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostname", + OperationName: TestResponseStringHostnameOperation, OperationSummary: "", OperationID: "test_response_string_hostname", Body: request, @@ -96407,7 +96407,7 @@ func (s *Server) handleTestResponseStringHostnameArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostnameArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96438,7 +96438,7 @@ func (s *Server) handleTestResponseStringHostnameArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostnameArray", + Name: TestResponseStringHostnameArrayOperation, ID: "test_response_string_hostname_array", } ) @@ -96462,7 +96462,7 @@ func (s *Server) handleTestResponseStringHostnameArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostnameArray", + OperationName: TestResponseStringHostnameArrayOperation, OperationSummary: "", OperationID: "test_response_string_hostname_array", Body: request, @@ -96517,7 +96517,7 @@ func (s *Server) handleTestResponseStringHostnameArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostnameArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96548,7 +96548,7 @@ func (s *Server) handleTestResponseStringHostnameArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostnameArrayArray", + Name: TestResponseStringHostnameArrayArrayOperation, ID: "test_response_string_hostname_array_array", } ) @@ -96572,7 +96572,7 @@ func (s *Server) handleTestResponseStringHostnameArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostnameArrayArray", + OperationName: TestResponseStringHostnameArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_hostname_array_array", Body: request, @@ -96627,7 +96627,7 @@ func (s *Server) handleTestResponseStringHostnameNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostnameNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96658,7 +96658,7 @@ func (s *Server) handleTestResponseStringHostnameNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostnameNullable", + Name: TestResponseStringHostnameNullableOperation, ID: "test_response_string_hostname_nullable", } ) @@ -96682,7 +96682,7 @@ func (s *Server) handleTestResponseStringHostnameNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostnameNullable", + OperationName: TestResponseStringHostnameNullableOperation, OperationSummary: "", OperationID: "test_response_string_hostname_nullable", Body: request, @@ -96737,7 +96737,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostnameNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96768,7 +96768,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostnameNullableArray", + Name: TestResponseStringHostnameNullableArrayOperation, ID: "test_response_string_hostname_nullable_array", } ) @@ -96792,7 +96792,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostnameNullableArray", + OperationName: TestResponseStringHostnameNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_hostname_nullable_array", Body: request, @@ -96847,7 +96847,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringHostnameNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringHostnameNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96878,7 +96878,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringHostnameNullableArrayArray", + Name: TestResponseStringHostnameNullableArrayArrayOperation, ID: "test_response_string_hostname_nullable_array_array", } ) @@ -96902,7 +96902,7 @@ func (s *Server) handleTestResponseStringHostnameNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringHostnameNullableArrayArray", + OperationName: TestResponseStringHostnameNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_hostname_nullable_array_array", Body: request, @@ -96957,7 +96957,7 @@ func (s *Server) handleTestResponseStringIPRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIP", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -96988,7 +96988,7 @@ func (s *Server) handleTestResponseStringIPRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIP", + Name: TestResponseStringIPOperation, ID: "test_response_string_ip", } ) @@ -97012,7 +97012,7 @@ func (s *Server) handleTestResponseStringIPRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIP", + OperationName: TestResponseStringIPOperation, OperationSummary: "", OperationID: "test_response_string_ip", Body: request, @@ -97067,7 +97067,7 @@ func (s *Server) handleTestResponseStringIPArrayRequest(args [0]string, argsEsca } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIPArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97098,7 +97098,7 @@ func (s *Server) handleTestResponseStringIPArrayRequest(args [0]string, argsEsca } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIPArray", + Name: TestResponseStringIPArrayOperation, ID: "test_response_string_ip_array", } ) @@ -97122,7 +97122,7 @@ func (s *Server) handleTestResponseStringIPArrayRequest(args [0]string, argsEsca if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIPArray", + OperationName: TestResponseStringIPArrayOperation, OperationSummary: "", OperationID: "test_response_string_ip_array", Body: request, @@ -97177,7 +97177,7 @@ func (s *Server) handleTestResponseStringIPArrayArrayRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIPArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97208,7 +97208,7 @@ func (s *Server) handleTestResponseStringIPArrayArrayRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIPArrayArray", + Name: TestResponseStringIPArrayArrayOperation, ID: "test_response_string_ip_array_array", } ) @@ -97232,7 +97232,7 @@ func (s *Server) handleTestResponseStringIPArrayArrayRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIPArrayArray", + OperationName: TestResponseStringIPArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ip_array_array", Body: request, @@ -97287,7 +97287,7 @@ func (s *Server) handleTestResponseStringIPNullableRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIPNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97318,7 +97318,7 @@ func (s *Server) handleTestResponseStringIPNullableRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIPNullable", + Name: TestResponseStringIPNullableOperation, ID: "test_response_string_ip_nullable", } ) @@ -97342,7 +97342,7 @@ func (s *Server) handleTestResponseStringIPNullableRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIPNullable", + OperationName: TestResponseStringIPNullableOperation, OperationSummary: "", OperationID: "test_response_string_ip_nullable", Body: request, @@ -97397,7 +97397,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIPNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97428,7 +97428,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIPNullableArray", + Name: TestResponseStringIPNullableArrayOperation, ID: "test_response_string_ip_nullable_array", } ) @@ -97452,7 +97452,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIPNullableArray", + OperationName: TestResponseStringIPNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_ip_nullable_array", Body: request, @@ -97507,7 +97507,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayArrayRequest(args [0]str } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIPNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIPNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97538,7 +97538,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayArrayRequest(args [0]str } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIPNullableArrayArray", + Name: TestResponseStringIPNullableArrayArrayOperation, ID: "test_response_string_ip_nullable_array_array", } ) @@ -97562,7 +97562,7 @@ func (s *Server) handleTestResponseStringIPNullableArrayArrayRequest(args [0]str if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIPNullableArrayArray", + OperationName: TestResponseStringIPNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ip_nullable_array_array", Body: request, @@ -97617,7 +97617,7 @@ func (s *Server) handleTestResponseStringIntRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97648,7 +97648,7 @@ func (s *Server) handleTestResponseStringIntRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt", + Name: TestResponseStringIntOperation, ID: "test_response_string_int", } ) @@ -97672,7 +97672,7 @@ func (s *Server) handleTestResponseStringIntRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt", + OperationName: TestResponseStringIntOperation, OperationSummary: "", OperationID: "test_response_string_int", Body: request, @@ -97727,7 +97727,7 @@ func (s *Server) handleTestResponseStringInt16Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97758,7 +97758,7 @@ func (s *Server) handleTestResponseStringInt16Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16", + Name: TestResponseStringInt16Operation, ID: "test_response_string_int16", } ) @@ -97782,7 +97782,7 @@ func (s *Server) handleTestResponseStringInt16Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16", + OperationName: TestResponseStringInt16Operation, OperationSummary: "", OperationID: "test_response_string_int16", Body: request, @@ -97837,7 +97837,7 @@ func (s *Server) handleTestResponseStringInt16ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97868,7 +97868,7 @@ func (s *Server) handleTestResponseStringInt16ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16Array", + Name: TestResponseStringInt16ArrayOperation, ID: "test_response_string_int16_array", } ) @@ -97892,7 +97892,7 @@ func (s *Server) handleTestResponseStringInt16ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16Array", + OperationName: TestResponseStringInt16ArrayOperation, OperationSummary: "", OperationID: "test_response_string_int16_array", Body: request, @@ -97947,7 +97947,7 @@ func (s *Server) handleTestResponseStringInt16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -97978,7 +97978,7 @@ func (s *Server) handleTestResponseStringInt16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16ArrayArray", + Name: TestResponseStringInt16ArrayArrayOperation, ID: "test_response_string_int16_array_array", } ) @@ -98002,7 +98002,7 @@ func (s *Server) handleTestResponseStringInt16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16ArrayArray", + OperationName: TestResponseStringInt16ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int16_array_array", Body: request, @@ -98057,7 +98057,7 @@ func (s *Server) handleTestResponseStringInt16NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98088,7 +98088,7 @@ func (s *Server) handleTestResponseStringInt16NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16Nullable", + Name: TestResponseStringInt16NullableOperation, ID: "test_response_string_int16_nullable", } ) @@ -98112,7 +98112,7 @@ func (s *Server) handleTestResponseStringInt16NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16Nullable", + OperationName: TestResponseStringInt16NullableOperation, OperationSummary: "", OperationID: "test_response_string_int16_nullable", Body: request, @@ -98167,7 +98167,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98198,7 +98198,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16NullableArray", + Name: TestResponseStringInt16NullableArrayOperation, ID: "test_response_string_int16_nullable_array", } ) @@ -98222,7 +98222,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16NullableArray", + OperationName: TestResponseStringInt16NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_int16_nullable_array", Body: request, @@ -98277,7 +98277,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98308,7 +98308,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt16NullableArrayArray", + Name: TestResponseStringInt16NullableArrayArrayOperation, ID: "test_response_string_int16_nullable_array_array", } ) @@ -98332,7 +98332,7 @@ func (s *Server) handleTestResponseStringInt16NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt16NullableArrayArray", + OperationName: TestResponseStringInt16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int16_nullable_array_array", Body: request, @@ -98387,7 +98387,7 @@ func (s *Server) handleTestResponseStringInt32Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98418,7 +98418,7 @@ func (s *Server) handleTestResponseStringInt32Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32", + Name: TestResponseStringInt32Operation, ID: "test_response_string_int32", } ) @@ -98442,7 +98442,7 @@ func (s *Server) handleTestResponseStringInt32Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32", + OperationName: TestResponseStringInt32Operation, OperationSummary: "", OperationID: "test_response_string_int32", Body: request, @@ -98497,7 +98497,7 @@ func (s *Server) handleTestResponseStringInt32ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98528,7 +98528,7 @@ func (s *Server) handleTestResponseStringInt32ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32Array", + Name: TestResponseStringInt32ArrayOperation, ID: "test_response_string_int32_array", } ) @@ -98552,7 +98552,7 @@ func (s *Server) handleTestResponseStringInt32ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32Array", + OperationName: TestResponseStringInt32ArrayOperation, OperationSummary: "", OperationID: "test_response_string_int32_array", Body: request, @@ -98607,7 +98607,7 @@ func (s *Server) handleTestResponseStringInt32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98638,7 +98638,7 @@ func (s *Server) handleTestResponseStringInt32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32ArrayArray", + Name: TestResponseStringInt32ArrayArrayOperation, ID: "test_response_string_int32_array_array", } ) @@ -98662,7 +98662,7 @@ func (s *Server) handleTestResponseStringInt32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32ArrayArray", + OperationName: TestResponseStringInt32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int32_array_array", Body: request, @@ -98717,7 +98717,7 @@ func (s *Server) handleTestResponseStringInt32NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98748,7 +98748,7 @@ func (s *Server) handleTestResponseStringInt32NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32Nullable", + Name: TestResponseStringInt32NullableOperation, ID: "test_response_string_int32_nullable", } ) @@ -98772,7 +98772,7 @@ func (s *Server) handleTestResponseStringInt32NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32Nullable", + OperationName: TestResponseStringInt32NullableOperation, OperationSummary: "", OperationID: "test_response_string_int32_nullable", Body: request, @@ -98827,7 +98827,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98858,7 +98858,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32NullableArray", + Name: TestResponseStringInt32NullableArrayOperation, ID: "test_response_string_int32_nullable_array", } ) @@ -98882,7 +98882,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32NullableArray", + OperationName: TestResponseStringInt32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_int32_nullable_array", Body: request, @@ -98937,7 +98937,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -98968,7 +98968,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt32NullableArrayArray", + Name: TestResponseStringInt32NullableArrayArrayOperation, ID: "test_response_string_int32_nullable_array_array", } ) @@ -98992,7 +98992,7 @@ func (s *Server) handleTestResponseStringInt32NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt32NullableArrayArray", + OperationName: TestResponseStringInt32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int32_nullable_array_array", Body: request, @@ -99047,7 +99047,7 @@ func (s *Server) handleTestResponseStringInt64Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99078,7 +99078,7 @@ func (s *Server) handleTestResponseStringInt64Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64", + Name: TestResponseStringInt64Operation, ID: "test_response_string_int64", } ) @@ -99102,7 +99102,7 @@ func (s *Server) handleTestResponseStringInt64Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64", + OperationName: TestResponseStringInt64Operation, OperationSummary: "", OperationID: "test_response_string_int64", Body: request, @@ -99157,7 +99157,7 @@ func (s *Server) handleTestResponseStringInt64ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99188,7 +99188,7 @@ func (s *Server) handleTestResponseStringInt64ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64Array", + Name: TestResponseStringInt64ArrayOperation, ID: "test_response_string_int64_array", } ) @@ -99212,7 +99212,7 @@ func (s *Server) handleTestResponseStringInt64ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64Array", + OperationName: TestResponseStringInt64ArrayOperation, OperationSummary: "", OperationID: "test_response_string_int64_array", Body: request, @@ -99267,7 +99267,7 @@ func (s *Server) handleTestResponseStringInt64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99298,7 +99298,7 @@ func (s *Server) handleTestResponseStringInt64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64ArrayArray", + Name: TestResponseStringInt64ArrayArrayOperation, ID: "test_response_string_int64_array_array", } ) @@ -99322,7 +99322,7 @@ func (s *Server) handleTestResponseStringInt64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64ArrayArray", + OperationName: TestResponseStringInt64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int64_array_array", Body: request, @@ -99377,7 +99377,7 @@ func (s *Server) handleTestResponseStringInt64NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99408,7 +99408,7 @@ func (s *Server) handleTestResponseStringInt64NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64Nullable", + Name: TestResponseStringInt64NullableOperation, ID: "test_response_string_int64_nullable", } ) @@ -99432,7 +99432,7 @@ func (s *Server) handleTestResponseStringInt64NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64Nullable", + OperationName: TestResponseStringInt64NullableOperation, OperationSummary: "", OperationID: "test_response_string_int64_nullable", Body: request, @@ -99487,7 +99487,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99518,7 +99518,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64NullableArray", + Name: TestResponseStringInt64NullableArrayOperation, ID: "test_response_string_int64_nullable_array", } ) @@ -99542,7 +99542,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64NullableArray", + OperationName: TestResponseStringInt64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_int64_nullable_array", Body: request, @@ -99597,7 +99597,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99628,7 +99628,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt64NullableArrayArray", + Name: TestResponseStringInt64NullableArrayArrayOperation, ID: "test_response_string_int64_nullable_array_array", } ) @@ -99652,7 +99652,7 @@ func (s *Server) handleTestResponseStringInt64NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt64NullableArrayArray", + OperationName: TestResponseStringInt64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int64_nullable_array_array", Body: request, @@ -99707,7 +99707,7 @@ func (s *Server) handleTestResponseStringInt8Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99738,7 +99738,7 @@ func (s *Server) handleTestResponseStringInt8Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8", + Name: TestResponseStringInt8Operation, ID: "test_response_string_int8", } ) @@ -99762,7 +99762,7 @@ func (s *Server) handleTestResponseStringInt8Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8", + OperationName: TestResponseStringInt8Operation, OperationSummary: "", OperationID: "test_response_string_int8", Body: request, @@ -99817,7 +99817,7 @@ func (s *Server) handleTestResponseStringInt8ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99848,7 +99848,7 @@ func (s *Server) handleTestResponseStringInt8ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8Array", + Name: TestResponseStringInt8ArrayOperation, ID: "test_response_string_int8_array", } ) @@ -99872,7 +99872,7 @@ func (s *Server) handleTestResponseStringInt8ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8Array", + OperationName: TestResponseStringInt8ArrayOperation, OperationSummary: "", OperationID: "test_response_string_int8_array", Body: request, @@ -99927,7 +99927,7 @@ func (s *Server) handleTestResponseStringInt8ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -99958,7 +99958,7 @@ func (s *Server) handleTestResponseStringInt8ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8ArrayArray", + Name: TestResponseStringInt8ArrayArrayOperation, ID: "test_response_string_int8_array_array", } ) @@ -99982,7 +99982,7 @@ func (s *Server) handleTestResponseStringInt8ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8ArrayArray", + OperationName: TestResponseStringInt8ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int8_array_array", Body: request, @@ -100037,7 +100037,7 @@ func (s *Server) handleTestResponseStringInt8NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100068,7 +100068,7 @@ func (s *Server) handleTestResponseStringInt8NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8Nullable", + Name: TestResponseStringInt8NullableOperation, ID: "test_response_string_int8_nullable", } ) @@ -100092,7 +100092,7 @@ func (s *Server) handleTestResponseStringInt8NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8Nullable", + OperationName: TestResponseStringInt8NullableOperation, OperationSummary: "", OperationID: "test_response_string_int8_nullable", Body: request, @@ -100147,7 +100147,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100178,7 +100178,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8NullableArray", + Name: TestResponseStringInt8NullableArrayOperation, ID: "test_response_string_int8_nullable_array", } ) @@ -100202,7 +100202,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8NullableArray", + OperationName: TestResponseStringInt8NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_int8_nullable_array", Body: request, @@ -100257,7 +100257,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringInt8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringInt8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100288,7 +100288,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringInt8NullableArrayArray", + Name: TestResponseStringInt8NullableArrayArrayOperation, ID: "test_response_string_int8_nullable_array_array", } ) @@ -100312,7 +100312,7 @@ func (s *Server) handleTestResponseStringInt8NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringInt8NullableArrayArray", + OperationName: TestResponseStringInt8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int8_nullable_array_array", Body: request, @@ -100367,7 +100367,7 @@ func (s *Server) handleTestResponseStringIntArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIntArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100398,7 +100398,7 @@ func (s *Server) handleTestResponseStringIntArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIntArray", + Name: TestResponseStringIntArrayOperation, ID: "test_response_string_int_array", } ) @@ -100422,7 +100422,7 @@ func (s *Server) handleTestResponseStringIntArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIntArray", + OperationName: TestResponseStringIntArrayOperation, OperationSummary: "", OperationID: "test_response_string_int_array", Body: request, @@ -100477,7 +100477,7 @@ func (s *Server) handleTestResponseStringIntArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIntArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100508,7 +100508,7 @@ func (s *Server) handleTestResponseStringIntArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIntArrayArray", + Name: TestResponseStringIntArrayArrayOperation, ID: "test_response_string_int_array_array", } ) @@ -100532,7 +100532,7 @@ func (s *Server) handleTestResponseStringIntArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIntArrayArray", + OperationName: TestResponseStringIntArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int_array_array", Body: request, @@ -100587,7 +100587,7 @@ func (s *Server) handleTestResponseStringIntNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIntNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100618,7 +100618,7 @@ func (s *Server) handleTestResponseStringIntNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIntNullable", + Name: TestResponseStringIntNullableOperation, ID: "test_response_string_int_nullable", } ) @@ -100642,7 +100642,7 @@ func (s *Server) handleTestResponseStringIntNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIntNullable", + OperationName: TestResponseStringIntNullableOperation, OperationSummary: "", OperationID: "test_response_string_int_nullable", Body: request, @@ -100697,7 +100697,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIntNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100728,7 +100728,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIntNullableArray", + Name: TestResponseStringIntNullableArrayOperation, ID: "test_response_string_int_nullable_array", } ) @@ -100752,7 +100752,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIntNullableArray", + OperationName: TestResponseStringIntNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_int_nullable_array", Body: request, @@ -100807,7 +100807,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIntNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIntNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100838,7 +100838,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIntNullableArrayArray", + Name: TestResponseStringIntNullableArrayArrayOperation, ID: "test_response_string_int_nullable_array_array", } ) @@ -100862,7 +100862,7 @@ func (s *Server) handleTestResponseStringIntNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIntNullableArrayArray", + OperationName: TestResponseStringIntNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_int_nullable_array_array", Body: request, @@ -100917,7 +100917,7 @@ func (s *Server) handleTestResponseStringIpv4Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -100948,7 +100948,7 @@ func (s *Server) handleTestResponseStringIpv4Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4", + Name: TestResponseStringIpv4Operation, ID: "test_response_string_ipv4", } ) @@ -100972,7 +100972,7 @@ func (s *Server) handleTestResponseStringIpv4Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4", + OperationName: TestResponseStringIpv4Operation, OperationSummary: "", OperationID: "test_response_string_ipv4", Body: request, @@ -101027,7 +101027,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101058,7 +101058,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4Array", + Name: TestResponseStringIpv4ArrayOperation, ID: "test_response_string_ipv4_array", } ) @@ -101082,7 +101082,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4Array", + OperationName: TestResponseStringIpv4ArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv4_array", Body: request, @@ -101137,7 +101137,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101168,7 +101168,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4ArrayArray", + Name: TestResponseStringIpv4ArrayArrayOperation, ID: "test_response_string_ipv4_array_array", } ) @@ -101192,7 +101192,7 @@ func (s *Server) handleTestResponseStringIpv4ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4ArrayArray", + OperationName: TestResponseStringIpv4ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv4_array_array", Body: request, @@ -101247,7 +101247,7 @@ func (s *Server) handleTestResponseStringIpv4NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101278,7 +101278,7 @@ func (s *Server) handleTestResponseStringIpv4NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4Nullable", + Name: TestResponseStringIpv4NullableOperation, ID: "test_response_string_ipv4_nullable", } ) @@ -101302,7 +101302,7 @@ func (s *Server) handleTestResponseStringIpv4NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4Nullable", + OperationName: TestResponseStringIpv4NullableOperation, OperationSummary: "", OperationID: "test_response_string_ipv4_nullable", Body: request, @@ -101357,7 +101357,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101388,7 +101388,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4NullableArray", + Name: TestResponseStringIpv4NullableArrayOperation, ID: "test_response_string_ipv4_nullable_array", } ) @@ -101412,7 +101412,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4NullableArray", + OperationName: TestResponseStringIpv4NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv4_nullable_array", Body: request, @@ -101467,7 +101467,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv4NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv4NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101498,7 +101498,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv4NullableArrayArray", + Name: TestResponseStringIpv4NullableArrayArrayOperation, ID: "test_response_string_ipv4_nullable_array_array", } ) @@ -101522,7 +101522,7 @@ func (s *Server) handleTestResponseStringIpv4NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv4NullableArrayArray", + OperationName: TestResponseStringIpv4NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv4_nullable_array_array", Body: request, @@ -101577,7 +101577,7 @@ func (s *Server) handleTestResponseStringIpv6Request(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101608,7 +101608,7 @@ func (s *Server) handleTestResponseStringIpv6Request(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6", + Name: TestResponseStringIpv6Operation, ID: "test_response_string_ipv6", } ) @@ -101632,7 +101632,7 @@ func (s *Server) handleTestResponseStringIpv6Request(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6", + OperationName: TestResponseStringIpv6Operation, OperationSummary: "", OperationID: "test_response_string_ipv6", Body: request, @@ -101687,7 +101687,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101718,7 +101718,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6Array", + Name: TestResponseStringIpv6ArrayOperation, ID: "test_response_string_ipv6_array", } ) @@ -101742,7 +101742,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6Array", + OperationName: TestResponseStringIpv6ArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv6_array", Body: request, @@ -101797,7 +101797,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101828,7 +101828,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6ArrayArray", + Name: TestResponseStringIpv6ArrayArrayOperation, ID: "test_response_string_ipv6_array_array", } ) @@ -101852,7 +101852,7 @@ func (s *Server) handleTestResponseStringIpv6ArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6ArrayArray", + OperationName: TestResponseStringIpv6ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv6_array_array", Body: request, @@ -101907,7 +101907,7 @@ func (s *Server) handleTestResponseStringIpv6NullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -101938,7 +101938,7 @@ func (s *Server) handleTestResponseStringIpv6NullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6Nullable", + Name: TestResponseStringIpv6NullableOperation, ID: "test_response_string_ipv6_nullable", } ) @@ -101962,7 +101962,7 @@ func (s *Server) handleTestResponseStringIpv6NullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6Nullable", + OperationName: TestResponseStringIpv6NullableOperation, OperationSummary: "", OperationID: "test_response_string_ipv6_nullable", Body: request, @@ -102017,7 +102017,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102048,7 +102048,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6NullableArray", + Name: TestResponseStringIpv6NullableArrayOperation, ID: "test_response_string_ipv6_nullable_array", } ) @@ -102072,7 +102072,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6NullableArray", + OperationName: TestResponseStringIpv6NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv6_nullable_array", Body: request, @@ -102127,7 +102127,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringIpv6NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringIpv6NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102158,7 +102158,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringIpv6NullableArrayArray", + Name: TestResponseStringIpv6NullableArrayArrayOperation, ID: "test_response_string_ipv6_nullable_array_array", } ) @@ -102182,7 +102182,7 @@ func (s *Server) handleTestResponseStringIpv6NullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringIpv6NullableArrayArray", + OperationName: TestResponseStringIpv6NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_ipv6_nullable_array_array", Body: request, @@ -102237,7 +102237,7 @@ func (s *Server) handleTestResponseStringMACRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMAC", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102268,7 +102268,7 @@ func (s *Server) handleTestResponseStringMACRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMAC", + Name: TestResponseStringMACOperation, ID: "test_response_string_mac", } ) @@ -102292,7 +102292,7 @@ func (s *Server) handleTestResponseStringMACRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMAC", + OperationName: TestResponseStringMACOperation, OperationSummary: "", OperationID: "test_response_string_mac", Body: request, @@ -102347,7 +102347,7 @@ func (s *Server) handleTestResponseStringMACArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMACArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102378,7 +102378,7 @@ func (s *Server) handleTestResponseStringMACArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMACArray", + Name: TestResponseStringMACArrayOperation, ID: "test_response_string_mac_array", } ) @@ -102402,7 +102402,7 @@ func (s *Server) handleTestResponseStringMACArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMACArray", + OperationName: TestResponseStringMACArrayOperation, OperationSummary: "", OperationID: "test_response_string_mac_array", Body: request, @@ -102457,7 +102457,7 @@ func (s *Server) handleTestResponseStringMACArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMACArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102488,7 +102488,7 @@ func (s *Server) handleTestResponseStringMACArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMACArrayArray", + Name: TestResponseStringMACArrayArrayOperation, ID: "test_response_string_mac_array_array", } ) @@ -102512,7 +102512,7 @@ func (s *Server) handleTestResponseStringMACArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMACArrayArray", + OperationName: TestResponseStringMACArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_mac_array_array", Body: request, @@ -102567,7 +102567,7 @@ func (s *Server) handleTestResponseStringMACNullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMACNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102598,7 +102598,7 @@ func (s *Server) handleTestResponseStringMACNullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMACNullable", + Name: TestResponseStringMACNullableOperation, ID: "test_response_string_mac_nullable", } ) @@ -102622,7 +102622,7 @@ func (s *Server) handleTestResponseStringMACNullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMACNullable", + OperationName: TestResponseStringMACNullableOperation, OperationSummary: "", OperationID: "test_response_string_mac_nullable", Body: request, @@ -102677,7 +102677,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMACNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102708,7 +102708,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMACNullableArray", + Name: TestResponseStringMACNullableArrayOperation, ID: "test_response_string_mac_nullable_array", } ) @@ -102732,7 +102732,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMACNullableArray", + OperationName: TestResponseStringMACNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_mac_nullable_array", Body: request, @@ -102787,7 +102787,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringMACNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringMACNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102818,7 +102818,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringMACNullableArrayArray", + Name: TestResponseStringMACNullableArrayArrayOperation, ID: "test_response_string_mac_nullable_array_array", } ) @@ -102842,7 +102842,7 @@ func (s *Server) handleTestResponseStringMACNullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringMACNullableArrayArray", + OperationName: TestResponseStringMACNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_mac_nullable_array_array", Body: request, @@ -102897,7 +102897,7 @@ func (s *Server) handleTestResponseStringNullableRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -102928,7 +102928,7 @@ func (s *Server) handleTestResponseStringNullableRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringNullable", + Name: TestResponseStringNullableOperation, ID: "test_response_string_nullable", } ) @@ -102952,7 +102952,7 @@ func (s *Server) handleTestResponseStringNullableRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringNullable", + OperationName: TestResponseStringNullableOperation, OperationSummary: "", OperationID: "test_response_string_nullable", Body: request, @@ -103007,7 +103007,7 @@ func (s *Server) handleTestResponseStringNullableArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103038,7 +103038,7 @@ func (s *Server) handleTestResponseStringNullableArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringNullableArray", + Name: TestResponseStringNullableArrayOperation, ID: "test_response_string_nullable_array", } ) @@ -103062,7 +103062,7 @@ func (s *Server) handleTestResponseStringNullableArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringNullableArray", + OperationName: TestResponseStringNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_nullable_array", Body: request, @@ -103117,7 +103117,7 @@ func (s *Server) handleTestResponseStringNullableArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103148,7 +103148,7 @@ func (s *Server) handleTestResponseStringNullableArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringNullableArrayArray", + Name: TestResponseStringNullableArrayArrayOperation, ID: "test_response_string_nullable_array_array", } ) @@ -103172,7 +103172,7 @@ func (s *Server) handleTestResponseStringNullableArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringNullableArrayArray", + OperationName: TestResponseStringNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_nullable_array_array", Body: request, @@ -103227,7 +103227,7 @@ func (s *Server) handleTestResponseStringPasswordRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPassword", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103258,7 +103258,7 @@ func (s *Server) handleTestResponseStringPasswordRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPassword", + Name: TestResponseStringPasswordOperation, ID: "test_response_string_password", } ) @@ -103282,7 +103282,7 @@ func (s *Server) handleTestResponseStringPasswordRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPassword", + OperationName: TestResponseStringPasswordOperation, OperationSummary: "", OperationID: "test_response_string_password", Body: request, @@ -103337,7 +103337,7 @@ func (s *Server) handleTestResponseStringPasswordArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPasswordArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103368,7 +103368,7 @@ func (s *Server) handleTestResponseStringPasswordArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPasswordArray", + Name: TestResponseStringPasswordArrayOperation, ID: "test_response_string_password_array", } ) @@ -103392,7 +103392,7 @@ func (s *Server) handleTestResponseStringPasswordArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPasswordArray", + OperationName: TestResponseStringPasswordArrayOperation, OperationSummary: "", OperationID: "test_response_string_password_array", Body: request, @@ -103447,7 +103447,7 @@ func (s *Server) handleTestResponseStringPasswordArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPasswordArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103478,7 +103478,7 @@ func (s *Server) handleTestResponseStringPasswordArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPasswordArrayArray", + Name: TestResponseStringPasswordArrayArrayOperation, ID: "test_response_string_password_array_array", } ) @@ -103502,7 +103502,7 @@ func (s *Server) handleTestResponseStringPasswordArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPasswordArrayArray", + OperationName: TestResponseStringPasswordArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_password_array_array", Body: request, @@ -103557,7 +103557,7 @@ func (s *Server) handleTestResponseStringPasswordNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPasswordNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103588,7 +103588,7 @@ func (s *Server) handleTestResponseStringPasswordNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPasswordNullable", + Name: TestResponseStringPasswordNullableOperation, ID: "test_response_string_password_nullable", } ) @@ -103612,7 +103612,7 @@ func (s *Server) handleTestResponseStringPasswordNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPasswordNullable", + OperationName: TestResponseStringPasswordNullableOperation, OperationSummary: "", OperationID: "test_response_string_password_nullable", Body: request, @@ -103667,7 +103667,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPasswordNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103698,7 +103698,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPasswordNullableArray", + Name: TestResponseStringPasswordNullableArrayOperation, ID: "test_response_string_password_nullable_array", } ) @@ -103722,7 +103722,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPasswordNullableArray", + OperationName: TestResponseStringPasswordNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_password_nullable_array", Body: request, @@ -103777,7 +103777,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringPasswordNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringPasswordNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103808,7 +103808,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringPasswordNullableArrayArray", + Name: TestResponseStringPasswordNullableArrayArrayOperation, ID: "test_response_string_password_nullable_array_array", } ) @@ -103832,7 +103832,7 @@ func (s *Server) handleTestResponseStringPasswordNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringPasswordNullableArrayArray", + OperationName: TestResponseStringPasswordNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_password_nullable_array_array", Body: request, @@ -103887,7 +103887,7 @@ func (s *Server) handleTestResponseStringTimeRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTime", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -103918,7 +103918,7 @@ func (s *Server) handleTestResponseStringTimeRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTime", + Name: TestResponseStringTimeOperation, ID: "test_response_string_time", } ) @@ -103942,7 +103942,7 @@ func (s *Server) handleTestResponseStringTimeRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTime", + OperationName: TestResponseStringTimeOperation, OperationSummary: "", OperationID: "test_response_string_time", Body: request, @@ -103997,7 +103997,7 @@ func (s *Server) handleTestResponseStringTimeArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTimeArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104028,7 +104028,7 @@ func (s *Server) handleTestResponseStringTimeArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTimeArray", + Name: TestResponseStringTimeArrayOperation, ID: "test_response_string_time_array", } ) @@ -104052,7 +104052,7 @@ func (s *Server) handleTestResponseStringTimeArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTimeArray", + OperationName: TestResponseStringTimeArrayOperation, OperationSummary: "", OperationID: "test_response_string_time_array", Body: request, @@ -104107,7 +104107,7 @@ func (s *Server) handleTestResponseStringTimeArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTimeArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104138,7 +104138,7 @@ func (s *Server) handleTestResponseStringTimeArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTimeArrayArray", + Name: TestResponseStringTimeArrayArrayOperation, ID: "test_response_string_time_array_array", } ) @@ -104162,7 +104162,7 @@ func (s *Server) handleTestResponseStringTimeArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTimeArrayArray", + OperationName: TestResponseStringTimeArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_time_array_array", Body: request, @@ -104217,7 +104217,7 @@ func (s *Server) handleTestResponseStringTimeNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTimeNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104248,7 +104248,7 @@ func (s *Server) handleTestResponseStringTimeNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTimeNullable", + Name: TestResponseStringTimeNullableOperation, ID: "test_response_string_time_nullable", } ) @@ -104272,7 +104272,7 @@ func (s *Server) handleTestResponseStringTimeNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTimeNullable", + OperationName: TestResponseStringTimeNullableOperation, OperationSummary: "", OperationID: "test_response_string_time_nullable", Body: request, @@ -104327,7 +104327,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTimeNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104358,7 +104358,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTimeNullableArray", + Name: TestResponseStringTimeNullableArrayOperation, ID: "test_response_string_time_nullable_array", } ) @@ -104382,7 +104382,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTimeNullableArray", + OperationName: TestResponseStringTimeNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_time_nullable_array", Body: request, @@ -104437,7 +104437,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringTimeNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringTimeNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104468,7 +104468,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringTimeNullableArrayArray", + Name: TestResponseStringTimeNullableArrayArrayOperation, ID: "test_response_string_time_nullable_array_array", } ) @@ -104492,7 +104492,7 @@ func (s *Server) handleTestResponseStringTimeNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringTimeNullableArrayArray", + OperationName: TestResponseStringTimeNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_time_nullable_array_array", Body: request, @@ -104547,7 +104547,7 @@ func (s *Server) handleTestResponseStringURIRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURI", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURIOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104578,7 +104578,7 @@ func (s *Server) handleTestResponseStringURIRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURI", + Name: TestResponseStringURIOperation, ID: "test_response_string_uri", } ) @@ -104602,7 +104602,7 @@ func (s *Server) handleTestResponseStringURIRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURI", + OperationName: TestResponseStringURIOperation, OperationSummary: "", OperationID: "test_response_string_uri", Body: request, @@ -104657,7 +104657,7 @@ func (s *Server) handleTestResponseStringURIArrayRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURIArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURIArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104688,7 +104688,7 @@ func (s *Server) handleTestResponseStringURIArrayRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURIArray", + Name: TestResponseStringURIArrayOperation, ID: "test_response_string_uri_array", } ) @@ -104712,7 +104712,7 @@ func (s *Server) handleTestResponseStringURIArrayRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURIArray", + OperationName: TestResponseStringURIArrayOperation, OperationSummary: "", OperationID: "test_response_string_uri_array", Body: request, @@ -104767,7 +104767,7 @@ func (s *Server) handleTestResponseStringURIArrayArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURIArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURIArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104798,7 +104798,7 @@ func (s *Server) handleTestResponseStringURIArrayArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURIArrayArray", + Name: TestResponseStringURIArrayArrayOperation, ID: "test_response_string_uri_array_array", } ) @@ -104822,7 +104822,7 @@ func (s *Server) handleTestResponseStringURIArrayArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURIArrayArray", + OperationName: TestResponseStringURIArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uri_array_array", Body: request, @@ -104877,7 +104877,7 @@ func (s *Server) handleTestResponseStringURINullableRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURINullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURINullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -104908,7 +104908,7 @@ func (s *Server) handleTestResponseStringURINullableRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURINullable", + Name: TestResponseStringURINullableOperation, ID: "test_response_string_uri_nullable", } ) @@ -104932,7 +104932,7 @@ func (s *Server) handleTestResponseStringURINullableRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURINullable", + OperationName: TestResponseStringURINullableOperation, OperationSummary: "", OperationID: "test_response_string_uri_nullable", Body: request, @@ -104987,7 +104987,7 @@ func (s *Server) handleTestResponseStringURINullableArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURINullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURINullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105018,7 +105018,7 @@ func (s *Server) handleTestResponseStringURINullableArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURINullableArray", + Name: TestResponseStringURINullableArrayOperation, ID: "test_response_string_uri_nullable_array", } ) @@ -105042,7 +105042,7 @@ func (s *Server) handleTestResponseStringURINullableArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURINullableArray", + OperationName: TestResponseStringURINullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uri_nullable_array", Body: request, @@ -105097,7 +105097,7 @@ func (s *Server) handleTestResponseStringURINullableArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringURINullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringURINullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105128,7 +105128,7 @@ func (s *Server) handleTestResponseStringURINullableArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringURINullableArrayArray", + Name: TestResponseStringURINullableArrayArrayOperation, ID: "test_response_string_uri_nullable_array_array", } ) @@ -105152,7 +105152,7 @@ func (s *Server) handleTestResponseStringURINullableArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringURINullableArrayArray", + OperationName: TestResponseStringURINullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uri_nullable_array_array", Body: request, @@ -105207,7 +105207,7 @@ func (s *Server) handleTestResponseStringUUIDRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUID", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105238,7 +105238,7 @@ func (s *Server) handleTestResponseStringUUIDRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUID", + Name: TestResponseStringUUIDOperation, ID: "test_response_string_uuid", } ) @@ -105262,7 +105262,7 @@ func (s *Server) handleTestResponseStringUUIDRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUID", + OperationName: TestResponseStringUUIDOperation, OperationSummary: "", OperationID: "test_response_string_uuid", Body: request, @@ -105317,7 +105317,7 @@ func (s *Server) handleTestResponseStringUUIDArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUIDArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105348,7 +105348,7 @@ func (s *Server) handleTestResponseStringUUIDArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUIDArray", + Name: TestResponseStringUUIDArrayOperation, ID: "test_response_string_uuid_array", } ) @@ -105372,7 +105372,7 @@ func (s *Server) handleTestResponseStringUUIDArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUIDArray", + OperationName: TestResponseStringUUIDArrayOperation, OperationSummary: "", OperationID: "test_response_string_uuid_array", Body: request, @@ -105427,7 +105427,7 @@ func (s *Server) handleTestResponseStringUUIDArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUIDArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105458,7 +105458,7 @@ func (s *Server) handleTestResponseStringUUIDArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUIDArrayArray", + Name: TestResponseStringUUIDArrayArrayOperation, ID: "test_response_string_uuid_array_array", } ) @@ -105482,7 +105482,7 @@ func (s *Server) handleTestResponseStringUUIDArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUIDArrayArray", + OperationName: TestResponseStringUUIDArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uuid_array_array", Body: request, @@ -105537,7 +105537,7 @@ func (s *Server) handleTestResponseStringUUIDNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUIDNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105568,7 +105568,7 @@ func (s *Server) handleTestResponseStringUUIDNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUIDNullable", + Name: TestResponseStringUUIDNullableOperation, ID: "test_response_string_uuid_nullable", } ) @@ -105592,7 +105592,7 @@ func (s *Server) handleTestResponseStringUUIDNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUIDNullable", + OperationName: TestResponseStringUUIDNullableOperation, OperationSummary: "", OperationID: "test_response_string_uuid_nullable", Body: request, @@ -105647,7 +105647,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUIDNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105678,7 +105678,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUIDNullableArray", + Name: TestResponseStringUUIDNullableArrayOperation, ID: "test_response_string_uuid_nullable_array", } ) @@ -105702,7 +105702,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUIDNullableArray", + OperationName: TestResponseStringUUIDNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uuid_nullable_array", Body: request, @@ -105757,7 +105757,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUUIDNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUUIDNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105788,7 +105788,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUUIDNullableArrayArray", + Name: TestResponseStringUUIDNullableArrayArrayOperation, ID: "test_response_string_uuid_nullable_array_array", } ) @@ -105812,7 +105812,7 @@ func (s *Server) handleTestResponseStringUUIDNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUUIDNullableArrayArray", + OperationName: TestResponseStringUUIDNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uuid_nullable_array_array", Body: request, @@ -105867,7 +105867,7 @@ func (s *Server) handleTestResponseStringUintRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -105898,7 +105898,7 @@ func (s *Server) handleTestResponseStringUintRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint", + Name: TestResponseStringUintOperation, ID: "test_response_string_uint", } ) @@ -105922,7 +105922,7 @@ func (s *Server) handleTestResponseStringUintRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint", + OperationName: TestResponseStringUintOperation, OperationSummary: "", OperationID: "test_response_string_uint", Body: request, @@ -105977,7 +105977,7 @@ func (s *Server) handleTestResponseStringUint16Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106008,7 +106008,7 @@ func (s *Server) handleTestResponseStringUint16Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16", + Name: TestResponseStringUint16Operation, ID: "test_response_string_uint16", } ) @@ -106032,7 +106032,7 @@ func (s *Server) handleTestResponseStringUint16Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16", + OperationName: TestResponseStringUint16Operation, OperationSummary: "", OperationID: "test_response_string_uint16", Body: request, @@ -106087,7 +106087,7 @@ func (s *Server) handleTestResponseStringUint16ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106118,7 +106118,7 @@ func (s *Server) handleTestResponseStringUint16ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16Array", + Name: TestResponseStringUint16ArrayOperation, ID: "test_response_string_uint16_array", } ) @@ -106142,7 +106142,7 @@ func (s *Server) handleTestResponseStringUint16ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16Array", + OperationName: TestResponseStringUint16ArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint16_array", Body: request, @@ -106197,7 +106197,7 @@ func (s *Server) handleTestResponseStringUint16ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106228,7 +106228,7 @@ func (s *Server) handleTestResponseStringUint16ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16ArrayArray", + Name: TestResponseStringUint16ArrayArrayOperation, ID: "test_response_string_uint16_array_array", } ) @@ -106252,7 +106252,7 @@ func (s *Server) handleTestResponseStringUint16ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16ArrayArray", + OperationName: TestResponseStringUint16ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint16_array_array", Body: request, @@ -106307,7 +106307,7 @@ func (s *Server) handleTestResponseStringUint16NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106338,7 +106338,7 @@ func (s *Server) handleTestResponseStringUint16NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16Nullable", + Name: TestResponseStringUint16NullableOperation, ID: "test_response_string_uint16_nullable", } ) @@ -106362,7 +106362,7 @@ func (s *Server) handleTestResponseStringUint16NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16Nullable", + OperationName: TestResponseStringUint16NullableOperation, OperationSummary: "", OperationID: "test_response_string_uint16_nullable", Body: request, @@ -106417,7 +106417,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106448,7 +106448,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16NullableArray", + Name: TestResponseStringUint16NullableArrayOperation, ID: "test_response_string_uint16_nullable_array", } ) @@ -106472,7 +106472,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16NullableArray", + OperationName: TestResponseStringUint16NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint16_nullable_array", Body: request, @@ -106527,7 +106527,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint16NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint16NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106558,7 +106558,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint16NullableArrayArray", + Name: TestResponseStringUint16NullableArrayArrayOperation, ID: "test_response_string_uint16_nullable_array_array", } ) @@ -106582,7 +106582,7 @@ func (s *Server) handleTestResponseStringUint16NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint16NullableArrayArray", + OperationName: TestResponseStringUint16NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint16_nullable_array_array", Body: request, @@ -106637,7 +106637,7 @@ func (s *Server) handleTestResponseStringUint32Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106668,7 +106668,7 @@ func (s *Server) handleTestResponseStringUint32Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32", + Name: TestResponseStringUint32Operation, ID: "test_response_string_uint32", } ) @@ -106692,7 +106692,7 @@ func (s *Server) handleTestResponseStringUint32Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32", + OperationName: TestResponseStringUint32Operation, OperationSummary: "", OperationID: "test_response_string_uint32", Body: request, @@ -106747,7 +106747,7 @@ func (s *Server) handleTestResponseStringUint32ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106778,7 +106778,7 @@ func (s *Server) handleTestResponseStringUint32ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32Array", + Name: TestResponseStringUint32ArrayOperation, ID: "test_response_string_uint32_array", } ) @@ -106802,7 +106802,7 @@ func (s *Server) handleTestResponseStringUint32ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32Array", + OperationName: TestResponseStringUint32ArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint32_array", Body: request, @@ -106857,7 +106857,7 @@ func (s *Server) handleTestResponseStringUint32ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106888,7 +106888,7 @@ func (s *Server) handleTestResponseStringUint32ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32ArrayArray", + Name: TestResponseStringUint32ArrayArrayOperation, ID: "test_response_string_uint32_array_array", } ) @@ -106912,7 +106912,7 @@ func (s *Server) handleTestResponseStringUint32ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32ArrayArray", + OperationName: TestResponseStringUint32ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint32_array_array", Body: request, @@ -106967,7 +106967,7 @@ func (s *Server) handleTestResponseStringUint32NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -106998,7 +106998,7 @@ func (s *Server) handleTestResponseStringUint32NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32Nullable", + Name: TestResponseStringUint32NullableOperation, ID: "test_response_string_uint32_nullable", } ) @@ -107022,7 +107022,7 @@ func (s *Server) handleTestResponseStringUint32NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32Nullable", + OperationName: TestResponseStringUint32NullableOperation, OperationSummary: "", OperationID: "test_response_string_uint32_nullable", Body: request, @@ -107077,7 +107077,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107108,7 +107108,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32NullableArray", + Name: TestResponseStringUint32NullableArrayOperation, ID: "test_response_string_uint32_nullable_array", } ) @@ -107132,7 +107132,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32NullableArray", + OperationName: TestResponseStringUint32NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint32_nullable_array", Body: request, @@ -107187,7 +107187,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint32NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint32NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107218,7 +107218,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint32NullableArrayArray", + Name: TestResponseStringUint32NullableArrayArrayOperation, ID: "test_response_string_uint32_nullable_array_array", } ) @@ -107242,7 +107242,7 @@ func (s *Server) handleTestResponseStringUint32NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint32NullableArrayArray", + OperationName: TestResponseStringUint32NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint32_nullable_array_array", Body: request, @@ -107297,7 +107297,7 @@ func (s *Server) handleTestResponseStringUint64Request(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107328,7 +107328,7 @@ func (s *Server) handleTestResponseStringUint64Request(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64", + Name: TestResponseStringUint64Operation, ID: "test_response_string_uint64", } ) @@ -107352,7 +107352,7 @@ func (s *Server) handleTestResponseStringUint64Request(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64", + OperationName: TestResponseStringUint64Operation, OperationSummary: "", OperationID: "test_response_string_uint64", Body: request, @@ -107407,7 +107407,7 @@ func (s *Server) handleTestResponseStringUint64ArrayRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107438,7 +107438,7 @@ func (s *Server) handleTestResponseStringUint64ArrayRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64Array", + Name: TestResponseStringUint64ArrayOperation, ID: "test_response_string_uint64_array", } ) @@ -107462,7 +107462,7 @@ func (s *Server) handleTestResponseStringUint64ArrayRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64Array", + OperationName: TestResponseStringUint64ArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint64_array", Body: request, @@ -107517,7 +107517,7 @@ func (s *Server) handleTestResponseStringUint64ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107548,7 +107548,7 @@ func (s *Server) handleTestResponseStringUint64ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64ArrayArray", + Name: TestResponseStringUint64ArrayArrayOperation, ID: "test_response_string_uint64_array_array", } ) @@ -107572,7 +107572,7 @@ func (s *Server) handleTestResponseStringUint64ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64ArrayArray", + OperationName: TestResponseStringUint64ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint64_array_array", Body: request, @@ -107627,7 +107627,7 @@ func (s *Server) handleTestResponseStringUint64NullableRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107658,7 +107658,7 @@ func (s *Server) handleTestResponseStringUint64NullableRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64Nullable", + Name: TestResponseStringUint64NullableOperation, ID: "test_response_string_uint64_nullable", } ) @@ -107682,7 +107682,7 @@ func (s *Server) handleTestResponseStringUint64NullableRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64Nullable", + OperationName: TestResponseStringUint64NullableOperation, OperationSummary: "", OperationID: "test_response_string_uint64_nullable", Body: request, @@ -107737,7 +107737,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107768,7 +107768,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64NullableArray", + Name: TestResponseStringUint64NullableArrayOperation, ID: "test_response_string_uint64_nullable_array", } ) @@ -107792,7 +107792,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64NullableArray", + OperationName: TestResponseStringUint64NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint64_nullable_array", Body: request, @@ -107847,7 +107847,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint64NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint64NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107878,7 +107878,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint64NullableArrayArray", + Name: TestResponseStringUint64NullableArrayArrayOperation, ID: "test_response_string_uint64_nullable_array_array", } ) @@ -107902,7 +107902,7 @@ func (s *Server) handleTestResponseStringUint64NullableArrayArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint64NullableArrayArray", + OperationName: TestResponseStringUint64NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint64_nullable_array_array", Body: request, @@ -107957,7 +107957,7 @@ func (s *Server) handleTestResponseStringUint8Request(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -107988,7 +107988,7 @@ func (s *Server) handleTestResponseStringUint8Request(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8", + Name: TestResponseStringUint8Operation, ID: "test_response_string_uint8", } ) @@ -108012,7 +108012,7 @@ func (s *Server) handleTestResponseStringUint8Request(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8", + OperationName: TestResponseStringUint8Operation, OperationSummary: "", OperationID: "test_response_string_uint8", Body: request, @@ -108067,7 +108067,7 @@ func (s *Server) handleTestResponseStringUint8ArrayRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8Array", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8ArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108098,7 +108098,7 @@ func (s *Server) handleTestResponseStringUint8ArrayRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8Array", + Name: TestResponseStringUint8ArrayOperation, ID: "test_response_string_uint8_array", } ) @@ -108122,7 +108122,7 @@ func (s *Server) handleTestResponseStringUint8ArrayRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8Array", + OperationName: TestResponseStringUint8ArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint8_array", Body: request, @@ -108177,7 +108177,7 @@ func (s *Server) handleTestResponseStringUint8ArrayArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8ArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8ArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108208,7 +108208,7 @@ func (s *Server) handleTestResponseStringUint8ArrayArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8ArrayArray", + Name: TestResponseStringUint8ArrayArrayOperation, ID: "test_response_string_uint8_array_array", } ) @@ -108232,7 +108232,7 @@ func (s *Server) handleTestResponseStringUint8ArrayArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8ArrayArray", + OperationName: TestResponseStringUint8ArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint8_array_array", Body: request, @@ -108287,7 +108287,7 @@ func (s *Server) handleTestResponseStringUint8NullableRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8Nullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8NullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108318,7 +108318,7 @@ func (s *Server) handleTestResponseStringUint8NullableRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8Nullable", + Name: TestResponseStringUint8NullableOperation, ID: "test_response_string_uint8_nullable", } ) @@ -108342,7 +108342,7 @@ func (s *Server) handleTestResponseStringUint8NullableRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8Nullable", + OperationName: TestResponseStringUint8NullableOperation, OperationSummary: "", OperationID: "test_response_string_uint8_nullable", Body: request, @@ -108397,7 +108397,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8NullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8NullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108428,7 +108428,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8NullableArray", + Name: TestResponseStringUint8NullableArrayOperation, ID: "test_response_string_uint8_nullable_array", } ) @@ -108452,7 +108452,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8NullableArray", + OperationName: TestResponseStringUint8NullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint8_nullable_array", Body: request, @@ -108507,7 +108507,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayArrayRequest(args [0] } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUint8NullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUint8NullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108538,7 +108538,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayArrayRequest(args [0] } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUint8NullableArrayArray", + Name: TestResponseStringUint8NullableArrayArrayOperation, ID: "test_response_string_uint8_nullable_array_array", } ) @@ -108562,7 +108562,7 @@ func (s *Server) handleTestResponseStringUint8NullableArrayArrayRequest(args [0] if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUint8NullableArrayArray", + OperationName: TestResponseStringUint8NullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint8_nullable_array_array", Body: request, @@ -108617,7 +108617,7 @@ func (s *Server) handleTestResponseStringUintArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUintArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108648,7 +108648,7 @@ func (s *Server) handleTestResponseStringUintArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUintArray", + Name: TestResponseStringUintArrayOperation, ID: "test_response_string_uint_array", } ) @@ -108672,7 +108672,7 @@ func (s *Server) handleTestResponseStringUintArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUintArray", + OperationName: TestResponseStringUintArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint_array", Body: request, @@ -108727,7 +108727,7 @@ func (s *Server) handleTestResponseStringUintArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUintArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108758,7 +108758,7 @@ func (s *Server) handleTestResponseStringUintArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUintArrayArray", + Name: TestResponseStringUintArrayArrayOperation, ID: "test_response_string_uint_array_array", } ) @@ -108782,7 +108782,7 @@ func (s *Server) handleTestResponseStringUintArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUintArrayArray", + OperationName: TestResponseStringUintArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint_array_array", Body: request, @@ -108837,7 +108837,7 @@ func (s *Server) handleTestResponseStringUintNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUintNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108868,7 +108868,7 @@ func (s *Server) handleTestResponseStringUintNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUintNullable", + Name: TestResponseStringUintNullableOperation, ID: "test_response_string_uint_nullable", } ) @@ -108892,7 +108892,7 @@ func (s *Server) handleTestResponseStringUintNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUintNullable", + OperationName: TestResponseStringUintNullableOperation, OperationSummary: "", OperationID: "test_response_string_uint_nullable", Body: request, @@ -108947,7 +108947,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUintNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -108978,7 +108978,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUintNullableArray", + Name: TestResponseStringUintNullableArrayOperation, ID: "test_response_string_uint_nullable_array", } ) @@ -109002,7 +109002,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUintNullableArray", + OperationName: TestResponseStringUintNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint_nullable_array", Body: request, @@ -109057,7 +109057,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUintNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUintNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109088,7 +109088,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUintNullableArrayArray", + Name: TestResponseStringUintNullableArrayArrayOperation, ID: "test_response_string_uint_nullable_array_array", } ) @@ -109112,7 +109112,7 @@ func (s *Server) handleTestResponseStringUintNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUintNullableArrayArray", + OperationName: TestResponseStringUintNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_uint_nullable_array_array", Body: request, @@ -109167,7 +109167,7 @@ func (s *Server) handleTestResponseStringUnixRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnix", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109198,7 +109198,7 @@ func (s *Server) handleTestResponseStringUnixRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnix", + Name: TestResponseStringUnixOperation, ID: "test_response_string_unix", } ) @@ -109222,7 +109222,7 @@ func (s *Server) handleTestResponseStringUnixRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnix", + OperationName: TestResponseStringUnixOperation, OperationSummary: "", OperationID: "test_response_string_unix", Body: request, @@ -109277,7 +109277,7 @@ func (s *Server) handleTestResponseStringUnixArrayRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109308,7 +109308,7 @@ func (s *Server) handleTestResponseStringUnixArrayRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixArray", + Name: TestResponseStringUnixArrayOperation, ID: "test_response_string_unix_array", } ) @@ -109332,7 +109332,7 @@ func (s *Server) handleTestResponseStringUnixArrayRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixArray", + OperationName: TestResponseStringUnixArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix_array", Body: request, @@ -109387,7 +109387,7 @@ func (s *Server) handleTestResponseStringUnixArrayArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109418,7 +109418,7 @@ func (s *Server) handleTestResponseStringUnixArrayArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixArrayArray", + Name: TestResponseStringUnixArrayArrayOperation, ID: "test_response_string_unix_array_array", } ) @@ -109442,7 +109442,7 @@ func (s *Server) handleTestResponseStringUnixArrayArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixArrayArray", + OperationName: TestResponseStringUnixArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix_array_array", Body: request, @@ -109497,7 +109497,7 @@ func (s *Server) handleTestResponseStringUnixMicroRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicro", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109528,7 +109528,7 @@ func (s *Server) handleTestResponseStringUnixMicroRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicro", + Name: TestResponseStringUnixMicroOperation, ID: "test_response_string_unix-micro", } ) @@ -109552,7 +109552,7 @@ func (s *Server) handleTestResponseStringUnixMicroRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicro", + OperationName: TestResponseStringUnixMicroOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro", Body: request, @@ -109607,7 +109607,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicroArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109638,7 +109638,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicroArray", + Name: TestResponseStringUnixMicroArrayOperation, ID: "test_response_string_unix-micro_array", } ) @@ -109662,7 +109662,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicroArray", + OperationName: TestResponseStringUnixMicroArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro_array", Body: request, @@ -109717,7 +109717,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicroArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109748,7 +109748,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicroArrayArray", + Name: TestResponseStringUnixMicroArrayArrayOperation, ID: "test_response_string_unix-micro_array_array", } ) @@ -109772,7 +109772,7 @@ func (s *Server) handleTestResponseStringUnixMicroArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicroArrayArray", + OperationName: TestResponseStringUnixMicroArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro_array_array", Body: request, @@ -109827,7 +109827,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicroNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109858,7 +109858,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicroNullable", + Name: TestResponseStringUnixMicroNullableOperation, ID: "test_response_string_unix-micro_nullable", } ) @@ -109882,7 +109882,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicroNullable", + OperationName: TestResponseStringUnixMicroNullableOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro_nullable", Body: request, @@ -109937,7 +109937,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicroNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -109968,7 +109968,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicroNullableArray", + Name: TestResponseStringUnixMicroNullableArrayOperation, ID: "test_response_string_unix-micro_nullable_array", } ) @@ -109992,7 +109992,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicroNullableArray", + OperationName: TestResponseStringUnixMicroNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro_nullable_array", Body: request, @@ -110047,7 +110047,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMicroNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMicroNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110078,7 +110078,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMicroNullableArrayArray", + Name: TestResponseStringUnixMicroNullableArrayArrayOperation, ID: "test_response_string_unix-micro_nullable_array_array", } ) @@ -110102,7 +110102,7 @@ func (s *Server) handleTestResponseStringUnixMicroNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMicroNullableArrayArray", + OperationName: TestResponseStringUnixMicroNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-micro_nullable_array_array", Body: request, @@ -110157,7 +110157,7 @@ func (s *Server) handleTestResponseStringUnixMilliRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilli", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110188,7 +110188,7 @@ func (s *Server) handleTestResponseStringUnixMilliRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilli", + Name: TestResponseStringUnixMilliOperation, ID: "test_response_string_unix-milli", } ) @@ -110212,7 +110212,7 @@ func (s *Server) handleTestResponseStringUnixMilliRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilli", + OperationName: TestResponseStringUnixMilliOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli", Body: request, @@ -110267,7 +110267,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilliArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110298,7 +110298,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilliArray", + Name: TestResponseStringUnixMilliArrayOperation, ID: "test_response_string_unix-milli_array", } ) @@ -110322,7 +110322,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilliArray", + OperationName: TestResponseStringUnixMilliArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli_array", Body: request, @@ -110377,7 +110377,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayArrayRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilliArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110408,7 +110408,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayArrayRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilliArrayArray", + Name: TestResponseStringUnixMilliArrayArrayOperation, ID: "test_response_string_unix-milli_array_array", } ) @@ -110432,7 +110432,7 @@ func (s *Server) handleTestResponseStringUnixMilliArrayArrayRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilliArrayArray", + OperationName: TestResponseStringUnixMilliArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli_array_array", Body: request, @@ -110487,7 +110487,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilliNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110518,7 +110518,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilliNullable", + Name: TestResponseStringUnixMilliNullableOperation, ID: "test_response_string_unix-milli_nullable", } ) @@ -110542,7 +110542,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilliNullable", + OperationName: TestResponseStringUnixMilliNullableOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli_nullable", Body: request, @@ -110597,7 +110597,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilliNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110628,7 +110628,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilliNullableArray", + Name: TestResponseStringUnixMilliNullableArrayOperation, ID: "test_response_string_unix-milli_nullable_array", } ) @@ -110652,7 +110652,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilliNullableArray", + OperationName: TestResponseStringUnixMilliNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli_nullable_array", Body: request, @@ -110707,7 +110707,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixMilliNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixMilliNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110738,7 +110738,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixMilliNullableArrayArray", + Name: TestResponseStringUnixMilliNullableArrayArrayOperation, ID: "test_response_string_unix-milli_nullable_array_array", } ) @@ -110762,7 +110762,7 @@ func (s *Server) handleTestResponseStringUnixMilliNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixMilliNullableArrayArray", + OperationName: TestResponseStringUnixMilliNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-milli_nullable_array_array", Body: request, @@ -110817,7 +110817,7 @@ func (s *Server) handleTestResponseStringUnixNanoRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNano", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110848,7 +110848,7 @@ func (s *Server) handleTestResponseStringUnixNanoRequest(args [0]string, argsEsc } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNano", + Name: TestResponseStringUnixNanoOperation, ID: "test_response_string_unix-nano", } ) @@ -110872,7 +110872,7 @@ func (s *Server) handleTestResponseStringUnixNanoRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNano", + OperationName: TestResponseStringUnixNanoOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano", Body: request, @@ -110927,7 +110927,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayRequest(args [0]string, ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNanoArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -110958,7 +110958,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayRequest(args [0]string, ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNanoArray", + Name: TestResponseStringUnixNanoArrayOperation, ID: "test_response_string_unix-nano_array", } ) @@ -110982,7 +110982,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayRequest(args [0]string, ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNanoArray", + OperationName: TestResponseStringUnixNanoArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano_array", Body: request, @@ -111037,7 +111037,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayArrayRequest(args [0]strin } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNanoArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111068,7 +111068,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayArrayRequest(args [0]strin } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNanoArrayArray", + Name: TestResponseStringUnixNanoArrayArrayOperation, ID: "test_response_string_unix-nano_array_array", } ) @@ -111092,7 +111092,7 @@ func (s *Server) handleTestResponseStringUnixNanoArrayArrayRequest(args [0]strin if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNanoArrayArray", + OperationName: TestResponseStringUnixNanoArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano_array_array", Body: request, @@ -111147,7 +111147,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNanoNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111178,7 +111178,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNanoNullable", + Name: TestResponseStringUnixNanoNullableOperation, ID: "test_response_string_unix-nano_nullable", } ) @@ -111202,7 +111202,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNanoNullable", + OperationName: TestResponseStringUnixNanoNullableOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano_nullable", Body: request, @@ -111257,7 +111257,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNanoNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111288,7 +111288,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNanoNullableArray", + Name: TestResponseStringUnixNanoNullableArrayOperation, ID: "test_response_string_unix-nano_nullable_array", } ) @@ -111312,7 +111312,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNanoNullableArray", + OperationName: TestResponseStringUnixNanoNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano_nullable_array", Body: request, @@ -111367,7 +111367,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayArrayRequest(args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNanoNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNanoNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111398,7 +111398,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayArrayRequest(args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNanoNullableArrayArray", + Name: TestResponseStringUnixNanoNullableArrayArrayOperation, ID: "test_response_string_unix-nano_nullable_array_array", } ) @@ -111422,7 +111422,7 @@ func (s *Server) handleTestResponseStringUnixNanoNullableArrayArrayRequest(args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNanoNullableArrayArray", + OperationName: TestResponseStringUnixNanoNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-nano_nullable_array_array", Body: request, @@ -111477,7 +111477,7 @@ func (s *Server) handleTestResponseStringUnixNullableRequest(args [0]string, arg } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111508,7 +111508,7 @@ func (s *Server) handleTestResponseStringUnixNullableRequest(args [0]string, arg } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNullable", + Name: TestResponseStringUnixNullableOperation, ID: "test_response_string_unix_nullable", } ) @@ -111532,7 +111532,7 @@ func (s *Server) handleTestResponseStringUnixNullableRequest(args [0]string, arg if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNullable", + OperationName: TestResponseStringUnixNullableOperation, OperationSummary: "", OperationID: "test_response_string_unix_nullable", Body: request, @@ -111587,7 +111587,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111618,7 +111618,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNullableArray", + Name: TestResponseStringUnixNullableArrayOperation, ID: "test_response_string_unix_nullable_array", } ) @@ -111642,7 +111642,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNullableArray", + OperationName: TestResponseStringUnixNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix_nullable_array", Body: request, @@ -111697,7 +111697,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayArrayRequest(args [0]s } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111728,7 +111728,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayArrayRequest(args [0]s } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixNullableArrayArray", + Name: TestResponseStringUnixNullableArrayArrayOperation, ID: "test_response_string_unix_nullable_array_array", } ) @@ -111752,7 +111752,7 @@ func (s *Server) handleTestResponseStringUnixNullableArrayArrayRequest(args [0]s if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixNullableArrayArray", + OperationName: TestResponseStringUnixNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix_nullable_array_array", Body: request, @@ -111807,7 +111807,7 @@ func (s *Server) handleTestResponseStringUnixSecondsRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSeconds", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111838,7 +111838,7 @@ func (s *Server) handleTestResponseStringUnixSecondsRequest(args [0]string, args } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSeconds", + Name: TestResponseStringUnixSecondsOperation, ID: "test_response_string_unix-seconds", } ) @@ -111862,7 +111862,7 @@ func (s *Server) handleTestResponseStringUnixSecondsRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSeconds", + OperationName: TestResponseStringUnixSecondsOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds", Body: request, @@ -111917,7 +111917,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayRequest(args [0]string, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSecondsArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -111948,7 +111948,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayRequest(args [0]string, } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSecondsArray", + Name: TestResponseStringUnixSecondsArrayOperation, ID: "test_response_string_unix-seconds_array", } ) @@ -111972,7 +111972,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayRequest(args [0]string, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSecondsArray", + OperationName: TestResponseStringUnixSecondsArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds_array", Body: request, @@ -112027,7 +112027,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayArrayRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSecondsArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -112058,7 +112058,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayArrayRequest(args [0]st } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSecondsArrayArray", + Name: TestResponseStringUnixSecondsArrayArrayOperation, ID: "test_response_string_unix-seconds_array_array", } ) @@ -112082,7 +112082,7 @@ func (s *Server) handleTestResponseStringUnixSecondsArrayArrayRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSecondsArrayArray", + OperationName: TestResponseStringUnixSecondsArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds_array_array", Body: request, @@ -112137,7 +112137,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableRequest(args [0]stri } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSecondsNullable", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsNullableOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -112168,7 +112168,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableRequest(args [0]stri } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSecondsNullable", + Name: TestResponseStringUnixSecondsNullableOperation, ID: "test_response_string_unix-seconds_nullable", } ) @@ -112192,7 +112192,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableRequest(args [0]stri if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSecondsNullable", + OperationName: TestResponseStringUnixSecondsNullableOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds_nullable", Body: request, @@ -112247,7 +112247,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayRequest(args [0 } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSecondsNullableArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsNullableArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -112278,7 +112278,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayRequest(args [0 } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSecondsNullableArray", + Name: TestResponseStringUnixSecondsNullableArrayOperation, ID: "test_response_string_unix-seconds_nullable_array", } ) @@ -112302,7 +112302,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayRequest(args [0 if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSecondsNullableArray", + OperationName: TestResponseStringUnixSecondsNullableArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds_nullable_array", Body: request, @@ -112357,7 +112357,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayArrayRequest(ar } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestResponseStringUnixSecondsNullableArrayArray", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestResponseStringUnixSecondsNullableArrayArrayOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -112388,7 +112388,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayArrayRequest(ar } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestResponseStringUnixSecondsNullableArrayArray", + Name: TestResponseStringUnixSecondsNullableArrayArrayOperation, ID: "test_response_string_unix-seconds_nullable_array_array", } ) @@ -112412,7 +112412,7 @@ func (s *Server) handleTestResponseStringUnixSecondsNullableArrayArrayRequest(ar if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestResponseStringUnixSecondsNullableArrayArray", + OperationName: TestResponseStringUnixSecondsNullableArrayArrayOperation, OperationSummary: "", OperationID: "test_response_string_unix-seconds_nullable_array_array", Body: request, diff --git a/examples/ex_test_format/oas_operations_gen.go b/examples/ex_test_format/oas_operations_gen.go new file mode 100644 index 000000000..df062763d --- /dev/null +++ b/examples/ex_test_format/oas_operations_gen.go @@ -0,0 +1,1027 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + TestQueryParameterOperation OperationName = "TestQueryParameter" + TestRequestAnyOperation OperationName = "TestRequestAny" + TestRequestBooleanOperation OperationName = "TestRequestBoolean" + TestRequestBooleanArrayOperation OperationName = "TestRequestBooleanArray" + TestRequestBooleanArrayArrayOperation OperationName = "TestRequestBooleanArrayArray" + TestRequestBooleanNullableOperation OperationName = "TestRequestBooleanNullable" + TestRequestBooleanNullableArrayOperation OperationName = "TestRequestBooleanNullableArray" + TestRequestBooleanNullableArrayArrayOperation OperationName = "TestRequestBooleanNullableArrayArray" + TestRequestEmptyStructOperation OperationName = "TestRequestEmptyStruct" + TestRequestFormatTestOperation OperationName = "TestRequestFormatTest" + TestRequestIntegerOperation OperationName = "TestRequestInteger" + TestRequestIntegerArrayOperation OperationName = "TestRequestIntegerArray" + TestRequestIntegerArrayArrayOperation OperationName = "TestRequestIntegerArrayArray" + TestRequestIntegerInt16Operation OperationName = "TestRequestIntegerInt16" + TestRequestIntegerInt16ArrayOperation OperationName = "TestRequestIntegerInt16Array" + TestRequestIntegerInt16ArrayArrayOperation OperationName = "TestRequestIntegerInt16ArrayArray" + TestRequestIntegerInt16NullableOperation OperationName = "TestRequestIntegerInt16Nullable" + TestRequestIntegerInt16NullableArrayOperation OperationName = "TestRequestIntegerInt16NullableArray" + TestRequestIntegerInt16NullableArrayArrayOperation OperationName = "TestRequestIntegerInt16NullableArrayArray" + TestRequestIntegerInt32Operation OperationName = "TestRequestIntegerInt32" + TestRequestIntegerInt32ArrayOperation OperationName = "TestRequestIntegerInt32Array" + TestRequestIntegerInt32ArrayArrayOperation OperationName = "TestRequestIntegerInt32ArrayArray" + TestRequestIntegerInt32NullableOperation OperationName = "TestRequestIntegerInt32Nullable" + TestRequestIntegerInt32NullableArrayOperation OperationName = "TestRequestIntegerInt32NullableArray" + TestRequestIntegerInt32NullableArrayArrayOperation OperationName = "TestRequestIntegerInt32NullableArrayArray" + TestRequestIntegerInt64Operation OperationName = "TestRequestIntegerInt64" + TestRequestIntegerInt64ArrayOperation OperationName = "TestRequestIntegerInt64Array" + TestRequestIntegerInt64ArrayArrayOperation OperationName = "TestRequestIntegerInt64ArrayArray" + TestRequestIntegerInt64NullableOperation OperationName = "TestRequestIntegerInt64Nullable" + TestRequestIntegerInt64NullableArrayOperation OperationName = "TestRequestIntegerInt64NullableArray" + TestRequestIntegerInt64NullableArrayArrayOperation OperationName = "TestRequestIntegerInt64NullableArrayArray" + TestRequestIntegerInt8Operation OperationName = "TestRequestIntegerInt8" + TestRequestIntegerInt8ArrayOperation OperationName = "TestRequestIntegerInt8Array" + TestRequestIntegerInt8ArrayArrayOperation OperationName = "TestRequestIntegerInt8ArrayArray" + TestRequestIntegerInt8NullableOperation OperationName = "TestRequestIntegerInt8Nullable" + TestRequestIntegerInt8NullableArrayOperation OperationName = "TestRequestIntegerInt8NullableArray" + TestRequestIntegerInt8NullableArrayArrayOperation OperationName = "TestRequestIntegerInt8NullableArrayArray" + TestRequestIntegerNullableOperation OperationName = "TestRequestIntegerNullable" + TestRequestIntegerNullableArrayOperation OperationName = "TestRequestIntegerNullableArray" + TestRequestIntegerNullableArrayArrayOperation OperationName = "TestRequestIntegerNullableArrayArray" + TestRequestIntegerUintOperation OperationName = "TestRequestIntegerUint" + TestRequestIntegerUint16Operation OperationName = "TestRequestIntegerUint16" + TestRequestIntegerUint16ArrayOperation OperationName = "TestRequestIntegerUint16Array" + TestRequestIntegerUint16ArrayArrayOperation OperationName = "TestRequestIntegerUint16ArrayArray" + TestRequestIntegerUint16NullableOperation OperationName = "TestRequestIntegerUint16Nullable" + TestRequestIntegerUint16NullableArrayOperation OperationName = "TestRequestIntegerUint16NullableArray" + TestRequestIntegerUint16NullableArrayArrayOperation OperationName = "TestRequestIntegerUint16NullableArrayArray" + TestRequestIntegerUint32Operation OperationName = "TestRequestIntegerUint32" + TestRequestIntegerUint32ArrayOperation OperationName = "TestRequestIntegerUint32Array" + TestRequestIntegerUint32ArrayArrayOperation OperationName = "TestRequestIntegerUint32ArrayArray" + TestRequestIntegerUint32NullableOperation OperationName = "TestRequestIntegerUint32Nullable" + TestRequestIntegerUint32NullableArrayOperation OperationName = "TestRequestIntegerUint32NullableArray" + TestRequestIntegerUint32NullableArrayArrayOperation OperationName = "TestRequestIntegerUint32NullableArrayArray" + TestRequestIntegerUint64Operation OperationName = "TestRequestIntegerUint64" + TestRequestIntegerUint64ArrayOperation OperationName = "TestRequestIntegerUint64Array" + TestRequestIntegerUint64ArrayArrayOperation OperationName = "TestRequestIntegerUint64ArrayArray" + TestRequestIntegerUint64NullableOperation OperationName = "TestRequestIntegerUint64Nullable" + TestRequestIntegerUint64NullableArrayOperation OperationName = "TestRequestIntegerUint64NullableArray" + TestRequestIntegerUint64NullableArrayArrayOperation OperationName = "TestRequestIntegerUint64NullableArrayArray" + TestRequestIntegerUint8Operation OperationName = "TestRequestIntegerUint8" + TestRequestIntegerUint8ArrayOperation OperationName = "TestRequestIntegerUint8Array" + TestRequestIntegerUint8ArrayArrayOperation OperationName = "TestRequestIntegerUint8ArrayArray" + TestRequestIntegerUint8NullableOperation OperationName = "TestRequestIntegerUint8Nullable" + TestRequestIntegerUint8NullableArrayOperation OperationName = "TestRequestIntegerUint8NullableArray" + TestRequestIntegerUint8NullableArrayArrayOperation OperationName = "TestRequestIntegerUint8NullableArrayArray" + TestRequestIntegerUintArrayOperation OperationName = "TestRequestIntegerUintArray" + TestRequestIntegerUintArrayArrayOperation OperationName = "TestRequestIntegerUintArrayArray" + TestRequestIntegerUintNullableOperation OperationName = "TestRequestIntegerUintNullable" + TestRequestIntegerUintNullableArrayOperation OperationName = "TestRequestIntegerUintNullableArray" + TestRequestIntegerUintNullableArrayArrayOperation OperationName = "TestRequestIntegerUintNullableArrayArray" + TestRequestIntegerUnixOperation OperationName = "TestRequestIntegerUnix" + TestRequestIntegerUnixArrayOperation OperationName = "TestRequestIntegerUnixArray" + TestRequestIntegerUnixArrayArrayOperation OperationName = "TestRequestIntegerUnixArrayArray" + TestRequestIntegerUnixMicroOperation OperationName = "TestRequestIntegerUnixMicro" + TestRequestIntegerUnixMicroArrayOperation OperationName = "TestRequestIntegerUnixMicroArray" + TestRequestIntegerUnixMicroArrayArrayOperation OperationName = "TestRequestIntegerUnixMicroArrayArray" + TestRequestIntegerUnixMicroNullableOperation OperationName = "TestRequestIntegerUnixMicroNullable" + TestRequestIntegerUnixMicroNullableArrayOperation OperationName = "TestRequestIntegerUnixMicroNullableArray" + TestRequestIntegerUnixMicroNullableArrayArrayOperation OperationName = "TestRequestIntegerUnixMicroNullableArrayArray" + TestRequestIntegerUnixMilliOperation OperationName = "TestRequestIntegerUnixMilli" + TestRequestIntegerUnixMilliArrayOperation OperationName = "TestRequestIntegerUnixMilliArray" + TestRequestIntegerUnixMilliArrayArrayOperation OperationName = "TestRequestIntegerUnixMilliArrayArray" + TestRequestIntegerUnixMilliNullableOperation OperationName = "TestRequestIntegerUnixMilliNullable" + TestRequestIntegerUnixMilliNullableArrayOperation OperationName = "TestRequestIntegerUnixMilliNullableArray" + TestRequestIntegerUnixMilliNullableArrayArrayOperation OperationName = "TestRequestIntegerUnixMilliNullableArrayArray" + TestRequestIntegerUnixNanoOperation OperationName = "TestRequestIntegerUnixNano" + TestRequestIntegerUnixNanoArrayOperation OperationName = "TestRequestIntegerUnixNanoArray" + TestRequestIntegerUnixNanoArrayArrayOperation OperationName = "TestRequestIntegerUnixNanoArrayArray" + TestRequestIntegerUnixNanoNullableOperation OperationName = "TestRequestIntegerUnixNanoNullable" + TestRequestIntegerUnixNanoNullableArrayOperation OperationName = "TestRequestIntegerUnixNanoNullableArray" + TestRequestIntegerUnixNanoNullableArrayArrayOperation OperationName = "TestRequestIntegerUnixNanoNullableArrayArray" + TestRequestIntegerUnixNullableOperation OperationName = "TestRequestIntegerUnixNullable" + TestRequestIntegerUnixNullableArrayOperation OperationName = "TestRequestIntegerUnixNullableArray" + TestRequestIntegerUnixNullableArrayArrayOperation OperationName = "TestRequestIntegerUnixNullableArrayArray" + TestRequestIntegerUnixSecondsOperation OperationName = "TestRequestIntegerUnixSeconds" + TestRequestIntegerUnixSecondsArrayOperation OperationName = "TestRequestIntegerUnixSecondsArray" + TestRequestIntegerUnixSecondsArrayArrayOperation OperationName = "TestRequestIntegerUnixSecondsArrayArray" + TestRequestIntegerUnixSecondsNullableOperation OperationName = "TestRequestIntegerUnixSecondsNullable" + TestRequestIntegerUnixSecondsNullableArrayOperation OperationName = "TestRequestIntegerUnixSecondsNullableArray" + TestRequestIntegerUnixSecondsNullableArrayArrayOperation OperationName = "TestRequestIntegerUnixSecondsNullableArrayArray" + TestRequestNullOperation OperationName = "TestRequestNull" + TestRequestNullArrayOperation OperationName = "TestRequestNullArray" + TestRequestNullArrayArrayOperation OperationName = "TestRequestNullArrayArray" + TestRequestNullNullableOperation OperationName = "TestRequestNullNullable" + TestRequestNullNullableArrayOperation OperationName = "TestRequestNullNullableArray" + TestRequestNullNullableArrayArrayOperation OperationName = "TestRequestNullNullableArrayArray" + TestRequestNumberOperation OperationName = "TestRequestNumber" + TestRequestNumberArrayOperation OperationName = "TestRequestNumberArray" + TestRequestNumberArrayArrayOperation OperationName = "TestRequestNumberArrayArray" + TestRequestNumberDoubleOperation OperationName = "TestRequestNumberDouble" + TestRequestNumberDoubleArrayOperation OperationName = "TestRequestNumberDoubleArray" + TestRequestNumberDoubleArrayArrayOperation OperationName = "TestRequestNumberDoubleArrayArray" + TestRequestNumberDoubleNullableOperation OperationName = "TestRequestNumberDoubleNullable" + TestRequestNumberDoubleNullableArrayOperation OperationName = "TestRequestNumberDoubleNullableArray" + TestRequestNumberDoubleNullableArrayArrayOperation OperationName = "TestRequestNumberDoubleNullableArrayArray" + TestRequestNumberFloatOperation OperationName = "TestRequestNumberFloat" + TestRequestNumberFloatArrayOperation OperationName = "TestRequestNumberFloatArray" + TestRequestNumberFloatArrayArrayOperation OperationName = "TestRequestNumberFloatArrayArray" + TestRequestNumberFloatNullableOperation OperationName = "TestRequestNumberFloatNullable" + TestRequestNumberFloatNullableArrayOperation OperationName = "TestRequestNumberFloatNullableArray" + TestRequestNumberFloatNullableArrayArrayOperation OperationName = "TestRequestNumberFloatNullableArrayArray" + TestRequestNumberInt32Operation OperationName = "TestRequestNumberInt32" + TestRequestNumberInt32ArrayOperation OperationName = "TestRequestNumberInt32Array" + TestRequestNumberInt32ArrayArrayOperation OperationName = "TestRequestNumberInt32ArrayArray" + TestRequestNumberInt32NullableOperation OperationName = "TestRequestNumberInt32Nullable" + TestRequestNumberInt32NullableArrayOperation OperationName = "TestRequestNumberInt32NullableArray" + TestRequestNumberInt32NullableArrayArrayOperation OperationName = "TestRequestNumberInt32NullableArrayArray" + TestRequestNumberInt64Operation OperationName = "TestRequestNumberInt64" + TestRequestNumberInt64ArrayOperation OperationName = "TestRequestNumberInt64Array" + TestRequestNumberInt64ArrayArrayOperation OperationName = "TestRequestNumberInt64ArrayArray" + TestRequestNumberInt64NullableOperation OperationName = "TestRequestNumberInt64Nullable" + TestRequestNumberInt64NullableArrayOperation OperationName = "TestRequestNumberInt64NullableArray" + TestRequestNumberInt64NullableArrayArrayOperation OperationName = "TestRequestNumberInt64NullableArrayArray" + TestRequestNumberNullableOperation OperationName = "TestRequestNumberNullable" + TestRequestNumberNullableArrayOperation OperationName = "TestRequestNumberNullableArray" + TestRequestNumberNullableArrayArrayOperation OperationName = "TestRequestNumberNullableArrayArray" + TestRequestRequiredAnyOperation OperationName = "TestRequestRequiredAny" + TestRequestRequiredBooleanOperation OperationName = "TestRequestRequiredBoolean" + TestRequestRequiredBooleanArrayOperation OperationName = "TestRequestRequiredBooleanArray" + TestRequestRequiredBooleanArrayArrayOperation OperationName = "TestRequestRequiredBooleanArrayArray" + TestRequestRequiredBooleanNullableOperation OperationName = "TestRequestRequiredBooleanNullable" + TestRequestRequiredBooleanNullableArrayOperation OperationName = "TestRequestRequiredBooleanNullableArray" + TestRequestRequiredBooleanNullableArrayArrayOperation OperationName = "TestRequestRequiredBooleanNullableArrayArray" + TestRequestRequiredEmptyStructOperation OperationName = "TestRequestRequiredEmptyStruct" + TestRequestRequiredFormatTestOperation OperationName = "TestRequestRequiredFormatTest" + TestRequestRequiredIntegerOperation OperationName = "TestRequestRequiredInteger" + TestRequestRequiredIntegerArrayOperation OperationName = "TestRequestRequiredIntegerArray" + TestRequestRequiredIntegerArrayArrayOperation OperationName = "TestRequestRequiredIntegerArrayArray" + TestRequestRequiredIntegerInt16Operation OperationName = "TestRequestRequiredIntegerInt16" + TestRequestRequiredIntegerInt16ArrayOperation OperationName = "TestRequestRequiredIntegerInt16Array" + TestRequestRequiredIntegerInt16ArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt16ArrayArray" + TestRequestRequiredIntegerInt16NullableOperation OperationName = "TestRequestRequiredIntegerInt16Nullable" + TestRequestRequiredIntegerInt16NullableArrayOperation OperationName = "TestRequestRequiredIntegerInt16NullableArray" + TestRequestRequiredIntegerInt16NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt16NullableArrayArray" + TestRequestRequiredIntegerInt32Operation OperationName = "TestRequestRequiredIntegerInt32" + TestRequestRequiredIntegerInt32ArrayOperation OperationName = "TestRequestRequiredIntegerInt32Array" + TestRequestRequiredIntegerInt32ArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt32ArrayArray" + TestRequestRequiredIntegerInt32NullableOperation OperationName = "TestRequestRequiredIntegerInt32Nullable" + TestRequestRequiredIntegerInt32NullableArrayOperation OperationName = "TestRequestRequiredIntegerInt32NullableArray" + TestRequestRequiredIntegerInt32NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt32NullableArrayArray" + TestRequestRequiredIntegerInt64Operation OperationName = "TestRequestRequiredIntegerInt64" + TestRequestRequiredIntegerInt64ArrayOperation OperationName = "TestRequestRequiredIntegerInt64Array" + TestRequestRequiredIntegerInt64ArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt64ArrayArray" + TestRequestRequiredIntegerInt64NullableOperation OperationName = "TestRequestRequiredIntegerInt64Nullable" + TestRequestRequiredIntegerInt64NullableArrayOperation OperationName = "TestRequestRequiredIntegerInt64NullableArray" + TestRequestRequiredIntegerInt64NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt64NullableArrayArray" + TestRequestRequiredIntegerInt8Operation OperationName = "TestRequestRequiredIntegerInt8" + TestRequestRequiredIntegerInt8ArrayOperation OperationName = "TestRequestRequiredIntegerInt8Array" + TestRequestRequiredIntegerInt8ArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt8ArrayArray" + TestRequestRequiredIntegerInt8NullableOperation OperationName = "TestRequestRequiredIntegerInt8Nullable" + TestRequestRequiredIntegerInt8NullableArrayOperation OperationName = "TestRequestRequiredIntegerInt8NullableArray" + TestRequestRequiredIntegerInt8NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerInt8NullableArrayArray" + TestRequestRequiredIntegerNullableOperation OperationName = "TestRequestRequiredIntegerNullable" + TestRequestRequiredIntegerNullableArrayOperation OperationName = "TestRequestRequiredIntegerNullableArray" + TestRequestRequiredIntegerNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerNullableArrayArray" + TestRequestRequiredIntegerUintOperation OperationName = "TestRequestRequiredIntegerUint" + TestRequestRequiredIntegerUint16Operation OperationName = "TestRequestRequiredIntegerUint16" + TestRequestRequiredIntegerUint16ArrayOperation OperationName = "TestRequestRequiredIntegerUint16Array" + TestRequestRequiredIntegerUint16ArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint16ArrayArray" + TestRequestRequiredIntegerUint16NullableOperation OperationName = "TestRequestRequiredIntegerUint16Nullable" + TestRequestRequiredIntegerUint16NullableArrayOperation OperationName = "TestRequestRequiredIntegerUint16NullableArray" + TestRequestRequiredIntegerUint16NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint16NullableArrayArray" + TestRequestRequiredIntegerUint32Operation OperationName = "TestRequestRequiredIntegerUint32" + TestRequestRequiredIntegerUint32ArrayOperation OperationName = "TestRequestRequiredIntegerUint32Array" + TestRequestRequiredIntegerUint32ArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint32ArrayArray" + TestRequestRequiredIntegerUint32NullableOperation OperationName = "TestRequestRequiredIntegerUint32Nullable" + TestRequestRequiredIntegerUint32NullableArrayOperation OperationName = "TestRequestRequiredIntegerUint32NullableArray" + TestRequestRequiredIntegerUint32NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint32NullableArrayArray" + TestRequestRequiredIntegerUint64Operation OperationName = "TestRequestRequiredIntegerUint64" + TestRequestRequiredIntegerUint64ArrayOperation OperationName = "TestRequestRequiredIntegerUint64Array" + TestRequestRequiredIntegerUint64ArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint64ArrayArray" + TestRequestRequiredIntegerUint64NullableOperation OperationName = "TestRequestRequiredIntegerUint64Nullable" + TestRequestRequiredIntegerUint64NullableArrayOperation OperationName = "TestRequestRequiredIntegerUint64NullableArray" + TestRequestRequiredIntegerUint64NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint64NullableArrayArray" + TestRequestRequiredIntegerUint8Operation OperationName = "TestRequestRequiredIntegerUint8" + TestRequestRequiredIntegerUint8ArrayOperation OperationName = "TestRequestRequiredIntegerUint8Array" + TestRequestRequiredIntegerUint8ArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint8ArrayArray" + TestRequestRequiredIntegerUint8NullableOperation OperationName = "TestRequestRequiredIntegerUint8Nullable" + TestRequestRequiredIntegerUint8NullableArrayOperation OperationName = "TestRequestRequiredIntegerUint8NullableArray" + TestRequestRequiredIntegerUint8NullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUint8NullableArrayArray" + TestRequestRequiredIntegerUintArrayOperation OperationName = "TestRequestRequiredIntegerUintArray" + TestRequestRequiredIntegerUintArrayArrayOperation OperationName = "TestRequestRequiredIntegerUintArrayArray" + TestRequestRequiredIntegerUintNullableOperation OperationName = "TestRequestRequiredIntegerUintNullable" + TestRequestRequiredIntegerUintNullableArrayOperation OperationName = "TestRequestRequiredIntegerUintNullableArray" + TestRequestRequiredIntegerUintNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUintNullableArrayArray" + TestRequestRequiredIntegerUnixOperation OperationName = "TestRequestRequiredIntegerUnix" + TestRequestRequiredIntegerUnixArrayOperation OperationName = "TestRequestRequiredIntegerUnixArray" + TestRequestRequiredIntegerUnixArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixArrayArray" + TestRequestRequiredIntegerUnixMicroOperation OperationName = "TestRequestRequiredIntegerUnixMicro" + TestRequestRequiredIntegerUnixMicroArrayOperation OperationName = "TestRequestRequiredIntegerUnixMicroArray" + TestRequestRequiredIntegerUnixMicroArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixMicroArrayArray" + TestRequestRequiredIntegerUnixMicroNullableOperation OperationName = "TestRequestRequiredIntegerUnixMicroNullable" + TestRequestRequiredIntegerUnixMicroNullableArrayOperation OperationName = "TestRequestRequiredIntegerUnixMicroNullableArray" + TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixMicroNullableArrayArray" + TestRequestRequiredIntegerUnixMilliOperation OperationName = "TestRequestRequiredIntegerUnixMilli" + TestRequestRequiredIntegerUnixMilliArrayOperation OperationName = "TestRequestRequiredIntegerUnixMilliArray" + TestRequestRequiredIntegerUnixMilliArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixMilliArrayArray" + TestRequestRequiredIntegerUnixMilliNullableOperation OperationName = "TestRequestRequiredIntegerUnixMilliNullable" + TestRequestRequiredIntegerUnixMilliNullableArrayOperation OperationName = "TestRequestRequiredIntegerUnixMilliNullableArray" + TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixMilliNullableArrayArray" + TestRequestRequiredIntegerUnixNanoOperation OperationName = "TestRequestRequiredIntegerUnixNano" + TestRequestRequiredIntegerUnixNanoArrayOperation OperationName = "TestRequestRequiredIntegerUnixNanoArray" + TestRequestRequiredIntegerUnixNanoArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixNanoArrayArray" + TestRequestRequiredIntegerUnixNanoNullableOperation OperationName = "TestRequestRequiredIntegerUnixNanoNullable" + TestRequestRequiredIntegerUnixNanoNullableArrayOperation OperationName = "TestRequestRequiredIntegerUnixNanoNullableArray" + TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixNanoNullableArrayArray" + TestRequestRequiredIntegerUnixNullableOperation OperationName = "TestRequestRequiredIntegerUnixNullable" + TestRequestRequiredIntegerUnixNullableArrayOperation OperationName = "TestRequestRequiredIntegerUnixNullableArray" + TestRequestRequiredIntegerUnixNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixNullableArrayArray" + TestRequestRequiredIntegerUnixSecondsOperation OperationName = "TestRequestRequiredIntegerUnixSeconds" + TestRequestRequiredIntegerUnixSecondsArrayOperation OperationName = "TestRequestRequiredIntegerUnixSecondsArray" + TestRequestRequiredIntegerUnixSecondsArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixSecondsArrayArray" + TestRequestRequiredIntegerUnixSecondsNullableOperation OperationName = "TestRequestRequiredIntegerUnixSecondsNullable" + TestRequestRequiredIntegerUnixSecondsNullableArrayOperation OperationName = "TestRequestRequiredIntegerUnixSecondsNullableArray" + TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation OperationName = "TestRequestRequiredIntegerUnixSecondsNullableArrayArray" + TestRequestRequiredNullOperation OperationName = "TestRequestRequiredNull" + TestRequestRequiredNullArrayOperation OperationName = "TestRequestRequiredNullArray" + TestRequestRequiredNullArrayArrayOperation OperationName = "TestRequestRequiredNullArrayArray" + TestRequestRequiredNullNullableOperation OperationName = "TestRequestRequiredNullNullable" + TestRequestRequiredNullNullableArrayOperation OperationName = "TestRequestRequiredNullNullableArray" + TestRequestRequiredNullNullableArrayArrayOperation OperationName = "TestRequestRequiredNullNullableArrayArray" + TestRequestRequiredNumberOperation OperationName = "TestRequestRequiredNumber" + TestRequestRequiredNumberArrayOperation OperationName = "TestRequestRequiredNumberArray" + TestRequestRequiredNumberArrayArrayOperation OperationName = "TestRequestRequiredNumberArrayArray" + TestRequestRequiredNumberDoubleOperation OperationName = "TestRequestRequiredNumberDouble" + TestRequestRequiredNumberDoubleArrayOperation OperationName = "TestRequestRequiredNumberDoubleArray" + TestRequestRequiredNumberDoubleArrayArrayOperation OperationName = "TestRequestRequiredNumberDoubleArrayArray" + TestRequestRequiredNumberDoubleNullableOperation OperationName = "TestRequestRequiredNumberDoubleNullable" + TestRequestRequiredNumberDoubleNullableArrayOperation OperationName = "TestRequestRequiredNumberDoubleNullableArray" + TestRequestRequiredNumberDoubleNullableArrayArrayOperation OperationName = "TestRequestRequiredNumberDoubleNullableArrayArray" + TestRequestRequiredNumberFloatOperation OperationName = "TestRequestRequiredNumberFloat" + TestRequestRequiredNumberFloatArrayOperation OperationName = "TestRequestRequiredNumberFloatArray" + TestRequestRequiredNumberFloatArrayArrayOperation OperationName = "TestRequestRequiredNumberFloatArrayArray" + TestRequestRequiredNumberFloatNullableOperation OperationName = "TestRequestRequiredNumberFloatNullable" + TestRequestRequiredNumberFloatNullableArrayOperation OperationName = "TestRequestRequiredNumberFloatNullableArray" + TestRequestRequiredNumberFloatNullableArrayArrayOperation OperationName = "TestRequestRequiredNumberFloatNullableArrayArray" + TestRequestRequiredNumberInt32Operation OperationName = "TestRequestRequiredNumberInt32" + TestRequestRequiredNumberInt32ArrayOperation OperationName = "TestRequestRequiredNumberInt32Array" + TestRequestRequiredNumberInt32ArrayArrayOperation OperationName = "TestRequestRequiredNumberInt32ArrayArray" + TestRequestRequiredNumberInt32NullableOperation OperationName = "TestRequestRequiredNumberInt32Nullable" + TestRequestRequiredNumberInt32NullableArrayOperation OperationName = "TestRequestRequiredNumberInt32NullableArray" + TestRequestRequiredNumberInt32NullableArrayArrayOperation OperationName = "TestRequestRequiredNumberInt32NullableArrayArray" + TestRequestRequiredNumberInt64Operation OperationName = "TestRequestRequiredNumberInt64" + TestRequestRequiredNumberInt64ArrayOperation OperationName = "TestRequestRequiredNumberInt64Array" + TestRequestRequiredNumberInt64ArrayArrayOperation OperationName = "TestRequestRequiredNumberInt64ArrayArray" + TestRequestRequiredNumberInt64NullableOperation OperationName = "TestRequestRequiredNumberInt64Nullable" + TestRequestRequiredNumberInt64NullableArrayOperation OperationName = "TestRequestRequiredNumberInt64NullableArray" + TestRequestRequiredNumberInt64NullableArrayArrayOperation OperationName = "TestRequestRequiredNumberInt64NullableArrayArray" + TestRequestRequiredNumberNullableOperation OperationName = "TestRequestRequiredNumberNullable" + TestRequestRequiredNumberNullableArrayOperation OperationName = "TestRequestRequiredNumberNullableArray" + TestRequestRequiredNumberNullableArrayArrayOperation OperationName = "TestRequestRequiredNumberNullableArrayArray" + TestRequestRequiredStringOperation OperationName = "TestRequestRequiredString" + TestRequestRequiredStringArrayOperation OperationName = "TestRequestRequiredStringArray" + TestRequestRequiredStringArrayArrayOperation OperationName = "TestRequestRequiredStringArrayArray" + TestRequestRequiredStringBase64Operation OperationName = "TestRequestRequiredStringBase64" + TestRequestRequiredStringBase64ArrayOperation OperationName = "TestRequestRequiredStringBase64Array" + TestRequestRequiredStringBase64ArrayArrayOperation OperationName = "TestRequestRequiredStringBase64ArrayArray" + TestRequestRequiredStringBase64NullableOperation OperationName = "TestRequestRequiredStringBase64Nullable" + TestRequestRequiredStringBase64NullableArrayOperation OperationName = "TestRequestRequiredStringBase64NullableArray" + TestRequestRequiredStringBase64NullableArrayArrayOperation OperationName = "TestRequestRequiredStringBase64NullableArrayArray" + TestRequestRequiredStringBinaryOperation OperationName = "TestRequestRequiredStringBinary" + TestRequestRequiredStringBinaryArrayOperation OperationName = "TestRequestRequiredStringBinaryArray" + TestRequestRequiredStringBinaryArrayArrayOperation OperationName = "TestRequestRequiredStringBinaryArrayArray" + TestRequestRequiredStringBinaryNullableOperation OperationName = "TestRequestRequiredStringBinaryNullable" + TestRequestRequiredStringBinaryNullableArrayOperation OperationName = "TestRequestRequiredStringBinaryNullableArray" + TestRequestRequiredStringBinaryNullableArrayArrayOperation OperationName = "TestRequestRequiredStringBinaryNullableArrayArray" + TestRequestRequiredStringByteOperation OperationName = "TestRequestRequiredStringByte" + TestRequestRequiredStringByteArrayOperation OperationName = "TestRequestRequiredStringByteArray" + TestRequestRequiredStringByteArrayArrayOperation OperationName = "TestRequestRequiredStringByteArrayArray" + TestRequestRequiredStringByteNullableOperation OperationName = "TestRequestRequiredStringByteNullable" + TestRequestRequiredStringByteNullableArrayOperation OperationName = "TestRequestRequiredStringByteNullableArray" + TestRequestRequiredStringByteNullableArrayArrayOperation OperationName = "TestRequestRequiredStringByteNullableArrayArray" + TestRequestRequiredStringDateOperation OperationName = "TestRequestRequiredStringDate" + TestRequestRequiredStringDateArrayOperation OperationName = "TestRequestRequiredStringDateArray" + TestRequestRequiredStringDateArrayArrayOperation OperationName = "TestRequestRequiredStringDateArrayArray" + TestRequestRequiredStringDateNullableOperation OperationName = "TestRequestRequiredStringDateNullable" + TestRequestRequiredStringDateNullableArrayOperation OperationName = "TestRequestRequiredStringDateNullableArray" + TestRequestRequiredStringDateNullableArrayArrayOperation OperationName = "TestRequestRequiredStringDateNullableArrayArray" + TestRequestRequiredStringDateTimeOperation OperationName = "TestRequestRequiredStringDateTime" + TestRequestRequiredStringDateTimeArrayOperation OperationName = "TestRequestRequiredStringDateTimeArray" + TestRequestRequiredStringDateTimeArrayArrayOperation OperationName = "TestRequestRequiredStringDateTimeArrayArray" + TestRequestRequiredStringDateTimeNullableOperation OperationName = "TestRequestRequiredStringDateTimeNullable" + TestRequestRequiredStringDateTimeNullableArrayOperation OperationName = "TestRequestRequiredStringDateTimeNullableArray" + TestRequestRequiredStringDateTimeNullableArrayArrayOperation OperationName = "TestRequestRequiredStringDateTimeNullableArrayArray" + TestRequestRequiredStringDurationOperation OperationName = "TestRequestRequiredStringDuration" + TestRequestRequiredStringDurationArrayOperation OperationName = "TestRequestRequiredStringDurationArray" + TestRequestRequiredStringDurationArrayArrayOperation OperationName = "TestRequestRequiredStringDurationArrayArray" + TestRequestRequiredStringDurationNullableOperation OperationName = "TestRequestRequiredStringDurationNullable" + TestRequestRequiredStringDurationNullableArrayOperation OperationName = "TestRequestRequiredStringDurationNullableArray" + TestRequestRequiredStringDurationNullableArrayArrayOperation OperationName = "TestRequestRequiredStringDurationNullableArrayArray" + TestRequestRequiredStringEmailOperation OperationName = "TestRequestRequiredStringEmail" + TestRequestRequiredStringEmailArrayOperation OperationName = "TestRequestRequiredStringEmailArray" + TestRequestRequiredStringEmailArrayArrayOperation OperationName = "TestRequestRequiredStringEmailArrayArray" + TestRequestRequiredStringEmailNullableOperation OperationName = "TestRequestRequiredStringEmailNullable" + TestRequestRequiredStringEmailNullableArrayOperation OperationName = "TestRequestRequiredStringEmailNullableArray" + TestRequestRequiredStringEmailNullableArrayArrayOperation OperationName = "TestRequestRequiredStringEmailNullableArrayArray" + TestRequestRequiredStringFloat32Operation OperationName = "TestRequestRequiredStringFloat32" + TestRequestRequiredStringFloat32ArrayOperation OperationName = "TestRequestRequiredStringFloat32Array" + TestRequestRequiredStringFloat32ArrayArrayOperation OperationName = "TestRequestRequiredStringFloat32ArrayArray" + TestRequestRequiredStringFloat32NullableOperation OperationName = "TestRequestRequiredStringFloat32Nullable" + TestRequestRequiredStringFloat32NullableArrayOperation OperationName = "TestRequestRequiredStringFloat32NullableArray" + TestRequestRequiredStringFloat32NullableArrayArrayOperation OperationName = "TestRequestRequiredStringFloat32NullableArrayArray" + TestRequestRequiredStringFloat64Operation OperationName = "TestRequestRequiredStringFloat64" + TestRequestRequiredStringFloat64ArrayOperation OperationName = "TestRequestRequiredStringFloat64Array" + TestRequestRequiredStringFloat64ArrayArrayOperation OperationName = "TestRequestRequiredStringFloat64ArrayArray" + TestRequestRequiredStringFloat64NullableOperation OperationName = "TestRequestRequiredStringFloat64Nullable" + TestRequestRequiredStringFloat64NullableArrayOperation OperationName = "TestRequestRequiredStringFloat64NullableArray" + TestRequestRequiredStringFloat64NullableArrayArrayOperation OperationName = "TestRequestRequiredStringFloat64NullableArrayArray" + TestRequestRequiredStringHostnameOperation OperationName = "TestRequestRequiredStringHostname" + TestRequestRequiredStringHostnameArrayOperation OperationName = "TestRequestRequiredStringHostnameArray" + TestRequestRequiredStringHostnameArrayArrayOperation OperationName = "TestRequestRequiredStringHostnameArrayArray" + TestRequestRequiredStringHostnameNullableOperation OperationName = "TestRequestRequiredStringHostnameNullable" + TestRequestRequiredStringHostnameNullableArrayOperation OperationName = "TestRequestRequiredStringHostnameNullableArray" + TestRequestRequiredStringHostnameNullableArrayArrayOperation OperationName = "TestRequestRequiredStringHostnameNullableArrayArray" + TestRequestRequiredStringIPOperation OperationName = "TestRequestRequiredStringIP" + TestRequestRequiredStringIPArrayOperation OperationName = "TestRequestRequiredStringIPArray" + TestRequestRequiredStringIPArrayArrayOperation OperationName = "TestRequestRequiredStringIPArrayArray" + TestRequestRequiredStringIPNullableOperation OperationName = "TestRequestRequiredStringIPNullable" + TestRequestRequiredStringIPNullableArrayOperation OperationName = "TestRequestRequiredStringIPNullableArray" + TestRequestRequiredStringIPNullableArrayArrayOperation OperationName = "TestRequestRequiredStringIPNullableArrayArray" + TestRequestRequiredStringIntOperation OperationName = "TestRequestRequiredStringInt" + TestRequestRequiredStringInt16Operation OperationName = "TestRequestRequiredStringInt16" + TestRequestRequiredStringInt16ArrayOperation OperationName = "TestRequestRequiredStringInt16Array" + TestRequestRequiredStringInt16ArrayArrayOperation OperationName = "TestRequestRequiredStringInt16ArrayArray" + TestRequestRequiredStringInt16NullableOperation OperationName = "TestRequestRequiredStringInt16Nullable" + TestRequestRequiredStringInt16NullableArrayOperation OperationName = "TestRequestRequiredStringInt16NullableArray" + TestRequestRequiredStringInt16NullableArrayArrayOperation OperationName = "TestRequestRequiredStringInt16NullableArrayArray" + TestRequestRequiredStringInt32Operation OperationName = "TestRequestRequiredStringInt32" + TestRequestRequiredStringInt32ArrayOperation OperationName = "TestRequestRequiredStringInt32Array" + TestRequestRequiredStringInt32ArrayArrayOperation OperationName = "TestRequestRequiredStringInt32ArrayArray" + TestRequestRequiredStringInt32NullableOperation OperationName = "TestRequestRequiredStringInt32Nullable" + TestRequestRequiredStringInt32NullableArrayOperation OperationName = "TestRequestRequiredStringInt32NullableArray" + TestRequestRequiredStringInt32NullableArrayArrayOperation OperationName = "TestRequestRequiredStringInt32NullableArrayArray" + TestRequestRequiredStringInt64Operation OperationName = "TestRequestRequiredStringInt64" + TestRequestRequiredStringInt64ArrayOperation OperationName = "TestRequestRequiredStringInt64Array" + TestRequestRequiredStringInt64ArrayArrayOperation OperationName = "TestRequestRequiredStringInt64ArrayArray" + TestRequestRequiredStringInt64NullableOperation OperationName = "TestRequestRequiredStringInt64Nullable" + TestRequestRequiredStringInt64NullableArrayOperation OperationName = "TestRequestRequiredStringInt64NullableArray" + TestRequestRequiredStringInt64NullableArrayArrayOperation OperationName = "TestRequestRequiredStringInt64NullableArrayArray" + TestRequestRequiredStringInt8Operation OperationName = "TestRequestRequiredStringInt8" + TestRequestRequiredStringInt8ArrayOperation OperationName = "TestRequestRequiredStringInt8Array" + TestRequestRequiredStringInt8ArrayArrayOperation OperationName = "TestRequestRequiredStringInt8ArrayArray" + TestRequestRequiredStringInt8NullableOperation OperationName = "TestRequestRequiredStringInt8Nullable" + TestRequestRequiredStringInt8NullableArrayOperation OperationName = "TestRequestRequiredStringInt8NullableArray" + TestRequestRequiredStringInt8NullableArrayArrayOperation OperationName = "TestRequestRequiredStringInt8NullableArrayArray" + TestRequestRequiredStringIntArrayOperation OperationName = "TestRequestRequiredStringIntArray" + TestRequestRequiredStringIntArrayArrayOperation OperationName = "TestRequestRequiredStringIntArrayArray" + TestRequestRequiredStringIntNullableOperation OperationName = "TestRequestRequiredStringIntNullable" + TestRequestRequiredStringIntNullableArrayOperation OperationName = "TestRequestRequiredStringIntNullableArray" + TestRequestRequiredStringIntNullableArrayArrayOperation OperationName = "TestRequestRequiredStringIntNullableArrayArray" + TestRequestRequiredStringIpv4Operation OperationName = "TestRequestRequiredStringIpv4" + TestRequestRequiredStringIpv4ArrayOperation OperationName = "TestRequestRequiredStringIpv4Array" + TestRequestRequiredStringIpv4ArrayArrayOperation OperationName = "TestRequestRequiredStringIpv4ArrayArray" + TestRequestRequiredStringIpv4NullableOperation OperationName = "TestRequestRequiredStringIpv4Nullable" + TestRequestRequiredStringIpv4NullableArrayOperation OperationName = "TestRequestRequiredStringIpv4NullableArray" + TestRequestRequiredStringIpv4NullableArrayArrayOperation OperationName = "TestRequestRequiredStringIpv4NullableArrayArray" + TestRequestRequiredStringIpv6Operation OperationName = "TestRequestRequiredStringIpv6" + TestRequestRequiredStringIpv6ArrayOperation OperationName = "TestRequestRequiredStringIpv6Array" + TestRequestRequiredStringIpv6ArrayArrayOperation OperationName = "TestRequestRequiredStringIpv6ArrayArray" + TestRequestRequiredStringIpv6NullableOperation OperationName = "TestRequestRequiredStringIpv6Nullable" + TestRequestRequiredStringIpv6NullableArrayOperation OperationName = "TestRequestRequiredStringIpv6NullableArray" + TestRequestRequiredStringIpv6NullableArrayArrayOperation OperationName = "TestRequestRequiredStringIpv6NullableArrayArray" + TestRequestRequiredStringMACOperation OperationName = "TestRequestRequiredStringMAC" + TestRequestRequiredStringMACArrayOperation OperationName = "TestRequestRequiredStringMACArray" + TestRequestRequiredStringMACArrayArrayOperation OperationName = "TestRequestRequiredStringMACArrayArray" + TestRequestRequiredStringMACNullableOperation OperationName = "TestRequestRequiredStringMACNullable" + TestRequestRequiredStringMACNullableArrayOperation OperationName = "TestRequestRequiredStringMACNullableArray" + TestRequestRequiredStringMACNullableArrayArrayOperation OperationName = "TestRequestRequiredStringMACNullableArrayArray" + TestRequestRequiredStringNullableOperation OperationName = "TestRequestRequiredStringNullable" + TestRequestRequiredStringNullableArrayOperation OperationName = "TestRequestRequiredStringNullableArray" + TestRequestRequiredStringNullableArrayArrayOperation OperationName = "TestRequestRequiredStringNullableArrayArray" + TestRequestRequiredStringPasswordOperation OperationName = "TestRequestRequiredStringPassword" + TestRequestRequiredStringPasswordArrayOperation OperationName = "TestRequestRequiredStringPasswordArray" + TestRequestRequiredStringPasswordArrayArrayOperation OperationName = "TestRequestRequiredStringPasswordArrayArray" + TestRequestRequiredStringPasswordNullableOperation OperationName = "TestRequestRequiredStringPasswordNullable" + TestRequestRequiredStringPasswordNullableArrayOperation OperationName = "TestRequestRequiredStringPasswordNullableArray" + TestRequestRequiredStringPasswordNullableArrayArrayOperation OperationName = "TestRequestRequiredStringPasswordNullableArrayArray" + TestRequestRequiredStringTimeOperation OperationName = "TestRequestRequiredStringTime" + TestRequestRequiredStringTimeArrayOperation OperationName = "TestRequestRequiredStringTimeArray" + TestRequestRequiredStringTimeArrayArrayOperation OperationName = "TestRequestRequiredStringTimeArrayArray" + TestRequestRequiredStringTimeNullableOperation OperationName = "TestRequestRequiredStringTimeNullable" + TestRequestRequiredStringTimeNullableArrayOperation OperationName = "TestRequestRequiredStringTimeNullableArray" + TestRequestRequiredStringTimeNullableArrayArrayOperation OperationName = "TestRequestRequiredStringTimeNullableArrayArray" + TestRequestRequiredStringURIOperation OperationName = "TestRequestRequiredStringURI" + TestRequestRequiredStringURIArrayOperation OperationName = "TestRequestRequiredStringURIArray" + TestRequestRequiredStringURIArrayArrayOperation OperationName = "TestRequestRequiredStringURIArrayArray" + TestRequestRequiredStringURINullableOperation OperationName = "TestRequestRequiredStringURINullable" + TestRequestRequiredStringURINullableArrayOperation OperationName = "TestRequestRequiredStringURINullableArray" + TestRequestRequiredStringURINullableArrayArrayOperation OperationName = "TestRequestRequiredStringURINullableArrayArray" + TestRequestRequiredStringUUIDOperation OperationName = "TestRequestRequiredStringUUID" + TestRequestRequiredStringUUIDArrayOperation OperationName = "TestRequestRequiredStringUUIDArray" + TestRequestRequiredStringUUIDArrayArrayOperation OperationName = "TestRequestRequiredStringUUIDArrayArray" + TestRequestRequiredStringUUIDNullableOperation OperationName = "TestRequestRequiredStringUUIDNullable" + TestRequestRequiredStringUUIDNullableArrayOperation OperationName = "TestRequestRequiredStringUUIDNullableArray" + TestRequestRequiredStringUUIDNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUUIDNullableArrayArray" + TestRequestRequiredStringUintOperation OperationName = "TestRequestRequiredStringUint" + TestRequestRequiredStringUint16Operation OperationName = "TestRequestRequiredStringUint16" + TestRequestRequiredStringUint16ArrayOperation OperationName = "TestRequestRequiredStringUint16Array" + TestRequestRequiredStringUint16ArrayArrayOperation OperationName = "TestRequestRequiredStringUint16ArrayArray" + TestRequestRequiredStringUint16NullableOperation OperationName = "TestRequestRequiredStringUint16Nullable" + TestRequestRequiredStringUint16NullableArrayOperation OperationName = "TestRequestRequiredStringUint16NullableArray" + TestRequestRequiredStringUint16NullableArrayArrayOperation OperationName = "TestRequestRequiredStringUint16NullableArrayArray" + TestRequestRequiredStringUint32Operation OperationName = "TestRequestRequiredStringUint32" + TestRequestRequiredStringUint32ArrayOperation OperationName = "TestRequestRequiredStringUint32Array" + TestRequestRequiredStringUint32ArrayArrayOperation OperationName = "TestRequestRequiredStringUint32ArrayArray" + TestRequestRequiredStringUint32NullableOperation OperationName = "TestRequestRequiredStringUint32Nullable" + TestRequestRequiredStringUint32NullableArrayOperation OperationName = "TestRequestRequiredStringUint32NullableArray" + TestRequestRequiredStringUint32NullableArrayArrayOperation OperationName = "TestRequestRequiredStringUint32NullableArrayArray" + TestRequestRequiredStringUint64Operation OperationName = "TestRequestRequiredStringUint64" + TestRequestRequiredStringUint64ArrayOperation OperationName = "TestRequestRequiredStringUint64Array" + TestRequestRequiredStringUint64ArrayArrayOperation OperationName = "TestRequestRequiredStringUint64ArrayArray" + TestRequestRequiredStringUint64NullableOperation OperationName = "TestRequestRequiredStringUint64Nullable" + TestRequestRequiredStringUint64NullableArrayOperation OperationName = "TestRequestRequiredStringUint64NullableArray" + TestRequestRequiredStringUint64NullableArrayArrayOperation OperationName = "TestRequestRequiredStringUint64NullableArrayArray" + TestRequestRequiredStringUint8Operation OperationName = "TestRequestRequiredStringUint8" + TestRequestRequiredStringUint8ArrayOperation OperationName = "TestRequestRequiredStringUint8Array" + TestRequestRequiredStringUint8ArrayArrayOperation OperationName = "TestRequestRequiredStringUint8ArrayArray" + TestRequestRequiredStringUint8NullableOperation OperationName = "TestRequestRequiredStringUint8Nullable" + TestRequestRequiredStringUint8NullableArrayOperation OperationName = "TestRequestRequiredStringUint8NullableArray" + TestRequestRequiredStringUint8NullableArrayArrayOperation OperationName = "TestRequestRequiredStringUint8NullableArrayArray" + TestRequestRequiredStringUintArrayOperation OperationName = "TestRequestRequiredStringUintArray" + TestRequestRequiredStringUintArrayArrayOperation OperationName = "TestRequestRequiredStringUintArrayArray" + TestRequestRequiredStringUintNullableOperation OperationName = "TestRequestRequiredStringUintNullable" + TestRequestRequiredStringUintNullableArrayOperation OperationName = "TestRequestRequiredStringUintNullableArray" + TestRequestRequiredStringUintNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUintNullableArrayArray" + TestRequestRequiredStringUnixOperation OperationName = "TestRequestRequiredStringUnix" + TestRequestRequiredStringUnixArrayOperation OperationName = "TestRequestRequiredStringUnixArray" + TestRequestRequiredStringUnixArrayArrayOperation OperationName = "TestRequestRequiredStringUnixArrayArray" + TestRequestRequiredStringUnixMicroOperation OperationName = "TestRequestRequiredStringUnixMicro" + TestRequestRequiredStringUnixMicroArrayOperation OperationName = "TestRequestRequiredStringUnixMicroArray" + TestRequestRequiredStringUnixMicroArrayArrayOperation OperationName = "TestRequestRequiredStringUnixMicroArrayArray" + TestRequestRequiredStringUnixMicroNullableOperation OperationName = "TestRequestRequiredStringUnixMicroNullable" + TestRequestRequiredStringUnixMicroNullableArrayOperation OperationName = "TestRequestRequiredStringUnixMicroNullableArray" + TestRequestRequiredStringUnixMicroNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUnixMicroNullableArrayArray" + TestRequestRequiredStringUnixMilliOperation OperationName = "TestRequestRequiredStringUnixMilli" + TestRequestRequiredStringUnixMilliArrayOperation OperationName = "TestRequestRequiredStringUnixMilliArray" + TestRequestRequiredStringUnixMilliArrayArrayOperation OperationName = "TestRequestRequiredStringUnixMilliArrayArray" + TestRequestRequiredStringUnixMilliNullableOperation OperationName = "TestRequestRequiredStringUnixMilliNullable" + TestRequestRequiredStringUnixMilliNullableArrayOperation OperationName = "TestRequestRequiredStringUnixMilliNullableArray" + TestRequestRequiredStringUnixMilliNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUnixMilliNullableArrayArray" + TestRequestRequiredStringUnixNanoOperation OperationName = "TestRequestRequiredStringUnixNano" + TestRequestRequiredStringUnixNanoArrayOperation OperationName = "TestRequestRequiredStringUnixNanoArray" + TestRequestRequiredStringUnixNanoArrayArrayOperation OperationName = "TestRequestRequiredStringUnixNanoArrayArray" + TestRequestRequiredStringUnixNanoNullableOperation OperationName = "TestRequestRequiredStringUnixNanoNullable" + TestRequestRequiredStringUnixNanoNullableArrayOperation OperationName = "TestRequestRequiredStringUnixNanoNullableArray" + TestRequestRequiredStringUnixNanoNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUnixNanoNullableArrayArray" + TestRequestRequiredStringUnixNullableOperation OperationName = "TestRequestRequiredStringUnixNullable" + TestRequestRequiredStringUnixNullableArrayOperation OperationName = "TestRequestRequiredStringUnixNullableArray" + TestRequestRequiredStringUnixNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUnixNullableArrayArray" + TestRequestRequiredStringUnixSecondsOperation OperationName = "TestRequestRequiredStringUnixSeconds" + TestRequestRequiredStringUnixSecondsArrayOperation OperationName = "TestRequestRequiredStringUnixSecondsArray" + TestRequestRequiredStringUnixSecondsArrayArrayOperation OperationName = "TestRequestRequiredStringUnixSecondsArrayArray" + TestRequestRequiredStringUnixSecondsNullableOperation OperationName = "TestRequestRequiredStringUnixSecondsNullable" + TestRequestRequiredStringUnixSecondsNullableArrayOperation OperationName = "TestRequestRequiredStringUnixSecondsNullableArray" + TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation OperationName = "TestRequestRequiredStringUnixSecondsNullableArrayArray" + TestRequestStringOperation OperationName = "TestRequestString" + TestRequestStringArrayOperation OperationName = "TestRequestStringArray" + TestRequestStringArrayArrayOperation OperationName = "TestRequestStringArrayArray" + TestRequestStringBase64Operation OperationName = "TestRequestStringBase64" + TestRequestStringBase64ArrayOperation OperationName = "TestRequestStringBase64Array" + TestRequestStringBase64ArrayArrayOperation OperationName = "TestRequestStringBase64ArrayArray" + TestRequestStringBase64NullableOperation OperationName = "TestRequestStringBase64Nullable" + TestRequestStringBase64NullableArrayOperation OperationName = "TestRequestStringBase64NullableArray" + TestRequestStringBase64NullableArrayArrayOperation OperationName = "TestRequestStringBase64NullableArrayArray" + TestRequestStringBinaryOperation OperationName = "TestRequestStringBinary" + TestRequestStringBinaryArrayOperation OperationName = "TestRequestStringBinaryArray" + TestRequestStringBinaryArrayArrayOperation OperationName = "TestRequestStringBinaryArrayArray" + TestRequestStringBinaryNullableOperation OperationName = "TestRequestStringBinaryNullable" + TestRequestStringBinaryNullableArrayOperation OperationName = "TestRequestStringBinaryNullableArray" + TestRequestStringBinaryNullableArrayArrayOperation OperationName = "TestRequestStringBinaryNullableArrayArray" + TestRequestStringByteOperation OperationName = "TestRequestStringByte" + TestRequestStringByteArrayOperation OperationName = "TestRequestStringByteArray" + TestRequestStringByteArrayArrayOperation OperationName = "TestRequestStringByteArrayArray" + TestRequestStringByteNullableOperation OperationName = "TestRequestStringByteNullable" + TestRequestStringByteNullableArrayOperation OperationName = "TestRequestStringByteNullableArray" + TestRequestStringByteNullableArrayArrayOperation OperationName = "TestRequestStringByteNullableArrayArray" + TestRequestStringDateOperation OperationName = "TestRequestStringDate" + TestRequestStringDateArrayOperation OperationName = "TestRequestStringDateArray" + TestRequestStringDateArrayArrayOperation OperationName = "TestRequestStringDateArrayArray" + TestRequestStringDateNullableOperation OperationName = "TestRequestStringDateNullable" + TestRequestStringDateNullableArrayOperation OperationName = "TestRequestStringDateNullableArray" + TestRequestStringDateNullableArrayArrayOperation OperationName = "TestRequestStringDateNullableArrayArray" + TestRequestStringDateTimeOperation OperationName = "TestRequestStringDateTime" + TestRequestStringDateTimeArrayOperation OperationName = "TestRequestStringDateTimeArray" + TestRequestStringDateTimeArrayArrayOperation OperationName = "TestRequestStringDateTimeArrayArray" + TestRequestStringDateTimeNullableOperation OperationName = "TestRequestStringDateTimeNullable" + TestRequestStringDateTimeNullableArrayOperation OperationName = "TestRequestStringDateTimeNullableArray" + TestRequestStringDateTimeNullableArrayArrayOperation OperationName = "TestRequestStringDateTimeNullableArrayArray" + TestRequestStringDurationOperation OperationName = "TestRequestStringDuration" + TestRequestStringDurationArrayOperation OperationName = "TestRequestStringDurationArray" + TestRequestStringDurationArrayArrayOperation OperationName = "TestRequestStringDurationArrayArray" + TestRequestStringDurationNullableOperation OperationName = "TestRequestStringDurationNullable" + TestRequestStringDurationNullableArrayOperation OperationName = "TestRequestStringDurationNullableArray" + TestRequestStringDurationNullableArrayArrayOperation OperationName = "TestRequestStringDurationNullableArrayArray" + TestRequestStringEmailOperation OperationName = "TestRequestStringEmail" + TestRequestStringEmailArrayOperation OperationName = "TestRequestStringEmailArray" + TestRequestStringEmailArrayArrayOperation OperationName = "TestRequestStringEmailArrayArray" + TestRequestStringEmailNullableOperation OperationName = "TestRequestStringEmailNullable" + TestRequestStringEmailNullableArrayOperation OperationName = "TestRequestStringEmailNullableArray" + TestRequestStringEmailNullableArrayArrayOperation OperationName = "TestRequestStringEmailNullableArrayArray" + TestRequestStringFloat32Operation OperationName = "TestRequestStringFloat32" + TestRequestStringFloat32ArrayOperation OperationName = "TestRequestStringFloat32Array" + TestRequestStringFloat32ArrayArrayOperation OperationName = "TestRequestStringFloat32ArrayArray" + TestRequestStringFloat32NullableOperation OperationName = "TestRequestStringFloat32Nullable" + TestRequestStringFloat32NullableArrayOperation OperationName = "TestRequestStringFloat32NullableArray" + TestRequestStringFloat32NullableArrayArrayOperation OperationName = "TestRequestStringFloat32NullableArrayArray" + TestRequestStringFloat64Operation OperationName = "TestRequestStringFloat64" + TestRequestStringFloat64ArrayOperation OperationName = "TestRequestStringFloat64Array" + TestRequestStringFloat64ArrayArrayOperation OperationName = "TestRequestStringFloat64ArrayArray" + TestRequestStringFloat64NullableOperation OperationName = "TestRequestStringFloat64Nullable" + TestRequestStringFloat64NullableArrayOperation OperationName = "TestRequestStringFloat64NullableArray" + TestRequestStringFloat64NullableArrayArrayOperation OperationName = "TestRequestStringFloat64NullableArrayArray" + TestRequestStringHostnameOperation OperationName = "TestRequestStringHostname" + TestRequestStringHostnameArrayOperation OperationName = "TestRequestStringHostnameArray" + TestRequestStringHostnameArrayArrayOperation OperationName = "TestRequestStringHostnameArrayArray" + TestRequestStringHostnameNullableOperation OperationName = "TestRequestStringHostnameNullable" + TestRequestStringHostnameNullableArrayOperation OperationName = "TestRequestStringHostnameNullableArray" + TestRequestStringHostnameNullableArrayArrayOperation OperationName = "TestRequestStringHostnameNullableArrayArray" + TestRequestStringIPOperation OperationName = "TestRequestStringIP" + TestRequestStringIPArrayOperation OperationName = "TestRequestStringIPArray" + TestRequestStringIPArrayArrayOperation OperationName = "TestRequestStringIPArrayArray" + TestRequestStringIPNullableOperation OperationName = "TestRequestStringIPNullable" + TestRequestStringIPNullableArrayOperation OperationName = "TestRequestStringIPNullableArray" + TestRequestStringIPNullableArrayArrayOperation OperationName = "TestRequestStringIPNullableArrayArray" + TestRequestStringIntOperation OperationName = "TestRequestStringInt" + TestRequestStringInt16Operation OperationName = "TestRequestStringInt16" + TestRequestStringInt16ArrayOperation OperationName = "TestRequestStringInt16Array" + TestRequestStringInt16ArrayArrayOperation OperationName = "TestRequestStringInt16ArrayArray" + TestRequestStringInt16NullableOperation OperationName = "TestRequestStringInt16Nullable" + TestRequestStringInt16NullableArrayOperation OperationName = "TestRequestStringInt16NullableArray" + TestRequestStringInt16NullableArrayArrayOperation OperationName = "TestRequestStringInt16NullableArrayArray" + TestRequestStringInt32Operation OperationName = "TestRequestStringInt32" + TestRequestStringInt32ArrayOperation OperationName = "TestRequestStringInt32Array" + TestRequestStringInt32ArrayArrayOperation OperationName = "TestRequestStringInt32ArrayArray" + TestRequestStringInt32NullableOperation OperationName = "TestRequestStringInt32Nullable" + TestRequestStringInt32NullableArrayOperation OperationName = "TestRequestStringInt32NullableArray" + TestRequestStringInt32NullableArrayArrayOperation OperationName = "TestRequestStringInt32NullableArrayArray" + TestRequestStringInt64Operation OperationName = "TestRequestStringInt64" + TestRequestStringInt64ArrayOperation OperationName = "TestRequestStringInt64Array" + TestRequestStringInt64ArrayArrayOperation OperationName = "TestRequestStringInt64ArrayArray" + TestRequestStringInt64NullableOperation OperationName = "TestRequestStringInt64Nullable" + TestRequestStringInt64NullableArrayOperation OperationName = "TestRequestStringInt64NullableArray" + TestRequestStringInt64NullableArrayArrayOperation OperationName = "TestRequestStringInt64NullableArrayArray" + TestRequestStringInt8Operation OperationName = "TestRequestStringInt8" + TestRequestStringInt8ArrayOperation OperationName = "TestRequestStringInt8Array" + TestRequestStringInt8ArrayArrayOperation OperationName = "TestRequestStringInt8ArrayArray" + TestRequestStringInt8NullableOperation OperationName = "TestRequestStringInt8Nullable" + TestRequestStringInt8NullableArrayOperation OperationName = "TestRequestStringInt8NullableArray" + TestRequestStringInt8NullableArrayArrayOperation OperationName = "TestRequestStringInt8NullableArrayArray" + TestRequestStringIntArrayOperation OperationName = "TestRequestStringIntArray" + TestRequestStringIntArrayArrayOperation OperationName = "TestRequestStringIntArrayArray" + TestRequestStringIntNullableOperation OperationName = "TestRequestStringIntNullable" + TestRequestStringIntNullableArrayOperation OperationName = "TestRequestStringIntNullableArray" + TestRequestStringIntNullableArrayArrayOperation OperationName = "TestRequestStringIntNullableArrayArray" + TestRequestStringIpv4Operation OperationName = "TestRequestStringIpv4" + TestRequestStringIpv4ArrayOperation OperationName = "TestRequestStringIpv4Array" + TestRequestStringIpv4ArrayArrayOperation OperationName = "TestRequestStringIpv4ArrayArray" + TestRequestStringIpv4NullableOperation OperationName = "TestRequestStringIpv4Nullable" + TestRequestStringIpv4NullableArrayOperation OperationName = "TestRequestStringIpv4NullableArray" + TestRequestStringIpv4NullableArrayArrayOperation OperationName = "TestRequestStringIpv4NullableArrayArray" + TestRequestStringIpv6Operation OperationName = "TestRequestStringIpv6" + TestRequestStringIpv6ArrayOperation OperationName = "TestRequestStringIpv6Array" + TestRequestStringIpv6ArrayArrayOperation OperationName = "TestRequestStringIpv6ArrayArray" + TestRequestStringIpv6NullableOperation OperationName = "TestRequestStringIpv6Nullable" + TestRequestStringIpv6NullableArrayOperation OperationName = "TestRequestStringIpv6NullableArray" + TestRequestStringIpv6NullableArrayArrayOperation OperationName = "TestRequestStringIpv6NullableArrayArray" + TestRequestStringMACOperation OperationName = "TestRequestStringMAC" + TestRequestStringMACArrayOperation OperationName = "TestRequestStringMACArray" + TestRequestStringMACArrayArrayOperation OperationName = "TestRequestStringMACArrayArray" + TestRequestStringMACNullableOperation OperationName = "TestRequestStringMACNullable" + TestRequestStringMACNullableArrayOperation OperationName = "TestRequestStringMACNullableArray" + TestRequestStringMACNullableArrayArrayOperation OperationName = "TestRequestStringMACNullableArrayArray" + TestRequestStringNullableOperation OperationName = "TestRequestStringNullable" + TestRequestStringNullableArrayOperation OperationName = "TestRequestStringNullableArray" + TestRequestStringNullableArrayArrayOperation OperationName = "TestRequestStringNullableArrayArray" + TestRequestStringPasswordOperation OperationName = "TestRequestStringPassword" + TestRequestStringPasswordArrayOperation OperationName = "TestRequestStringPasswordArray" + TestRequestStringPasswordArrayArrayOperation OperationName = "TestRequestStringPasswordArrayArray" + TestRequestStringPasswordNullableOperation OperationName = "TestRequestStringPasswordNullable" + TestRequestStringPasswordNullableArrayOperation OperationName = "TestRequestStringPasswordNullableArray" + TestRequestStringPasswordNullableArrayArrayOperation OperationName = "TestRequestStringPasswordNullableArrayArray" + TestRequestStringTimeOperation OperationName = "TestRequestStringTime" + TestRequestStringTimeArrayOperation OperationName = "TestRequestStringTimeArray" + TestRequestStringTimeArrayArrayOperation OperationName = "TestRequestStringTimeArrayArray" + TestRequestStringTimeNullableOperation OperationName = "TestRequestStringTimeNullable" + TestRequestStringTimeNullableArrayOperation OperationName = "TestRequestStringTimeNullableArray" + TestRequestStringTimeNullableArrayArrayOperation OperationName = "TestRequestStringTimeNullableArrayArray" + TestRequestStringURIOperation OperationName = "TestRequestStringURI" + TestRequestStringURIArrayOperation OperationName = "TestRequestStringURIArray" + TestRequestStringURIArrayArrayOperation OperationName = "TestRequestStringURIArrayArray" + TestRequestStringURINullableOperation OperationName = "TestRequestStringURINullable" + TestRequestStringURINullableArrayOperation OperationName = "TestRequestStringURINullableArray" + TestRequestStringURINullableArrayArrayOperation OperationName = "TestRequestStringURINullableArrayArray" + TestRequestStringUUIDOperation OperationName = "TestRequestStringUUID" + TestRequestStringUUIDArrayOperation OperationName = "TestRequestStringUUIDArray" + TestRequestStringUUIDArrayArrayOperation OperationName = "TestRequestStringUUIDArrayArray" + TestRequestStringUUIDNullableOperation OperationName = "TestRequestStringUUIDNullable" + TestRequestStringUUIDNullableArrayOperation OperationName = "TestRequestStringUUIDNullableArray" + TestRequestStringUUIDNullableArrayArrayOperation OperationName = "TestRequestStringUUIDNullableArrayArray" + TestRequestStringUintOperation OperationName = "TestRequestStringUint" + TestRequestStringUint16Operation OperationName = "TestRequestStringUint16" + TestRequestStringUint16ArrayOperation OperationName = "TestRequestStringUint16Array" + TestRequestStringUint16ArrayArrayOperation OperationName = "TestRequestStringUint16ArrayArray" + TestRequestStringUint16NullableOperation OperationName = "TestRequestStringUint16Nullable" + TestRequestStringUint16NullableArrayOperation OperationName = "TestRequestStringUint16NullableArray" + TestRequestStringUint16NullableArrayArrayOperation OperationName = "TestRequestStringUint16NullableArrayArray" + TestRequestStringUint32Operation OperationName = "TestRequestStringUint32" + TestRequestStringUint32ArrayOperation OperationName = "TestRequestStringUint32Array" + TestRequestStringUint32ArrayArrayOperation OperationName = "TestRequestStringUint32ArrayArray" + TestRequestStringUint32NullableOperation OperationName = "TestRequestStringUint32Nullable" + TestRequestStringUint32NullableArrayOperation OperationName = "TestRequestStringUint32NullableArray" + TestRequestStringUint32NullableArrayArrayOperation OperationName = "TestRequestStringUint32NullableArrayArray" + TestRequestStringUint64Operation OperationName = "TestRequestStringUint64" + TestRequestStringUint64ArrayOperation OperationName = "TestRequestStringUint64Array" + TestRequestStringUint64ArrayArrayOperation OperationName = "TestRequestStringUint64ArrayArray" + TestRequestStringUint64NullableOperation OperationName = "TestRequestStringUint64Nullable" + TestRequestStringUint64NullableArrayOperation OperationName = "TestRequestStringUint64NullableArray" + TestRequestStringUint64NullableArrayArrayOperation OperationName = "TestRequestStringUint64NullableArrayArray" + TestRequestStringUint8Operation OperationName = "TestRequestStringUint8" + TestRequestStringUint8ArrayOperation OperationName = "TestRequestStringUint8Array" + TestRequestStringUint8ArrayArrayOperation OperationName = "TestRequestStringUint8ArrayArray" + TestRequestStringUint8NullableOperation OperationName = "TestRequestStringUint8Nullable" + TestRequestStringUint8NullableArrayOperation OperationName = "TestRequestStringUint8NullableArray" + TestRequestStringUint8NullableArrayArrayOperation OperationName = "TestRequestStringUint8NullableArrayArray" + TestRequestStringUintArrayOperation OperationName = "TestRequestStringUintArray" + TestRequestStringUintArrayArrayOperation OperationName = "TestRequestStringUintArrayArray" + TestRequestStringUintNullableOperation OperationName = "TestRequestStringUintNullable" + TestRequestStringUintNullableArrayOperation OperationName = "TestRequestStringUintNullableArray" + TestRequestStringUintNullableArrayArrayOperation OperationName = "TestRequestStringUintNullableArrayArray" + TestRequestStringUnixOperation OperationName = "TestRequestStringUnix" + TestRequestStringUnixArrayOperation OperationName = "TestRequestStringUnixArray" + TestRequestStringUnixArrayArrayOperation OperationName = "TestRequestStringUnixArrayArray" + TestRequestStringUnixMicroOperation OperationName = "TestRequestStringUnixMicro" + TestRequestStringUnixMicroArrayOperation OperationName = "TestRequestStringUnixMicroArray" + TestRequestStringUnixMicroArrayArrayOperation OperationName = "TestRequestStringUnixMicroArrayArray" + TestRequestStringUnixMicroNullableOperation OperationName = "TestRequestStringUnixMicroNullable" + TestRequestStringUnixMicroNullableArrayOperation OperationName = "TestRequestStringUnixMicroNullableArray" + TestRequestStringUnixMicroNullableArrayArrayOperation OperationName = "TestRequestStringUnixMicroNullableArrayArray" + TestRequestStringUnixMilliOperation OperationName = "TestRequestStringUnixMilli" + TestRequestStringUnixMilliArrayOperation OperationName = "TestRequestStringUnixMilliArray" + TestRequestStringUnixMilliArrayArrayOperation OperationName = "TestRequestStringUnixMilliArrayArray" + TestRequestStringUnixMilliNullableOperation OperationName = "TestRequestStringUnixMilliNullable" + TestRequestStringUnixMilliNullableArrayOperation OperationName = "TestRequestStringUnixMilliNullableArray" + TestRequestStringUnixMilliNullableArrayArrayOperation OperationName = "TestRequestStringUnixMilliNullableArrayArray" + TestRequestStringUnixNanoOperation OperationName = "TestRequestStringUnixNano" + TestRequestStringUnixNanoArrayOperation OperationName = "TestRequestStringUnixNanoArray" + TestRequestStringUnixNanoArrayArrayOperation OperationName = "TestRequestStringUnixNanoArrayArray" + TestRequestStringUnixNanoNullableOperation OperationName = "TestRequestStringUnixNanoNullable" + TestRequestStringUnixNanoNullableArrayOperation OperationName = "TestRequestStringUnixNanoNullableArray" + TestRequestStringUnixNanoNullableArrayArrayOperation OperationName = "TestRequestStringUnixNanoNullableArrayArray" + TestRequestStringUnixNullableOperation OperationName = "TestRequestStringUnixNullable" + TestRequestStringUnixNullableArrayOperation OperationName = "TestRequestStringUnixNullableArray" + TestRequestStringUnixNullableArrayArrayOperation OperationName = "TestRequestStringUnixNullableArrayArray" + TestRequestStringUnixSecondsOperation OperationName = "TestRequestStringUnixSeconds" + TestRequestStringUnixSecondsArrayOperation OperationName = "TestRequestStringUnixSecondsArray" + TestRequestStringUnixSecondsArrayArrayOperation OperationName = "TestRequestStringUnixSecondsArrayArray" + TestRequestStringUnixSecondsNullableOperation OperationName = "TestRequestStringUnixSecondsNullable" + TestRequestStringUnixSecondsNullableArrayOperation OperationName = "TestRequestStringUnixSecondsNullableArray" + TestRequestStringUnixSecondsNullableArrayArrayOperation OperationName = "TestRequestStringUnixSecondsNullableArrayArray" + TestResponseAnyOperation OperationName = "TestResponseAny" + TestResponseBooleanOperation OperationName = "TestResponseBoolean" + TestResponseBooleanArrayOperation OperationName = "TestResponseBooleanArray" + TestResponseBooleanArrayArrayOperation OperationName = "TestResponseBooleanArrayArray" + TestResponseBooleanNullableOperation OperationName = "TestResponseBooleanNullable" + TestResponseBooleanNullableArrayOperation OperationName = "TestResponseBooleanNullableArray" + TestResponseBooleanNullableArrayArrayOperation OperationName = "TestResponseBooleanNullableArrayArray" + TestResponseEmptyStructOperation OperationName = "TestResponseEmptyStruct" + TestResponseFormatTestOperation OperationName = "TestResponseFormatTest" + TestResponseIntegerOperation OperationName = "TestResponseInteger" + TestResponseIntegerArrayOperation OperationName = "TestResponseIntegerArray" + TestResponseIntegerArrayArrayOperation OperationName = "TestResponseIntegerArrayArray" + TestResponseIntegerInt16Operation OperationName = "TestResponseIntegerInt16" + TestResponseIntegerInt16ArrayOperation OperationName = "TestResponseIntegerInt16Array" + TestResponseIntegerInt16ArrayArrayOperation OperationName = "TestResponseIntegerInt16ArrayArray" + TestResponseIntegerInt16NullableOperation OperationName = "TestResponseIntegerInt16Nullable" + TestResponseIntegerInt16NullableArrayOperation OperationName = "TestResponseIntegerInt16NullableArray" + TestResponseIntegerInt16NullableArrayArrayOperation OperationName = "TestResponseIntegerInt16NullableArrayArray" + TestResponseIntegerInt32Operation OperationName = "TestResponseIntegerInt32" + TestResponseIntegerInt32ArrayOperation OperationName = "TestResponseIntegerInt32Array" + TestResponseIntegerInt32ArrayArrayOperation OperationName = "TestResponseIntegerInt32ArrayArray" + TestResponseIntegerInt32NullableOperation OperationName = "TestResponseIntegerInt32Nullable" + TestResponseIntegerInt32NullableArrayOperation OperationName = "TestResponseIntegerInt32NullableArray" + TestResponseIntegerInt32NullableArrayArrayOperation OperationName = "TestResponseIntegerInt32NullableArrayArray" + TestResponseIntegerInt64Operation OperationName = "TestResponseIntegerInt64" + TestResponseIntegerInt64ArrayOperation OperationName = "TestResponseIntegerInt64Array" + TestResponseIntegerInt64ArrayArrayOperation OperationName = "TestResponseIntegerInt64ArrayArray" + TestResponseIntegerInt64NullableOperation OperationName = "TestResponseIntegerInt64Nullable" + TestResponseIntegerInt64NullableArrayOperation OperationName = "TestResponseIntegerInt64NullableArray" + TestResponseIntegerInt64NullableArrayArrayOperation OperationName = "TestResponseIntegerInt64NullableArrayArray" + TestResponseIntegerInt8Operation OperationName = "TestResponseIntegerInt8" + TestResponseIntegerInt8ArrayOperation OperationName = "TestResponseIntegerInt8Array" + TestResponseIntegerInt8ArrayArrayOperation OperationName = "TestResponseIntegerInt8ArrayArray" + TestResponseIntegerInt8NullableOperation OperationName = "TestResponseIntegerInt8Nullable" + TestResponseIntegerInt8NullableArrayOperation OperationName = "TestResponseIntegerInt8NullableArray" + TestResponseIntegerInt8NullableArrayArrayOperation OperationName = "TestResponseIntegerInt8NullableArrayArray" + TestResponseIntegerNullableOperation OperationName = "TestResponseIntegerNullable" + TestResponseIntegerNullableArrayOperation OperationName = "TestResponseIntegerNullableArray" + TestResponseIntegerNullableArrayArrayOperation OperationName = "TestResponseIntegerNullableArrayArray" + TestResponseIntegerUintOperation OperationName = "TestResponseIntegerUint" + TestResponseIntegerUint16Operation OperationName = "TestResponseIntegerUint16" + TestResponseIntegerUint16ArrayOperation OperationName = "TestResponseIntegerUint16Array" + TestResponseIntegerUint16ArrayArrayOperation OperationName = "TestResponseIntegerUint16ArrayArray" + TestResponseIntegerUint16NullableOperation OperationName = "TestResponseIntegerUint16Nullable" + TestResponseIntegerUint16NullableArrayOperation OperationName = "TestResponseIntegerUint16NullableArray" + TestResponseIntegerUint16NullableArrayArrayOperation OperationName = "TestResponseIntegerUint16NullableArrayArray" + TestResponseIntegerUint32Operation OperationName = "TestResponseIntegerUint32" + TestResponseIntegerUint32ArrayOperation OperationName = "TestResponseIntegerUint32Array" + TestResponseIntegerUint32ArrayArrayOperation OperationName = "TestResponseIntegerUint32ArrayArray" + TestResponseIntegerUint32NullableOperation OperationName = "TestResponseIntegerUint32Nullable" + TestResponseIntegerUint32NullableArrayOperation OperationName = "TestResponseIntegerUint32NullableArray" + TestResponseIntegerUint32NullableArrayArrayOperation OperationName = "TestResponseIntegerUint32NullableArrayArray" + TestResponseIntegerUint64Operation OperationName = "TestResponseIntegerUint64" + TestResponseIntegerUint64ArrayOperation OperationName = "TestResponseIntegerUint64Array" + TestResponseIntegerUint64ArrayArrayOperation OperationName = "TestResponseIntegerUint64ArrayArray" + TestResponseIntegerUint64NullableOperation OperationName = "TestResponseIntegerUint64Nullable" + TestResponseIntegerUint64NullableArrayOperation OperationName = "TestResponseIntegerUint64NullableArray" + TestResponseIntegerUint64NullableArrayArrayOperation OperationName = "TestResponseIntegerUint64NullableArrayArray" + TestResponseIntegerUint8Operation OperationName = "TestResponseIntegerUint8" + TestResponseIntegerUint8ArrayOperation OperationName = "TestResponseIntegerUint8Array" + TestResponseIntegerUint8ArrayArrayOperation OperationName = "TestResponseIntegerUint8ArrayArray" + TestResponseIntegerUint8NullableOperation OperationName = "TestResponseIntegerUint8Nullable" + TestResponseIntegerUint8NullableArrayOperation OperationName = "TestResponseIntegerUint8NullableArray" + TestResponseIntegerUint8NullableArrayArrayOperation OperationName = "TestResponseIntegerUint8NullableArrayArray" + TestResponseIntegerUintArrayOperation OperationName = "TestResponseIntegerUintArray" + TestResponseIntegerUintArrayArrayOperation OperationName = "TestResponseIntegerUintArrayArray" + TestResponseIntegerUintNullableOperation OperationName = "TestResponseIntegerUintNullable" + TestResponseIntegerUintNullableArrayOperation OperationName = "TestResponseIntegerUintNullableArray" + TestResponseIntegerUintNullableArrayArrayOperation OperationName = "TestResponseIntegerUintNullableArrayArray" + TestResponseIntegerUnixOperation OperationName = "TestResponseIntegerUnix" + TestResponseIntegerUnixArrayOperation OperationName = "TestResponseIntegerUnixArray" + TestResponseIntegerUnixArrayArrayOperation OperationName = "TestResponseIntegerUnixArrayArray" + TestResponseIntegerUnixMicroOperation OperationName = "TestResponseIntegerUnixMicro" + TestResponseIntegerUnixMicroArrayOperation OperationName = "TestResponseIntegerUnixMicroArray" + TestResponseIntegerUnixMicroArrayArrayOperation OperationName = "TestResponseIntegerUnixMicroArrayArray" + TestResponseIntegerUnixMicroNullableOperation OperationName = "TestResponseIntegerUnixMicroNullable" + TestResponseIntegerUnixMicroNullableArrayOperation OperationName = "TestResponseIntegerUnixMicroNullableArray" + TestResponseIntegerUnixMicroNullableArrayArrayOperation OperationName = "TestResponseIntegerUnixMicroNullableArrayArray" + TestResponseIntegerUnixMilliOperation OperationName = "TestResponseIntegerUnixMilli" + TestResponseIntegerUnixMilliArrayOperation OperationName = "TestResponseIntegerUnixMilliArray" + TestResponseIntegerUnixMilliArrayArrayOperation OperationName = "TestResponseIntegerUnixMilliArrayArray" + TestResponseIntegerUnixMilliNullableOperation OperationName = "TestResponseIntegerUnixMilliNullable" + TestResponseIntegerUnixMilliNullableArrayOperation OperationName = "TestResponseIntegerUnixMilliNullableArray" + TestResponseIntegerUnixMilliNullableArrayArrayOperation OperationName = "TestResponseIntegerUnixMilliNullableArrayArray" + TestResponseIntegerUnixNanoOperation OperationName = "TestResponseIntegerUnixNano" + TestResponseIntegerUnixNanoArrayOperation OperationName = "TestResponseIntegerUnixNanoArray" + TestResponseIntegerUnixNanoArrayArrayOperation OperationName = "TestResponseIntegerUnixNanoArrayArray" + TestResponseIntegerUnixNanoNullableOperation OperationName = "TestResponseIntegerUnixNanoNullable" + TestResponseIntegerUnixNanoNullableArrayOperation OperationName = "TestResponseIntegerUnixNanoNullableArray" + TestResponseIntegerUnixNanoNullableArrayArrayOperation OperationName = "TestResponseIntegerUnixNanoNullableArrayArray" + TestResponseIntegerUnixNullableOperation OperationName = "TestResponseIntegerUnixNullable" + TestResponseIntegerUnixNullableArrayOperation OperationName = "TestResponseIntegerUnixNullableArray" + TestResponseIntegerUnixNullableArrayArrayOperation OperationName = "TestResponseIntegerUnixNullableArrayArray" + TestResponseIntegerUnixSecondsOperation OperationName = "TestResponseIntegerUnixSeconds" + TestResponseIntegerUnixSecondsArrayOperation OperationName = "TestResponseIntegerUnixSecondsArray" + TestResponseIntegerUnixSecondsArrayArrayOperation OperationName = "TestResponseIntegerUnixSecondsArrayArray" + TestResponseIntegerUnixSecondsNullableOperation OperationName = "TestResponseIntegerUnixSecondsNullable" + TestResponseIntegerUnixSecondsNullableArrayOperation OperationName = "TestResponseIntegerUnixSecondsNullableArray" + TestResponseIntegerUnixSecondsNullableArrayArrayOperation OperationName = "TestResponseIntegerUnixSecondsNullableArrayArray" + TestResponseNullOperation OperationName = "TestResponseNull" + TestResponseNullArrayOperation OperationName = "TestResponseNullArray" + TestResponseNullArrayArrayOperation OperationName = "TestResponseNullArrayArray" + TestResponseNullNullableOperation OperationName = "TestResponseNullNullable" + TestResponseNullNullableArrayOperation OperationName = "TestResponseNullNullableArray" + TestResponseNullNullableArrayArrayOperation OperationName = "TestResponseNullNullableArrayArray" + TestResponseNumberOperation OperationName = "TestResponseNumber" + TestResponseNumberArrayOperation OperationName = "TestResponseNumberArray" + TestResponseNumberArrayArrayOperation OperationName = "TestResponseNumberArrayArray" + TestResponseNumberDoubleOperation OperationName = "TestResponseNumberDouble" + TestResponseNumberDoubleArrayOperation OperationName = "TestResponseNumberDoubleArray" + TestResponseNumberDoubleArrayArrayOperation OperationName = "TestResponseNumberDoubleArrayArray" + TestResponseNumberDoubleNullableOperation OperationName = "TestResponseNumberDoubleNullable" + TestResponseNumberDoubleNullableArrayOperation OperationName = "TestResponseNumberDoubleNullableArray" + TestResponseNumberDoubleNullableArrayArrayOperation OperationName = "TestResponseNumberDoubleNullableArrayArray" + TestResponseNumberFloatOperation OperationName = "TestResponseNumberFloat" + TestResponseNumberFloatArrayOperation OperationName = "TestResponseNumberFloatArray" + TestResponseNumberFloatArrayArrayOperation OperationName = "TestResponseNumberFloatArrayArray" + TestResponseNumberFloatNullableOperation OperationName = "TestResponseNumberFloatNullable" + TestResponseNumberFloatNullableArrayOperation OperationName = "TestResponseNumberFloatNullableArray" + TestResponseNumberFloatNullableArrayArrayOperation OperationName = "TestResponseNumberFloatNullableArrayArray" + TestResponseNumberInt32Operation OperationName = "TestResponseNumberInt32" + TestResponseNumberInt32ArrayOperation OperationName = "TestResponseNumberInt32Array" + TestResponseNumberInt32ArrayArrayOperation OperationName = "TestResponseNumberInt32ArrayArray" + TestResponseNumberInt32NullableOperation OperationName = "TestResponseNumberInt32Nullable" + TestResponseNumberInt32NullableArrayOperation OperationName = "TestResponseNumberInt32NullableArray" + TestResponseNumberInt32NullableArrayArrayOperation OperationName = "TestResponseNumberInt32NullableArrayArray" + TestResponseNumberInt64Operation OperationName = "TestResponseNumberInt64" + TestResponseNumberInt64ArrayOperation OperationName = "TestResponseNumberInt64Array" + TestResponseNumberInt64ArrayArrayOperation OperationName = "TestResponseNumberInt64ArrayArray" + TestResponseNumberInt64NullableOperation OperationName = "TestResponseNumberInt64Nullable" + TestResponseNumberInt64NullableArrayOperation OperationName = "TestResponseNumberInt64NullableArray" + TestResponseNumberInt64NullableArrayArrayOperation OperationName = "TestResponseNumberInt64NullableArrayArray" + TestResponseNumberNullableOperation OperationName = "TestResponseNumberNullable" + TestResponseNumberNullableArrayOperation OperationName = "TestResponseNumberNullableArray" + TestResponseNumberNullableArrayArrayOperation OperationName = "TestResponseNumberNullableArrayArray" + TestResponseStringOperation OperationName = "TestResponseString" + TestResponseStringArrayOperation OperationName = "TestResponseStringArray" + TestResponseStringArrayArrayOperation OperationName = "TestResponseStringArrayArray" + TestResponseStringBase64Operation OperationName = "TestResponseStringBase64" + TestResponseStringBase64ArrayOperation OperationName = "TestResponseStringBase64Array" + TestResponseStringBase64ArrayArrayOperation OperationName = "TestResponseStringBase64ArrayArray" + TestResponseStringBase64NullableOperation OperationName = "TestResponseStringBase64Nullable" + TestResponseStringBase64NullableArrayOperation OperationName = "TestResponseStringBase64NullableArray" + TestResponseStringBase64NullableArrayArrayOperation OperationName = "TestResponseStringBase64NullableArrayArray" + TestResponseStringBinaryOperation OperationName = "TestResponseStringBinary" + TestResponseStringBinaryArrayOperation OperationName = "TestResponseStringBinaryArray" + TestResponseStringBinaryArrayArrayOperation OperationName = "TestResponseStringBinaryArrayArray" + TestResponseStringBinaryNullableOperation OperationName = "TestResponseStringBinaryNullable" + TestResponseStringBinaryNullableArrayOperation OperationName = "TestResponseStringBinaryNullableArray" + TestResponseStringBinaryNullableArrayArrayOperation OperationName = "TestResponseStringBinaryNullableArrayArray" + TestResponseStringByteOperation OperationName = "TestResponseStringByte" + TestResponseStringByteArrayOperation OperationName = "TestResponseStringByteArray" + TestResponseStringByteArrayArrayOperation OperationName = "TestResponseStringByteArrayArray" + TestResponseStringByteNullableOperation OperationName = "TestResponseStringByteNullable" + TestResponseStringByteNullableArrayOperation OperationName = "TestResponseStringByteNullableArray" + TestResponseStringByteNullableArrayArrayOperation OperationName = "TestResponseStringByteNullableArrayArray" + TestResponseStringDateOperation OperationName = "TestResponseStringDate" + TestResponseStringDateArrayOperation OperationName = "TestResponseStringDateArray" + TestResponseStringDateArrayArrayOperation OperationName = "TestResponseStringDateArrayArray" + TestResponseStringDateNullableOperation OperationName = "TestResponseStringDateNullable" + TestResponseStringDateNullableArrayOperation OperationName = "TestResponseStringDateNullableArray" + TestResponseStringDateNullableArrayArrayOperation OperationName = "TestResponseStringDateNullableArrayArray" + TestResponseStringDateTimeOperation OperationName = "TestResponseStringDateTime" + TestResponseStringDateTimeArrayOperation OperationName = "TestResponseStringDateTimeArray" + TestResponseStringDateTimeArrayArrayOperation OperationName = "TestResponseStringDateTimeArrayArray" + TestResponseStringDateTimeNullableOperation OperationName = "TestResponseStringDateTimeNullable" + TestResponseStringDateTimeNullableArrayOperation OperationName = "TestResponseStringDateTimeNullableArray" + TestResponseStringDateTimeNullableArrayArrayOperation OperationName = "TestResponseStringDateTimeNullableArrayArray" + TestResponseStringDurationOperation OperationName = "TestResponseStringDuration" + TestResponseStringDurationArrayOperation OperationName = "TestResponseStringDurationArray" + TestResponseStringDurationArrayArrayOperation OperationName = "TestResponseStringDurationArrayArray" + TestResponseStringDurationNullableOperation OperationName = "TestResponseStringDurationNullable" + TestResponseStringDurationNullableArrayOperation OperationName = "TestResponseStringDurationNullableArray" + TestResponseStringDurationNullableArrayArrayOperation OperationName = "TestResponseStringDurationNullableArrayArray" + TestResponseStringEmailOperation OperationName = "TestResponseStringEmail" + TestResponseStringEmailArrayOperation OperationName = "TestResponseStringEmailArray" + TestResponseStringEmailArrayArrayOperation OperationName = "TestResponseStringEmailArrayArray" + TestResponseStringEmailNullableOperation OperationName = "TestResponseStringEmailNullable" + TestResponseStringEmailNullableArrayOperation OperationName = "TestResponseStringEmailNullableArray" + TestResponseStringEmailNullableArrayArrayOperation OperationName = "TestResponseStringEmailNullableArrayArray" + TestResponseStringFloat32Operation OperationName = "TestResponseStringFloat32" + TestResponseStringFloat32ArrayOperation OperationName = "TestResponseStringFloat32Array" + TestResponseStringFloat32ArrayArrayOperation OperationName = "TestResponseStringFloat32ArrayArray" + TestResponseStringFloat32NullableOperation OperationName = "TestResponseStringFloat32Nullable" + TestResponseStringFloat32NullableArrayOperation OperationName = "TestResponseStringFloat32NullableArray" + TestResponseStringFloat32NullableArrayArrayOperation OperationName = "TestResponseStringFloat32NullableArrayArray" + TestResponseStringFloat64Operation OperationName = "TestResponseStringFloat64" + TestResponseStringFloat64ArrayOperation OperationName = "TestResponseStringFloat64Array" + TestResponseStringFloat64ArrayArrayOperation OperationName = "TestResponseStringFloat64ArrayArray" + TestResponseStringFloat64NullableOperation OperationName = "TestResponseStringFloat64Nullable" + TestResponseStringFloat64NullableArrayOperation OperationName = "TestResponseStringFloat64NullableArray" + TestResponseStringFloat64NullableArrayArrayOperation OperationName = "TestResponseStringFloat64NullableArrayArray" + TestResponseStringHostnameOperation OperationName = "TestResponseStringHostname" + TestResponseStringHostnameArrayOperation OperationName = "TestResponseStringHostnameArray" + TestResponseStringHostnameArrayArrayOperation OperationName = "TestResponseStringHostnameArrayArray" + TestResponseStringHostnameNullableOperation OperationName = "TestResponseStringHostnameNullable" + TestResponseStringHostnameNullableArrayOperation OperationName = "TestResponseStringHostnameNullableArray" + TestResponseStringHostnameNullableArrayArrayOperation OperationName = "TestResponseStringHostnameNullableArrayArray" + TestResponseStringIPOperation OperationName = "TestResponseStringIP" + TestResponseStringIPArrayOperation OperationName = "TestResponseStringIPArray" + TestResponseStringIPArrayArrayOperation OperationName = "TestResponseStringIPArrayArray" + TestResponseStringIPNullableOperation OperationName = "TestResponseStringIPNullable" + TestResponseStringIPNullableArrayOperation OperationName = "TestResponseStringIPNullableArray" + TestResponseStringIPNullableArrayArrayOperation OperationName = "TestResponseStringIPNullableArrayArray" + TestResponseStringIntOperation OperationName = "TestResponseStringInt" + TestResponseStringInt16Operation OperationName = "TestResponseStringInt16" + TestResponseStringInt16ArrayOperation OperationName = "TestResponseStringInt16Array" + TestResponseStringInt16ArrayArrayOperation OperationName = "TestResponseStringInt16ArrayArray" + TestResponseStringInt16NullableOperation OperationName = "TestResponseStringInt16Nullable" + TestResponseStringInt16NullableArrayOperation OperationName = "TestResponseStringInt16NullableArray" + TestResponseStringInt16NullableArrayArrayOperation OperationName = "TestResponseStringInt16NullableArrayArray" + TestResponseStringInt32Operation OperationName = "TestResponseStringInt32" + TestResponseStringInt32ArrayOperation OperationName = "TestResponseStringInt32Array" + TestResponseStringInt32ArrayArrayOperation OperationName = "TestResponseStringInt32ArrayArray" + TestResponseStringInt32NullableOperation OperationName = "TestResponseStringInt32Nullable" + TestResponseStringInt32NullableArrayOperation OperationName = "TestResponseStringInt32NullableArray" + TestResponseStringInt32NullableArrayArrayOperation OperationName = "TestResponseStringInt32NullableArrayArray" + TestResponseStringInt64Operation OperationName = "TestResponseStringInt64" + TestResponseStringInt64ArrayOperation OperationName = "TestResponseStringInt64Array" + TestResponseStringInt64ArrayArrayOperation OperationName = "TestResponseStringInt64ArrayArray" + TestResponseStringInt64NullableOperation OperationName = "TestResponseStringInt64Nullable" + TestResponseStringInt64NullableArrayOperation OperationName = "TestResponseStringInt64NullableArray" + TestResponseStringInt64NullableArrayArrayOperation OperationName = "TestResponseStringInt64NullableArrayArray" + TestResponseStringInt8Operation OperationName = "TestResponseStringInt8" + TestResponseStringInt8ArrayOperation OperationName = "TestResponseStringInt8Array" + TestResponseStringInt8ArrayArrayOperation OperationName = "TestResponseStringInt8ArrayArray" + TestResponseStringInt8NullableOperation OperationName = "TestResponseStringInt8Nullable" + TestResponseStringInt8NullableArrayOperation OperationName = "TestResponseStringInt8NullableArray" + TestResponseStringInt8NullableArrayArrayOperation OperationName = "TestResponseStringInt8NullableArrayArray" + TestResponseStringIntArrayOperation OperationName = "TestResponseStringIntArray" + TestResponseStringIntArrayArrayOperation OperationName = "TestResponseStringIntArrayArray" + TestResponseStringIntNullableOperation OperationName = "TestResponseStringIntNullable" + TestResponseStringIntNullableArrayOperation OperationName = "TestResponseStringIntNullableArray" + TestResponseStringIntNullableArrayArrayOperation OperationName = "TestResponseStringIntNullableArrayArray" + TestResponseStringIpv4Operation OperationName = "TestResponseStringIpv4" + TestResponseStringIpv4ArrayOperation OperationName = "TestResponseStringIpv4Array" + TestResponseStringIpv4ArrayArrayOperation OperationName = "TestResponseStringIpv4ArrayArray" + TestResponseStringIpv4NullableOperation OperationName = "TestResponseStringIpv4Nullable" + TestResponseStringIpv4NullableArrayOperation OperationName = "TestResponseStringIpv4NullableArray" + TestResponseStringIpv4NullableArrayArrayOperation OperationName = "TestResponseStringIpv4NullableArrayArray" + TestResponseStringIpv6Operation OperationName = "TestResponseStringIpv6" + TestResponseStringIpv6ArrayOperation OperationName = "TestResponseStringIpv6Array" + TestResponseStringIpv6ArrayArrayOperation OperationName = "TestResponseStringIpv6ArrayArray" + TestResponseStringIpv6NullableOperation OperationName = "TestResponseStringIpv6Nullable" + TestResponseStringIpv6NullableArrayOperation OperationName = "TestResponseStringIpv6NullableArray" + TestResponseStringIpv6NullableArrayArrayOperation OperationName = "TestResponseStringIpv6NullableArrayArray" + TestResponseStringMACOperation OperationName = "TestResponseStringMAC" + TestResponseStringMACArrayOperation OperationName = "TestResponseStringMACArray" + TestResponseStringMACArrayArrayOperation OperationName = "TestResponseStringMACArrayArray" + TestResponseStringMACNullableOperation OperationName = "TestResponseStringMACNullable" + TestResponseStringMACNullableArrayOperation OperationName = "TestResponseStringMACNullableArray" + TestResponseStringMACNullableArrayArrayOperation OperationName = "TestResponseStringMACNullableArrayArray" + TestResponseStringNullableOperation OperationName = "TestResponseStringNullable" + TestResponseStringNullableArrayOperation OperationName = "TestResponseStringNullableArray" + TestResponseStringNullableArrayArrayOperation OperationName = "TestResponseStringNullableArrayArray" + TestResponseStringPasswordOperation OperationName = "TestResponseStringPassword" + TestResponseStringPasswordArrayOperation OperationName = "TestResponseStringPasswordArray" + TestResponseStringPasswordArrayArrayOperation OperationName = "TestResponseStringPasswordArrayArray" + TestResponseStringPasswordNullableOperation OperationName = "TestResponseStringPasswordNullable" + TestResponseStringPasswordNullableArrayOperation OperationName = "TestResponseStringPasswordNullableArray" + TestResponseStringPasswordNullableArrayArrayOperation OperationName = "TestResponseStringPasswordNullableArrayArray" + TestResponseStringTimeOperation OperationName = "TestResponseStringTime" + TestResponseStringTimeArrayOperation OperationName = "TestResponseStringTimeArray" + TestResponseStringTimeArrayArrayOperation OperationName = "TestResponseStringTimeArrayArray" + TestResponseStringTimeNullableOperation OperationName = "TestResponseStringTimeNullable" + TestResponseStringTimeNullableArrayOperation OperationName = "TestResponseStringTimeNullableArray" + TestResponseStringTimeNullableArrayArrayOperation OperationName = "TestResponseStringTimeNullableArrayArray" + TestResponseStringURIOperation OperationName = "TestResponseStringURI" + TestResponseStringURIArrayOperation OperationName = "TestResponseStringURIArray" + TestResponseStringURIArrayArrayOperation OperationName = "TestResponseStringURIArrayArray" + TestResponseStringURINullableOperation OperationName = "TestResponseStringURINullable" + TestResponseStringURINullableArrayOperation OperationName = "TestResponseStringURINullableArray" + TestResponseStringURINullableArrayArrayOperation OperationName = "TestResponseStringURINullableArrayArray" + TestResponseStringUUIDOperation OperationName = "TestResponseStringUUID" + TestResponseStringUUIDArrayOperation OperationName = "TestResponseStringUUIDArray" + TestResponseStringUUIDArrayArrayOperation OperationName = "TestResponseStringUUIDArrayArray" + TestResponseStringUUIDNullableOperation OperationName = "TestResponseStringUUIDNullable" + TestResponseStringUUIDNullableArrayOperation OperationName = "TestResponseStringUUIDNullableArray" + TestResponseStringUUIDNullableArrayArrayOperation OperationName = "TestResponseStringUUIDNullableArrayArray" + TestResponseStringUintOperation OperationName = "TestResponseStringUint" + TestResponseStringUint16Operation OperationName = "TestResponseStringUint16" + TestResponseStringUint16ArrayOperation OperationName = "TestResponseStringUint16Array" + TestResponseStringUint16ArrayArrayOperation OperationName = "TestResponseStringUint16ArrayArray" + TestResponseStringUint16NullableOperation OperationName = "TestResponseStringUint16Nullable" + TestResponseStringUint16NullableArrayOperation OperationName = "TestResponseStringUint16NullableArray" + TestResponseStringUint16NullableArrayArrayOperation OperationName = "TestResponseStringUint16NullableArrayArray" + TestResponseStringUint32Operation OperationName = "TestResponseStringUint32" + TestResponseStringUint32ArrayOperation OperationName = "TestResponseStringUint32Array" + TestResponseStringUint32ArrayArrayOperation OperationName = "TestResponseStringUint32ArrayArray" + TestResponseStringUint32NullableOperation OperationName = "TestResponseStringUint32Nullable" + TestResponseStringUint32NullableArrayOperation OperationName = "TestResponseStringUint32NullableArray" + TestResponseStringUint32NullableArrayArrayOperation OperationName = "TestResponseStringUint32NullableArrayArray" + TestResponseStringUint64Operation OperationName = "TestResponseStringUint64" + TestResponseStringUint64ArrayOperation OperationName = "TestResponseStringUint64Array" + TestResponseStringUint64ArrayArrayOperation OperationName = "TestResponseStringUint64ArrayArray" + TestResponseStringUint64NullableOperation OperationName = "TestResponseStringUint64Nullable" + TestResponseStringUint64NullableArrayOperation OperationName = "TestResponseStringUint64NullableArray" + TestResponseStringUint64NullableArrayArrayOperation OperationName = "TestResponseStringUint64NullableArrayArray" + TestResponseStringUint8Operation OperationName = "TestResponseStringUint8" + TestResponseStringUint8ArrayOperation OperationName = "TestResponseStringUint8Array" + TestResponseStringUint8ArrayArrayOperation OperationName = "TestResponseStringUint8ArrayArray" + TestResponseStringUint8NullableOperation OperationName = "TestResponseStringUint8Nullable" + TestResponseStringUint8NullableArrayOperation OperationName = "TestResponseStringUint8NullableArray" + TestResponseStringUint8NullableArrayArrayOperation OperationName = "TestResponseStringUint8NullableArrayArray" + TestResponseStringUintArrayOperation OperationName = "TestResponseStringUintArray" + TestResponseStringUintArrayArrayOperation OperationName = "TestResponseStringUintArrayArray" + TestResponseStringUintNullableOperation OperationName = "TestResponseStringUintNullable" + TestResponseStringUintNullableArrayOperation OperationName = "TestResponseStringUintNullableArray" + TestResponseStringUintNullableArrayArrayOperation OperationName = "TestResponseStringUintNullableArrayArray" + TestResponseStringUnixOperation OperationName = "TestResponseStringUnix" + TestResponseStringUnixArrayOperation OperationName = "TestResponseStringUnixArray" + TestResponseStringUnixArrayArrayOperation OperationName = "TestResponseStringUnixArrayArray" + TestResponseStringUnixMicroOperation OperationName = "TestResponseStringUnixMicro" + TestResponseStringUnixMicroArrayOperation OperationName = "TestResponseStringUnixMicroArray" + TestResponseStringUnixMicroArrayArrayOperation OperationName = "TestResponseStringUnixMicroArrayArray" + TestResponseStringUnixMicroNullableOperation OperationName = "TestResponseStringUnixMicroNullable" + TestResponseStringUnixMicroNullableArrayOperation OperationName = "TestResponseStringUnixMicroNullableArray" + TestResponseStringUnixMicroNullableArrayArrayOperation OperationName = "TestResponseStringUnixMicroNullableArrayArray" + TestResponseStringUnixMilliOperation OperationName = "TestResponseStringUnixMilli" + TestResponseStringUnixMilliArrayOperation OperationName = "TestResponseStringUnixMilliArray" + TestResponseStringUnixMilliArrayArrayOperation OperationName = "TestResponseStringUnixMilliArrayArray" + TestResponseStringUnixMilliNullableOperation OperationName = "TestResponseStringUnixMilliNullable" + TestResponseStringUnixMilliNullableArrayOperation OperationName = "TestResponseStringUnixMilliNullableArray" + TestResponseStringUnixMilliNullableArrayArrayOperation OperationName = "TestResponseStringUnixMilliNullableArrayArray" + TestResponseStringUnixNanoOperation OperationName = "TestResponseStringUnixNano" + TestResponseStringUnixNanoArrayOperation OperationName = "TestResponseStringUnixNanoArray" + TestResponseStringUnixNanoArrayArrayOperation OperationName = "TestResponseStringUnixNanoArrayArray" + TestResponseStringUnixNanoNullableOperation OperationName = "TestResponseStringUnixNanoNullable" + TestResponseStringUnixNanoNullableArrayOperation OperationName = "TestResponseStringUnixNanoNullableArray" + TestResponseStringUnixNanoNullableArrayArrayOperation OperationName = "TestResponseStringUnixNanoNullableArrayArray" + TestResponseStringUnixNullableOperation OperationName = "TestResponseStringUnixNullable" + TestResponseStringUnixNullableArrayOperation OperationName = "TestResponseStringUnixNullableArray" + TestResponseStringUnixNullableArrayArrayOperation OperationName = "TestResponseStringUnixNullableArrayArray" + TestResponseStringUnixSecondsOperation OperationName = "TestResponseStringUnixSeconds" + TestResponseStringUnixSecondsArrayOperation OperationName = "TestResponseStringUnixSecondsArray" + TestResponseStringUnixSecondsArrayArrayOperation OperationName = "TestResponseStringUnixSecondsArrayArray" + TestResponseStringUnixSecondsNullableOperation OperationName = "TestResponseStringUnixSecondsNullable" + TestResponseStringUnixSecondsNullableArrayOperation OperationName = "TestResponseStringUnixSecondsNullableArray" + TestResponseStringUnixSecondsNullableArrayArrayOperation OperationName = "TestResponseStringUnixSecondsNullableArrayArray" +) diff --git a/examples/ex_test_format/oas_router_gen.go b/examples/ex_test_format/oas_router_gen.go index a1c833d27..b0c8f1ad4 100644 --- a/examples/ex_test_format/oas_router_gen.go +++ b/examples/ex_test_format/oas_router_gen.go @@ -25427,7 +25427,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestQueryParameter" + r.name = TestQueryParameterOperation r.summary = "" r.operationID = "test_query_parameter" r.pathPattern = "/test_query_parameter" @@ -25476,7 +25476,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestAny" + r.name = TestRequestAnyOperation r.summary = "" r.operationID = "test_request_Any" r.pathPattern = "/test_request_Any" @@ -25501,7 +25501,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestEmptyStruct" + r.name = TestRequestEmptyStructOperation r.summary = "" r.operationID = "test_request_EmptyStruct" r.pathPattern = "/test_request_EmptyStruct" @@ -25526,7 +25526,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestFormatTest" + r.name = TestRequestFormatTestOperation r.summary = "" r.operationID = "test_request_FormatTest" r.pathPattern = "/test_request_FormatTest" @@ -25550,7 +25550,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestBoolean" + r.name = TestRequestBooleanOperation r.summary = "" r.operationID = "test_request_boolean" r.pathPattern = "/test_request_boolean" @@ -25585,7 +25585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestBooleanArray" + r.name = TestRequestBooleanArrayOperation r.summary = "" r.operationID = "test_request_boolean_array" r.pathPattern = "/test_request_boolean_array" @@ -25609,7 +25609,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestBooleanArrayArray" + r.name = TestRequestBooleanArrayArrayOperation r.summary = "" r.operationID = "test_request_boolean_array_array" r.pathPattern = "/test_request_boolean_array_array" @@ -25636,7 +25636,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestBooleanNullable" + r.name = TestRequestBooleanNullableOperation r.summary = "" r.operationID = "test_request_boolean_nullable" r.pathPattern = "/test_request_boolean_nullable" @@ -25659,7 +25659,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestBooleanNullableArray" + r.name = TestRequestBooleanNullableArrayOperation r.summary = "" r.operationID = "test_request_boolean_nullable_array" r.pathPattern = "/test_request_boolean_nullable_array" @@ -25683,7 +25683,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestBooleanNullableArrayArray" + r.name = TestRequestBooleanNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_boolean_nullable_array_array" r.pathPattern = "/test_request_boolean_nullable_array_array" @@ -25719,7 +25719,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestInteger" + r.name = TestRequestIntegerOperation r.summary = "" r.operationID = "test_request_integer" r.pathPattern = "/test_request_integer" @@ -25754,7 +25754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerArray" + r.name = TestRequestIntegerArrayOperation r.summary = "" r.operationID = "test_request_integer_array" r.pathPattern = "/test_request_integer_array" @@ -25778,7 +25778,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerArrayArray" + r.name = TestRequestIntegerArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_array_array" r.pathPattern = "/test_request_integer_array_array" @@ -25817,7 +25817,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt16" + r.name = TestRequestIntegerInt16Operation r.summary = "" r.operationID = "test_request_integer_int16" r.pathPattern = "/test_request_integer_int16" @@ -25852,7 +25852,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt16Array" + r.name = TestRequestIntegerInt16ArrayOperation r.summary = "" r.operationID = "test_request_integer_int16_array" r.pathPattern = "/test_request_integer_int16_array" @@ -25876,7 +25876,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt16ArrayArray" + r.name = TestRequestIntegerInt16ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int16_array_array" r.pathPattern = "/test_request_integer_int16_array_array" @@ -25903,7 +25903,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt16Nullable" + r.name = TestRequestIntegerInt16NullableOperation r.summary = "" r.operationID = "test_request_integer_int16_nullable" r.pathPattern = "/test_request_integer_int16_nullable" @@ -25926,7 +25926,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt16NullableArray" + r.name = TestRequestIntegerInt16NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_int16_nullable_array" r.pathPattern = "/test_request_integer_int16_nullable_array" @@ -25950,7 +25950,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt16NullableArrayArray" + r.name = TestRequestIntegerInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int16_nullable_array_array" r.pathPattern = "/test_request_integer_int16_nullable_array_array" @@ -25986,7 +25986,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt32" + r.name = TestRequestIntegerInt32Operation r.summary = "" r.operationID = "test_request_integer_int32" r.pathPattern = "/test_request_integer_int32" @@ -26021,7 +26021,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt32Array" + r.name = TestRequestIntegerInt32ArrayOperation r.summary = "" r.operationID = "test_request_integer_int32_array" r.pathPattern = "/test_request_integer_int32_array" @@ -26045,7 +26045,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt32ArrayArray" + r.name = TestRequestIntegerInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int32_array_array" r.pathPattern = "/test_request_integer_int32_array_array" @@ -26072,7 +26072,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt32Nullable" + r.name = TestRequestIntegerInt32NullableOperation r.summary = "" r.operationID = "test_request_integer_int32_nullable" r.pathPattern = "/test_request_integer_int32_nullable" @@ -26095,7 +26095,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt32NullableArray" + r.name = TestRequestIntegerInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_int32_nullable_array" r.pathPattern = "/test_request_integer_int32_nullable_array" @@ -26119,7 +26119,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt32NullableArrayArray" + r.name = TestRequestIntegerInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int32_nullable_array_array" r.pathPattern = "/test_request_integer_int32_nullable_array_array" @@ -26155,7 +26155,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt64" + r.name = TestRequestIntegerInt64Operation r.summary = "" r.operationID = "test_request_integer_int64" r.pathPattern = "/test_request_integer_int64" @@ -26190,7 +26190,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt64Array" + r.name = TestRequestIntegerInt64ArrayOperation r.summary = "" r.operationID = "test_request_integer_int64_array" r.pathPattern = "/test_request_integer_int64_array" @@ -26214,7 +26214,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt64ArrayArray" + r.name = TestRequestIntegerInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int64_array_array" r.pathPattern = "/test_request_integer_int64_array_array" @@ -26241,7 +26241,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt64Nullable" + r.name = TestRequestIntegerInt64NullableOperation r.summary = "" r.operationID = "test_request_integer_int64_nullable" r.pathPattern = "/test_request_integer_int64_nullable" @@ -26264,7 +26264,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt64NullableArray" + r.name = TestRequestIntegerInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_int64_nullable_array" r.pathPattern = "/test_request_integer_int64_nullable_array" @@ -26288,7 +26288,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt64NullableArrayArray" + r.name = TestRequestIntegerInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int64_nullable_array_array" r.pathPattern = "/test_request_integer_int64_nullable_array_array" @@ -26324,7 +26324,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt8" + r.name = TestRequestIntegerInt8Operation r.summary = "" r.operationID = "test_request_integer_int8" r.pathPattern = "/test_request_integer_int8" @@ -26359,7 +26359,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt8Array" + r.name = TestRequestIntegerInt8ArrayOperation r.summary = "" r.operationID = "test_request_integer_int8_array" r.pathPattern = "/test_request_integer_int8_array" @@ -26383,7 +26383,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt8ArrayArray" + r.name = TestRequestIntegerInt8ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int8_array_array" r.pathPattern = "/test_request_integer_int8_array_array" @@ -26410,7 +26410,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt8Nullable" + r.name = TestRequestIntegerInt8NullableOperation r.summary = "" r.operationID = "test_request_integer_int8_nullable" r.pathPattern = "/test_request_integer_int8_nullable" @@ -26433,7 +26433,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerInt8NullableArray" + r.name = TestRequestIntegerInt8NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_int8_nullable_array" r.pathPattern = "/test_request_integer_int8_nullable_array" @@ -26457,7 +26457,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerInt8NullableArrayArray" + r.name = TestRequestIntegerInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_int8_nullable_array_array" r.pathPattern = "/test_request_integer_int8_nullable_array_array" @@ -26496,7 +26496,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerNullable" + r.name = TestRequestIntegerNullableOperation r.summary = "" r.operationID = "test_request_integer_nullable" r.pathPattern = "/test_request_integer_nullable" @@ -26519,7 +26519,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerNullableArray" + r.name = TestRequestIntegerNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_nullable_array" r.pathPattern = "/test_request_integer_nullable_array" @@ -26543,7 +26543,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerNullableArrayArray" + r.name = TestRequestIntegerNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_nullable_array_array" r.pathPattern = "/test_request_integer_nullable_array_array" @@ -26585,7 +26585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint" + r.name = TestRequestIntegerUintOperation r.summary = "" r.operationID = "test_request_integer_uint" r.pathPattern = "/test_request_integer_uint" @@ -26608,7 +26608,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint16" + r.name = TestRequestIntegerUint16Operation r.summary = "" r.operationID = "test_request_integer_uint16" r.pathPattern = "/test_request_integer_uint16" @@ -26643,7 +26643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint16Array" + r.name = TestRequestIntegerUint16ArrayOperation r.summary = "" r.operationID = "test_request_integer_uint16_array" r.pathPattern = "/test_request_integer_uint16_array" @@ -26667,7 +26667,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint16ArrayArray" + r.name = TestRequestIntegerUint16ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint16_array_array" r.pathPattern = "/test_request_integer_uint16_array_array" @@ -26694,7 +26694,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint16Nullable" + r.name = TestRequestIntegerUint16NullableOperation r.summary = "" r.operationID = "test_request_integer_uint16_nullable" r.pathPattern = "/test_request_integer_uint16_nullable" @@ -26717,7 +26717,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint16NullableArray" + r.name = TestRequestIntegerUint16NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_uint16_nullable_array" r.pathPattern = "/test_request_integer_uint16_nullable_array" @@ -26741,7 +26741,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint16NullableArrayArray" + r.name = TestRequestIntegerUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint16_nullable_array_array" r.pathPattern = "/test_request_integer_uint16_nullable_array_array" @@ -26777,7 +26777,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint32" + r.name = TestRequestIntegerUint32Operation r.summary = "" r.operationID = "test_request_integer_uint32" r.pathPattern = "/test_request_integer_uint32" @@ -26812,7 +26812,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint32Array" + r.name = TestRequestIntegerUint32ArrayOperation r.summary = "" r.operationID = "test_request_integer_uint32_array" r.pathPattern = "/test_request_integer_uint32_array" @@ -26836,7 +26836,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint32ArrayArray" + r.name = TestRequestIntegerUint32ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint32_array_array" r.pathPattern = "/test_request_integer_uint32_array_array" @@ -26863,7 +26863,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint32Nullable" + r.name = TestRequestIntegerUint32NullableOperation r.summary = "" r.operationID = "test_request_integer_uint32_nullable" r.pathPattern = "/test_request_integer_uint32_nullable" @@ -26886,7 +26886,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint32NullableArray" + r.name = TestRequestIntegerUint32NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_uint32_nullable_array" r.pathPattern = "/test_request_integer_uint32_nullable_array" @@ -26910,7 +26910,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint32NullableArrayArray" + r.name = TestRequestIntegerUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint32_nullable_array_array" r.pathPattern = "/test_request_integer_uint32_nullable_array_array" @@ -26946,7 +26946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint64" + r.name = TestRequestIntegerUint64Operation r.summary = "" r.operationID = "test_request_integer_uint64" r.pathPattern = "/test_request_integer_uint64" @@ -26981,7 +26981,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint64Array" + r.name = TestRequestIntegerUint64ArrayOperation r.summary = "" r.operationID = "test_request_integer_uint64_array" r.pathPattern = "/test_request_integer_uint64_array" @@ -27005,7 +27005,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint64ArrayArray" + r.name = TestRequestIntegerUint64ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint64_array_array" r.pathPattern = "/test_request_integer_uint64_array_array" @@ -27032,7 +27032,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint64Nullable" + r.name = TestRequestIntegerUint64NullableOperation r.summary = "" r.operationID = "test_request_integer_uint64_nullable" r.pathPattern = "/test_request_integer_uint64_nullable" @@ -27055,7 +27055,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint64NullableArray" + r.name = TestRequestIntegerUint64NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_uint64_nullable_array" r.pathPattern = "/test_request_integer_uint64_nullable_array" @@ -27079,7 +27079,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint64NullableArrayArray" + r.name = TestRequestIntegerUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint64_nullable_array_array" r.pathPattern = "/test_request_integer_uint64_nullable_array_array" @@ -27115,7 +27115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint8" + r.name = TestRequestIntegerUint8Operation r.summary = "" r.operationID = "test_request_integer_uint8" r.pathPattern = "/test_request_integer_uint8" @@ -27150,7 +27150,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint8Array" + r.name = TestRequestIntegerUint8ArrayOperation r.summary = "" r.operationID = "test_request_integer_uint8_array" r.pathPattern = "/test_request_integer_uint8_array" @@ -27174,7 +27174,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint8ArrayArray" + r.name = TestRequestIntegerUint8ArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint8_array_array" r.pathPattern = "/test_request_integer_uint8_array_array" @@ -27201,7 +27201,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint8Nullable" + r.name = TestRequestIntegerUint8NullableOperation r.summary = "" r.operationID = "test_request_integer_uint8_nullable" r.pathPattern = "/test_request_integer_uint8_nullable" @@ -27224,7 +27224,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUint8NullableArray" + r.name = TestRequestIntegerUint8NullableArrayOperation r.summary = "" r.operationID = "test_request_integer_uint8_nullable_array" r.pathPattern = "/test_request_integer_uint8_nullable_array" @@ -27248,7 +27248,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUint8NullableArrayArray" + r.name = TestRequestIntegerUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint8_nullable_array_array" r.pathPattern = "/test_request_integer_uint8_nullable_array_array" @@ -27296,7 +27296,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUintArray" + r.name = TestRequestIntegerUintArrayOperation r.summary = "" r.operationID = "test_request_integer_uint_array" r.pathPattern = "/test_request_integer_uint_array" @@ -27320,7 +27320,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUintArrayArray" + r.name = TestRequestIntegerUintArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint_array_array" r.pathPattern = "/test_request_integer_uint_array_array" @@ -27347,7 +27347,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUintNullable" + r.name = TestRequestIntegerUintNullableOperation r.summary = "" r.operationID = "test_request_integer_uint_nullable" r.pathPattern = "/test_request_integer_uint_nullable" @@ -27370,7 +27370,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUintNullableArray" + r.name = TestRequestIntegerUintNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_uint_nullable_array" r.pathPattern = "/test_request_integer_uint_nullable_array" @@ -27394,7 +27394,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUintNullableArrayArray" + r.name = TestRequestIntegerUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_uint_nullable_array_array" r.pathPattern = "/test_request_integer_uint_nullable_array_array" @@ -27430,7 +27430,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnix" + r.name = TestRequestIntegerUnixOperation r.summary = "" r.operationID = "test_request_integer_unix" r.pathPattern = "/test_request_integer_unix" @@ -27477,7 +27477,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMicro" + r.name = TestRequestIntegerUnixMicroOperation r.summary = "" r.operationID = "test_request_integer_unix-micro" r.pathPattern = "/test_request_integer_unix-micro" @@ -27512,7 +27512,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMicroArray" + r.name = TestRequestIntegerUnixMicroArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-micro_array" r.pathPattern = "/test_request_integer_unix-micro_array" @@ -27536,7 +27536,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixMicroArrayArray" + r.name = TestRequestIntegerUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-micro_array_array" r.pathPattern = "/test_request_integer_unix-micro_array_array" @@ -27563,7 +27563,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMicroNullable" + r.name = TestRequestIntegerUnixMicroNullableOperation r.summary = "" r.operationID = "test_request_integer_unix-micro_nullable" r.pathPattern = "/test_request_integer_unix-micro_nullable" @@ -27586,7 +27586,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMicroNullableArray" + r.name = TestRequestIntegerUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-micro_nullable_array" r.pathPattern = "/test_request_integer_unix-micro_nullable_array" @@ -27610,7 +27610,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixMicroNullableArrayArray" + r.name = TestRequestIntegerUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-micro_nullable_array_array" r.pathPattern = "/test_request_integer_unix-micro_nullable_array_array" @@ -27646,7 +27646,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMilli" + r.name = TestRequestIntegerUnixMilliOperation r.summary = "" r.operationID = "test_request_integer_unix-milli" r.pathPattern = "/test_request_integer_unix-milli" @@ -27681,7 +27681,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMilliArray" + r.name = TestRequestIntegerUnixMilliArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-milli_array" r.pathPattern = "/test_request_integer_unix-milli_array" @@ -27705,7 +27705,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixMilliArrayArray" + r.name = TestRequestIntegerUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-milli_array_array" r.pathPattern = "/test_request_integer_unix-milli_array_array" @@ -27732,7 +27732,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMilliNullable" + r.name = TestRequestIntegerUnixMilliNullableOperation r.summary = "" r.operationID = "test_request_integer_unix-milli_nullable" r.pathPattern = "/test_request_integer_unix-milli_nullable" @@ -27755,7 +27755,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixMilliNullableArray" + r.name = TestRequestIntegerUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-milli_nullable_array" r.pathPattern = "/test_request_integer_unix-milli_nullable_array" @@ -27779,7 +27779,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixMilliNullableArrayArray" + r.name = TestRequestIntegerUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-milli_nullable_array_array" r.pathPattern = "/test_request_integer_unix-milli_nullable_array_array" @@ -27818,7 +27818,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNano" + r.name = TestRequestIntegerUnixNanoOperation r.summary = "" r.operationID = "test_request_integer_unix-nano" r.pathPattern = "/test_request_integer_unix-nano" @@ -27853,7 +27853,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNanoArray" + r.name = TestRequestIntegerUnixNanoArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-nano_array" r.pathPattern = "/test_request_integer_unix-nano_array" @@ -27877,7 +27877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixNanoArrayArray" + r.name = TestRequestIntegerUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-nano_array_array" r.pathPattern = "/test_request_integer_unix-nano_array_array" @@ -27904,7 +27904,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNanoNullable" + r.name = TestRequestIntegerUnixNanoNullableOperation r.summary = "" r.operationID = "test_request_integer_unix-nano_nullable" r.pathPattern = "/test_request_integer_unix-nano_nullable" @@ -27927,7 +27927,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNanoNullableArray" + r.name = TestRequestIntegerUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-nano_nullable_array" r.pathPattern = "/test_request_integer_unix-nano_nullable_array" @@ -27951,7 +27951,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixNanoNullableArrayArray" + r.name = TestRequestIntegerUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-nano_nullable_array_array" r.pathPattern = "/test_request_integer_unix-nano_nullable_array_array" @@ -27987,7 +27987,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixSeconds" + r.name = TestRequestIntegerUnixSecondsOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds" r.pathPattern = "/test_request_integer_unix-seconds" @@ -28022,7 +28022,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixSecondsArray" + r.name = TestRequestIntegerUnixSecondsArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds_array" r.pathPattern = "/test_request_integer_unix-seconds_array" @@ -28046,7 +28046,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixSecondsArrayArray" + r.name = TestRequestIntegerUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds_array_array" r.pathPattern = "/test_request_integer_unix-seconds_array_array" @@ -28073,7 +28073,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixSecondsNullable" + r.name = TestRequestIntegerUnixSecondsNullableOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds_nullable" r.pathPattern = "/test_request_integer_unix-seconds_nullable" @@ -28096,7 +28096,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixSecondsNullableArray" + r.name = TestRequestIntegerUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds_nullable_array" r.pathPattern = "/test_request_integer_unix-seconds_nullable_array" @@ -28120,7 +28120,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixSecondsNullableArrayArray" + r.name = TestRequestIntegerUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix-seconds_nullable_array_array" r.pathPattern = "/test_request_integer_unix-seconds_nullable_array_array" @@ -28171,7 +28171,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixArray" + r.name = TestRequestIntegerUnixArrayOperation r.summary = "" r.operationID = "test_request_integer_unix_array" r.pathPattern = "/test_request_integer_unix_array" @@ -28195,7 +28195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixArrayArray" + r.name = TestRequestIntegerUnixArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix_array_array" r.pathPattern = "/test_request_integer_unix_array_array" @@ -28222,7 +28222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNullable" + r.name = TestRequestIntegerUnixNullableOperation r.summary = "" r.operationID = "test_request_integer_unix_nullable" r.pathPattern = "/test_request_integer_unix_nullable" @@ -28245,7 +28245,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestIntegerUnixNullableArray" + r.name = TestRequestIntegerUnixNullableArrayOperation r.summary = "" r.operationID = "test_request_integer_unix_nullable_array" r.pathPattern = "/test_request_integer_unix_nullable_array" @@ -28269,7 +28269,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestIntegerUnixNullableArrayArray" + r.name = TestRequestIntegerUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_integer_unix_nullable_array_array" r.pathPattern = "/test_request_integer_unix_nullable_array_array" @@ -28326,7 +28326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNull" + r.name = TestRequestNullOperation r.summary = "" r.operationID = "test_request_null" r.pathPattern = "/test_request_null" @@ -28361,7 +28361,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNullArray" + r.name = TestRequestNullArrayOperation r.summary = "" r.operationID = "test_request_null_array" r.pathPattern = "/test_request_null_array" @@ -28385,7 +28385,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNullArrayArray" + r.name = TestRequestNullArrayArrayOperation r.summary = "" r.operationID = "test_request_null_array_array" r.pathPattern = "/test_request_null_array_array" @@ -28412,7 +28412,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNullNullable" + r.name = TestRequestNullNullableOperation r.summary = "" r.operationID = "test_request_null_nullable" r.pathPattern = "/test_request_null_nullable" @@ -28435,7 +28435,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNullNullableArray" + r.name = TestRequestNullNullableArrayOperation r.summary = "" r.operationID = "test_request_null_nullable_array" r.pathPattern = "/test_request_null_nullable_array" @@ -28459,7 +28459,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNullNullableArrayArray" + r.name = TestRequestNullNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_null_nullable_array_array" r.pathPattern = "/test_request_null_nullable_array_array" @@ -28495,7 +28495,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumber" + r.name = TestRequestNumberOperation r.summary = "" r.operationID = "test_request_number" r.pathPattern = "/test_request_number" @@ -28530,7 +28530,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberArray" + r.name = TestRequestNumberArrayOperation r.summary = "" r.operationID = "test_request_number_array" r.pathPattern = "/test_request_number_array" @@ -28554,7 +28554,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberArrayArray" + r.name = TestRequestNumberArrayArrayOperation r.summary = "" r.operationID = "test_request_number_array_array" r.pathPattern = "/test_request_number_array_array" @@ -28581,7 +28581,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberDouble" + r.name = TestRequestNumberDoubleOperation r.summary = "" r.operationID = "test_request_number_double" r.pathPattern = "/test_request_number_double" @@ -28616,7 +28616,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberDoubleArray" + r.name = TestRequestNumberDoubleArrayOperation r.summary = "" r.operationID = "test_request_number_double_array" r.pathPattern = "/test_request_number_double_array" @@ -28640,7 +28640,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberDoubleArrayArray" + r.name = TestRequestNumberDoubleArrayArrayOperation r.summary = "" r.operationID = "test_request_number_double_array_array" r.pathPattern = "/test_request_number_double_array_array" @@ -28667,7 +28667,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberDoubleNullable" + r.name = TestRequestNumberDoubleNullableOperation r.summary = "" r.operationID = "test_request_number_double_nullable" r.pathPattern = "/test_request_number_double_nullable" @@ -28690,7 +28690,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberDoubleNullableArray" + r.name = TestRequestNumberDoubleNullableArrayOperation r.summary = "" r.operationID = "test_request_number_double_nullable_array" r.pathPattern = "/test_request_number_double_nullable_array" @@ -28714,7 +28714,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberDoubleNullableArrayArray" + r.name = TestRequestNumberDoubleNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_number_double_nullable_array_array" r.pathPattern = "/test_request_number_double_nullable_array_array" @@ -28750,7 +28750,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberFloat" + r.name = TestRequestNumberFloatOperation r.summary = "" r.operationID = "test_request_number_float" r.pathPattern = "/test_request_number_float" @@ -28785,7 +28785,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberFloatArray" + r.name = TestRequestNumberFloatArrayOperation r.summary = "" r.operationID = "test_request_number_float_array" r.pathPattern = "/test_request_number_float_array" @@ -28809,7 +28809,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberFloatArrayArray" + r.name = TestRequestNumberFloatArrayArrayOperation r.summary = "" r.operationID = "test_request_number_float_array_array" r.pathPattern = "/test_request_number_float_array_array" @@ -28836,7 +28836,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberFloatNullable" + r.name = TestRequestNumberFloatNullableOperation r.summary = "" r.operationID = "test_request_number_float_nullable" r.pathPattern = "/test_request_number_float_nullable" @@ -28859,7 +28859,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberFloatNullableArray" + r.name = TestRequestNumberFloatNullableArrayOperation r.summary = "" r.operationID = "test_request_number_float_nullable_array" r.pathPattern = "/test_request_number_float_nullable_array" @@ -28883,7 +28883,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberFloatNullableArrayArray" + r.name = TestRequestNumberFloatNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_number_float_nullable_array_array" r.pathPattern = "/test_request_number_float_nullable_array_array" @@ -28931,7 +28931,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt32" + r.name = TestRequestNumberInt32Operation r.summary = "" r.operationID = "test_request_number_int32" r.pathPattern = "/test_request_number_int32" @@ -28966,7 +28966,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt32Array" + r.name = TestRequestNumberInt32ArrayOperation r.summary = "" r.operationID = "test_request_number_int32_array" r.pathPattern = "/test_request_number_int32_array" @@ -28990,7 +28990,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberInt32ArrayArray" + r.name = TestRequestNumberInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_number_int32_array_array" r.pathPattern = "/test_request_number_int32_array_array" @@ -29017,7 +29017,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt32Nullable" + r.name = TestRequestNumberInt32NullableOperation r.summary = "" r.operationID = "test_request_number_int32_nullable" r.pathPattern = "/test_request_number_int32_nullable" @@ -29040,7 +29040,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt32NullableArray" + r.name = TestRequestNumberInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_number_int32_nullable_array" r.pathPattern = "/test_request_number_int32_nullable_array" @@ -29064,7 +29064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberInt32NullableArrayArray" + r.name = TestRequestNumberInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_number_int32_nullable_array_array" r.pathPattern = "/test_request_number_int32_nullable_array_array" @@ -29100,7 +29100,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt64" + r.name = TestRequestNumberInt64Operation r.summary = "" r.operationID = "test_request_number_int64" r.pathPattern = "/test_request_number_int64" @@ -29135,7 +29135,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt64Array" + r.name = TestRequestNumberInt64ArrayOperation r.summary = "" r.operationID = "test_request_number_int64_array" r.pathPattern = "/test_request_number_int64_array" @@ -29159,7 +29159,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberInt64ArrayArray" + r.name = TestRequestNumberInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_number_int64_array_array" r.pathPattern = "/test_request_number_int64_array_array" @@ -29186,7 +29186,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt64Nullable" + r.name = TestRequestNumberInt64NullableOperation r.summary = "" r.operationID = "test_request_number_int64_nullable" r.pathPattern = "/test_request_number_int64_nullable" @@ -29209,7 +29209,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberInt64NullableArray" + r.name = TestRequestNumberInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_number_int64_nullable_array" r.pathPattern = "/test_request_number_int64_nullable_array" @@ -29233,7 +29233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberInt64NullableArrayArray" + r.name = TestRequestNumberInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_number_int64_nullable_array_array" r.pathPattern = "/test_request_number_int64_nullable_array_array" @@ -29272,7 +29272,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberNullable" + r.name = TestRequestNumberNullableOperation r.summary = "" r.operationID = "test_request_number_nullable" r.pathPattern = "/test_request_number_nullable" @@ -29295,7 +29295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestNumberNullableArray" + r.name = TestRequestNumberNullableArrayOperation r.summary = "" r.operationID = "test_request_number_nullable_array" r.pathPattern = "/test_request_number_nullable_array" @@ -29319,7 +29319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestNumberNullableArrayArray" + r.name = TestRequestNumberNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_number_nullable_array_array" r.pathPattern = "/test_request_number_nullable_array_array" @@ -29371,7 +29371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredAny" + r.name = TestRequestRequiredAnyOperation r.summary = "" r.operationID = "test_request_required_Any" r.pathPattern = "/test_request_required_Any" @@ -29396,7 +29396,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredEmptyStruct" + r.name = TestRequestRequiredEmptyStructOperation r.summary = "" r.operationID = "test_request_required_EmptyStruct" r.pathPattern = "/test_request_required_EmptyStruct" @@ -29421,7 +29421,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredFormatTest" + r.name = TestRequestRequiredFormatTestOperation r.summary = "" r.operationID = "test_request_required_FormatTest" r.pathPattern = "/test_request_required_FormatTest" @@ -29445,7 +29445,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredBoolean" + r.name = TestRequestRequiredBooleanOperation r.summary = "" r.operationID = "test_request_required_boolean" r.pathPattern = "/test_request_required_boolean" @@ -29480,7 +29480,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredBooleanArray" + r.name = TestRequestRequiredBooleanArrayOperation r.summary = "" r.operationID = "test_request_required_boolean_array" r.pathPattern = "/test_request_required_boolean_array" @@ -29504,7 +29504,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredBooleanArrayArray" + r.name = TestRequestRequiredBooleanArrayArrayOperation r.summary = "" r.operationID = "test_request_required_boolean_array_array" r.pathPattern = "/test_request_required_boolean_array_array" @@ -29531,7 +29531,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredBooleanNullable" + r.name = TestRequestRequiredBooleanNullableOperation r.summary = "" r.operationID = "test_request_required_boolean_nullable" r.pathPattern = "/test_request_required_boolean_nullable" @@ -29554,7 +29554,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredBooleanNullableArray" + r.name = TestRequestRequiredBooleanNullableArrayOperation r.summary = "" r.operationID = "test_request_required_boolean_nullable_array" r.pathPattern = "/test_request_required_boolean_nullable_array" @@ -29578,7 +29578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredBooleanNullableArrayArray" + r.name = TestRequestRequiredBooleanNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_boolean_nullable_array_array" r.pathPattern = "/test_request_required_boolean_nullable_array_array" @@ -29614,7 +29614,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredInteger" + r.name = TestRequestRequiredIntegerOperation r.summary = "" r.operationID = "test_request_required_integer" r.pathPattern = "/test_request_required_integer" @@ -29649,7 +29649,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerArray" + r.name = TestRequestRequiredIntegerArrayOperation r.summary = "" r.operationID = "test_request_required_integer_array" r.pathPattern = "/test_request_required_integer_array" @@ -29673,7 +29673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerArrayArray" + r.name = TestRequestRequiredIntegerArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_array_array" r.pathPattern = "/test_request_required_integer_array_array" @@ -29712,7 +29712,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16" + r.name = TestRequestRequiredIntegerInt16Operation r.summary = "" r.operationID = "test_request_required_integer_int16" r.pathPattern = "/test_request_required_integer_int16" @@ -29747,7 +29747,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16Array" + r.name = TestRequestRequiredIntegerInt16ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int16_array" r.pathPattern = "/test_request_required_integer_int16_array" @@ -29771,7 +29771,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16ArrayArray" + r.name = TestRequestRequiredIntegerInt16ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int16_array_array" r.pathPattern = "/test_request_required_integer_int16_array_array" @@ -29798,7 +29798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16Nullable" + r.name = TestRequestRequiredIntegerInt16NullableOperation r.summary = "" r.operationID = "test_request_required_integer_int16_nullable" r.pathPattern = "/test_request_required_integer_int16_nullable" @@ -29821,7 +29821,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16NullableArray" + r.name = TestRequestRequiredIntegerInt16NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int16_nullable_array" r.pathPattern = "/test_request_required_integer_int16_nullable_array" @@ -29845,7 +29845,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt16NullableArrayArray" + r.name = TestRequestRequiredIntegerInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int16_nullable_array_array" r.pathPattern = "/test_request_required_integer_int16_nullable_array_array" @@ -29881,7 +29881,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32" + r.name = TestRequestRequiredIntegerInt32Operation r.summary = "" r.operationID = "test_request_required_integer_int32" r.pathPattern = "/test_request_required_integer_int32" @@ -29916,7 +29916,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32Array" + r.name = TestRequestRequiredIntegerInt32ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int32_array" r.pathPattern = "/test_request_required_integer_int32_array" @@ -29940,7 +29940,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32ArrayArray" + r.name = TestRequestRequiredIntegerInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int32_array_array" r.pathPattern = "/test_request_required_integer_int32_array_array" @@ -29967,7 +29967,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32Nullable" + r.name = TestRequestRequiredIntegerInt32NullableOperation r.summary = "" r.operationID = "test_request_required_integer_int32_nullable" r.pathPattern = "/test_request_required_integer_int32_nullable" @@ -29990,7 +29990,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32NullableArray" + r.name = TestRequestRequiredIntegerInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int32_nullable_array" r.pathPattern = "/test_request_required_integer_int32_nullable_array" @@ -30014,7 +30014,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt32NullableArrayArray" + r.name = TestRequestRequiredIntegerInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int32_nullable_array_array" r.pathPattern = "/test_request_required_integer_int32_nullable_array_array" @@ -30050,7 +30050,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64" + r.name = TestRequestRequiredIntegerInt64Operation r.summary = "" r.operationID = "test_request_required_integer_int64" r.pathPattern = "/test_request_required_integer_int64" @@ -30085,7 +30085,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64Array" + r.name = TestRequestRequiredIntegerInt64ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int64_array" r.pathPattern = "/test_request_required_integer_int64_array" @@ -30109,7 +30109,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64ArrayArray" + r.name = TestRequestRequiredIntegerInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int64_array_array" r.pathPattern = "/test_request_required_integer_int64_array_array" @@ -30136,7 +30136,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64Nullable" + r.name = TestRequestRequiredIntegerInt64NullableOperation r.summary = "" r.operationID = "test_request_required_integer_int64_nullable" r.pathPattern = "/test_request_required_integer_int64_nullable" @@ -30159,7 +30159,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64NullableArray" + r.name = TestRequestRequiredIntegerInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int64_nullable_array" r.pathPattern = "/test_request_required_integer_int64_nullable_array" @@ -30183,7 +30183,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt64NullableArrayArray" + r.name = TestRequestRequiredIntegerInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int64_nullable_array_array" r.pathPattern = "/test_request_required_integer_int64_nullable_array_array" @@ -30219,7 +30219,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8" + r.name = TestRequestRequiredIntegerInt8Operation r.summary = "" r.operationID = "test_request_required_integer_int8" r.pathPattern = "/test_request_required_integer_int8" @@ -30254,7 +30254,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8Array" + r.name = TestRequestRequiredIntegerInt8ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int8_array" r.pathPattern = "/test_request_required_integer_int8_array" @@ -30278,7 +30278,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8ArrayArray" + r.name = TestRequestRequiredIntegerInt8ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int8_array_array" r.pathPattern = "/test_request_required_integer_int8_array_array" @@ -30305,7 +30305,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8Nullable" + r.name = TestRequestRequiredIntegerInt8NullableOperation r.summary = "" r.operationID = "test_request_required_integer_int8_nullable" r.pathPattern = "/test_request_required_integer_int8_nullable" @@ -30328,7 +30328,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8NullableArray" + r.name = TestRequestRequiredIntegerInt8NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int8_nullable_array" r.pathPattern = "/test_request_required_integer_int8_nullable_array" @@ -30352,7 +30352,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerInt8NullableArrayArray" + r.name = TestRequestRequiredIntegerInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_int8_nullable_array_array" r.pathPattern = "/test_request_required_integer_int8_nullable_array_array" @@ -30391,7 +30391,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerNullable" + r.name = TestRequestRequiredIntegerNullableOperation r.summary = "" r.operationID = "test_request_required_integer_nullable" r.pathPattern = "/test_request_required_integer_nullable" @@ -30414,7 +30414,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerNullableArray" + r.name = TestRequestRequiredIntegerNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_nullable_array" r.pathPattern = "/test_request_required_integer_nullable_array" @@ -30438,7 +30438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerNullableArrayArray" + r.name = TestRequestRequiredIntegerNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_nullable_array_array" r.pathPattern = "/test_request_required_integer_nullable_array_array" @@ -30480,7 +30480,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint" + r.name = TestRequestRequiredIntegerUintOperation r.summary = "" r.operationID = "test_request_required_integer_uint" r.pathPattern = "/test_request_required_integer_uint" @@ -30503,7 +30503,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16" + r.name = TestRequestRequiredIntegerUint16Operation r.summary = "" r.operationID = "test_request_required_integer_uint16" r.pathPattern = "/test_request_required_integer_uint16" @@ -30538,7 +30538,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16Array" + r.name = TestRequestRequiredIntegerUint16ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint16_array" r.pathPattern = "/test_request_required_integer_uint16_array" @@ -30562,7 +30562,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16ArrayArray" + r.name = TestRequestRequiredIntegerUint16ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint16_array_array" r.pathPattern = "/test_request_required_integer_uint16_array_array" @@ -30589,7 +30589,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16Nullable" + r.name = TestRequestRequiredIntegerUint16NullableOperation r.summary = "" r.operationID = "test_request_required_integer_uint16_nullable" r.pathPattern = "/test_request_required_integer_uint16_nullable" @@ -30612,7 +30612,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16NullableArray" + r.name = TestRequestRequiredIntegerUint16NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint16_nullable_array" r.pathPattern = "/test_request_required_integer_uint16_nullable_array" @@ -30636,7 +30636,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint16NullableArrayArray" + r.name = TestRequestRequiredIntegerUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint16_nullable_array_array" r.pathPattern = "/test_request_required_integer_uint16_nullable_array_array" @@ -30672,7 +30672,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32" + r.name = TestRequestRequiredIntegerUint32Operation r.summary = "" r.operationID = "test_request_required_integer_uint32" r.pathPattern = "/test_request_required_integer_uint32" @@ -30707,7 +30707,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32Array" + r.name = TestRequestRequiredIntegerUint32ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint32_array" r.pathPattern = "/test_request_required_integer_uint32_array" @@ -30731,7 +30731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32ArrayArray" + r.name = TestRequestRequiredIntegerUint32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint32_array_array" r.pathPattern = "/test_request_required_integer_uint32_array_array" @@ -30758,7 +30758,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32Nullable" + r.name = TestRequestRequiredIntegerUint32NullableOperation r.summary = "" r.operationID = "test_request_required_integer_uint32_nullable" r.pathPattern = "/test_request_required_integer_uint32_nullable" @@ -30781,7 +30781,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32NullableArray" + r.name = TestRequestRequiredIntegerUint32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint32_nullable_array" r.pathPattern = "/test_request_required_integer_uint32_nullable_array" @@ -30805,7 +30805,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint32NullableArrayArray" + r.name = TestRequestRequiredIntegerUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint32_nullable_array_array" r.pathPattern = "/test_request_required_integer_uint32_nullable_array_array" @@ -30841,7 +30841,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64" + r.name = TestRequestRequiredIntegerUint64Operation r.summary = "" r.operationID = "test_request_required_integer_uint64" r.pathPattern = "/test_request_required_integer_uint64" @@ -30876,7 +30876,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64Array" + r.name = TestRequestRequiredIntegerUint64ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint64_array" r.pathPattern = "/test_request_required_integer_uint64_array" @@ -30900,7 +30900,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64ArrayArray" + r.name = TestRequestRequiredIntegerUint64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint64_array_array" r.pathPattern = "/test_request_required_integer_uint64_array_array" @@ -30927,7 +30927,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64Nullable" + r.name = TestRequestRequiredIntegerUint64NullableOperation r.summary = "" r.operationID = "test_request_required_integer_uint64_nullable" r.pathPattern = "/test_request_required_integer_uint64_nullable" @@ -30950,7 +30950,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64NullableArray" + r.name = TestRequestRequiredIntegerUint64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint64_nullable_array" r.pathPattern = "/test_request_required_integer_uint64_nullable_array" @@ -30974,7 +30974,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint64NullableArrayArray" + r.name = TestRequestRequiredIntegerUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint64_nullable_array_array" r.pathPattern = "/test_request_required_integer_uint64_nullable_array_array" @@ -31010,7 +31010,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8" + r.name = TestRequestRequiredIntegerUint8Operation r.summary = "" r.operationID = "test_request_required_integer_uint8" r.pathPattern = "/test_request_required_integer_uint8" @@ -31045,7 +31045,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8Array" + r.name = TestRequestRequiredIntegerUint8ArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint8_array" r.pathPattern = "/test_request_required_integer_uint8_array" @@ -31069,7 +31069,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8ArrayArray" + r.name = TestRequestRequiredIntegerUint8ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint8_array_array" r.pathPattern = "/test_request_required_integer_uint8_array_array" @@ -31096,7 +31096,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8Nullable" + r.name = TestRequestRequiredIntegerUint8NullableOperation r.summary = "" r.operationID = "test_request_required_integer_uint8_nullable" r.pathPattern = "/test_request_required_integer_uint8_nullable" @@ -31119,7 +31119,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8NullableArray" + r.name = TestRequestRequiredIntegerUint8NullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint8_nullable_array" r.pathPattern = "/test_request_required_integer_uint8_nullable_array" @@ -31143,7 +31143,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUint8NullableArrayArray" + r.name = TestRequestRequiredIntegerUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint8_nullable_array_array" r.pathPattern = "/test_request_required_integer_uint8_nullable_array_array" @@ -31191,7 +31191,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUintArray" + r.name = TestRequestRequiredIntegerUintArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint_array" r.pathPattern = "/test_request_required_integer_uint_array" @@ -31215,7 +31215,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUintArrayArray" + r.name = TestRequestRequiredIntegerUintArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint_array_array" r.pathPattern = "/test_request_required_integer_uint_array_array" @@ -31242,7 +31242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUintNullable" + r.name = TestRequestRequiredIntegerUintNullableOperation r.summary = "" r.operationID = "test_request_required_integer_uint_nullable" r.pathPattern = "/test_request_required_integer_uint_nullable" @@ -31265,7 +31265,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUintNullableArray" + r.name = TestRequestRequiredIntegerUintNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint_nullable_array" r.pathPattern = "/test_request_required_integer_uint_nullable_array" @@ -31289,7 +31289,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUintNullableArrayArray" + r.name = TestRequestRequiredIntegerUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_uint_nullable_array_array" r.pathPattern = "/test_request_required_integer_uint_nullable_array_array" @@ -31325,7 +31325,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnix" + r.name = TestRequestRequiredIntegerUnixOperation r.summary = "" r.operationID = "test_request_required_integer_unix" r.pathPattern = "/test_request_required_integer_unix" @@ -31372,7 +31372,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicro" + r.name = TestRequestRequiredIntegerUnixMicroOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro" r.pathPattern = "/test_request_required_integer_unix-micro" @@ -31407,7 +31407,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicroArray" + r.name = TestRequestRequiredIntegerUnixMicroArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro_array" r.pathPattern = "/test_request_required_integer_unix-micro_array" @@ -31431,7 +31431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicroArrayArray" + r.name = TestRequestRequiredIntegerUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro_array_array" r.pathPattern = "/test_request_required_integer_unix-micro_array_array" @@ -31458,7 +31458,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicroNullable" + r.name = TestRequestRequiredIntegerUnixMicroNullableOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro_nullable" r.pathPattern = "/test_request_required_integer_unix-micro_nullable" @@ -31481,7 +31481,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicroNullableArray" + r.name = TestRequestRequiredIntegerUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro_nullable_array" r.pathPattern = "/test_request_required_integer_unix-micro_nullable_array" @@ -31505,7 +31505,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMicroNullableArrayArray" + r.name = TestRequestRequiredIntegerUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-micro_nullable_array_array" r.pathPattern = "/test_request_required_integer_unix-micro_nullable_array_array" @@ -31541,7 +31541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilli" + r.name = TestRequestRequiredIntegerUnixMilliOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli" r.pathPattern = "/test_request_required_integer_unix-milli" @@ -31576,7 +31576,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilliArray" + r.name = TestRequestRequiredIntegerUnixMilliArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli_array" r.pathPattern = "/test_request_required_integer_unix-milli_array" @@ -31600,7 +31600,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilliArrayArray" + r.name = TestRequestRequiredIntegerUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli_array_array" r.pathPattern = "/test_request_required_integer_unix-milli_array_array" @@ -31627,7 +31627,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilliNullable" + r.name = TestRequestRequiredIntegerUnixMilliNullableOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli_nullable" r.pathPattern = "/test_request_required_integer_unix-milli_nullable" @@ -31650,7 +31650,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilliNullableArray" + r.name = TestRequestRequiredIntegerUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli_nullable_array" r.pathPattern = "/test_request_required_integer_unix-milli_nullable_array" @@ -31674,7 +31674,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixMilliNullableArrayArray" + r.name = TestRequestRequiredIntegerUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-milli_nullable_array_array" r.pathPattern = "/test_request_required_integer_unix-milli_nullable_array_array" @@ -31713,7 +31713,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNano" + r.name = TestRequestRequiredIntegerUnixNanoOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano" r.pathPattern = "/test_request_required_integer_unix-nano" @@ -31748,7 +31748,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNanoArray" + r.name = TestRequestRequiredIntegerUnixNanoArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano_array" r.pathPattern = "/test_request_required_integer_unix-nano_array" @@ -31772,7 +31772,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNanoArrayArray" + r.name = TestRequestRequiredIntegerUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano_array_array" r.pathPattern = "/test_request_required_integer_unix-nano_array_array" @@ -31799,7 +31799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNanoNullable" + r.name = TestRequestRequiredIntegerUnixNanoNullableOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano_nullable" r.pathPattern = "/test_request_required_integer_unix-nano_nullable" @@ -31822,7 +31822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNanoNullableArray" + r.name = TestRequestRequiredIntegerUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano_nullable_array" r.pathPattern = "/test_request_required_integer_unix-nano_nullable_array" @@ -31846,7 +31846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNanoNullableArrayArray" + r.name = TestRequestRequiredIntegerUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-nano_nullable_array_array" r.pathPattern = "/test_request_required_integer_unix-nano_nullable_array_array" @@ -31882,7 +31882,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSeconds" + r.name = TestRequestRequiredIntegerUnixSecondsOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds" r.pathPattern = "/test_request_required_integer_unix-seconds" @@ -31917,7 +31917,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSecondsArray" + r.name = TestRequestRequiredIntegerUnixSecondsArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds_array" r.pathPattern = "/test_request_required_integer_unix-seconds_array" @@ -31941,7 +31941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSecondsArrayArray" + r.name = TestRequestRequiredIntegerUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds_array_array" r.pathPattern = "/test_request_required_integer_unix-seconds_array_array" @@ -31968,7 +31968,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSecondsNullable" + r.name = TestRequestRequiredIntegerUnixSecondsNullableOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds_nullable" r.pathPattern = "/test_request_required_integer_unix-seconds_nullable" @@ -31991,7 +31991,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSecondsNullableArray" + r.name = TestRequestRequiredIntegerUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds_nullable_array" r.pathPattern = "/test_request_required_integer_unix-seconds_nullable_array" @@ -32015,7 +32015,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixSecondsNullableArrayArray" + r.name = TestRequestRequiredIntegerUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix-seconds_nullable_array_array" r.pathPattern = "/test_request_required_integer_unix-seconds_nullable_array_array" @@ -32066,7 +32066,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixArray" + r.name = TestRequestRequiredIntegerUnixArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix_array" r.pathPattern = "/test_request_required_integer_unix_array" @@ -32090,7 +32090,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixArrayArray" + r.name = TestRequestRequiredIntegerUnixArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix_array_array" r.pathPattern = "/test_request_required_integer_unix_array_array" @@ -32117,7 +32117,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNullable" + r.name = TestRequestRequiredIntegerUnixNullableOperation r.summary = "" r.operationID = "test_request_required_integer_unix_nullable" r.pathPattern = "/test_request_required_integer_unix_nullable" @@ -32140,7 +32140,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNullableArray" + r.name = TestRequestRequiredIntegerUnixNullableArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix_nullable_array" r.pathPattern = "/test_request_required_integer_unix_nullable_array" @@ -32164,7 +32164,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredIntegerUnixNullableArrayArray" + r.name = TestRequestRequiredIntegerUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_integer_unix_nullable_array_array" r.pathPattern = "/test_request_required_integer_unix_nullable_array_array" @@ -32221,7 +32221,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNull" + r.name = TestRequestRequiredNullOperation r.summary = "" r.operationID = "test_request_required_null" r.pathPattern = "/test_request_required_null" @@ -32256,7 +32256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNullArray" + r.name = TestRequestRequiredNullArrayOperation r.summary = "" r.operationID = "test_request_required_null_array" r.pathPattern = "/test_request_required_null_array" @@ -32280,7 +32280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNullArrayArray" + r.name = TestRequestRequiredNullArrayArrayOperation r.summary = "" r.operationID = "test_request_required_null_array_array" r.pathPattern = "/test_request_required_null_array_array" @@ -32307,7 +32307,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNullNullable" + r.name = TestRequestRequiredNullNullableOperation r.summary = "" r.operationID = "test_request_required_null_nullable" r.pathPattern = "/test_request_required_null_nullable" @@ -32330,7 +32330,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNullNullableArray" + r.name = TestRequestRequiredNullNullableArrayOperation r.summary = "" r.operationID = "test_request_required_null_nullable_array" r.pathPattern = "/test_request_required_null_nullable_array" @@ -32354,7 +32354,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNullNullableArrayArray" + r.name = TestRequestRequiredNullNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_null_nullable_array_array" r.pathPattern = "/test_request_required_null_nullable_array_array" @@ -32390,7 +32390,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumber" + r.name = TestRequestRequiredNumberOperation r.summary = "" r.operationID = "test_request_required_number" r.pathPattern = "/test_request_required_number" @@ -32425,7 +32425,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberArray" + r.name = TestRequestRequiredNumberArrayOperation r.summary = "" r.operationID = "test_request_required_number_array" r.pathPattern = "/test_request_required_number_array" @@ -32449,7 +32449,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberArrayArray" + r.name = TestRequestRequiredNumberArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_array_array" r.pathPattern = "/test_request_required_number_array_array" @@ -32476,7 +32476,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberDouble" + r.name = TestRequestRequiredNumberDoubleOperation r.summary = "" r.operationID = "test_request_required_number_double" r.pathPattern = "/test_request_required_number_double" @@ -32511,7 +32511,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberDoubleArray" + r.name = TestRequestRequiredNumberDoubleArrayOperation r.summary = "" r.operationID = "test_request_required_number_double_array" r.pathPattern = "/test_request_required_number_double_array" @@ -32535,7 +32535,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberDoubleArrayArray" + r.name = TestRequestRequiredNumberDoubleArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_double_array_array" r.pathPattern = "/test_request_required_number_double_array_array" @@ -32562,7 +32562,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberDoubleNullable" + r.name = TestRequestRequiredNumberDoubleNullableOperation r.summary = "" r.operationID = "test_request_required_number_double_nullable" r.pathPattern = "/test_request_required_number_double_nullable" @@ -32585,7 +32585,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberDoubleNullableArray" + r.name = TestRequestRequiredNumberDoubleNullableArrayOperation r.summary = "" r.operationID = "test_request_required_number_double_nullable_array" r.pathPattern = "/test_request_required_number_double_nullable_array" @@ -32609,7 +32609,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberDoubleNullableArrayArray" + r.name = TestRequestRequiredNumberDoubleNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_double_nullable_array_array" r.pathPattern = "/test_request_required_number_double_nullable_array_array" @@ -32645,7 +32645,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberFloat" + r.name = TestRequestRequiredNumberFloatOperation r.summary = "" r.operationID = "test_request_required_number_float" r.pathPattern = "/test_request_required_number_float" @@ -32680,7 +32680,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberFloatArray" + r.name = TestRequestRequiredNumberFloatArrayOperation r.summary = "" r.operationID = "test_request_required_number_float_array" r.pathPattern = "/test_request_required_number_float_array" @@ -32704,7 +32704,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberFloatArrayArray" + r.name = TestRequestRequiredNumberFloatArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_float_array_array" r.pathPattern = "/test_request_required_number_float_array_array" @@ -32731,7 +32731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberFloatNullable" + r.name = TestRequestRequiredNumberFloatNullableOperation r.summary = "" r.operationID = "test_request_required_number_float_nullable" r.pathPattern = "/test_request_required_number_float_nullable" @@ -32754,7 +32754,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberFloatNullableArray" + r.name = TestRequestRequiredNumberFloatNullableArrayOperation r.summary = "" r.operationID = "test_request_required_number_float_nullable_array" r.pathPattern = "/test_request_required_number_float_nullable_array" @@ -32778,7 +32778,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberFloatNullableArrayArray" + r.name = TestRequestRequiredNumberFloatNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_float_nullable_array_array" r.pathPattern = "/test_request_required_number_float_nullable_array_array" @@ -32826,7 +32826,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32" + r.name = TestRequestRequiredNumberInt32Operation r.summary = "" r.operationID = "test_request_required_number_int32" r.pathPattern = "/test_request_required_number_int32" @@ -32861,7 +32861,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32Array" + r.name = TestRequestRequiredNumberInt32ArrayOperation r.summary = "" r.operationID = "test_request_required_number_int32_array" r.pathPattern = "/test_request_required_number_int32_array" @@ -32885,7 +32885,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32ArrayArray" + r.name = TestRequestRequiredNumberInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_int32_array_array" r.pathPattern = "/test_request_required_number_int32_array_array" @@ -32912,7 +32912,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32Nullable" + r.name = TestRequestRequiredNumberInt32NullableOperation r.summary = "" r.operationID = "test_request_required_number_int32_nullable" r.pathPattern = "/test_request_required_number_int32_nullable" @@ -32935,7 +32935,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32NullableArray" + r.name = TestRequestRequiredNumberInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_number_int32_nullable_array" r.pathPattern = "/test_request_required_number_int32_nullable_array" @@ -32959,7 +32959,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberInt32NullableArrayArray" + r.name = TestRequestRequiredNumberInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_int32_nullable_array_array" r.pathPattern = "/test_request_required_number_int32_nullable_array_array" @@ -32995,7 +32995,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64" + r.name = TestRequestRequiredNumberInt64Operation r.summary = "" r.operationID = "test_request_required_number_int64" r.pathPattern = "/test_request_required_number_int64" @@ -33030,7 +33030,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64Array" + r.name = TestRequestRequiredNumberInt64ArrayOperation r.summary = "" r.operationID = "test_request_required_number_int64_array" r.pathPattern = "/test_request_required_number_int64_array" @@ -33054,7 +33054,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64ArrayArray" + r.name = TestRequestRequiredNumberInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_int64_array_array" r.pathPattern = "/test_request_required_number_int64_array_array" @@ -33081,7 +33081,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64Nullable" + r.name = TestRequestRequiredNumberInt64NullableOperation r.summary = "" r.operationID = "test_request_required_number_int64_nullable" r.pathPattern = "/test_request_required_number_int64_nullable" @@ -33104,7 +33104,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64NullableArray" + r.name = TestRequestRequiredNumberInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_number_int64_nullable_array" r.pathPattern = "/test_request_required_number_int64_nullable_array" @@ -33128,7 +33128,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberInt64NullableArrayArray" + r.name = TestRequestRequiredNumberInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_int64_nullable_array_array" r.pathPattern = "/test_request_required_number_int64_nullable_array_array" @@ -33167,7 +33167,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberNullable" + r.name = TestRequestRequiredNumberNullableOperation r.summary = "" r.operationID = "test_request_required_number_nullable" r.pathPattern = "/test_request_required_number_nullable" @@ -33190,7 +33190,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredNumberNullableArray" + r.name = TestRequestRequiredNumberNullableArrayOperation r.summary = "" r.operationID = "test_request_required_number_nullable_array" r.pathPattern = "/test_request_required_number_nullable_array" @@ -33214,7 +33214,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredNumberNullableArrayArray" + r.name = TestRequestRequiredNumberNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_number_nullable_array_array" r.pathPattern = "/test_request_required_number_nullable_array_array" @@ -33253,7 +33253,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredString" + r.name = TestRequestRequiredStringOperation r.summary = "" r.operationID = "test_request_required_string" r.pathPattern = "/test_request_required_string" @@ -33288,7 +33288,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringArray" + r.name = TestRequestRequiredStringArrayOperation r.summary = "" r.operationID = "test_request_required_string_array" r.pathPattern = "/test_request_required_string_array" @@ -33312,7 +33312,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringArrayArray" + r.name = TestRequestRequiredStringArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_array_array" r.pathPattern = "/test_request_required_string_array_array" @@ -33351,7 +33351,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBase64" + r.name = TestRequestRequiredStringBase64Operation r.summary = "" r.operationID = "test_request_required_string_base64" r.pathPattern = "/test_request_required_string_base64" @@ -33386,7 +33386,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBase64Array" + r.name = TestRequestRequiredStringBase64ArrayOperation r.summary = "" r.operationID = "test_request_required_string_base64_array" r.pathPattern = "/test_request_required_string_base64_array" @@ -33410,7 +33410,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringBase64ArrayArray" + r.name = TestRequestRequiredStringBase64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_base64_array_array" r.pathPattern = "/test_request_required_string_base64_array_array" @@ -33437,7 +33437,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBase64Nullable" + r.name = TestRequestRequiredStringBase64NullableOperation r.summary = "" r.operationID = "test_request_required_string_base64_nullable" r.pathPattern = "/test_request_required_string_base64_nullable" @@ -33460,7 +33460,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBase64NullableArray" + r.name = TestRequestRequiredStringBase64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_base64_nullable_array" r.pathPattern = "/test_request_required_string_base64_nullable_array" @@ -33484,7 +33484,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringBase64NullableArrayArray" + r.name = TestRequestRequiredStringBase64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_base64_nullable_array_array" r.pathPattern = "/test_request_required_string_base64_nullable_array_array" @@ -33520,7 +33520,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBinary" + r.name = TestRequestRequiredStringBinaryOperation r.summary = "" r.operationID = "test_request_required_string_binary" r.pathPattern = "/test_request_required_string_binary" @@ -33555,7 +33555,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBinaryArray" + r.name = TestRequestRequiredStringBinaryArrayOperation r.summary = "" r.operationID = "test_request_required_string_binary_array" r.pathPattern = "/test_request_required_string_binary_array" @@ -33579,7 +33579,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringBinaryArrayArray" + r.name = TestRequestRequiredStringBinaryArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_binary_array_array" r.pathPattern = "/test_request_required_string_binary_array_array" @@ -33606,7 +33606,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBinaryNullable" + r.name = TestRequestRequiredStringBinaryNullableOperation r.summary = "" r.operationID = "test_request_required_string_binary_nullable" r.pathPattern = "/test_request_required_string_binary_nullable" @@ -33629,7 +33629,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringBinaryNullableArray" + r.name = TestRequestRequiredStringBinaryNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_binary_nullable_array" r.pathPattern = "/test_request_required_string_binary_nullable_array" @@ -33653,7 +33653,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringBinaryNullableArrayArray" + r.name = TestRequestRequiredStringBinaryNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_binary_nullable_array_array" r.pathPattern = "/test_request_required_string_binary_nullable_array_array" @@ -33689,7 +33689,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringByte" + r.name = TestRequestRequiredStringByteOperation r.summary = "" r.operationID = "test_request_required_string_byte" r.pathPattern = "/test_request_required_string_byte" @@ -33724,7 +33724,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringByteArray" + r.name = TestRequestRequiredStringByteArrayOperation r.summary = "" r.operationID = "test_request_required_string_byte_array" r.pathPattern = "/test_request_required_string_byte_array" @@ -33748,7 +33748,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringByteArrayArray" + r.name = TestRequestRequiredStringByteArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_byte_array_array" r.pathPattern = "/test_request_required_string_byte_array_array" @@ -33775,7 +33775,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringByteNullable" + r.name = TestRequestRequiredStringByteNullableOperation r.summary = "" r.operationID = "test_request_required_string_byte_nullable" r.pathPattern = "/test_request_required_string_byte_nullable" @@ -33798,7 +33798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringByteNullableArray" + r.name = TestRequestRequiredStringByteNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_byte_nullable_array" r.pathPattern = "/test_request_required_string_byte_nullable_array" @@ -33822,7 +33822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringByteNullableArrayArray" + r.name = TestRequestRequiredStringByteNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_byte_nullable_array_array" r.pathPattern = "/test_request_required_string_byte_nullable_array_array" @@ -33873,7 +33873,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDate" + r.name = TestRequestRequiredStringDateOperation r.summary = "" r.operationID = "test_request_required_string_date" r.pathPattern = "/test_request_required_string_date" @@ -33896,7 +33896,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateTime" + r.name = TestRequestRequiredStringDateTimeOperation r.summary = "" r.operationID = "test_request_required_string_date-time" r.pathPattern = "/test_request_required_string_date-time" @@ -33931,7 +33931,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateTimeArray" + r.name = TestRequestRequiredStringDateTimeArrayOperation r.summary = "" r.operationID = "test_request_required_string_date-time_array" r.pathPattern = "/test_request_required_string_date-time_array" @@ -33955,7 +33955,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDateTimeArrayArray" + r.name = TestRequestRequiredStringDateTimeArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_date-time_array_array" r.pathPattern = "/test_request_required_string_date-time_array_array" @@ -33982,7 +33982,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateTimeNullable" + r.name = TestRequestRequiredStringDateTimeNullableOperation r.summary = "" r.operationID = "test_request_required_string_date-time_nullable" r.pathPattern = "/test_request_required_string_date-time_nullable" @@ -34005,7 +34005,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateTimeNullableArray" + r.name = TestRequestRequiredStringDateTimeNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_date-time_nullable_array" r.pathPattern = "/test_request_required_string_date-time_nullable_array" @@ -34029,7 +34029,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDateTimeNullableArrayArray" + r.name = TestRequestRequiredStringDateTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_date-time_nullable_array_array" r.pathPattern = "/test_request_required_string_date-time_nullable_array_array" @@ -34077,7 +34077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateArray" + r.name = TestRequestRequiredStringDateArrayOperation r.summary = "" r.operationID = "test_request_required_string_date_array" r.pathPattern = "/test_request_required_string_date_array" @@ -34101,7 +34101,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDateArrayArray" + r.name = TestRequestRequiredStringDateArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_date_array_array" r.pathPattern = "/test_request_required_string_date_array_array" @@ -34128,7 +34128,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateNullable" + r.name = TestRequestRequiredStringDateNullableOperation r.summary = "" r.operationID = "test_request_required_string_date_nullable" r.pathPattern = "/test_request_required_string_date_nullable" @@ -34151,7 +34151,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDateNullableArray" + r.name = TestRequestRequiredStringDateNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_date_nullable_array" r.pathPattern = "/test_request_required_string_date_nullable_array" @@ -34175,7 +34175,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDateNullableArrayArray" + r.name = TestRequestRequiredStringDateNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_date_nullable_array_array" r.pathPattern = "/test_request_required_string_date_nullable_array_array" @@ -34211,7 +34211,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDuration" + r.name = TestRequestRequiredStringDurationOperation r.summary = "" r.operationID = "test_request_required_string_duration" r.pathPattern = "/test_request_required_string_duration" @@ -34246,7 +34246,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDurationArray" + r.name = TestRequestRequiredStringDurationArrayOperation r.summary = "" r.operationID = "test_request_required_string_duration_array" r.pathPattern = "/test_request_required_string_duration_array" @@ -34270,7 +34270,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDurationArrayArray" + r.name = TestRequestRequiredStringDurationArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_duration_array_array" r.pathPattern = "/test_request_required_string_duration_array_array" @@ -34297,7 +34297,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDurationNullable" + r.name = TestRequestRequiredStringDurationNullableOperation r.summary = "" r.operationID = "test_request_required_string_duration_nullable" r.pathPattern = "/test_request_required_string_duration_nullable" @@ -34320,7 +34320,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringDurationNullableArray" + r.name = TestRequestRequiredStringDurationNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_duration_nullable_array" r.pathPattern = "/test_request_required_string_duration_nullable_array" @@ -34344,7 +34344,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringDurationNullableArrayArray" + r.name = TestRequestRequiredStringDurationNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_duration_nullable_array_array" r.pathPattern = "/test_request_required_string_duration_nullable_array_array" @@ -34383,7 +34383,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringEmail" + r.name = TestRequestRequiredStringEmailOperation r.summary = "" r.operationID = "test_request_required_string_email" r.pathPattern = "/test_request_required_string_email" @@ -34418,7 +34418,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringEmailArray" + r.name = TestRequestRequiredStringEmailArrayOperation r.summary = "" r.operationID = "test_request_required_string_email_array" r.pathPattern = "/test_request_required_string_email_array" @@ -34442,7 +34442,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringEmailArrayArray" + r.name = TestRequestRequiredStringEmailArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_email_array_array" r.pathPattern = "/test_request_required_string_email_array_array" @@ -34469,7 +34469,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringEmailNullable" + r.name = TestRequestRequiredStringEmailNullableOperation r.summary = "" r.operationID = "test_request_required_string_email_nullable" r.pathPattern = "/test_request_required_string_email_nullable" @@ -34492,7 +34492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringEmailNullableArray" + r.name = TestRequestRequiredStringEmailNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_email_nullable_array" r.pathPattern = "/test_request_required_string_email_nullable_array" @@ -34516,7 +34516,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringEmailNullableArrayArray" + r.name = TestRequestRequiredStringEmailNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_email_nullable_array_array" r.pathPattern = "/test_request_required_string_email_nullable_array_array" @@ -34564,7 +34564,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32" + r.name = TestRequestRequiredStringFloat32Operation r.summary = "" r.operationID = "test_request_required_string_float32" r.pathPattern = "/test_request_required_string_float32" @@ -34599,7 +34599,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32Array" + r.name = TestRequestRequiredStringFloat32ArrayOperation r.summary = "" r.operationID = "test_request_required_string_float32_array" r.pathPattern = "/test_request_required_string_float32_array" @@ -34623,7 +34623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32ArrayArray" + r.name = TestRequestRequiredStringFloat32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_float32_array_array" r.pathPattern = "/test_request_required_string_float32_array_array" @@ -34650,7 +34650,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32Nullable" + r.name = TestRequestRequiredStringFloat32NullableOperation r.summary = "" r.operationID = "test_request_required_string_float32_nullable" r.pathPattern = "/test_request_required_string_float32_nullable" @@ -34673,7 +34673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32NullableArray" + r.name = TestRequestRequiredStringFloat32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_float32_nullable_array" r.pathPattern = "/test_request_required_string_float32_nullable_array" @@ -34697,7 +34697,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringFloat32NullableArrayArray" + r.name = TestRequestRequiredStringFloat32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_float32_nullable_array_array" r.pathPattern = "/test_request_required_string_float32_nullable_array_array" @@ -34733,7 +34733,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64" + r.name = TestRequestRequiredStringFloat64Operation r.summary = "" r.operationID = "test_request_required_string_float64" r.pathPattern = "/test_request_required_string_float64" @@ -34768,7 +34768,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64Array" + r.name = TestRequestRequiredStringFloat64ArrayOperation r.summary = "" r.operationID = "test_request_required_string_float64_array" r.pathPattern = "/test_request_required_string_float64_array" @@ -34792,7 +34792,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64ArrayArray" + r.name = TestRequestRequiredStringFloat64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_float64_array_array" r.pathPattern = "/test_request_required_string_float64_array_array" @@ -34819,7 +34819,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64Nullable" + r.name = TestRequestRequiredStringFloat64NullableOperation r.summary = "" r.operationID = "test_request_required_string_float64_nullable" r.pathPattern = "/test_request_required_string_float64_nullable" @@ -34842,7 +34842,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64NullableArray" + r.name = TestRequestRequiredStringFloat64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_float64_nullable_array" r.pathPattern = "/test_request_required_string_float64_nullable_array" @@ -34866,7 +34866,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringFloat64NullableArrayArray" + r.name = TestRequestRequiredStringFloat64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_float64_nullable_array_array" r.pathPattern = "/test_request_required_string_float64_nullable_array_array" @@ -34905,7 +34905,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringHostname" + r.name = TestRequestRequiredStringHostnameOperation r.summary = "" r.operationID = "test_request_required_string_hostname" r.pathPattern = "/test_request_required_string_hostname" @@ -34940,7 +34940,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringHostnameArray" + r.name = TestRequestRequiredStringHostnameArrayOperation r.summary = "" r.operationID = "test_request_required_string_hostname_array" r.pathPattern = "/test_request_required_string_hostname_array" @@ -34964,7 +34964,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringHostnameArrayArray" + r.name = TestRequestRequiredStringHostnameArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_hostname_array_array" r.pathPattern = "/test_request_required_string_hostname_array_array" @@ -34991,7 +34991,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringHostnameNullable" + r.name = TestRequestRequiredStringHostnameNullableOperation r.summary = "" r.operationID = "test_request_required_string_hostname_nullable" r.pathPattern = "/test_request_required_string_hostname_nullable" @@ -35014,7 +35014,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringHostnameNullableArray" + r.name = TestRequestRequiredStringHostnameNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_hostname_nullable_array" r.pathPattern = "/test_request_required_string_hostname_nullable_array" @@ -35038,7 +35038,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringHostnameNullableArrayArray" + r.name = TestRequestRequiredStringHostnameNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_hostname_nullable_array_array" r.pathPattern = "/test_request_required_string_hostname_nullable_array_array" @@ -35086,7 +35086,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt" + r.name = TestRequestRequiredStringIntOperation r.summary = "" r.operationID = "test_request_required_string_int" r.pathPattern = "/test_request_required_string_int" @@ -35109,7 +35109,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt16" + r.name = TestRequestRequiredStringInt16Operation r.summary = "" r.operationID = "test_request_required_string_int16" r.pathPattern = "/test_request_required_string_int16" @@ -35144,7 +35144,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt16Array" + r.name = TestRequestRequiredStringInt16ArrayOperation r.summary = "" r.operationID = "test_request_required_string_int16_array" r.pathPattern = "/test_request_required_string_int16_array" @@ -35168,7 +35168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt16ArrayArray" + r.name = TestRequestRequiredStringInt16ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int16_array_array" r.pathPattern = "/test_request_required_string_int16_array_array" @@ -35195,7 +35195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt16Nullable" + r.name = TestRequestRequiredStringInt16NullableOperation r.summary = "" r.operationID = "test_request_required_string_int16_nullable" r.pathPattern = "/test_request_required_string_int16_nullable" @@ -35218,7 +35218,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt16NullableArray" + r.name = TestRequestRequiredStringInt16NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_int16_nullable_array" r.pathPattern = "/test_request_required_string_int16_nullable_array" @@ -35242,7 +35242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt16NullableArrayArray" + r.name = TestRequestRequiredStringInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int16_nullable_array_array" r.pathPattern = "/test_request_required_string_int16_nullable_array_array" @@ -35278,7 +35278,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt32" + r.name = TestRequestRequiredStringInt32Operation r.summary = "" r.operationID = "test_request_required_string_int32" r.pathPattern = "/test_request_required_string_int32" @@ -35313,7 +35313,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt32Array" + r.name = TestRequestRequiredStringInt32ArrayOperation r.summary = "" r.operationID = "test_request_required_string_int32_array" r.pathPattern = "/test_request_required_string_int32_array" @@ -35337,7 +35337,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt32ArrayArray" + r.name = TestRequestRequiredStringInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int32_array_array" r.pathPattern = "/test_request_required_string_int32_array_array" @@ -35364,7 +35364,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt32Nullable" + r.name = TestRequestRequiredStringInt32NullableOperation r.summary = "" r.operationID = "test_request_required_string_int32_nullable" r.pathPattern = "/test_request_required_string_int32_nullable" @@ -35387,7 +35387,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt32NullableArray" + r.name = TestRequestRequiredStringInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_int32_nullable_array" r.pathPattern = "/test_request_required_string_int32_nullable_array" @@ -35411,7 +35411,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt32NullableArrayArray" + r.name = TestRequestRequiredStringInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int32_nullable_array_array" r.pathPattern = "/test_request_required_string_int32_nullable_array_array" @@ -35447,7 +35447,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt64" + r.name = TestRequestRequiredStringInt64Operation r.summary = "" r.operationID = "test_request_required_string_int64" r.pathPattern = "/test_request_required_string_int64" @@ -35482,7 +35482,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt64Array" + r.name = TestRequestRequiredStringInt64ArrayOperation r.summary = "" r.operationID = "test_request_required_string_int64_array" r.pathPattern = "/test_request_required_string_int64_array" @@ -35506,7 +35506,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt64ArrayArray" + r.name = TestRequestRequiredStringInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int64_array_array" r.pathPattern = "/test_request_required_string_int64_array_array" @@ -35533,7 +35533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt64Nullable" + r.name = TestRequestRequiredStringInt64NullableOperation r.summary = "" r.operationID = "test_request_required_string_int64_nullable" r.pathPattern = "/test_request_required_string_int64_nullable" @@ -35556,7 +35556,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt64NullableArray" + r.name = TestRequestRequiredStringInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_int64_nullable_array" r.pathPattern = "/test_request_required_string_int64_nullable_array" @@ -35580,7 +35580,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt64NullableArrayArray" + r.name = TestRequestRequiredStringInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int64_nullable_array_array" r.pathPattern = "/test_request_required_string_int64_nullable_array_array" @@ -35616,7 +35616,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt8" + r.name = TestRequestRequiredStringInt8Operation r.summary = "" r.operationID = "test_request_required_string_int8" r.pathPattern = "/test_request_required_string_int8" @@ -35651,7 +35651,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt8Array" + r.name = TestRequestRequiredStringInt8ArrayOperation r.summary = "" r.operationID = "test_request_required_string_int8_array" r.pathPattern = "/test_request_required_string_int8_array" @@ -35675,7 +35675,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt8ArrayArray" + r.name = TestRequestRequiredStringInt8ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int8_array_array" r.pathPattern = "/test_request_required_string_int8_array_array" @@ -35702,7 +35702,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt8Nullable" + r.name = TestRequestRequiredStringInt8NullableOperation r.summary = "" r.operationID = "test_request_required_string_int8_nullable" r.pathPattern = "/test_request_required_string_int8_nullable" @@ -35725,7 +35725,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringInt8NullableArray" + r.name = TestRequestRequiredStringInt8NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_int8_nullable_array" r.pathPattern = "/test_request_required_string_int8_nullable_array" @@ -35749,7 +35749,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringInt8NullableArrayArray" + r.name = TestRequestRequiredStringInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int8_nullable_array_array" r.pathPattern = "/test_request_required_string_int8_nullable_array_array" @@ -35797,7 +35797,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIntArray" + r.name = TestRequestRequiredStringIntArrayOperation r.summary = "" r.operationID = "test_request_required_string_int_array" r.pathPattern = "/test_request_required_string_int_array" @@ -35821,7 +35821,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIntArrayArray" + r.name = TestRequestRequiredStringIntArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int_array_array" r.pathPattern = "/test_request_required_string_int_array_array" @@ -35848,7 +35848,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIntNullable" + r.name = TestRequestRequiredStringIntNullableOperation r.summary = "" r.operationID = "test_request_required_string_int_nullable" r.pathPattern = "/test_request_required_string_int_nullable" @@ -35871,7 +35871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIntNullableArray" + r.name = TestRequestRequiredStringIntNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_int_nullable_array" r.pathPattern = "/test_request_required_string_int_nullable_array" @@ -35895,7 +35895,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIntNullableArrayArray" + r.name = TestRequestRequiredStringIntNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_int_nullable_array_array" r.pathPattern = "/test_request_required_string_int_nullable_array_array" @@ -35931,7 +35931,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIP" + r.name = TestRequestRequiredStringIPOperation r.summary = "" r.operationID = "test_request_required_string_ip" r.pathPattern = "/test_request_required_string_ip" @@ -35966,7 +35966,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIPArray" + r.name = TestRequestRequiredStringIPArrayOperation r.summary = "" r.operationID = "test_request_required_string_ip_array" r.pathPattern = "/test_request_required_string_ip_array" @@ -35990,7 +35990,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIPArrayArray" + r.name = TestRequestRequiredStringIPArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ip_array_array" r.pathPattern = "/test_request_required_string_ip_array_array" @@ -36017,7 +36017,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIPNullable" + r.name = TestRequestRequiredStringIPNullableOperation r.summary = "" r.operationID = "test_request_required_string_ip_nullable" r.pathPattern = "/test_request_required_string_ip_nullable" @@ -36040,7 +36040,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIPNullableArray" + r.name = TestRequestRequiredStringIPNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_ip_nullable_array" r.pathPattern = "/test_request_required_string_ip_nullable_array" @@ -36064,7 +36064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIPNullableArrayArray" + r.name = TestRequestRequiredStringIPNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ip_nullable_array_array" r.pathPattern = "/test_request_required_string_ip_nullable_array_array" @@ -36109,7 +36109,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4" + r.name = TestRequestRequiredStringIpv4Operation r.summary = "" r.operationID = "test_request_required_string_ipv4" r.pathPattern = "/test_request_required_string_ipv4" @@ -36144,7 +36144,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4Array" + r.name = TestRequestRequiredStringIpv4ArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv4_array" r.pathPattern = "/test_request_required_string_ipv4_array" @@ -36168,7 +36168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4ArrayArray" + r.name = TestRequestRequiredStringIpv4ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv4_array_array" r.pathPattern = "/test_request_required_string_ipv4_array_array" @@ -36195,7 +36195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4Nullable" + r.name = TestRequestRequiredStringIpv4NullableOperation r.summary = "" r.operationID = "test_request_required_string_ipv4_nullable" r.pathPattern = "/test_request_required_string_ipv4_nullable" @@ -36218,7 +36218,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4NullableArray" + r.name = TestRequestRequiredStringIpv4NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv4_nullable_array" r.pathPattern = "/test_request_required_string_ipv4_nullable_array" @@ -36242,7 +36242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIpv4NullableArrayArray" + r.name = TestRequestRequiredStringIpv4NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv4_nullable_array_array" r.pathPattern = "/test_request_required_string_ipv4_nullable_array_array" @@ -36278,7 +36278,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6" + r.name = TestRequestRequiredStringIpv6Operation r.summary = "" r.operationID = "test_request_required_string_ipv6" r.pathPattern = "/test_request_required_string_ipv6" @@ -36313,7 +36313,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6Array" + r.name = TestRequestRequiredStringIpv6ArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv6_array" r.pathPattern = "/test_request_required_string_ipv6_array" @@ -36337,7 +36337,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6ArrayArray" + r.name = TestRequestRequiredStringIpv6ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv6_array_array" r.pathPattern = "/test_request_required_string_ipv6_array_array" @@ -36364,7 +36364,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6Nullable" + r.name = TestRequestRequiredStringIpv6NullableOperation r.summary = "" r.operationID = "test_request_required_string_ipv6_nullable" r.pathPattern = "/test_request_required_string_ipv6_nullable" @@ -36387,7 +36387,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6NullableArray" + r.name = TestRequestRequiredStringIpv6NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv6_nullable_array" r.pathPattern = "/test_request_required_string_ipv6_nullable_array" @@ -36411,7 +36411,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringIpv6NullableArrayArray" + r.name = TestRequestRequiredStringIpv6NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_ipv6_nullable_array_array" r.pathPattern = "/test_request_required_string_ipv6_nullable_array_array" @@ -36456,7 +36456,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringMAC" + r.name = TestRequestRequiredStringMACOperation r.summary = "" r.operationID = "test_request_required_string_mac" r.pathPattern = "/test_request_required_string_mac" @@ -36491,7 +36491,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringMACArray" + r.name = TestRequestRequiredStringMACArrayOperation r.summary = "" r.operationID = "test_request_required_string_mac_array" r.pathPattern = "/test_request_required_string_mac_array" @@ -36515,7 +36515,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringMACArrayArray" + r.name = TestRequestRequiredStringMACArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_mac_array_array" r.pathPattern = "/test_request_required_string_mac_array_array" @@ -36542,7 +36542,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringMACNullable" + r.name = TestRequestRequiredStringMACNullableOperation r.summary = "" r.operationID = "test_request_required_string_mac_nullable" r.pathPattern = "/test_request_required_string_mac_nullable" @@ -36565,7 +36565,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringMACNullableArray" + r.name = TestRequestRequiredStringMACNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_mac_nullable_array" r.pathPattern = "/test_request_required_string_mac_nullable_array" @@ -36589,7 +36589,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringMACNullableArrayArray" + r.name = TestRequestRequiredStringMACNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_mac_nullable_array_array" r.pathPattern = "/test_request_required_string_mac_nullable_array_array" @@ -36625,7 +36625,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringNullable" + r.name = TestRequestRequiredStringNullableOperation r.summary = "" r.operationID = "test_request_required_string_nullable" r.pathPattern = "/test_request_required_string_nullable" @@ -36648,7 +36648,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringNullableArray" + r.name = TestRequestRequiredStringNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_nullable_array" r.pathPattern = "/test_request_required_string_nullable_array" @@ -36672,7 +36672,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringNullableArrayArray" + r.name = TestRequestRequiredStringNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_nullable_array_array" r.pathPattern = "/test_request_required_string_nullable_array_array" @@ -36702,7 +36702,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringPassword" + r.name = TestRequestRequiredStringPasswordOperation r.summary = "" r.operationID = "test_request_required_string_password" r.pathPattern = "/test_request_required_string_password" @@ -36737,7 +36737,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringPasswordArray" + r.name = TestRequestRequiredStringPasswordArrayOperation r.summary = "" r.operationID = "test_request_required_string_password_array" r.pathPattern = "/test_request_required_string_password_array" @@ -36761,7 +36761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringPasswordArrayArray" + r.name = TestRequestRequiredStringPasswordArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_password_array_array" r.pathPattern = "/test_request_required_string_password_array_array" @@ -36788,7 +36788,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringPasswordNullable" + r.name = TestRequestRequiredStringPasswordNullableOperation r.summary = "" r.operationID = "test_request_required_string_password_nullable" r.pathPattern = "/test_request_required_string_password_nullable" @@ -36811,7 +36811,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringPasswordNullableArray" + r.name = TestRequestRequiredStringPasswordNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_password_nullable_array" r.pathPattern = "/test_request_required_string_password_nullable_array" @@ -36835,7 +36835,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringPasswordNullableArrayArray" + r.name = TestRequestRequiredStringPasswordNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_password_nullable_array_array" r.pathPattern = "/test_request_required_string_password_nullable_array_array" @@ -36871,7 +36871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringTime" + r.name = TestRequestRequiredStringTimeOperation r.summary = "" r.operationID = "test_request_required_string_time" r.pathPattern = "/test_request_required_string_time" @@ -36906,7 +36906,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringTimeArray" + r.name = TestRequestRequiredStringTimeArrayOperation r.summary = "" r.operationID = "test_request_required_string_time_array" r.pathPattern = "/test_request_required_string_time_array" @@ -36930,7 +36930,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringTimeArrayArray" + r.name = TestRequestRequiredStringTimeArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_time_array_array" r.pathPattern = "/test_request_required_string_time_array_array" @@ -36957,7 +36957,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringTimeNullable" + r.name = TestRequestRequiredStringTimeNullableOperation r.summary = "" r.operationID = "test_request_required_string_time_nullable" r.pathPattern = "/test_request_required_string_time_nullable" @@ -36980,7 +36980,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringTimeNullableArray" + r.name = TestRequestRequiredStringTimeNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_time_nullable_array" r.pathPattern = "/test_request_required_string_time_nullable_array" @@ -37004,7 +37004,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringTimeNullableArrayArray" + r.name = TestRequestRequiredStringTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_time_nullable_array_array" r.pathPattern = "/test_request_required_string_time_nullable_array_array" @@ -37052,7 +37052,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint" + r.name = TestRequestRequiredStringUintOperation r.summary = "" r.operationID = "test_request_required_string_uint" r.pathPattern = "/test_request_required_string_uint" @@ -37075,7 +37075,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint16" + r.name = TestRequestRequiredStringUint16Operation r.summary = "" r.operationID = "test_request_required_string_uint16" r.pathPattern = "/test_request_required_string_uint16" @@ -37110,7 +37110,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint16Array" + r.name = TestRequestRequiredStringUint16ArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint16_array" r.pathPattern = "/test_request_required_string_uint16_array" @@ -37134,7 +37134,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint16ArrayArray" + r.name = TestRequestRequiredStringUint16ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint16_array_array" r.pathPattern = "/test_request_required_string_uint16_array_array" @@ -37161,7 +37161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint16Nullable" + r.name = TestRequestRequiredStringUint16NullableOperation r.summary = "" r.operationID = "test_request_required_string_uint16_nullable" r.pathPattern = "/test_request_required_string_uint16_nullable" @@ -37184,7 +37184,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint16NullableArray" + r.name = TestRequestRequiredStringUint16NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint16_nullable_array" r.pathPattern = "/test_request_required_string_uint16_nullable_array" @@ -37208,7 +37208,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint16NullableArrayArray" + r.name = TestRequestRequiredStringUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint16_nullable_array_array" r.pathPattern = "/test_request_required_string_uint16_nullable_array_array" @@ -37244,7 +37244,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint32" + r.name = TestRequestRequiredStringUint32Operation r.summary = "" r.operationID = "test_request_required_string_uint32" r.pathPattern = "/test_request_required_string_uint32" @@ -37279,7 +37279,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint32Array" + r.name = TestRequestRequiredStringUint32ArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint32_array" r.pathPattern = "/test_request_required_string_uint32_array" @@ -37303,7 +37303,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint32ArrayArray" + r.name = TestRequestRequiredStringUint32ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint32_array_array" r.pathPattern = "/test_request_required_string_uint32_array_array" @@ -37330,7 +37330,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint32Nullable" + r.name = TestRequestRequiredStringUint32NullableOperation r.summary = "" r.operationID = "test_request_required_string_uint32_nullable" r.pathPattern = "/test_request_required_string_uint32_nullable" @@ -37353,7 +37353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint32NullableArray" + r.name = TestRequestRequiredStringUint32NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint32_nullable_array" r.pathPattern = "/test_request_required_string_uint32_nullable_array" @@ -37377,7 +37377,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint32NullableArrayArray" + r.name = TestRequestRequiredStringUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint32_nullable_array_array" r.pathPattern = "/test_request_required_string_uint32_nullable_array_array" @@ -37413,7 +37413,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint64" + r.name = TestRequestRequiredStringUint64Operation r.summary = "" r.operationID = "test_request_required_string_uint64" r.pathPattern = "/test_request_required_string_uint64" @@ -37448,7 +37448,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint64Array" + r.name = TestRequestRequiredStringUint64ArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint64_array" r.pathPattern = "/test_request_required_string_uint64_array" @@ -37472,7 +37472,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint64ArrayArray" + r.name = TestRequestRequiredStringUint64ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint64_array_array" r.pathPattern = "/test_request_required_string_uint64_array_array" @@ -37499,7 +37499,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint64Nullable" + r.name = TestRequestRequiredStringUint64NullableOperation r.summary = "" r.operationID = "test_request_required_string_uint64_nullable" r.pathPattern = "/test_request_required_string_uint64_nullable" @@ -37522,7 +37522,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint64NullableArray" + r.name = TestRequestRequiredStringUint64NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint64_nullable_array" r.pathPattern = "/test_request_required_string_uint64_nullable_array" @@ -37546,7 +37546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint64NullableArrayArray" + r.name = TestRequestRequiredStringUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint64_nullable_array_array" r.pathPattern = "/test_request_required_string_uint64_nullable_array_array" @@ -37582,7 +37582,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint8" + r.name = TestRequestRequiredStringUint8Operation r.summary = "" r.operationID = "test_request_required_string_uint8" r.pathPattern = "/test_request_required_string_uint8" @@ -37617,7 +37617,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint8Array" + r.name = TestRequestRequiredStringUint8ArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint8_array" r.pathPattern = "/test_request_required_string_uint8_array" @@ -37641,7 +37641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint8ArrayArray" + r.name = TestRequestRequiredStringUint8ArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint8_array_array" r.pathPattern = "/test_request_required_string_uint8_array_array" @@ -37668,7 +37668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint8Nullable" + r.name = TestRequestRequiredStringUint8NullableOperation r.summary = "" r.operationID = "test_request_required_string_uint8_nullable" r.pathPattern = "/test_request_required_string_uint8_nullable" @@ -37691,7 +37691,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUint8NullableArray" + r.name = TestRequestRequiredStringUint8NullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint8_nullable_array" r.pathPattern = "/test_request_required_string_uint8_nullable_array" @@ -37715,7 +37715,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUint8NullableArrayArray" + r.name = TestRequestRequiredStringUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint8_nullable_array_array" r.pathPattern = "/test_request_required_string_uint8_nullable_array_array" @@ -37763,7 +37763,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUintArray" + r.name = TestRequestRequiredStringUintArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint_array" r.pathPattern = "/test_request_required_string_uint_array" @@ -37787,7 +37787,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUintArrayArray" + r.name = TestRequestRequiredStringUintArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint_array_array" r.pathPattern = "/test_request_required_string_uint_array_array" @@ -37814,7 +37814,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUintNullable" + r.name = TestRequestRequiredStringUintNullableOperation r.summary = "" r.operationID = "test_request_required_string_uint_nullable" r.pathPattern = "/test_request_required_string_uint_nullable" @@ -37837,7 +37837,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUintNullableArray" + r.name = TestRequestRequiredStringUintNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint_nullable_array" r.pathPattern = "/test_request_required_string_uint_nullable_array" @@ -37861,7 +37861,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUintNullableArrayArray" + r.name = TestRequestRequiredStringUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uint_nullable_array_array" r.pathPattern = "/test_request_required_string_uint_nullable_array_array" @@ -37897,7 +37897,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnix" + r.name = TestRequestRequiredStringUnixOperation r.summary = "" r.operationID = "test_request_required_string_unix" r.pathPattern = "/test_request_required_string_unix" @@ -37944,7 +37944,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicro" + r.name = TestRequestRequiredStringUnixMicroOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro" r.pathPattern = "/test_request_required_string_unix-micro" @@ -37979,7 +37979,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicroArray" + r.name = TestRequestRequiredStringUnixMicroArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro_array" r.pathPattern = "/test_request_required_string_unix-micro_array" @@ -38003,7 +38003,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicroArrayArray" + r.name = TestRequestRequiredStringUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro_array_array" r.pathPattern = "/test_request_required_string_unix-micro_array_array" @@ -38030,7 +38030,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicroNullable" + r.name = TestRequestRequiredStringUnixMicroNullableOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro_nullable" r.pathPattern = "/test_request_required_string_unix-micro_nullable" @@ -38053,7 +38053,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicroNullableArray" + r.name = TestRequestRequiredStringUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro_nullable_array" r.pathPattern = "/test_request_required_string_unix-micro_nullable_array" @@ -38077,7 +38077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMicroNullableArrayArray" + r.name = TestRequestRequiredStringUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-micro_nullable_array_array" r.pathPattern = "/test_request_required_string_unix-micro_nullable_array_array" @@ -38113,7 +38113,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilli" + r.name = TestRequestRequiredStringUnixMilliOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli" r.pathPattern = "/test_request_required_string_unix-milli" @@ -38148,7 +38148,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilliArray" + r.name = TestRequestRequiredStringUnixMilliArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli_array" r.pathPattern = "/test_request_required_string_unix-milli_array" @@ -38172,7 +38172,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilliArrayArray" + r.name = TestRequestRequiredStringUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli_array_array" r.pathPattern = "/test_request_required_string_unix-milli_array_array" @@ -38199,7 +38199,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilliNullable" + r.name = TestRequestRequiredStringUnixMilliNullableOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli_nullable" r.pathPattern = "/test_request_required_string_unix-milli_nullable" @@ -38222,7 +38222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilliNullableArray" + r.name = TestRequestRequiredStringUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli_nullable_array" r.pathPattern = "/test_request_required_string_unix-milli_nullable_array" @@ -38246,7 +38246,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixMilliNullableArrayArray" + r.name = TestRequestRequiredStringUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-milli_nullable_array_array" r.pathPattern = "/test_request_required_string_unix-milli_nullable_array_array" @@ -38285,7 +38285,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNano" + r.name = TestRequestRequiredStringUnixNanoOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano" r.pathPattern = "/test_request_required_string_unix-nano" @@ -38320,7 +38320,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNanoArray" + r.name = TestRequestRequiredStringUnixNanoArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano_array" r.pathPattern = "/test_request_required_string_unix-nano_array" @@ -38344,7 +38344,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNanoArrayArray" + r.name = TestRequestRequiredStringUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano_array_array" r.pathPattern = "/test_request_required_string_unix-nano_array_array" @@ -38371,7 +38371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNanoNullable" + r.name = TestRequestRequiredStringUnixNanoNullableOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano_nullable" r.pathPattern = "/test_request_required_string_unix-nano_nullable" @@ -38394,7 +38394,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNanoNullableArray" + r.name = TestRequestRequiredStringUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano_nullable_array" r.pathPattern = "/test_request_required_string_unix-nano_nullable_array" @@ -38418,7 +38418,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNanoNullableArrayArray" + r.name = TestRequestRequiredStringUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-nano_nullable_array_array" r.pathPattern = "/test_request_required_string_unix-nano_nullable_array_array" @@ -38454,7 +38454,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSeconds" + r.name = TestRequestRequiredStringUnixSecondsOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds" r.pathPattern = "/test_request_required_string_unix-seconds" @@ -38489,7 +38489,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSecondsArray" + r.name = TestRequestRequiredStringUnixSecondsArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds_array" r.pathPattern = "/test_request_required_string_unix-seconds_array" @@ -38513,7 +38513,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSecondsArrayArray" + r.name = TestRequestRequiredStringUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds_array_array" r.pathPattern = "/test_request_required_string_unix-seconds_array_array" @@ -38540,7 +38540,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSecondsNullable" + r.name = TestRequestRequiredStringUnixSecondsNullableOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds_nullable" r.pathPattern = "/test_request_required_string_unix-seconds_nullable" @@ -38563,7 +38563,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSecondsNullableArray" + r.name = TestRequestRequiredStringUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds_nullable_array" r.pathPattern = "/test_request_required_string_unix-seconds_nullable_array" @@ -38587,7 +38587,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixSecondsNullableArrayArray" + r.name = TestRequestRequiredStringUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix-seconds_nullable_array_array" r.pathPattern = "/test_request_required_string_unix-seconds_nullable_array_array" @@ -38638,7 +38638,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixArray" + r.name = TestRequestRequiredStringUnixArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix_array" r.pathPattern = "/test_request_required_string_unix_array" @@ -38662,7 +38662,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixArrayArray" + r.name = TestRequestRequiredStringUnixArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix_array_array" r.pathPattern = "/test_request_required_string_unix_array_array" @@ -38689,7 +38689,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNullable" + r.name = TestRequestRequiredStringUnixNullableOperation r.summary = "" r.operationID = "test_request_required_string_unix_nullable" r.pathPattern = "/test_request_required_string_unix_nullable" @@ -38712,7 +38712,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNullableArray" + r.name = TestRequestRequiredStringUnixNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix_nullable_array" r.pathPattern = "/test_request_required_string_unix_nullable_array" @@ -38736,7 +38736,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUnixNullableArrayArray" + r.name = TestRequestRequiredStringUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_unix_nullable_array_array" r.pathPattern = "/test_request_required_string_unix_nullable_array_array" @@ -38772,7 +38772,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringURI" + r.name = TestRequestRequiredStringURIOperation r.summary = "" r.operationID = "test_request_required_string_uri" r.pathPattern = "/test_request_required_string_uri" @@ -38807,7 +38807,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringURIArray" + r.name = TestRequestRequiredStringURIArrayOperation r.summary = "" r.operationID = "test_request_required_string_uri_array" r.pathPattern = "/test_request_required_string_uri_array" @@ -38831,7 +38831,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringURIArrayArray" + r.name = TestRequestRequiredStringURIArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uri_array_array" r.pathPattern = "/test_request_required_string_uri_array_array" @@ -38858,7 +38858,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringURINullable" + r.name = TestRequestRequiredStringURINullableOperation r.summary = "" r.operationID = "test_request_required_string_uri_nullable" r.pathPattern = "/test_request_required_string_uri_nullable" @@ -38881,7 +38881,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringURINullableArray" + r.name = TestRequestRequiredStringURINullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uri_nullable_array" r.pathPattern = "/test_request_required_string_uri_nullable_array" @@ -38905,7 +38905,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringURINullableArrayArray" + r.name = TestRequestRequiredStringURINullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uri_nullable_array_array" r.pathPattern = "/test_request_required_string_uri_nullable_array_array" @@ -38941,7 +38941,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUUID" + r.name = TestRequestRequiredStringUUIDOperation r.summary = "" r.operationID = "test_request_required_string_uuid" r.pathPattern = "/test_request_required_string_uuid" @@ -38976,7 +38976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUUIDArray" + r.name = TestRequestRequiredStringUUIDArrayOperation r.summary = "" r.operationID = "test_request_required_string_uuid_array" r.pathPattern = "/test_request_required_string_uuid_array" @@ -39000,7 +39000,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUUIDArrayArray" + r.name = TestRequestRequiredStringUUIDArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uuid_array_array" r.pathPattern = "/test_request_required_string_uuid_array_array" @@ -39027,7 +39027,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUUIDNullable" + r.name = TestRequestRequiredStringUUIDNullableOperation r.summary = "" r.operationID = "test_request_required_string_uuid_nullable" r.pathPattern = "/test_request_required_string_uuid_nullable" @@ -39050,7 +39050,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestRequiredStringUUIDNullableArray" + r.name = TestRequestRequiredStringUUIDNullableArrayOperation r.summary = "" r.operationID = "test_request_required_string_uuid_nullable_array" r.pathPattern = "/test_request_required_string_uuid_nullable_array" @@ -39074,7 +39074,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestRequiredStringUUIDNullableArrayArray" + r.name = TestRequestRequiredStringUUIDNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_required_string_uuid_nullable_array_array" r.pathPattern = "/test_request_required_string_uuid_nullable_array_array" @@ -39122,7 +39122,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestString" + r.name = TestRequestStringOperation r.summary = "" r.operationID = "test_request_string" r.pathPattern = "/test_request_string" @@ -39157,7 +39157,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringArray" + r.name = TestRequestStringArrayOperation r.summary = "" r.operationID = "test_request_string_array" r.pathPattern = "/test_request_string_array" @@ -39181,7 +39181,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringArrayArray" + r.name = TestRequestStringArrayArrayOperation r.summary = "" r.operationID = "test_request_string_array_array" r.pathPattern = "/test_request_string_array_array" @@ -39220,7 +39220,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBase64" + r.name = TestRequestStringBase64Operation r.summary = "" r.operationID = "test_request_string_base64" r.pathPattern = "/test_request_string_base64" @@ -39255,7 +39255,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBase64Array" + r.name = TestRequestStringBase64ArrayOperation r.summary = "" r.operationID = "test_request_string_base64_array" r.pathPattern = "/test_request_string_base64_array" @@ -39279,7 +39279,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringBase64ArrayArray" + r.name = TestRequestStringBase64ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_base64_array_array" r.pathPattern = "/test_request_string_base64_array_array" @@ -39306,7 +39306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBase64Nullable" + r.name = TestRequestStringBase64NullableOperation r.summary = "" r.operationID = "test_request_string_base64_nullable" r.pathPattern = "/test_request_string_base64_nullable" @@ -39329,7 +39329,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBase64NullableArray" + r.name = TestRequestStringBase64NullableArrayOperation r.summary = "" r.operationID = "test_request_string_base64_nullable_array" r.pathPattern = "/test_request_string_base64_nullable_array" @@ -39353,7 +39353,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringBase64NullableArrayArray" + r.name = TestRequestStringBase64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_base64_nullable_array_array" r.pathPattern = "/test_request_string_base64_nullable_array_array" @@ -39389,7 +39389,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBinary" + r.name = TestRequestStringBinaryOperation r.summary = "" r.operationID = "test_request_string_binary" r.pathPattern = "/test_request_string_binary" @@ -39424,7 +39424,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBinaryArray" + r.name = TestRequestStringBinaryArrayOperation r.summary = "" r.operationID = "test_request_string_binary_array" r.pathPattern = "/test_request_string_binary_array" @@ -39448,7 +39448,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringBinaryArrayArray" + r.name = TestRequestStringBinaryArrayArrayOperation r.summary = "" r.operationID = "test_request_string_binary_array_array" r.pathPattern = "/test_request_string_binary_array_array" @@ -39475,7 +39475,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBinaryNullable" + r.name = TestRequestStringBinaryNullableOperation r.summary = "" r.operationID = "test_request_string_binary_nullable" r.pathPattern = "/test_request_string_binary_nullable" @@ -39498,7 +39498,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringBinaryNullableArray" + r.name = TestRequestStringBinaryNullableArrayOperation r.summary = "" r.operationID = "test_request_string_binary_nullable_array" r.pathPattern = "/test_request_string_binary_nullable_array" @@ -39522,7 +39522,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringBinaryNullableArrayArray" + r.name = TestRequestStringBinaryNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_binary_nullable_array_array" r.pathPattern = "/test_request_string_binary_nullable_array_array" @@ -39558,7 +39558,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringByte" + r.name = TestRequestStringByteOperation r.summary = "" r.operationID = "test_request_string_byte" r.pathPattern = "/test_request_string_byte" @@ -39593,7 +39593,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringByteArray" + r.name = TestRequestStringByteArrayOperation r.summary = "" r.operationID = "test_request_string_byte_array" r.pathPattern = "/test_request_string_byte_array" @@ -39617,7 +39617,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringByteArrayArray" + r.name = TestRequestStringByteArrayArrayOperation r.summary = "" r.operationID = "test_request_string_byte_array_array" r.pathPattern = "/test_request_string_byte_array_array" @@ -39644,7 +39644,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringByteNullable" + r.name = TestRequestStringByteNullableOperation r.summary = "" r.operationID = "test_request_string_byte_nullable" r.pathPattern = "/test_request_string_byte_nullable" @@ -39667,7 +39667,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringByteNullableArray" + r.name = TestRequestStringByteNullableArrayOperation r.summary = "" r.operationID = "test_request_string_byte_nullable_array" r.pathPattern = "/test_request_string_byte_nullable_array" @@ -39691,7 +39691,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringByteNullableArrayArray" + r.name = TestRequestStringByteNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_byte_nullable_array_array" r.pathPattern = "/test_request_string_byte_nullable_array_array" @@ -39742,7 +39742,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDate" + r.name = TestRequestStringDateOperation r.summary = "" r.operationID = "test_request_string_date" r.pathPattern = "/test_request_string_date" @@ -39765,7 +39765,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateTime" + r.name = TestRequestStringDateTimeOperation r.summary = "" r.operationID = "test_request_string_date-time" r.pathPattern = "/test_request_string_date-time" @@ -39800,7 +39800,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateTimeArray" + r.name = TestRequestStringDateTimeArrayOperation r.summary = "" r.operationID = "test_request_string_date-time_array" r.pathPattern = "/test_request_string_date-time_array" @@ -39824,7 +39824,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDateTimeArrayArray" + r.name = TestRequestStringDateTimeArrayArrayOperation r.summary = "" r.operationID = "test_request_string_date-time_array_array" r.pathPattern = "/test_request_string_date-time_array_array" @@ -39851,7 +39851,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateTimeNullable" + r.name = TestRequestStringDateTimeNullableOperation r.summary = "" r.operationID = "test_request_string_date-time_nullable" r.pathPattern = "/test_request_string_date-time_nullable" @@ -39874,7 +39874,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateTimeNullableArray" + r.name = TestRequestStringDateTimeNullableArrayOperation r.summary = "" r.operationID = "test_request_string_date-time_nullable_array" r.pathPattern = "/test_request_string_date-time_nullable_array" @@ -39898,7 +39898,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDateTimeNullableArrayArray" + r.name = TestRequestStringDateTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_date-time_nullable_array_array" r.pathPattern = "/test_request_string_date-time_nullable_array_array" @@ -39946,7 +39946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateArray" + r.name = TestRequestStringDateArrayOperation r.summary = "" r.operationID = "test_request_string_date_array" r.pathPattern = "/test_request_string_date_array" @@ -39970,7 +39970,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDateArrayArray" + r.name = TestRequestStringDateArrayArrayOperation r.summary = "" r.operationID = "test_request_string_date_array_array" r.pathPattern = "/test_request_string_date_array_array" @@ -39997,7 +39997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateNullable" + r.name = TestRequestStringDateNullableOperation r.summary = "" r.operationID = "test_request_string_date_nullable" r.pathPattern = "/test_request_string_date_nullable" @@ -40020,7 +40020,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDateNullableArray" + r.name = TestRequestStringDateNullableArrayOperation r.summary = "" r.operationID = "test_request_string_date_nullable_array" r.pathPattern = "/test_request_string_date_nullable_array" @@ -40044,7 +40044,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDateNullableArrayArray" + r.name = TestRequestStringDateNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_date_nullable_array_array" r.pathPattern = "/test_request_string_date_nullable_array_array" @@ -40080,7 +40080,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDuration" + r.name = TestRequestStringDurationOperation r.summary = "" r.operationID = "test_request_string_duration" r.pathPattern = "/test_request_string_duration" @@ -40115,7 +40115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDurationArray" + r.name = TestRequestStringDurationArrayOperation r.summary = "" r.operationID = "test_request_string_duration_array" r.pathPattern = "/test_request_string_duration_array" @@ -40139,7 +40139,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDurationArrayArray" + r.name = TestRequestStringDurationArrayArrayOperation r.summary = "" r.operationID = "test_request_string_duration_array_array" r.pathPattern = "/test_request_string_duration_array_array" @@ -40166,7 +40166,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDurationNullable" + r.name = TestRequestStringDurationNullableOperation r.summary = "" r.operationID = "test_request_string_duration_nullable" r.pathPattern = "/test_request_string_duration_nullable" @@ -40189,7 +40189,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringDurationNullableArray" + r.name = TestRequestStringDurationNullableArrayOperation r.summary = "" r.operationID = "test_request_string_duration_nullable_array" r.pathPattern = "/test_request_string_duration_nullable_array" @@ -40213,7 +40213,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringDurationNullableArrayArray" + r.name = TestRequestStringDurationNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_duration_nullable_array_array" r.pathPattern = "/test_request_string_duration_nullable_array_array" @@ -40252,7 +40252,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringEmail" + r.name = TestRequestStringEmailOperation r.summary = "" r.operationID = "test_request_string_email" r.pathPattern = "/test_request_string_email" @@ -40287,7 +40287,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringEmailArray" + r.name = TestRequestStringEmailArrayOperation r.summary = "" r.operationID = "test_request_string_email_array" r.pathPattern = "/test_request_string_email_array" @@ -40311,7 +40311,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringEmailArrayArray" + r.name = TestRequestStringEmailArrayArrayOperation r.summary = "" r.operationID = "test_request_string_email_array_array" r.pathPattern = "/test_request_string_email_array_array" @@ -40338,7 +40338,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringEmailNullable" + r.name = TestRequestStringEmailNullableOperation r.summary = "" r.operationID = "test_request_string_email_nullable" r.pathPattern = "/test_request_string_email_nullable" @@ -40361,7 +40361,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringEmailNullableArray" + r.name = TestRequestStringEmailNullableArrayOperation r.summary = "" r.operationID = "test_request_string_email_nullable_array" r.pathPattern = "/test_request_string_email_nullable_array" @@ -40385,7 +40385,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringEmailNullableArrayArray" + r.name = TestRequestStringEmailNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_email_nullable_array_array" r.pathPattern = "/test_request_string_email_nullable_array_array" @@ -40433,7 +40433,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat32" + r.name = TestRequestStringFloat32Operation r.summary = "" r.operationID = "test_request_string_float32" r.pathPattern = "/test_request_string_float32" @@ -40468,7 +40468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat32Array" + r.name = TestRequestStringFloat32ArrayOperation r.summary = "" r.operationID = "test_request_string_float32_array" r.pathPattern = "/test_request_string_float32_array" @@ -40492,7 +40492,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringFloat32ArrayArray" + r.name = TestRequestStringFloat32ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_float32_array_array" r.pathPattern = "/test_request_string_float32_array_array" @@ -40519,7 +40519,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat32Nullable" + r.name = TestRequestStringFloat32NullableOperation r.summary = "" r.operationID = "test_request_string_float32_nullable" r.pathPattern = "/test_request_string_float32_nullable" @@ -40542,7 +40542,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat32NullableArray" + r.name = TestRequestStringFloat32NullableArrayOperation r.summary = "" r.operationID = "test_request_string_float32_nullable_array" r.pathPattern = "/test_request_string_float32_nullable_array" @@ -40566,7 +40566,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringFloat32NullableArrayArray" + r.name = TestRequestStringFloat32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_float32_nullable_array_array" r.pathPattern = "/test_request_string_float32_nullable_array_array" @@ -40602,7 +40602,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat64" + r.name = TestRequestStringFloat64Operation r.summary = "" r.operationID = "test_request_string_float64" r.pathPattern = "/test_request_string_float64" @@ -40637,7 +40637,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat64Array" + r.name = TestRequestStringFloat64ArrayOperation r.summary = "" r.operationID = "test_request_string_float64_array" r.pathPattern = "/test_request_string_float64_array" @@ -40661,7 +40661,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringFloat64ArrayArray" + r.name = TestRequestStringFloat64ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_float64_array_array" r.pathPattern = "/test_request_string_float64_array_array" @@ -40688,7 +40688,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat64Nullable" + r.name = TestRequestStringFloat64NullableOperation r.summary = "" r.operationID = "test_request_string_float64_nullable" r.pathPattern = "/test_request_string_float64_nullable" @@ -40711,7 +40711,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringFloat64NullableArray" + r.name = TestRequestStringFloat64NullableArrayOperation r.summary = "" r.operationID = "test_request_string_float64_nullable_array" r.pathPattern = "/test_request_string_float64_nullable_array" @@ -40735,7 +40735,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringFloat64NullableArrayArray" + r.name = TestRequestStringFloat64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_float64_nullable_array_array" r.pathPattern = "/test_request_string_float64_nullable_array_array" @@ -40774,7 +40774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringHostname" + r.name = TestRequestStringHostnameOperation r.summary = "" r.operationID = "test_request_string_hostname" r.pathPattern = "/test_request_string_hostname" @@ -40809,7 +40809,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringHostnameArray" + r.name = TestRequestStringHostnameArrayOperation r.summary = "" r.operationID = "test_request_string_hostname_array" r.pathPattern = "/test_request_string_hostname_array" @@ -40833,7 +40833,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringHostnameArrayArray" + r.name = TestRequestStringHostnameArrayArrayOperation r.summary = "" r.operationID = "test_request_string_hostname_array_array" r.pathPattern = "/test_request_string_hostname_array_array" @@ -40860,7 +40860,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringHostnameNullable" + r.name = TestRequestStringHostnameNullableOperation r.summary = "" r.operationID = "test_request_string_hostname_nullable" r.pathPattern = "/test_request_string_hostname_nullable" @@ -40883,7 +40883,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringHostnameNullableArray" + r.name = TestRequestStringHostnameNullableArrayOperation r.summary = "" r.operationID = "test_request_string_hostname_nullable_array" r.pathPattern = "/test_request_string_hostname_nullable_array" @@ -40907,7 +40907,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringHostnameNullableArrayArray" + r.name = TestRequestStringHostnameNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_hostname_nullable_array_array" r.pathPattern = "/test_request_string_hostname_nullable_array_array" @@ -40955,7 +40955,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt" + r.name = TestRequestStringIntOperation r.summary = "" r.operationID = "test_request_string_int" r.pathPattern = "/test_request_string_int" @@ -40978,7 +40978,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt16" + r.name = TestRequestStringInt16Operation r.summary = "" r.operationID = "test_request_string_int16" r.pathPattern = "/test_request_string_int16" @@ -41013,7 +41013,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt16Array" + r.name = TestRequestStringInt16ArrayOperation r.summary = "" r.operationID = "test_request_string_int16_array" r.pathPattern = "/test_request_string_int16_array" @@ -41037,7 +41037,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt16ArrayArray" + r.name = TestRequestStringInt16ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int16_array_array" r.pathPattern = "/test_request_string_int16_array_array" @@ -41064,7 +41064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt16Nullable" + r.name = TestRequestStringInt16NullableOperation r.summary = "" r.operationID = "test_request_string_int16_nullable" r.pathPattern = "/test_request_string_int16_nullable" @@ -41087,7 +41087,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt16NullableArray" + r.name = TestRequestStringInt16NullableArrayOperation r.summary = "" r.operationID = "test_request_string_int16_nullable_array" r.pathPattern = "/test_request_string_int16_nullable_array" @@ -41111,7 +41111,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt16NullableArrayArray" + r.name = TestRequestStringInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int16_nullable_array_array" r.pathPattern = "/test_request_string_int16_nullable_array_array" @@ -41147,7 +41147,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt32" + r.name = TestRequestStringInt32Operation r.summary = "" r.operationID = "test_request_string_int32" r.pathPattern = "/test_request_string_int32" @@ -41182,7 +41182,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt32Array" + r.name = TestRequestStringInt32ArrayOperation r.summary = "" r.operationID = "test_request_string_int32_array" r.pathPattern = "/test_request_string_int32_array" @@ -41206,7 +41206,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt32ArrayArray" + r.name = TestRequestStringInt32ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int32_array_array" r.pathPattern = "/test_request_string_int32_array_array" @@ -41233,7 +41233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt32Nullable" + r.name = TestRequestStringInt32NullableOperation r.summary = "" r.operationID = "test_request_string_int32_nullable" r.pathPattern = "/test_request_string_int32_nullable" @@ -41256,7 +41256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt32NullableArray" + r.name = TestRequestStringInt32NullableArrayOperation r.summary = "" r.operationID = "test_request_string_int32_nullable_array" r.pathPattern = "/test_request_string_int32_nullable_array" @@ -41280,7 +41280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt32NullableArrayArray" + r.name = TestRequestStringInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int32_nullable_array_array" r.pathPattern = "/test_request_string_int32_nullable_array_array" @@ -41316,7 +41316,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt64" + r.name = TestRequestStringInt64Operation r.summary = "" r.operationID = "test_request_string_int64" r.pathPattern = "/test_request_string_int64" @@ -41351,7 +41351,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt64Array" + r.name = TestRequestStringInt64ArrayOperation r.summary = "" r.operationID = "test_request_string_int64_array" r.pathPattern = "/test_request_string_int64_array" @@ -41375,7 +41375,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt64ArrayArray" + r.name = TestRequestStringInt64ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int64_array_array" r.pathPattern = "/test_request_string_int64_array_array" @@ -41402,7 +41402,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt64Nullable" + r.name = TestRequestStringInt64NullableOperation r.summary = "" r.operationID = "test_request_string_int64_nullable" r.pathPattern = "/test_request_string_int64_nullable" @@ -41425,7 +41425,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt64NullableArray" + r.name = TestRequestStringInt64NullableArrayOperation r.summary = "" r.operationID = "test_request_string_int64_nullable_array" r.pathPattern = "/test_request_string_int64_nullable_array" @@ -41449,7 +41449,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt64NullableArrayArray" + r.name = TestRequestStringInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int64_nullable_array_array" r.pathPattern = "/test_request_string_int64_nullable_array_array" @@ -41485,7 +41485,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt8" + r.name = TestRequestStringInt8Operation r.summary = "" r.operationID = "test_request_string_int8" r.pathPattern = "/test_request_string_int8" @@ -41520,7 +41520,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt8Array" + r.name = TestRequestStringInt8ArrayOperation r.summary = "" r.operationID = "test_request_string_int8_array" r.pathPattern = "/test_request_string_int8_array" @@ -41544,7 +41544,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt8ArrayArray" + r.name = TestRequestStringInt8ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int8_array_array" r.pathPattern = "/test_request_string_int8_array_array" @@ -41571,7 +41571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt8Nullable" + r.name = TestRequestStringInt8NullableOperation r.summary = "" r.operationID = "test_request_string_int8_nullable" r.pathPattern = "/test_request_string_int8_nullable" @@ -41594,7 +41594,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringInt8NullableArray" + r.name = TestRequestStringInt8NullableArrayOperation r.summary = "" r.operationID = "test_request_string_int8_nullable_array" r.pathPattern = "/test_request_string_int8_nullable_array" @@ -41618,7 +41618,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringInt8NullableArrayArray" + r.name = TestRequestStringInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int8_nullable_array_array" r.pathPattern = "/test_request_string_int8_nullable_array_array" @@ -41666,7 +41666,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIntArray" + r.name = TestRequestStringIntArrayOperation r.summary = "" r.operationID = "test_request_string_int_array" r.pathPattern = "/test_request_string_int_array" @@ -41690,7 +41690,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIntArrayArray" + r.name = TestRequestStringIntArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int_array_array" r.pathPattern = "/test_request_string_int_array_array" @@ -41717,7 +41717,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIntNullable" + r.name = TestRequestStringIntNullableOperation r.summary = "" r.operationID = "test_request_string_int_nullable" r.pathPattern = "/test_request_string_int_nullable" @@ -41740,7 +41740,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIntNullableArray" + r.name = TestRequestStringIntNullableArrayOperation r.summary = "" r.operationID = "test_request_string_int_nullable_array" r.pathPattern = "/test_request_string_int_nullable_array" @@ -41764,7 +41764,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIntNullableArrayArray" + r.name = TestRequestStringIntNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_int_nullable_array_array" r.pathPattern = "/test_request_string_int_nullable_array_array" @@ -41800,7 +41800,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIP" + r.name = TestRequestStringIPOperation r.summary = "" r.operationID = "test_request_string_ip" r.pathPattern = "/test_request_string_ip" @@ -41835,7 +41835,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIPArray" + r.name = TestRequestStringIPArrayOperation r.summary = "" r.operationID = "test_request_string_ip_array" r.pathPattern = "/test_request_string_ip_array" @@ -41859,7 +41859,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIPArrayArray" + r.name = TestRequestStringIPArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ip_array_array" r.pathPattern = "/test_request_string_ip_array_array" @@ -41886,7 +41886,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIPNullable" + r.name = TestRequestStringIPNullableOperation r.summary = "" r.operationID = "test_request_string_ip_nullable" r.pathPattern = "/test_request_string_ip_nullable" @@ -41909,7 +41909,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIPNullableArray" + r.name = TestRequestStringIPNullableArrayOperation r.summary = "" r.operationID = "test_request_string_ip_nullable_array" r.pathPattern = "/test_request_string_ip_nullable_array" @@ -41933,7 +41933,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIPNullableArrayArray" + r.name = TestRequestStringIPNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ip_nullable_array_array" r.pathPattern = "/test_request_string_ip_nullable_array_array" @@ -41978,7 +41978,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv4" + r.name = TestRequestStringIpv4Operation r.summary = "" r.operationID = "test_request_string_ipv4" r.pathPattern = "/test_request_string_ipv4" @@ -42013,7 +42013,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv4Array" + r.name = TestRequestStringIpv4ArrayOperation r.summary = "" r.operationID = "test_request_string_ipv4_array" r.pathPattern = "/test_request_string_ipv4_array" @@ -42037,7 +42037,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIpv4ArrayArray" + r.name = TestRequestStringIpv4ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ipv4_array_array" r.pathPattern = "/test_request_string_ipv4_array_array" @@ -42064,7 +42064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv4Nullable" + r.name = TestRequestStringIpv4NullableOperation r.summary = "" r.operationID = "test_request_string_ipv4_nullable" r.pathPattern = "/test_request_string_ipv4_nullable" @@ -42087,7 +42087,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv4NullableArray" + r.name = TestRequestStringIpv4NullableArrayOperation r.summary = "" r.operationID = "test_request_string_ipv4_nullable_array" r.pathPattern = "/test_request_string_ipv4_nullable_array" @@ -42111,7 +42111,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIpv4NullableArrayArray" + r.name = TestRequestStringIpv4NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ipv4_nullable_array_array" r.pathPattern = "/test_request_string_ipv4_nullable_array_array" @@ -42147,7 +42147,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv6" + r.name = TestRequestStringIpv6Operation r.summary = "" r.operationID = "test_request_string_ipv6" r.pathPattern = "/test_request_string_ipv6" @@ -42182,7 +42182,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv6Array" + r.name = TestRequestStringIpv6ArrayOperation r.summary = "" r.operationID = "test_request_string_ipv6_array" r.pathPattern = "/test_request_string_ipv6_array" @@ -42206,7 +42206,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIpv6ArrayArray" + r.name = TestRequestStringIpv6ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ipv6_array_array" r.pathPattern = "/test_request_string_ipv6_array_array" @@ -42233,7 +42233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv6Nullable" + r.name = TestRequestStringIpv6NullableOperation r.summary = "" r.operationID = "test_request_string_ipv6_nullable" r.pathPattern = "/test_request_string_ipv6_nullable" @@ -42256,7 +42256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringIpv6NullableArray" + r.name = TestRequestStringIpv6NullableArrayOperation r.summary = "" r.operationID = "test_request_string_ipv6_nullable_array" r.pathPattern = "/test_request_string_ipv6_nullable_array" @@ -42280,7 +42280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringIpv6NullableArrayArray" + r.name = TestRequestStringIpv6NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_ipv6_nullable_array_array" r.pathPattern = "/test_request_string_ipv6_nullable_array_array" @@ -42325,7 +42325,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringMAC" + r.name = TestRequestStringMACOperation r.summary = "" r.operationID = "test_request_string_mac" r.pathPattern = "/test_request_string_mac" @@ -42360,7 +42360,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringMACArray" + r.name = TestRequestStringMACArrayOperation r.summary = "" r.operationID = "test_request_string_mac_array" r.pathPattern = "/test_request_string_mac_array" @@ -42384,7 +42384,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringMACArrayArray" + r.name = TestRequestStringMACArrayArrayOperation r.summary = "" r.operationID = "test_request_string_mac_array_array" r.pathPattern = "/test_request_string_mac_array_array" @@ -42411,7 +42411,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringMACNullable" + r.name = TestRequestStringMACNullableOperation r.summary = "" r.operationID = "test_request_string_mac_nullable" r.pathPattern = "/test_request_string_mac_nullable" @@ -42434,7 +42434,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringMACNullableArray" + r.name = TestRequestStringMACNullableArrayOperation r.summary = "" r.operationID = "test_request_string_mac_nullable_array" r.pathPattern = "/test_request_string_mac_nullable_array" @@ -42458,7 +42458,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringMACNullableArrayArray" + r.name = TestRequestStringMACNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_mac_nullable_array_array" r.pathPattern = "/test_request_string_mac_nullable_array_array" @@ -42494,7 +42494,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringNullable" + r.name = TestRequestStringNullableOperation r.summary = "" r.operationID = "test_request_string_nullable" r.pathPattern = "/test_request_string_nullable" @@ -42517,7 +42517,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringNullableArray" + r.name = TestRequestStringNullableArrayOperation r.summary = "" r.operationID = "test_request_string_nullable_array" r.pathPattern = "/test_request_string_nullable_array" @@ -42541,7 +42541,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringNullableArrayArray" + r.name = TestRequestStringNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_nullable_array_array" r.pathPattern = "/test_request_string_nullable_array_array" @@ -42571,7 +42571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringPassword" + r.name = TestRequestStringPasswordOperation r.summary = "" r.operationID = "test_request_string_password" r.pathPattern = "/test_request_string_password" @@ -42606,7 +42606,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringPasswordArray" + r.name = TestRequestStringPasswordArrayOperation r.summary = "" r.operationID = "test_request_string_password_array" r.pathPattern = "/test_request_string_password_array" @@ -42630,7 +42630,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringPasswordArrayArray" + r.name = TestRequestStringPasswordArrayArrayOperation r.summary = "" r.operationID = "test_request_string_password_array_array" r.pathPattern = "/test_request_string_password_array_array" @@ -42657,7 +42657,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringPasswordNullable" + r.name = TestRequestStringPasswordNullableOperation r.summary = "" r.operationID = "test_request_string_password_nullable" r.pathPattern = "/test_request_string_password_nullable" @@ -42680,7 +42680,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringPasswordNullableArray" + r.name = TestRequestStringPasswordNullableArrayOperation r.summary = "" r.operationID = "test_request_string_password_nullable_array" r.pathPattern = "/test_request_string_password_nullable_array" @@ -42704,7 +42704,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringPasswordNullableArrayArray" + r.name = TestRequestStringPasswordNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_password_nullable_array_array" r.pathPattern = "/test_request_string_password_nullable_array_array" @@ -42740,7 +42740,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringTime" + r.name = TestRequestStringTimeOperation r.summary = "" r.operationID = "test_request_string_time" r.pathPattern = "/test_request_string_time" @@ -42775,7 +42775,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringTimeArray" + r.name = TestRequestStringTimeArrayOperation r.summary = "" r.operationID = "test_request_string_time_array" r.pathPattern = "/test_request_string_time_array" @@ -42799,7 +42799,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringTimeArrayArray" + r.name = TestRequestStringTimeArrayArrayOperation r.summary = "" r.operationID = "test_request_string_time_array_array" r.pathPattern = "/test_request_string_time_array_array" @@ -42826,7 +42826,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringTimeNullable" + r.name = TestRequestStringTimeNullableOperation r.summary = "" r.operationID = "test_request_string_time_nullable" r.pathPattern = "/test_request_string_time_nullable" @@ -42849,7 +42849,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringTimeNullableArray" + r.name = TestRequestStringTimeNullableArrayOperation r.summary = "" r.operationID = "test_request_string_time_nullable_array" r.pathPattern = "/test_request_string_time_nullable_array" @@ -42873,7 +42873,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringTimeNullableArrayArray" + r.name = TestRequestStringTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_time_nullable_array_array" r.pathPattern = "/test_request_string_time_nullable_array_array" @@ -42921,7 +42921,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint" + r.name = TestRequestStringUintOperation r.summary = "" r.operationID = "test_request_string_uint" r.pathPattern = "/test_request_string_uint" @@ -42944,7 +42944,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint16" + r.name = TestRequestStringUint16Operation r.summary = "" r.operationID = "test_request_string_uint16" r.pathPattern = "/test_request_string_uint16" @@ -42979,7 +42979,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint16Array" + r.name = TestRequestStringUint16ArrayOperation r.summary = "" r.operationID = "test_request_string_uint16_array" r.pathPattern = "/test_request_string_uint16_array" @@ -43003,7 +43003,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint16ArrayArray" + r.name = TestRequestStringUint16ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint16_array_array" r.pathPattern = "/test_request_string_uint16_array_array" @@ -43030,7 +43030,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint16Nullable" + r.name = TestRequestStringUint16NullableOperation r.summary = "" r.operationID = "test_request_string_uint16_nullable" r.pathPattern = "/test_request_string_uint16_nullable" @@ -43053,7 +43053,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint16NullableArray" + r.name = TestRequestStringUint16NullableArrayOperation r.summary = "" r.operationID = "test_request_string_uint16_nullable_array" r.pathPattern = "/test_request_string_uint16_nullable_array" @@ -43077,7 +43077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint16NullableArrayArray" + r.name = TestRequestStringUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint16_nullable_array_array" r.pathPattern = "/test_request_string_uint16_nullable_array_array" @@ -43113,7 +43113,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint32" + r.name = TestRequestStringUint32Operation r.summary = "" r.operationID = "test_request_string_uint32" r.pathPattern = "/test_request_string_uint32" @@ -43148,7 +43148,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint32Array" + r.name = TestRequestStringUint32ArrayOperation r.summary = "" r.operationID = "test_request_string_uint32_array" r.pathPattern = "/test_request_string_uint32_array" @@ -43172,7 +43172,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint32ArrayArray" + r.name = TestRequestStringUint32ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint32_array_array" r.pathPattern = "/test_request_string_uint32_array_array" @@ -43199,7 +43199,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint32Nullable" + r.name = TestRequestStringUint32NullableOperation r.summary = "" r.operationID = "test_request_string_uint32_nullable" r.pathPattern = "/test_request_string_uint32_nullable" @@ -43222,7 +43222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint32NullableArray" + r.name = TestRequestStringUint32NullableArrayOperation r.summary = "" r.operationID = "test_request_string_uint32_nullable_array" r.pathPattern = "/test_request_string_uint32_nullable_array" @@ -43246,7 +43246,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint32NullableArrayArray" + r.name = TestRequestStringUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint32_nullable_array_array" r.pathPattern = "/test_request_string_uint32_nullable_array_array" @@ -43282,7 +43282,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint64" + r.name = TestRequestStringUint64Operation r.summary = "" r.operationID = "test_request_string_uint64" r.pathPattern = "/test_request_string_uint64" @@ -43317,7 +43317,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint64Array" + r.name = TestRequestStringUint64ArrayOperation r.summary = "" r.operationID = "test_request_string_uint64_array" r.pathPattern = "/test_request_string_uint64_array" @@ -43341,7 +43341,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint64ArrayArray" + r.name = TestRequestStringUint64ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint64_array_array" r.pathPattern = "/test_request_string_uint64_array_array" @@ -43368,7 +43368,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint64Nullable" + r.name = TestRequestStringUint64NullableOperation r.summary = "" r.operationID = "test_request_string_uint64_nullable" r.pathPattern = "/test_request_string_uint64_nullable" @@ -43391,7 +43391,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint64NullableArray" + r.name = TestRequestStringUint64NullableArrayOperation r.summary = "" r.operationID = "test_request_string_uint64_nullable_array" r.pathPattern = "/test_request_string_uint64_nullable_array" @@ -43415,7 +43415,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint64NullableArrayArray" + r.name = TestRequestStringUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint64_nullable_array_array" r.pathPattern = "/test_request_string_uint64_nullable_array_array" @@ -43451,7 +43451,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint8" + r.name = TestRequestStringUint8Operation r.summary = "" r.operationID = "test_request_string_uint8" r.pathPattern = "/test_request_string_uint8" @@ -43486,7 +43486,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint8Array" + r.name = TestRequestStringUint8ArrayOperation r.summary = "" r.operationID = "test_request_string_uint8_array" r.pathPattern = "/test_request_string_uint8_array" @@ -43510,7 +43510,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint8ArrayArray" + r.name = TestRequestStringUint8ArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint8_array_array" r.pathPattern = "/test_request_string_uint8_array_array" @@ -43537,7 +43537,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint8Nullable" + r.name = TestRequestStringUint8NullableOperation r.summary = "" r.operationID = "test_request_string_uint8_nullable" r.pathPattern = "/test_request_string_uint8_nullable" @@ -43560,7 +43560,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUint8NullableArray" + r.name = TestRequestStringUint8NullableArrayOperation r.summary = "" r.operationID = "test_request_string_uint8_nullable_array" r.pathPattern = "/test_request_string_uint8_nullable_array" @@ -43584,7 +43584,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUint8NullableArrayArray" + r.name = TestRequestStringUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint8_nullable_array_array" r.pathPattern = "/test_request_string_uint8_nullable_array_array" @@ -43632,7 +43632,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUintArray" + r.name = TestRequestStringUintArrayOperation r.summary = "" r.operationID = "test_request_string_uint_array" r.pathPattern = "/test_request_string_uint_array" @@ -43656,7 +43656,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUintArrayArray" + r.name = TestRequestStringUintArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint_array_array" r.pathPattern = "/test_request_string_uint_array_array" @@ -43683,7 +43683,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUintNullable" + r.name = TestRequestStringUintNullableOperation r.summary = "" r.operationID = "test_request_string_uint_nullable" r.pathPattern = "/test_request_string_uint_nullable" @@ -43706,7 +43706,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUintNullableArray" + r.name = TestRequestStringUintNullableArrayOperation r.summary = "" r.operationID = "test_request_string_uint_nullable_array" r.pathPattern = "/test_request_string_uint_nullable_array" @@ -43730,7 +43730,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUintNullableArrayArray" + r.name = TestRequestStringUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uint_nullable_array_array" r.pathPattern = "/test_request_string_uint_nullable_array_array" @@ -43766,7 +43766,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnix" + r.name = TestRequestStringUnixOperation r.summary = "" r.operationID = "test_request_string_unix" r.pathPattern = "/test_request_string_unix" @@ -43813,7 +43813,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMicro" + r.name = TestRequestStringUnixMicroOperation r.summary = "" r.operationID = "test_request_string_unix-micro" r.pathPattern = "/test_request_string_unix-micro" @@ -43848,7 +43848,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMicroArray" + r.name = TestRequestStringUnixMicroArrayOperation r.summary = "" r.operationID = "test_request_string_unix-micro_array" r.pathPattern = "/test_request_string_unix-micro_array" @@ -43872,7 +43872,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixMicroArrayArray" + r.name = TestRequestStringUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-micro_array_array" r.pathPattern = "/test_request_string_unix-micro_array_array" @@ -43899,7 +43899,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMicroNullable" + r.name = TestRequestStringUnixMicroNullableOperation r.summary = "" r.operationID = "test_request_string_unix-micro_nullable" r.pathPattern = "/test_request_string_unix-micro_nullable" @@ -43922,7 +43922,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMicroNullableArray" + r.name = TestRequestStringUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_request_string_unix-micro_nullable_array" r.pathPattern = "/test_request_string_unix-micro_nullable_array" @@ -43946,7 +43946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixMicroNullableArrayArray" + r.name = TestRequestStringUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-micro_nullable_array_array" r.pathPattern = "/test_request_string_unix-micro_nullable_array_array" @@ -43982,7 +43982,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMilli" + r.name = TestRequestStringUnixMilliOperation r.summary = "" r.operationID = "test_request_string_unix-milli" r.pathPattern = "/test_request_string_unix-milli" @@ -44017,7 +44017,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMilliArray" + r.name = TestRequestStringUnixMilliArrayOperation r.summary = "" r.operationID = "test_request_string_unix-milli_array" r.pathPattern = "/test_request_string_unix-milli_array" @@ -44041,7 +44041,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixMilliArrayArray" + r.name = TestRequestStringUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-milli_array_array" r.pathPattern = "/test_request_string_unix-milli_array_array" @@ -44068,7 +44068,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMilliNullable" + r.name = TestRequestStringUnixMilliNullableOperation r.summary = "" r.operationID = "test_request_string_unix-milli_nullable" r.pathPattern = "/test_request_string_unix-milli_nullable" @@ -44091,7 +44091,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixMilliNullableArray" + r.name = TestRequestStringUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_request_string_unix-milli_nullable_array" r.pathPattern = "/test_request_string_unix-milli_nullable_array" @@ -44115,7 +44115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixMilliNullableArrayArray" + r.name = TestRequestStringUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-milli_nullable_array_array" r.pathPattern = "/test_request_string_unix-milli_nullable_array_array" @@ -44154,7 +44154,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNano" + r.name = TestRequestStringUnixNanoOperation r.summary = "" r.operationID = "test_request_string_unix-nano" r.pathPattern = "/test_request_string_unix-nano" @@ -44189,7 +44189,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNanoArray" + r.name = TestRequestStringUnixNanoArrayOperation r.summary = "" r.operationID = "test_request_string_unix-nano_array" r.pathPattern = "/test_request_string_unix-nano_array" @@ -44213,7 +44213,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixNanoArrayArray" + r.name = TestRequestStringUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-nano_array_array" r.pathPattern = "/test_request_string_unix-nano_array_array" @@ -44240,7 +44240,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNanoNullable" + r.name = TestRequestStringUnixNanoNullableOperation r.summary = "" r.operationID = "test_request_string_unix-nano_nullable" r.pathPattern = "/test_request_string_unix-nano_nullable" @@ -44263,7 +44263,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNanoNullableArray" + r.name = TestRequestStringUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_request_string_unix-nano_nullable_array" r.pathPattern = "/test_request_string_unix-nano_nullable_array" @@ -44287,7 +44287,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixNanoNullableArrayArray" + r.name = TestRequestStringUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-nano_nullable_array_array" r.pathPattern = "/test_request_string_unix-nano_nullable_array_array" @@ -44323,7 +44323,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixSeconds" + r.name = TestRequestStringUnixSecondsOperation r.summary = "" r.operationID = "test_request_string_unix-seconds" r.pathPattern = "/test_request_string_unix-seconds" @@ -44358,7 +44358,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixSecondsArray" + r.name = TestRequestStringUnixSecondsArrayOperation r.summary = "" r.operationID = "test_request_string_unix-seconds_array" r.pathPattern = "/test_request_string_unix-seconds_array" @@ -44382,7 +44382,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixSecondsArrayArray" + r.name = TestRequestStringUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-seconds_array_array" r.pathPattern = "/test_request_string_unix-seconds_array_array" @@ -44409,7 +44409,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixSecondsNullable" + r.name = TestRequestStringUnixSecondsNullableOperation r.summary = "" r.operationID = "test_request_string_unix-seconds_nullable" r.pathPattern = "/test_request_string_unix-seconds_nullable" @@ -44432,7 +44432,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixSecondsNullableArray" + r.name = TestRequestStringUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_request_string_unix-seconds_nullable_array" r.pathPattern = "/test_request_string_unix-seconds_nullable_array" @@ -44456,7 +44456,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixSecondsNullableArrayArray" + r.name = TestRequestStringUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix-seconds_nullable_array_array" r.pathPattern = "/test_request_string_unix-seconds_nullable_array_array" @@ -44507,7 +44507,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixArray" + r.name = TestRequestStringUnixArrayOperation r.summary = "" r.operationID = "test_request_string_unix_array" r.pathPattern = "/test_request_string_unix_array" @@ -44531,7 +44531,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixArrayArray" + r.name = TestRequestStringUnixArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix_array_array" r.pathPattern = "/test_request_string_unix_array_array" @@ -44558,7 +44558,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNullable" + r.name = TestRequestStringUnixNullableOperation r.summary = "" r.operationID = "test_request_string_unix_nullable" r.pathPattern = "/test_request_string_unix_nullable" @@ -44581,7 +44581,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUnixNullableArray" + r.name = TestRequestStringUnixNullableArrayOperation r.summary = "" r.operationID = "test_request_string_unix_nullable_array" r.pathPattern = "/test_request_string_unix_nullable_array" @@ -44605,7 +44605,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUnixNullableArrayArray" + r.name = TestRequestStringUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_unix_nullable_array_array" r.pathPattern = "/test_request_string_unix_nullable_array_array" @@ -44641,7 +44641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringURI" + r.name = TestRequestStringURIOperation r.summary = "" r.operationID = "test_request_string_uri" r.pathPattern = "/test_request_string_uri" @@ -44676,7 +44676,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringURIArray" + r.name = TestRequestStringURIArrayOperation r.summary = "" r.operationID = "test_request_string_uri_array" r.pathPattern = "/test_request_string_uri_array" @@ -44700,7 +44700,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringURIArrayArray" + r.name = TestRequestStringURIArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uri_array_array" r.pathPattern = "/test_request_string_uri_array_array" @@ -44727,7 +44727,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringURINullable" + r.name = TestRequestStringURINullableOperation r.summary = "" r.operationID = "test_request_string_uri_nullable" r.pathPattern = "/test_request_string_uri_nullable" @@ -44750,7 +44750,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringURINullableArray" + r.name = TestRequestStringURINullableArrayOperation r.summary = "" r.operationID = "test_request_string_uri_nullable_array" r.pathPattern = "/test_request_string_uri_nullable_array" @@ -44774,7 +44774,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringURINullableArrayArray" + r.name = TestRequestStringURINullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uri_nullable_array_array" r.pathPattern = "/test_request_string_uri_nullable_array_array" @@ -44810,7 +44810,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUUID" + r.name = TestRequestStringUUIDOperation r.summary = "" r.operationID = "test_request_string_uuid" r.pathPattern = "/test_request_string_uuid" @@ -44845,7 +44845,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUUIDArray" + r.name = TestRequestStringUUIDArrayOperation r.summary = "" r.operationID = "test_request_string_uuid_array" r.pathPattern = "/test_request_string_uuid_array" @@ -44869,7 +44869,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUUIDArrayArray" + r.name = TestRequestStringUUIDArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uuid_array_array" r.pathPattern = "/test_request_string_uuid_array_array" @@ -44896,7 +44896,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUUIDNullable" + r.name = TestRequestStringUUIDNullableOperation r.summary = "" r.operationID = "test_request_string_uuid_nullable" r.pathPattern = "/test_request_string_uuid_nullable" @@ -44919,7 +44919,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestRequestStringUUIDNullableArray" + r.name = TestRequestStringUUIDNullableArrayOperation r.summary = "" r.operationID = "test_request_string_uuid_nullable_array" r.pathPattern = "/test_request_string_uuid_nullable_array" @@ -44943,7 +44943,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestRequestStringUUIDNullableArrayArray" + r.name = TestRequestStringUUIDNullableArrayArrayOperation r.summary = "" r.operationID = "test_request_string_uuid_nullable_array_array" r.pathPattern = "/test_request_string_uuid_nullable_array_array" @@ -45004,7 +45004,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseAny" + r.name = TestResponseAnyOperation r.summary = "" r.operationID = "test_response_Any" r.pathPattern = "/test_response_Any" @@ -45029,7 +45029,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseEmptyStruct" + r.name = TestResponseEmptyStructOperation r.summary = "" r.operationID = "test_response_EmptyStruct" r.pathPattern = "/test_response_EmptyStruct" @@ -45054,7 +45054,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseFormatTest" + r.name = TestResponseFormatTestOperation r.summary = "" r.operationID = "test_response_FormatTest" r.pathPattern = "/test_response_FormatTest" @@ -45078,7 +45078,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseBoolean" + r.name = TestResponseBooleanOperation r.summary = "" r.operationID = "test_response_boolean" r.pathPattern = "/test_response_boolean" @@ -45113,7 +45113,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseBooleanArray" + r.name = TestResponseBooleanArrayOperation r.summary = "" r.operationID = "test_response_boolean_array" r.pathPattern = "/test_response_boolean_array" @@ -45137,7 +45137,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseBooleanArrayArray" + r.name = TestResponseBooleanArrayArrayOperation r.summary = "" r.operationID = "test_response_boolean_array_array" r.pathPattern = "/test_response_boolean_array_array" @@ -45164,7 +45164,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseBooleanNullable" + r.name = TestResponseBooleanNullableOperation r.summary = "" r.operationID = "test_response_boolean_nullable" r.pathPattern = "/test_response_boolean_nullable" @@ -45187,7 +45187,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseBooleanNullableArray" + r.name = TestResponseBooleanNullableArrayOperation r.summary = "" r.operationID = "test_response_boolean_nullable_array" r.pathPattern = "/test_response_boolean_nullable_array" @@ -45211,7 +45211,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseBooleanNullableArrayArray" + r.name = TestResponseBooleanNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_boolean_nullable_array_array" r.pathPattern = "/test_response_boolean_nullable_array_array" @@ -45247,7 +45247,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseInteger" + r.name = TestResponseIntegerOperation r.summary = "" r.operationID = "test_response_integer" r.pathPattern = "/test_response_integer" @@ -45282,7 +45282,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerArray" + r.name = TestResponseIntegerArrayOperation r.summary = "" r.operationID = "test_response_integer_array" r.pathPattern = "/test_response_integer_array" @@ -45306,7 +45306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerArrayArray" + r.name = TestResponseIntegerArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_array_array" r.pathPattern = "/test_response_integer_array_array" @@ -45345,7 +45345,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt16" + r.name = TestResponseIntegerInt16Operation r.summary = "" r.operationID = "test_response_integer_int16" r.pathPattern = "/test_response_integer_int16" @@ -45380,7 +45380,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt16Array" + r.name = TestResponseIntegerInt16ArrayOperation r.summary = "" r.operationID = "test_response_integer_int16_array" r.pathPattern = "/test_response_integer_int16_array" @@ -45404,7 +45404,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt16ArrayArray" + r.name = TestResponseIntegerInt16ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int16_array_array" r.pathPattern = "/test_response_integer_int16_array_array" @@ -45431,7 +45431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt16Nullable" + r.name = TestResponseIntegerInt16NullableOperation r.summary = "" r.operationID = "test_response_integer_int16_nullable" r.pathPattern = "/test_response_integer_int16_nullable" @@ -45454,7 +45454,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt16NullableArray" + r.name = TestResponseIntegerInt16NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_int16_nullable_array" r.pathPattern = "/test_response_integer_int16_nullable_array" @@ -45478,7 +45478,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt16NullableArrayArray" + r.name = TestResponseIntegerInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int16_nullable_array_array" r.pathPattern = "/test_response_integer_int16_nullable_array_array" @@ -45514,7 +45514,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt32" + r.name = TestResponseIntegerInt32Operation r.summary = "" r.operationID = "test_response_integer_int32" r.pathPattern = "/test_response_integer_int32" @@ -45549,7 +45549,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt32Array" + r.name = TestResponseIntegerInt32ArrayOperation r.summary = "" r.operationID = "test_response_integer_int32_array" r.pathPattern = "/test_response_integer_int32_array" @@ -45573,7 +45573,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt32ArrayArray" + r.name = TestResponseIntegerInt32ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int32_array_array" r.pathPattern = "/test_response_integer_int32_array_array" @@ -45600,7 +45600,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt32Nullable" + r.name = TestResponseIntegerInt32NullableOperation r.summary = "" r.operationID = "test_response_integer_int32_nullable" r.pathPattern = "/test_response_integer_int32_nullable" @@ -45623,7 +45623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt32NullableArray" + r.name = TestResponseIntegerInt32NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_int32_nullable_array" r.pathPattern = "/test_response_integer_int32_nullable_array" @@ -45647,7 +45647,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt32NullableArrayArray" + r.name = TestResponseIntegerInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int32_nullable_array_array" r.pathPattern = "/test_response_integer_int32_nullable_array_array" @@ -45683,7 +45683,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt64" + r.name = TestResponseIntegerInt64Operation r.summary = "" r.operationID = "test_response_integer_int64" r.pathPattern = "/test_response_integer_int64" @@ -45718,7 +45718,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt64Array" + r.name = TestResponseIntegerInt64ArrayOperation r.summary = "" r.operationID = "test_response_integer_int64_array" r.pathPattern = "/test_response_integer_int64_array" @@ -45742,7 +45742,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt64ArrayArray" + r.name = TestResponseIntegerInt64ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int64_array_array" r.pathPattern = "/test_response_integer_int64_array_array" @@ -45769,7 +45769,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt64Nullable" + r.name = TestResponseIntegerInt64NullableOperation r.summary = "" r.operationID = "test_response_integer_int64_nullable" r.pathPattern = "/test_response_integer_int64_nullable" @@ -45792,7 +45792,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt64NullableArray" + r.name = TestResponseIntegerInt64NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_int64_nullable_array" r.pathPattern = "/test_response_integer_int64_nullable_array" @@ -45816,7 +45816,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt64NullableArrayArray" + r.name = TestResponseIntegerInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int64_nullable_array_array" r.pathPattern = "/test_response_integer_int64_nullable_array_array" @@ -45852,7 +45852,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt8" + r.name = TestResponseIntegerInt8Operation r.summary = "" r.operationID = "test_response_integer_int8" r.pathPattern = "/test_response_integer_int8" @@ -45887,7 +45887,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt8Array" + r.name = TestResponseIntegerInt8ArrayOperation r.summary = "" r.operationID = "test_response_integer_int8_array" r.pathPattern = "/test_response_integer_int8_array" @@ -45911,7 +45911,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt8ArrayArray" + r.name = TestResponseIntegerInt8ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int8_array_array" r.pathPattern = "/test_response_integer_int8_array_array" @@ -45938,7 +45938,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt8Nullable" + r.name = TestResponseIntegerInt8NullableOperation r.summary = "" r.operationID = "test_response_integer_int8_nullable" r.pathPattern = "/test_response_integer_int8_nullable" @@ -45961,7 +45961,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerInt8NullableArray" + r.name = TestResponseIntegerInt8NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_int8_nullable_array" r.pathPattern = "/test_response_integer_int8_nullable_array" @@ -45985,7 +45985,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerInt8NullableArrayArray" + r.name = TestResponseIntegerInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_int8_nullable_array_array" r.pathPattern = "/test_response_integer_int8_nullable_array_array" @@ -46024,7 +46024,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerNullable" + r.name = TestResponseIntegerNullableOperation r.summary = "" r.operationID = "test_response_integer_nullable" r.pathPattern = "/test_response_integer_nullable" @@ -46047,7 +46047,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerNullableArray" + r.name = TestResponseIntegerNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_nullable_array" r.pathPattern = "/test_response_integer_nullable_array" @@ -46071,7 +46071,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerNullableArrayArray" + r.name = TestResponseIntegerNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_nullable_array_array" r.pathPattern = "/test_response_integer_nullable_array_array" @@ -46113,7 +46113,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint" + r.name = TestResponseIntegerUintOperation r.summary = "" r.operationID = "test_response_integer_uint" r.pathPattern = "/test_response_integer_uint" @@ -46136,7 +46136,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint16" + r.name = TestResponseIntegerUint16Operation r.summary = "" r.operationID = "test_response_integer_uint16" r.pathPattern = "/test_response_integer_uint16" @@ -46171,7 +46171,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint16Array" + r.name = TestResponseIntegerUint16ArrayOperation r.summary = "" r.operationID = "test_response_integer_uint16_array" r.pathPattern = "/test_response_integer_uint16_array" @@ -46195,7 +46195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint16ArrayArray" + r.name = TestResponseIntegerUint16ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint16_array_array" r.pathPattern = "/test_response_integer_uint16_array_array" @@ -46222,7 +46222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint16Nullable" + r.name = TestResponseIntegerUint16NullableOperation r.summary = "" r.operationID = "test_response_integer_uint16_nullable" r.pathPattern = "/test_response_integer_uint16_nullable" @@ -46245,7 +46245,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint16NullableArray" + r.name = TestResponseIntegerUint16NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_uint16_nullable_array" r.pathPattern = "/test_response_integer_uint16_nullable_array" @@ -46269,7 +46269,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint16NullableArrayArray" + r.name = TestResponseIntegerUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint16_nullable_array_array" r.pathPattern = "/test_response_integer_uint16_nullable_array_array" @@ -46305,7 +46305,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint32" + r.name = TestResponseIntegerUint32Operation r.summary = "" r.operationID = "test_response_integer_uint32" r.pathPattern = "/test_response_integer_uint32" @@ -46340,7 +46340,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint32Array" + r.name = TestResponseIntegerUint32ArrayOperation r.summary = "" r.operationID = "test_response_integer_uint32_array" r.pathPattern = "/test_response_integer_uint32_array" @@ -46364,7 +46364,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint32ArrayArray" + r.name = TestResponseIntegerUint32ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint32_array_array" r.pathPattern = "/test_response_integer_uint32_array_array" @@ -46391,7 +46391,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint32Nullable" + r.name = TestResponseIntegerUint32NullableOperation r.summary = "" r.operationID = "test_response_integer_uint32_nullable" r.pathPattern = "/test_response_integer_uint32_nullable" @@ -46414,7 +46414,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint32NullableArray" + r.name = TestResponseIntegerUint32NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_uint32_nullable_array" r.pathPattern = "/test_response_integer_uint32_nullable_array" @@ -46438,7 +46438,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint32NullableArrayArray" + r.name = TestResponseIntegerUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint32_nullable_array_array" r.pathPattern = "/test_response_integer_uint32_nullable_array_array" @@ -46474,7 +46474,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint64" + r.name = TestResponseIntegerUint64Operation r.summary = "" r.operationID = "test_response_integer_uint64" r.pathPattern = "/test_response_integer_uint64" @@ -46509,7 +46509,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint64Array" + r.name = TestResponseIntegerUint64ArrayOperation r.summary = "" r.operationID = "test_response_integer_uint64_array" r.pathPattern = "/test_response_integer_uint64_array" @@ -46533,7 +46533,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint64ArrayArray" + r.name = TestResponseIntegerUint64ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint64_array_array" r.pathPattern = "/test_response_integer_uint64_array_array" @@ -46560,7 +46560,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint64Nullable" + r.name = TestResponseIntegerUint64NullableOperation r.summary = "" r.operationID = "test_response_integer_uint64_nullable" r.pathPattern = "/test_response_integer_uint64_nullable" @@ -46583,7 +46583,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint64NullableArray" + r.name = TestResponseIntegerUint64NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_uint64_nullable_array" r.pathPattern = "/test_response_integer_uint64_nullable_array" @@ -46607,7 +46607,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint64NullableArrayArray" + r.name = TestResponseIntegerUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint64_nullable_array_array" r.pathPattern = "/test_response_integer_uint64_nullable_array_array" @@ -46643,7 +46643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint8" + r.name = TestResponseIntegerUint8Operation r.summary = "" r.operationID = "test_response_integer_uint8" r.pathPattern = "/test_response_integer_uint8" @@ -46678,7 +46678,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint8Array" + r.name = TestResponseIntegerUint8ArrayOperation r.summary = "" r.operationID = "test_response_integer_uint8_array" r.pathPattern = "/test_response_integer_uint8_array" @@ -46702,7 +46702,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint8ArrayArray" + r.name = TestResponseIntegerUint8ArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint8_array_array" r.pathPattern = "/test_response_integer_uint8_array_array" @@ -46729,7 +46729,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint8Nullable" + r.name = TestResponseIntegerUint8NullableOperation r.summary = "" r.operationID = "test_response_integer_uint8_nullable" r.pathPattern = "/test_response_integer_uint8_nullable" @@ -46752,7 +46752,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUint8NullableArray" + r.name = TestResponseIntegerUint8NullableArrayOperation r.summary = "" r.operationID = "test_response_integer_uint8_nullable_array" r.pathPattern = "/test_response_integer_uint8_nullable_array" @@ -46776,7 +46776,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUint8NullableArrayArray" + r.name = TestResponseIntegerUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint8_nullable_array_array" r.pathPattern = "/test_response_integer_uint8_nullable_array_array" @@ -46824,7 +46824,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUintArray" + r.name = TestResponseIntegerUintArrayOperation r.summary = "" r.operationID = "test_response_integer_uint_array" r.pathPattern = "/test_response_integer_uint_array" @@ -46848,7 +46848,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUintArrayArray" + r.name = TestResponseIntegerUintArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint_array_array" r.pathPattern = "/test_response_integer_uint_array_array" @@ -46875,7 +46875,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUintNullable" + r.name = TestResponseIntegerUintNullableOperation r.summary = "" r.operationID = "test_response_integer_uint_nullable" r.pathPattern = "/test_response_integer_uint_nullable" @@ -46898,7 +46898,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUintNullableArray" + r.name = TestResponseIntegerUintNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_uint_nullable_array" r.pathPattern = "/test_response_integer_uint_nullable_array" @@ -46922,7 +46922,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUintNullableArrayArray" + r.name = TestResponseIntegerUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_uint_nullable_array_array" r.pathPattern = "/test_response_integer_uint_nullable_array_array" @@ -46958,7 +46958,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnix" + r.name = TestResponseIntegerUnixOperation r.summary = "" r.operationID = "test_response_integer_unix" r.pathPattern = "/test_response_integer_unix" @@ -47005,7 +47005,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMicro" + r.name = TestResponseIntegerUnixMicroOperation r.summary = "" r.operationID = "test_response_integer_unix-micro" r.pathPattern = "/test_response_integer_unix-micro" @@ -47040,7 +47040,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMicroArray" + r.name = TestResponseIntegerUnixMicroArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-micro_array" r.pathPattern = "/test_response_integer_unix-micro_array" @@ -47064,7 +47064,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixMicroArrayArray" + r.name = TestResponseIntegerUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-micro_array_array" r.pathPattern = "/test_response_integer_unix-micro_array_array" @@ -47091,7 +47091,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMicroNullable" + r.name = TestResponseIntegerUnixMicroNullableOperation r.summary = "" r.operationID = "test_response_integer_unix-micro_nullable" r.pathPattern = "/test_response_integer_unix-micro_nullable" @@ -47114,7 +47114,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMicroNullableArray" + r.name = TestResponseIntegerUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-micro_nullable_array" r.pathPattern = "/test_response_integer_unix-micro_nullable_array" @@ -47138,7 +47138,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixMicroNullableArrayArray" + r.name = TestResponseIntegerUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-micro_nullable_array_array" r.pathPattern = "/test_response_integer_unix-micro_nullable_array_array" @@ -47174,7 +47174,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMilli" + r.name = TestResponseIntegerUnixMilliOperation r.summary = "" r.operationID = "test_response_integer_unix-milli" r.pathPattern = "/test_response_integer_unix-milli" @@ -47209,7 +47209,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMilliArray" + r.name = TestResponseIntegerUnixMilliArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-milli_array" r.pathPattern = "/test_response_integer_unix-milli_array" @@ -47233,7 +47233,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixMilliArrayArray" + r.name = TestResponseIntegerUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-milli_array_array" r.pathPattern = "/test_response_integer_unix-milli_array_array" @@ -47260,7 +47260,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMilliNullable" + r.name = TestResponseIntegerUnixMilliNullableOperation r.summary = "" r.operationID = "test_response_integer_unix-milli_nullable" r.pathPattern = "/test_response_integer_unix-milli_nullable" @@ -47283,7 +47283,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixMilliNullableArray" + r.name = TestResponseIntegerUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-milli_nullable_array" r.pathPattern = "/test_response_integer_unix-milli_nullable_array" @@ -47307,7 +47307,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixMilliNullableArrayArray" + r.name = TestResponseIntegerUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-milli_nullable_array_array" r.pathPattern = "/test_response_integer_unix-milli_nullable_array_array" @@ -47346,7 +47346,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNano" + r.name = TestResponseIntegerUnixNanoOperation r.summary = "" r.operationID = "test_response_integer_unix-nano" r.pathPattern = "/test_response_integer_unix-nano" @@ -47381,7 +47381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNanoArray" + r.name = TestResponseIntegerUnixNanoArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-nano_array" r.pathPattern = "/test_response_integer_unix-nano_array" @@ -47405,7 +47405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixNanoArrayArray" + r.name = TestResponseIntegerUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-nano_array_array" r.pathPattern = "/test_response_integer_unix-nano_array_array" @@ -47432,7 +47432,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNanoNullable" + r.name = TestResponseIntegerUnixNanoNullableOperation r.summary = "" r.operationID = "test_response_integer_unix-nano_nullable" r.pathPattern = "/test_response_integer_unix-nano_nullable" @@ -47455,7 +47455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNanoNullableArray" + r.name = TestResponseIntegerUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-nano_nullable_array" r.pathPattern = "/test_response_integer_unix-nano_nullable_array" @@ -47479,7 +47479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixNanoNullableArrayArray" + r.name = TestResponseIntegerUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-nano_nullable_array_array" r.pathPattern = "/test_response_integer_unix-nano_nullable_array_array" @@ -47515,7 +47515,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixSeconds" + r.name = TestResponseIntegerUnixSecondsOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds" r.pathPattern = "/test_response_integer_unix-seconds" @@ -47550,7 +47550,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixSecondsArray" + r.name = TestResponseIntegerUnixSecondsArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds_array" r.pathPattern = "/test_response_integer_unix-seconds_array" @@ -47574,7 +47574,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixSecondsArrayArray" + r.name = TestResponseIntegerUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds_array_array" r.pathPattern = "/test_response_integer_unix-seconds_array_array" @@ -47601,7 +47601,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixSecondsNullable" + r.name = TestResponseIntegerUnixSecondsNullableOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds_nullable" r.pathPattern = "/test_response_integer_unix-seconds_nullable" @@ -47624,7 +47624,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixSecondsNullableArray" + r.name = TestResponseIntegerUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds_nullable_array" r.pathPattern = "/test_response_integer_unix-seconds_nullable_array" @@ -47648,7 +47648,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixSecondsNullableArrayArray" + r.name = TestResponseIntegerUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix-seconds_nullable_array_array" r.pathPattern = "/test_response_integer_unix-seconds_nullable_array_array" @@ -47699,7 +47699,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixArray" + r.name = TestResponseIntegerUnixArrayOperation r.summary = "" r.operationID = "test_response_integer_unix_array" r.pathPattern = "/test_response_integer_unix_array" @@ -47723,7 +47723,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixArrayArray" + r.name = TestResponseIntegerUnixArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix_array_array" r.pathPattern = "/test_response_integer_unix_array_array" @@ -47750,7 +47750,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNullable" + r.name = TestResponseIntegerUnixNullableOperation r.summary = "" r.operationID = "test_response_integer_unix_nullable" r.pathPattern = "/test_response_integer_unix_nullable" @@ -47773,7 +47773,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseIntegerUnixNullableArray" + r.name = TestResponseIntegerUnixNullableArrayOperation r.summary = "" r.operationID = "test_response_integer_unix_nullable_array" r.pathPattern = "/test_response_integer_unix_nullable_array" @@ -47797,7 +47797,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseIntegerUnixNullableArrayArray" + r.name = TestResponseIntegerUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_integer_unix_nullable_array_array" r.pathPattern = "/test_response_integer_unix_nullable_array_array" @@ -47854,7 +47854,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNull" + r.name = TestResponseNullOperation r.summary = "" r.operationID = "test_response_null" r.pathPattern = "/test_response_null" @@ -47889,7 +47889,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNullArray" + r.name = TestResponseNullArrayOperation r.summary = "" r.operationID = "test_response_null_array" r.pathPattern = "/test_response_null_array" @@ -47913,7 +47913,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNullArrayArray" + r.name = TestResponseNullArrayArrayOperation r.summary = "" r.operationID = "test_response_null_array_array" r.pathPattern = "/test_response_null_array_array" @@ -47940,7 +47940,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNullNullable" + r.name = TestResponseNullNullableOperation r.summary = "" r.operationID = "test_response_null_nullable" r.pathPattern = "/test_response_null_nullable" @@ -47963,7 +47963,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNullNullableArray" + r.name = TestResponseNullNullableArrayOperation r.summary = "" r.operationID = "test_response_null_nullable_array" r.pathPattern = "/test_response_null_nullable_array" @@ -47987,7 +47987,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNullNullableArrayArray" + r.name = TestResponseNullNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_null_nullable_array_array" r.pathPattern = "/test_response_null_nullable_array_array" @@ -48023,7 +48023,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumber" + r.name = TestResponseNumberOperation r.summary = "" r.operationID = "test_response_number" r.pathPattern = "/test_response_number" @@ -48058,7 +48058,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberArray" + r.name = TestResponseNumberArrayOperation r.summary = "" r.operationID = "test_response_number_array" r.pathPattern = "/test_response_number_array" @@ -48082,7 +48082,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberArrayArray" + r.name = TestResponseNumberArrayArrayOperation r.summary = "" r.operationID = "test_response_number_array_array" r.pathPattern = "/test_response_number_array_array" @@ -48109,7 +48109,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberDouble" + r.name = TestResponseNumberDoubleOperation r.summary = "" r.operationID = "test_response_number_double" r.pathPattern = "/test_response_number_double" @@ -48144,7 +48144,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberDoubleArray" + r.name = TestResponseNumberDoubleArrayOperation r.summary = "" r.operationID = "test_response_number_double_array" r.pathPattern = "/test_response_number_double_array" @@ -48168,7 +48168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberDoubleArrayArray" + r.name = TestResponseNumberDoubleArrayArrayOperation r.summary = "" r.operationID = "test_response_number_double_array_array" r.pathPattern = "/test_response_number_double_array_array" @@ -48195,7 +48195,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberDoubleNullable" + r.name = TestResponseNumberDoubleNullableOperation r.summary = "" r.operationID = "test_response_number_double_nullable" r.pathPattern = "/test_response_number_double_nullable" @@ -48218,7 +48218,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberDoubleNullableArray" + r.name = TestResponseNumberDoubleNullableArrayOperation r.summary = "" r.operationID = "test_response_number_double_nullable_array" r.pathPattern = "/test_response_number_double_nullable_array" @@ -48242,7 +48242,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberDoubleNullableArrayArray" + r.name = TestResponseNumberDoubleNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_number_double_nullable_array_array" r.pathPattern = "/test_response_number_double_nullable_array_array" @@ -48278,7 +48278,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberFloat" + r.name = TestResponseNumberFloatOperation r.summary = "" r.operationID = "test_response_number_float" r.pathPattern = "/test_response_number_float" @@ -48313,7 +48313,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberFloatArray" + r.name = TestResponseNumberFloatArrayOperation r.summary = "" r.operationID = "test_response_number_float_array" r.pathPattern = "/test_response_number_float_array" @@ -48337,7 +48337,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberFloatArrayArray" + r.name = TestResponseNumberFloatArrayArrayOperation r.summary = "" r.operationID = "test_response_number_float_array_array" r.pathPattern = "/test_response_number_float_array_array" @@ -48364,7 +48364,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberFloatNullable" + r.name = TestResponseNumberFloatNullableOperation r.summary = "" r.operationID = "test_response_number_float_nullable" r.pathPattern = "/test_response_number_float_nullable" @@ -48387,7 +48387,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberFloatNullableArray" + r.name = TestResponseNumberFloatNullableArrayOperation r.summary = "" r.operationID = "test_response_number_float_nullable_array" r.pathPattern = "/test_response_number_float_nullable_array" @@ -48411,7 +48411,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberFloatNullableArrayArray" + r.name = TestResponseNumberFloatNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_number_float_nullable_array_array" r.pathPattern = "/test_response_number_float_nullable_array_array" @@ -48459,7 +48459,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt32" + r.name = TestResponseNumberInt32Operation r.summary = "" r.operationID = "test_response_number_int32" r.pathPattern = "/test_response_number_int32" @@ -48494,7 +48494,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt32Array" + r.name = TestResponseNumberInt32ArrayOperation r.summary = "" r.operationID = "test_response_number_int32_array" r.pathPattern = "/test_response_number_int32_array" @@ -48518,7 +48518,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberInt32ArrayArray" + r.name = TestResponseNumberInt32ArrayArrayOperation r.summary = "" r.operationID = "test_response_number_int32_array_array" r.pathPattern = "/test_response_number_int32_array_array" @@ -48545,7 +48545,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt32Nullable" + r.name = TestResponseNumberInt32NullableOperation r.summary = "" r.operationID = "test_response_number_int32_nullable" r.pathPattern = "/test_response_number_int32_nullable" @@ -48568,7 +48568,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt32NullableArray" + r.name = TestResponseNumberInt32NullableArrayOperation r.summary = "" r.operationID = "test_response_number_int32_nullable_array" r.pathPattern = "/test_response_number_int32_nullable_array" @@ -48592,7 +48592,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberInt32NullableArrayArray" + r.name = TestResponseNumberInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_number_int32_nullable_array_array" r.pathPattern = "/test_response_number_int32_nullable_array_array" @@ -48628,7 +48628,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt64" + r.name = TestResponseNumberInt64Operation r.summary = "" r.operationID = "test_response_number_int64" r.pathPattern = "/test_response_number_int64" @@ -48663,7 +48663,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt64Array" + r.name = TestResponseNumberInt64ArrayOperation r.summary = "" r.operationID = "test_response_number_int64_array" r.pathPattern = "/test_response_number_int64_array" @@ -48687,7 +48687,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberInt64ArrayArray" + r.name = TestResponseNumberInt64ArrayArrayOperation r.summary = "" r.operationID = "test_response_number_int64_array_array" r.pathPattern = "/test_response_number_int64_array_array" @@ -48714,7 +48714,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt64Nullable" + r.name = TestResponseNumberInt64NullableOperation r.summary = "" r.operationID = "test_response_number_int64_nullable" r.pathPattern = "/test_response_number_int64_nullable" @@ -48737,7 +48737,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberInt64NullableArray" + r.name = TestResponseNumberInt64NullableArrayOperation r.summary = "" r.operationID = "test_response_number_int64_nullable_array" r.pathPattern = "/test_response_number_int64_nullable_array" @@ -48761,7 +48761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberInt64NullableArrayArray" + r.name = TestResponseNumberInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_number_int64_nullable_array_array" r.pathPattern = "/test_response_number_int64_nullable_array_array" @@ -48800,7 +48800,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberNullable" + r.name = TestResponseNumberNullableOperation r.summary = "" r.operationID = "test_response_number_nullable" r.pathPattern = "/test_response_number_nullable" @@ -48823,7 +48823,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseNumberNullableArray" + r.name = TestResponseNumberNullableArrayOperation r.summary = "" r.operationID = "test_response_number_nullable_array" r.pathPattern = "/test_response_number_nullable_array" @@ -48847,7 +48847,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseNumberNullableArrayArray" + r.name = TestResponseNumberNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_number_nullable_array_array" r.pathPattern = "/test_response_number_nullable_array_array" @@ -48886,7 +48886,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseString" + r.name = TestResponseStringOperation r.summary = "" r.operationID = "test_response_string" r.pathPattern = "/test_response_string" @@ -48921,7 +48921,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringArray" + r.name = TestResponseStringArrayOperation r.summary = "" r.operationID = "test_response_string_array" r.pathPattern = "/test_response_string_array" @@ -48945,7 +48945,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringArrayArray" + r.name = TestResponseStringArrayArrayOperation r.summary = "" r.operationID = "test_response_string_array_array" r.pathPattern = "/test_response_string_array_array" @@ -48984,7 +48984,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBase64" + r.name = TestResponseStringBase64Operation r.summary = "" r.operationID = "test_response_string_base64" r.pathPattern = "/test_response_string_base64" @@ -49019,7 +49019,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBase64Array" + r.name = TestResponseStringBase64ArrayOperation r.summary = "" r.operationID = "test_response_string_base64_array" r.pathPattern = "/test_response_string_base64_array" @@ -49043,7 +49043,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringBase64ArrayArray" + r.name = TestResponseStringBase64ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_base64_array_array" r.pathPattern = "/test_response_string_base64_array_array" @@ -49070,7 +49070,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBase64Nullable" + r.name = TestResponseStringBase64NullableOperation r.summary = "" r.operationID = "test_response_string_base64_nullable" r.pathPattern = "/test_response_string_base64_nullable" @@ -49093,7 +49093,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBase64NullableArray" + r.name = TestResponseStringBase64NullableArrayOperation r.summary = "" r.operationID = "test_response_string_base64_nullable_array" r.pathPattern = "/test_response_string_base64_nullable_array" @@ -49117,7 +49117,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringBase64NullableArrayArray" + r.name = TestResponseStringBase64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_base64_nullable_array_array" r.pathPattern = "/test_response_string_base64_nullable_array_array" @@ -49153,7 +49153,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBinary" + r.name = TestResponseStringBinaryOperation r.summary = "" r.operationID = "test_response_string_binary" r.pathPattern = "/test_response_string_binary" @@ -49188,7 +49188,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBinaryArray" + r.name = TestResponseStringBinaryArrayOperation r.summary = "" r.operationID = "test_response_string_binary_array" r.pathPattern = "/test_response_string_binary_array" @@ -49212,7 +49212,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringBinaryArrayArray" + r.name = TestResponseStringBinaryArrayArrayOperation r.summary = "" r.operationID = "test_response_string_binary_array_array" r.pathPattern = "/test_response_string_binary_array_array" @@ -49239,7 +49239,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBinaryNullable" + r.name = TestResponseStringBinaryNullableOperation r.summary = "" r.operationID = "test_response_string_binary_nullable" r.pathPattern = "/test_response_string_binary_nullable" @@ -49262,7 +49262,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringBinaryNullableArray" + r.name = TestResponseStringBinaryNullableArrayOperation r.summary = "" r.operationID = "test_response_string_binary_nullable_array" r.pathPattern = "/test_response_string_binary_nullable_array" @@ -49286,7 +49286,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringBinaryNullableArrayArray" + r.name = TestResponseStringBinaryNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_binary_nullable_array_array" r.pathPattern = "/test_response_string_binary_nullable_array_array" @@ -49322,7 +49322,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringByte" + r.name = TestResponseStringByteOperation r.summary = "" r.operationID = "test_response_string_byte" r.pathPattern = "/test_response_string_byte" @@ -49357,7 +49357,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringByteArray" + r.name = TestResponseStringByteArrayOperation r.summary = "" r.operationID = "test_response_string_byte_array" r.pathPattern = "/test_response_string_byte_array" @@ -49381,7 +49381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringByteArrayArray" + r.name = TestResponseStringByteArrayArrayOperation r.summary = "" r.operationID = "test_response_string_byte_array_array" r.pathPattern = "/test_response_string_byte_array_array" @@ -49408,7 +49408,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringByteNullable" + r.name = TestResponseStringByteNullableOperation r.summary = "" r.operationID = "test_response_string_byte_nullable" r.pathPattern = "/test_response_string_byte_nullable" @@ -49431,7 +49431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringByteNullableArray" + r.name = TestResponseStringByteNullableArrayOperation r.summary = "" r.operationID = "test_response_string_byte_nullable_array" r.pathPattern = "/test_response_string_byte_nullable_array" @@ -49455,7 +49455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringByteNullableArrayArray" + r.name = TestResponseStringByteNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_byte_nullable_array_array" r.pathPattern = "/test_response_string_byte_nullable_array_array" @@ -49506,7 +49506,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDate" + r.name = TestResponseStringDateOperation r.summary = "" r.operationID = "test_response_string_date" r.pathPattern = "/test_response_string_date" @@ -49529,7 +49529,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateTime" + r.name = TestResponseStringDateTimeOperation r.summary = "" r.operationID = "test_response_string_date-time" r.pathPattern = "/test_response_string_date-time" @@ -49564,7 +49564,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateTimeArray" + r.name = TestResponseStringDateTimeArrayOperation r.summary = "" r.operationID = "test_response_string_date-time_array" r.pathPattern = "/test_response_string_date-time_array" @@ -49588,7 +49588,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDateTimeArrayArray" + r.name = TestResponseStringDateTimeArrayArrayOperation r.summary = "" r.operationID = "test_response_string_date-time_array_array" r.pathPattern = "/test_response_string_date-time_array_array" @@ -49615,7 +49615,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateTimeNullable" + r.name = TestResponseStringDateTimeNullableOperation r.summary = "" r.operationID = "test_response_string_date-time_nullable" r.pathPattern = "/test_response_string_date-time_nullable" @@ -49638,7 +49638,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateTimeNullableArray" + r.name = TestResponseStringDateTimeNullableArrayOperation r.summary = "" r.operationID = "test_response_string_date-time_nullable_array" r.pathPattern = "/test_response_string_date-time_nullable_array" @@ -49662,7 +49662,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDateTimeNullableArrayArray" + r.name = TestResponseStringDateTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_date-time_nullable_array_array" r.pathPattern = "/test_response_string_date-time_nullable_array_array" @@ -49710,7 +49710,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateArray" + r.name = TestResponseStringDateArrayOperation r.summary = "" r.operationID = "test_response_string_date_array" r.pathPattern = "/test_response_string_date_array" @@ -49734,7 +49734,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDateArrayArray" + r.name = TestResponseStringDateArrayArrayOperation r.summary = "" r.operationID = "test_response_string_date_array_array" r.pathPattern = "/test_response_string_date_array_array" @@ -49761,7 +49761,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateNullable" + r.name = TestResponseStringDateNullableOperation r.summary = "" r.operationID = "test_response_string_date_nullable" r.pathPattern = "/test_response_string_date_nullable" @@ -49784,7 +49784,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDateNullableArray" + r.name = TestResponseStringDateNullableArrayOperation r.summary = "" r.operationID = "test_response_string_date_nullable_array" r.pathPattern = "/test_response_string_date_nullable_array" @@ -49808,7 +49808,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDateNullableArrayArray" + r.name = TestResponseStringDateNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_date_nullable_array_array" r.pathPattern = "/test_response_string_date_nullable_array_array" @@ -49844,7 +49844,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDuration" + r.name = TestResponseStringDurationOperation r.summary = "" r.operationID = "test_response_string_duration" r.pathPattern = "/test_response_string_duration" @@ -49879,7 +49879,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDurationArray" + r.name = TestResponseStringDurationArrayOperation r.summary = "" r.operationID = "test_response_string_duration_array" r.pathPattern = "/test_response_string_duration_array" @@ -49903,7 +49903,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDurationArrayArray" + r.name = TestResponseStringDurationArrayArrayOperation r.summary = "" r.operationID = "test_response_string_duration_array_array" r.pathPattern = "/test_response_string_duration_array_array" @@ -49930,7 +49930,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDurationNullable" + r.name = TestResponseStringDurationNullableOperation r.summary = "" r.operationID = "test_response_string_duration_nullable" r.pathPattern = "/test_response_string_duration_nullable" @@ -49953,7 +49953,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringDurationNullableArray" + r.name = TestResponseStringDurationNullableArrayOperation r.summary = "" r.operationID = "test_response_string_duration_nullable_array" r.pathPattern = "/test_response_string_duration_nullable_array" @@ -49977,7 +49977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringDurationNullableArrayArray" + r.name = TestResponseStringDurationNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_duration_nullable_array_array" r.pathPattern = "/test_response_string_duration_nullable_array_array" @@ -50016,7 +50016,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringEmail" + r.name = TestResponseStringEmailOperation r.summary = "" r.operationID = "test_response_string_email" r.pathPattern = "/test_response_string_email" @@ -50051,7 +50051,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringEmailArray" + r.name = TestResponseStringEmailArrayOperation r.summary = "" r.operationID = "test_response_string_email_array" r.pathPattern = "/test_response_string_email_array" @@ -50075,7 +50075,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringEmailArrayArray" + r.name = TestResponseStringEmailArrayArrayOperation r.summary = "" r.operationID = "test_response_string_email_array_array" r.pathPattern = "/test_response_string_email_array_array" @@ -50102,7 +50102,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringEmailNullable" + r.name = TestResponseStringEmailNullableOperation r.summary = "" r.operationID = "test_response_string_email_nullable" r.pathPattern = "/test_response_string_email_nullable" @@ -50125,7 +50125,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringEmailNullableArray" + r.name = TestResponseStringEmailNullableArrayOperation r.summary = "" r.operationID = "test_response_string_email_nullable_array" r.pathPattern = "/test_response_string_email_nullable_array" @@ -50149,7 +50149,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringEmailNullableArrayArray" + r.name = TestResponseStringEmailNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_email_nullable_array_array" r.pathPattern = "/test_response_string_email_nullable_array_array" @@ -50197,7 +50197,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat32" + r.name = TestResponseStringFloat32Operation r.summary = "" r.operationID = "test_response_string_float32" r.pathPattern = "/test_response_string_float32" @@ -50232,7 +50232,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat32Array" + r.name = TestResponseStringFloat32ArrayOperation r.summary = "" r.operationID = "test_response_string_float32_array" r.pathPattern = "/test_response_string_float32_array" @@ -50256,7 +50256,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringFloat32ArrayArray" + r.name = TestResponseStringFloat32ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_float32_array_array" r.pathPattern = "/test_response_string_float32_array_array" @@ -50283,7 +50283,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat32Nullable" + r.name = TestResponseStringFloat32NullableOperation r.summary = "" r.operationID = "test_response_string_float32_nullable" r.pathPattern = "/test_response_string_float32_nullable" @@ -50306,7 +50306,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat32NullableArray" + r.name = TestResponseStringFloat32NullableArrayOperation r.summary = "" r.operationID = "test_response_string_float32_nullable_array" r.pathPattern = "/test_response_string_float32_nullable_array" @@ -50330,7 +50330,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringFloat32NullableArrayArray" + r.name = TestResponseStringFloat32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_float32_nullable_array_array" r.pathPattern = "/test_response_string_float32_nullable_array_array" @@ -50366,7 +50366,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat64" + r.name = TestResponseStringFloat64Operation r.summary = "" r.operationID = "test_response_string_float64" r.pathPattern = "/test_response_string_float64" @@ -50401,7 +50401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat64Array" + r.name = TestResponseStringFloat64ArrayOperation r.summary = "" r.operationID = "test_response_string_float64_array" r.pathPattern = "/test_response_string_float64_array" @@ -50425,7 +50425,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringFloat64ArrayArray" + r.name = TestResponseStringFloat64ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_float64_array_array" r.pathPattern = "/test_response_string_float64_array_array" @@ -50452,7 +50452,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat64Nullable" + r.name = TestResponseStringFloat64NullableOperation r.summary = "" r.operationID = "test_response_string_float64_nullable" r.pathPattern = "/test_response_string_float64_nullable" @@ -50475,7 +50475,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringFloat64NullableArray" + r.name = TestResponseStringFloat64NullableArrayOperation r.summary = "" r.operationID = "test_response_string_float64_nullable_array" r.pathPattern = "/test_response_string_float64_nullable_array" @@ -50499,7 +50499,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringFloat64NullableArrayArray" + r.name = TestResponseStringFloat64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_float64_nullable_array_array" r.pathPattern = "/test_response_string_float64_nullable_array_array" @@ -50538,7 +50538,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringHostname" + r.name = TestResponseStringHostnameOperation r.summary = "" r.operationID = "test_response_string_hostname" r.pathPattern = "/test_response_string_hostname" @@ -50573,7 +50573,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringHostnameArray" + r.name = TestResponseStringHostnameArrayOperation r.summary = "" r.operationID = "test_response_string_hostname_array" r.pathPattern = "/test_response_string_hostname_array" @@ -50597,7 +50597,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringHostnameArrayArray" + r.name = TestResponseStringHostnameArrayArrayOperation r.summary = "" r.operationID = "test_response_string_hostname_array_array" r.pathPattern = "/test_response_string_hostname_array_array" @@ -50624,7 +50624,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringHostnameNullable" + r.name = TestResponseStringHostnameNullableOperation r.summary = "" r.operationID = "test_response_string_hostname_nullable" r.pathPattern = "/test_response_string_hostname_nullable" @@ -50647,7 +50647,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringHostnameNullableArray" + r.name = TestResponseStringHostnameNullableArrayOperation r.summary = "" r.operationID = "test_response_string_hostname_nullable_array" r.pathPattern = "/test_response_string_hostname_nullable_array" @@ -50671,7 +50671,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringHostnameNullableArrayArray" + r.name = TestResponseStringHostnameNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_hostname_nullable_array_array" r.pathPattern = "/test_response_string_hostname_nullable_array_array" @@ -50719,7 +50719,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt" + r.name = TestResponseStringIntOperation r.summary = "" r.operationID = "test_response_string_int" r.pathPattern = "/test_response_string_int" @@ -50742,7 +50742,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt16" + r.name = TestResponseStringInt16Operation r.summary = "" r.operationID = "test_response_string_int16" r.pathPattern = "/test_response_string_int16" @@ -50777,7 +50777,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt16Array" + r.name = TestResponseStringInt16ArrayOperation r.summary = "" r.operationID = "test_response_string_int16_array" r.pathPattern = "/test_response_string_int16_array" @@ -50801,7 +50801,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt16ArrayArray" + r.name = TestResponseStringInt16ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int16_array_array" r.pathPattern = "/test_response_string_int16_array_array" @@ -50828,7 +50828,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt16Nullable" + r.name = TestResponseStringInt16NullableOperation r.summary = "" r.operationID = "test_response_string_int16_nullable" r.pathPattern = "/test_response_string_int16_nullable" @@ -50851,7 +50851,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt16NullableArray" + r.name = TestResponseStringInt16NullableArrayOperation r.summary = "" r.operationID = "test_response_string_int16_nullable_array" r.pathPattern = "/test_response_string_int16_nullable_array" @@ -50875,7 +50875,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt16NullableArrayArray" + r.name = TestResponseStringInt16NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int16_nullable_array_array" r.pathPattern = "/test_response_string_int16_nullable_array_array" @@ -50911,7 +50911,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt32" + r.name = TestResponseStringInt32Operation r.summary = "" r.operationID = "test_response_string_int32" r.pathPattern = "/test_response_string_int32" @@ -50946,7 +50946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt32Array" + r.name = TestResponseStringInt32ArrayOperation r.summary = "" r.operationID = "test_response_string_int32_array" r.pathPattern = "/test_response_string_int32_array" @@ -50970,7 +50970,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt32ArrayArray" + r.name = TestResponseStringInt32ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int32_array_array" r.pathPattern = "/test_response_string_int32_array_array" @@ -50997,7 +50997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt32Nullable" + r.name = TestResponseStringInt32NullableOperation r.summary = "" r.operationID = "test_response_string_int32_nullable" r.pathPattern = "/test_response_string_int32_nullable" @@ -51020,7 +51020,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt32NullableArray" + r.name = TestResponseStringInt32NullableArrayOperation r.summary = "" r.operationID = "test_response_string_int32_nullable_array" r.pathPattern = "/test_response_string_int32_nullable_array" @@ -51044,7 +51044,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt32NullableArrayArray" + r.name = TestResponseStringInt32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int32_nullable_array_array" r.pathPattern = "/test_response_string_int32_nullable_array_array" @@ -51080,7 +51080,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt64" + r.name = TestResponseStringInt64Operation r.summary = "" r.operationID = "test_response_string_int64" r.pathPattern = "/test_response_string_int64" @@ -51115,7 +51115,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt64Array" + r.name = TestResponseStringInt64ArrayOperation r.summary = "" r.operationID = "test_response_string_int64_array" r.pathPattern = "/test_response_string_int64_array" @@ -51139,7 +51139,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt64ArrayArray" + r.name = TestResponseStringInt64ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int64_array_array" r.pathPattern = "/test_response_string_int64_array_array" @@ -51166,7 +51166,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt64Nullable" + r.name = TestResponseStringInt64NullableOperation r.summary = "" r.operationID = "test_response_string_int64_nullable" r.pathPattern = "/test_response_string_int64_nullable" @@ -51189,7 +51189,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt64NullableArray" + r.name = TestResponseStringInt64NullableArrayOperation r.summary = "" r.operationID = "test_response_string_int64_nullable_array" r.pathPattern = "/test_response_string_int64_nullable_array" @@ -51213,7 +51213,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt64NullableArrayArray" + r.name = TestResponseStringInt64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int64_nullable_array_array" r.pathPattern = "/test_response_string_int64_nullable_array_array" @@ -51249,7 +51249,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt8" + r.name = TestResponseStringInt8Operation r.summary = "" r.operationID = "test_response_string_int8" r.pathPattern = "/test_response_string_int8" @@ -51284,7 +51284,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt8Array" + r.name = TestResponseStringInt8ArrayOperation r.summary = "" r.operationID = "test_response_string_int8_array" r.pathPattern = "/test_response_string_int8_array" @@ -51308,7 +51308,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt8ArrayArray" + r.name = TestResponseStringInt8ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int8_array_array" r.pathPattern = "/test_response_string_int8_array_array" @@ -51335,7 +51335,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt8Nullable" + r.name = TestResponseStringInt8NullableOperation r.summary = "" r.operationID = "test_response_string_int8_nullable" r.pathPattern = "/test_response_string_int8_nullable" @@ -51358,7 +51358,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringInt8NullableArray" + r.name = TestResponseStringInt8NullableArrayOperation r.summary = "" r.operationID = "test_response_string_int8_nullable_array" r.pathPattern = "/test_response_string_int8_nullable_array" @@ -51382,7 +51382,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringInt8NullableArrayArray" + r.name = TestResponseStringInt8NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int8_nullable_array_array" r.pathPattern = "/test_response_string_int8_nullable_array_array" @@ -51430,7 +51430,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIntArray" + r.name = TestResponseStringIntArrayOperation r.summary = "" r.operationID = "test_response_string_int_array" r.pathPattern = "/test_response_string_int_array" @@ -51454,7 +51454,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIntArrayArray" + r.name = TestResponseStringIntArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int_array_array" r.pathPattern = "/test_response_string_int_array_array" @@ -51481,7 +51481,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIntNullable" + r.name = TestResponseStringIntNullableOperation r.summary = "" r.operationID = "test_response_string_int_nullable" r.pathPattern = "/test_response_string_int_nullable" @@ -51504,7 +51504,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIntNullableArray" + r.name = TestResponseStringIntNullableArrayOperation r.summary = "" r.operationID = "test_response_string_int_nullable_array" r.pathPattern = "/test_response_string_int_nullable_array" @@ -51528,7 +51528,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIntNullableArrayArray" + r.name = TestResponseStringIntNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_int_nullable_array_array" r.pathPattern = "/test_response_string_int_nullable_array_array" @@ -51564,7 +51564,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIP" + r.name = TestResponseStringIPOperation r.summary = "" r.operationID = "test_response_string_ip" r.pathPattern = "/test_response_string_ip" @@ -51599,7 +51599,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIPArray" + r.name = TestResponseStringIPArrayOperation r.summary = "" r.operationID = "test_response_string_ip_array" r.pathPattern = "/test_response_string_ip_array" @@ -51623,7 +51623,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIPArrayArray" + r.name = TestResponseStringIPArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ip_array_array" r.pathPattern = "/test_response_string_ip_array_array" @@ -51650,7 +51650,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIPNullable" + r.name = TestResponseStringIPNullableOperation r.summary = "" r.operationID = "test_response_string_ip_nullable" r.pathPattern = "/test_response_string_ip_nullable" @@ -51673,7 +51673,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIPNullableArray" + r.name = TestResponseStringIPNullableArrayOperation r.summary = "" r.operationID = "test_response_string_ip_nullable_array" r.pathPattern = "/test_response_string_ip_nullable_array" @@ -51697,7 +51697,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIPNullableArrayArray" + r.name = TestResponseStringIPNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ip_nullable_array_array" r.pathPattern = "/test_response_string_ip_nullable_array_array" @@ -51742,7 +51742,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv4" + r.name = TestResponseStringIpv4Operation r.summary = "" r.operationID = "test_response_string_ipv4" r.pathPattern = "/test_response_string_ipv4" @@ -51777,7 +51777,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv4Array" + r.name = TestResponseStringIpv4ArrayOperation r.summary = "" r.operationID = "test_response_string_ipv4_array" r.pathPattern = "/test_response_string_ipv4_array" @@ -51801,7 +51801,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIpv4ArrayArray" + r.name = TestResponseStringIpv4ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ipv4_array_array" r.pathPattern = "/test_response_string_ipv4_array_array" @@ -51828,7 +51828,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv4Nullable" + r.name = TestResponseStringIpv4NullableOperation r.summary = "" r.operationID = "test_response_string_ipv4_nullable" r.pathPattern = "/test_response_string_ipv4_nullable" @@ -51851,7 +51851,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv4NullableArray" + r.name = TestResponseStringIpv4NullableArrayOperation r.summary = "" r.operationID = "test_response_string_ipv4_nullable_array" r.pathPattern = "/test_response_string_ipv4_nullable_array" @@ -51875,7 +51875,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIpv4NullableArrayArray" + r.name = TestResponseStringIpv4NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ipv4_nullable_array_array" r.pathPattern = "/test_response_string_ipv4_nullable_array_array" @@ -51911,7 +51911,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv6" + r.name = TestResponseStringIpv6Operation r.summary = "" r.operationID = "test_response_string_ipv6" r.pathPattern = "/test_response_string_ipv6" @@ -51946,7 +51946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv6Array" + r.name = TestResponseStringIpv6ArrayOperation r.summary = "" r.operationID = "test_response_string_ipv6_array" r.pathPattern = "/test_response_string_ipv6_array" @@ -51970,7 +51970,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIpv6ArrayArray" + r.name = TestResponseStringIpv6ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ipv6_array_array" r.pathPattern = "/test_response_string_ipv6_array_array" @@ -51997,7 +51997,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv6Nullable" + r.name = TestResponseStringIpv6NullableOperation r.summary = "" r.operationID = "test_response_string_ipv6_nullable" r.pathPattern = "/test_response_string_ipv6_nullable" @@ -52020,7 +52020,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringIpv6NullableArray" + r.name = TestResponseStringIpv6NullableArrayOperation r.summary = "" r.operationID = "test_response_string_ipv6_nullable_array" r.pathPattern = "/test_response_string_ipv6_nullable_array" @@ -52044,7 +52044,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringIpv6NullableArrayArray" + r.name = TestResponseStringIpv6NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_ipv6_nullable_array_array" r.pathPattern = "/test_response_string_ipv6_nullable_array_array" @@ -52089,7 +52089,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringMAC" + r.name = TestResponseStringMACOperation r.summary = "" r.operationID = "test_response_string_mac" r.pathPattern = "/test_response_string_mac" @@ -52124,7 +52124,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringMACArray" + r.name = TestResponseStringMACArrayOperation r.summary = "" r.operationID = "test_response_string_mac_array" r.pathPattern = "/test_response_string_mac_array" @@ -52148,7 +52148,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringMACArrayArray" + r.name = TestResponseStringMACArrayArrayOperation r.summary = "" r.operationID = "test_response_string_mac_array_array" r.pathPattern = "/test_response_string_mac_array_array" @@ -52175,7 +52175,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringMACNullable" + r.name = TestResponseStringMACNullableOperation r.summary = "" r.operationID = "test_response_string_mac_nullable" r.pathPattern = "/test_response_string_mac_nullable" @@ -52198,7 +52198,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringMACNullableArray" + r.name = TestResponseStringMACNullableArrayOperation r.summary = "" r.operationID = "test_response_string_mac_nullable_array" r.pathPattern = "/test_response_string_mac_nullable_array" @@ -52222,7 +52222,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringMACNullableArrayArray" + r.name = TestResponseStringMACNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_mac_nullable_array_array" r.pathPattern = "/test_response_string_mac_nullable_array_array" @@ -52258,7 +52258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringNullable" + r.name = TestResponseStringNullableOperation r.summary = "" r.operationID = "test_response_string_nullable" r.pathPattern = "/test_response_string_nullable" @@ -52281,7 +52281,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringNullableArray" + r.name = TestResponseStringNullableArrayOperation r.summary = "" r.operationID = "test_response_string_nullable_array" r.pathPattern = "/test_response_string_nullable_array" @@ -52305,7 +52305,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringNullableArrayArray" + r.name = TestResponseStringNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_nullable_array_array" r.pathPattern = "/test_response_string_nullable_array_array" @@ -52335,7 +52335,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringPassword" + r.name = TestResponseStringPasswordOperation r.summary = "" r.operationID = "test_response_string_password" r.pathPattern = "/test_response_string_password" @@ -52370,7 +52370,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringPasswordArray" + r.name = TestResponseStringPasswordArrayOperation r.summary = "" r.operationID = "test_response_string_password_array" r.pathPattern = "/test_response_string_password_array" @@ -52394,7 +52394,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringPasswordArrayArray" + r.name = TestResponseStringPasswordArrayArrayOperation r.summary = "" r.operationID = "test_response_string_password_array_array" r.pathPattern = "/test_response_string_password_array_array" @@ -52421,7 +52421,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringPasswordNullable" + r.name = TestResponseStringPasswordNullableOperation r.summary = "" r.operationID = "test_response_string_password_nullable" r.pathPattern = "/test_response_string_password_nullable" @@ -52444,7 +52444,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringPasswordNullableArray" + r.name = TestResponseStringPasswordNullableArrayOperation r.summary = "" r.operationID = "test_response_string_password_nullable_array" r.pathPattern = "/test_response_string_password_nullable_array" @@ -52468,7 +52468,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringPasswordNullableArrayArray" + r.name = TestResponseStringPasswordNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_password_nullable_array_array" r.pathPattern = "/test_response_string_password_nullable_array_array" @@ -52504,7 +52504,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringTime" + r.name = TestResponseStringTimeOperation r.summary = "" r.operationID = "test_response_string_time" r.pathPattern = "/test_response_string_time" @@ -52539,7 +52539,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringTimeArray" + r.name = TestResponseStringTimeArrayOperation r.summary = "" r.operationID = "test_response_string_time_array" r.pathPattern = "/test_response_string_time_array" @@ -52563,7 +52563,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringTimeArrayArray" + r.name = TestResponseStringTimeArrayArrayOperation r.summary = "" r.operationID = "test_response_string_time_array_array" r.pathPattern = "/test_response_string_time_array_array" @@ -52590,7 +52590,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringTimeNullable" + r.name = TestResponseStringTimeNullableOperation r.summary = "" r.operationID = "test_response_string_time_nullable" r.pathPattern = "/test_response_string_time_nullable" @@ -52613,7 +52613,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringTimeNullableArray" + r.name = TestResponseStringTimeNullableArrayOperation r.summary = "" r.operationID = "test_response_string_time_nullable_array" r.pathPattern = "/test_response_string_time_nullable_array" @@ -52637,7 +52637,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringTimeNullableArrayArray" + r.name = TestResponseStringTimeNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_time_nullable_array_array" r.pathPattern = "/test_response_string_time_nullable_array_array" @@ -52685,7 +52685,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint" + r.name = TestResponseStringUintOperation r.summary = "" r.operationID = "test_response_string_uint" r.pathPattern = "/test_response_string_uint" @@ -52708,7 +52708,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint16" + r.name = TestResponseStringUint16Operation r.summary = "" r.operationID = "test_response_string_uint16" r.pathPattern = "/test_response_string_uint16" @@ -52743,7 +52743,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint16Array" + r.name = TestResponseStringUint16ArrayOperation r.summary = "" r.operationID = "test_response_string_uint16_array" r.pathPattern = "/test_response_string_uint16_array" @@ -52767,7 +52767,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint16ArrayArray" + r.name = TestResponseStringUint16ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint16_array_array" r.pathPattern = "/test_response_string_uint16_array_array" @@ -52794,7 +52794,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint16Nullable" + r.name = TestResponseStringUint16NullableOperation r.summary = "" r.operationID = "test_response_string_uint16_nullable" r.pathPattern = "/test_response_string_uint16_nullable" @@ -52817,7 +52817,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint16NullableArray" + r.name = TestResponseStringUint16NullableArrayOperation r.summary = "" r.operationID = "test_response_string_uint16_nullable_array" r.pathPattern = "/test_response_string_uint16_nullable_array" @@ -52841,7 +52841,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint16NullableArrayArray" + r.name = TestResponseStringUint16NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint16_nullable_array_array" r.pathPattern = "/test_response_string_uint16_nullable_array_array" @@ -52877,7 +52877,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint32" + r.name = TestResponseStringUint32Operation r.summary = "" r.operationID = "test_response_string_uint32" r.pathPattern = "/test_response_string_uint32" @@ -52912,7 +52912,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint32Array" + r.name = TestResponseStringUint32ArrayOperation r.summary = "" r.operationID = "test_response_string_uint32_array" r.pathPattern = "/test_response_string_uint32_array" @@ -52936,7 +52936,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint32ArrayArray" + r.name = TestResponseStringUint32ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint32_array_array" r.pathPattern = "/test_response_string_uint32_array_array" @@ -52963,7 +52963,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint32Nullable" + r.name = TestResponseStringUint32NullableOperation r.summary = "" r.operationID = "test_response_string_uint32_nullable" r.pathPattern = "/test_response_string_uint32_nullable" @@ -52986,7 +52986,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint32NullableArray" + r.name = TestResponseStringUint32NullableArrayOperation r.summary = "" r.operationID = "test_response_string_uint32_nullable_array" r.pathPattern = "/test_response_string_uint32_nullable_array" @@ -53010,7 +53010,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint32NullableArrayArray" + r.name = TestResponseStringUint32NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint32_nullable_array_array" r.pathPattern = "/test_response_string_uint32_nullable_array_array" @@ -53046,7 +53046,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint64" + r.name = TestResponseStringUint64Operation r.summary = "" r.operationID = "test_response_string_uint64" r.pathPattern = "/test_response_string_uint64" @@ -53081,7 +53081,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint64Array" + r.name = TestResponseStringUint64ArrayOperation r.summary = "" r.operationID = "test_response_string_uint64_array" r.pathPattern = "/test_response_string_uint64_array" @@ -53105,7 +53105,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint64ArrayArray" + r.name = TestResponseStringUint64ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint64_array_array" r.pathPattern = "/test_response_string_uint64_array_array" @@ -53132,7 +53132,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint64Nullable" + r.name = TestResponseStringUint64NullableOperation r.summary = "" r.operationID = "test_response_string_uint64_nullable" r.pathPattern = "/test_response_string_uint64_nullable" @@ -53155,7 +53155,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint64NullableArray" + r.name = TestResponseStringUint64NullableArrayOperation r.summary = "" r.operationID = "test_response_string_uint64_nullable_array" r.pathPattern = "/test_response_string_uint64_nullable_array" @@ -53179,7 +53179,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint64NullableArrayArray" + r.name = TestResponseStringUint64NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint64_nullable_array_array" r.pathPattern = "/test_response_string_uint64_nullable_array_array" @@ -53215,7 +53215,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint8" + r.name = TestResponseStringUint8Operation r.summary = "" r.operationID = "test_response_string_uint8" r.pathPattern = "/test_response_string_uint8" @@ -53250,7 +53250,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint8Array" + r.name = TestResponseStringUint8ArrayOperation r.summary = "" r.operationID = "test_response_string_uint8_array" r.pathPattern = "/test_response_string_uint8_array" @@ -53274,7 +53274,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint8ArrayArray" + r.name = TestResponseStringUint8ArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint8_array_array" r.pathPattern = "/test_response_string_uint8_array_array" @@ -53301,7 +53301,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint8Nullable" + r.name = TestResponseStringUint8NullableOperation r.summary = "" r.operationID = "test_response_string_uint8_nullable" r.pathPattern = "/test_response_string_uint8_nullable" @@ -53324,7 +53324,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUint8NullableArray" + r.name = TestResponseStringUint8NullableArrayOperation r.summary = "" r.operationID = "test_response_string_uint8_nullable_array" r.pathPattern = "/test_response_string_uint8_nullable_array" @@ -53348,7 +53348,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUint8NullableArrayArray" + r.name = TestResponseStringUint8NullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint8_nullable_array_array" r.pathPattern = "/test_response_string_uint8_nullable_array_array" @@ -53396,7 +53396,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUintArray" + r.name = TestResponseStringUintArrayOperation r.summary = "" r.operationID = "test_response_string_uint_array" r.pathPattern = "/test_response_string_uint_array" @@ -53420,7 +53420,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUintArrayArray" + r.name = TestResponseStringUintArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint_array_array" r.pathPattern = "/test_response_string_uint_array_array" @@ -53447,7 +53447,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUintNullable" + r.name = TestResponseStringUintNullableOperation r.summary = "" r.operationID = "test_response_string_uint_nullable" r.pathPattern = "/test_response_string_uint_nullable" @@ -53470,7 +53470,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUintNullableArray" + r.name = TestResponseStringUintNullableArrayOperation r.summary = "" r.operationID = "test_response_string_uint_nullable_array" r.pathPattern = "/test_response_string_uint_nullable_array" @@ -53494,7 +53494,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUintNullableArrayArray" + r.name = TestResponseStringUintNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uint_nullable_array_array" r.pathPattern = "/test_response_string_uint_nullable_array_array" @@ -53530,7 +53530,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnix" + r.name = TestResponseStringUnixOperation r.summary = "" r.operationID = "test_response_string_unix" r.pathPattern = "/test_response_string_unix" @@ -53577,7 +53577,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMicro" + r.name = TestResponseStringUnixMicroOperation r.summary = "" r.operationID = "test_response_string_unix-micro" r.pathPattern = "/test_response_string_unix-micro" @@ -53612,7 +53612,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMicroArray" + r.name = TestResponseStringUnixMicroArrayOperation r.summary = "" r.operationID = "test_response_string_unix-micro_array" r.pathPattern = "/test_response_string_unix-micro_array" @@ -53636,7 +53636,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixMicroArrayArray" + r.name = TestResponseStringUnixMicroArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-micro_array_array" r.pathPattern = "/test_response_string_unix-micro_array_array" @@ -53663,7 +53663,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMicroNullable" + r.name = TestResponseStringUnixMicroNullableOperation r.summary = "" r.operationID = "test_response_string_unix-micro_nullable" r.pathPattern = "/test_response_string_unix-micro_nullable" @@ -53686,7 +53686,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMicroNullableArray" + r.name = TestResponseStringUnixMicroNullableArrayOperation r.summary = "" r.operationID = "test_response_string_unix-micro_nullable_array" r.pathPattern = "/test_response_string_unix-micro_nullable_array" @@ -53710,7 +53710,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixMicroNullableArrayArray" + r.name = TestResponseStringUnixMicroNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-micro_nullable_array_array" r.pathPattern = "/test_response_string_unix-micro_nullable_array_array" @@ -53746,7 +53746,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMilli" + r.name = TestResponseStringUnixMilliOperation r.summary = "" r.operationID = "test_response_string_unix-milli" r.pathPattern = "/test_response_string_unix-milli" @@ -53781,7 +53781,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMilliArray" + r.name = TestResponseStringUnixMilliArrayOperation r.summary = "" r.operationID = "test_response_string_unix-milli_array" r.pathPattern = "/test_response_string_unix-milli_array" @@ -53805,7 +53805,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixMilliArrayArray" + r.name = TestResponseStringUnixMilliArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-milli_array_array" r.pathPattern = "/test_response_string_unix-milli_array_array" @@ -53832,7 +53832,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMilliNullable" + r.name = TestResponseStringUnixMilliNullableOperation r.summary = "" r.operationID = "test_response_string_unix-milli_nullable" r.pathPattern = "/test_response_string_unix-milli_nullable" @@ -53855,7 +53855,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixMilliNullableArray" + r.name = TestResponseStringUnixMilliNullableArrayOperation r.summary = "" r.operationID = "test_response_string_unix-milli_nullable_array" r.pathPattern = "/test_response_string_unix-milli_nullable_array" @@ -53879,7 +53879,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixMilliNullableArrayArray" + r.name = TestResponseStringUnixMilliNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-milli_nullable_array_array" r.pathPattern = "/test_response_string_unix-milli_nullable_array_array" @@ -53918,7 +53918,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNano" + r.name = TestResponseStringUnixNanoOperation r.summary = "" r.operationID = "test_response_string_unix-nano" r.pathPattern = "/test_response_string_unix-nano" @@ -53953,7 +53953,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNanoArray" + r.name = TestResponseStringUnixNanoArrayOperation r.summary = "" r.operationID = "test_response_string_unix-nano_array" r.pathPattern = "/test_response_string_unix-nano_array" @@ -53977,7 +53977,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixNanoArrayArray" + r.name = TestResponseStringUnixNanoArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-nano_array_array" r.pathPattern = "/test_response_string_unix-nano_array_array" @@ -54004,7 +54004,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNanoNullable" + r.name = TestResponseStringUnixNanoNullableOperation r.summary = "" r.operationID = "test_response_string_unix-nano_nullable" r.pathPattern = "/test_response_string_unix-nano_nullable" @@ -54027,7 +54027,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNanoNullableArray" + r.name = TestResponseStringUnixNanoNullableArrayOperation r.summary = "" r.operationID = "test_response_string_unix-nano_nullable_array" r.pathPattern = "/test_response_string_unix-nano_nullable_array" @@ -54051,7 +54051,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixNanoNullableArrayArray" + r.name = TestResponseStringUnixNanoNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-nano_nullable_array_array" r.pathPattern = "/test_response_string_unix-nano_nullable_array_array" @@ -54087,7 +54087,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixSeconds" + r.name = TestResponseStringUnixSecondsOperation r.summary = "" r.operationID = "test_response_string_unix-seconds" r.pathPattern = "/test_response_string_unix-seconds" @@ -54122,7 +54122,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixSecondsArray" + r.name = TestResponseStringUnixSecondsArrayOperation r.summary = "" r.operationID = "test_response_string_unix-seconds_array" r.pathPattern = "/test_response_string_unix-seconds_array" @@ -54146,7 +54146,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixSecondsArrayArray" + r.name = TestResponseStringUnixSecondsArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-seconds_array_array" r.pathPattern = "/test_response_string_unix-seconds_array_array" @@ -54173,7 +54173,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixSecondsNullable" + r.name = TestResponseStringUnixSecondsNullableOperation r.summary = "" r.operationID = "test_response_string_unix-seconds_nullable" r.pathPattern = "/test_response_string_unix-seconds_nullable" @@ -54196,7 +54196,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixSecondsNullableArray" + r.name = TestResponseStringUnixSecondsNullableArrayOperation r.summary = "" r.operationID = "test_response_string_unix-seconds_nullable_array" r.pathPattern = "/test_response_string_unix-seconds_nullable_array" @@ -54220,7 +54220,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixSecondsNullableArrayArray" + r.name = TestResponseStringUnixSecondsNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix-seconds_nullable_array_array" r.pathPattern = "/test_response_string_unix-seconds_nullable_array_array" @@ -54271,7 +54271,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixArray" + r.name = TestResponseStringUnixArrayOperation r.summary = "" r.operationID = "test_response_string_unix_array" r.pathPattern = "/test_response_string_unix_array" @@ -54295,7 +54295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixArrayArray" + r.name = TestResponseStringUnixArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix_array_array" r.pathPattern = "/test_response_string_unix_array_array" @@ -54322,7 +54322,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNullable" + r.name = TestResponseStringUnixNullableOperation r.summary = "" r.operationID = "test_response_string_unix_nullable" r.pathPattern = "/test_response_string_unix_nullable" @@ -54345,7 +54345,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUnixNullableArray" + r.name = TestResponseStringUnixNullableArrayOperation r.summary = "" r.operationID = "test_response_string_unix_nullable_array" r.pathPattern = "/test_response_string_unix_nullable_array" @@ -54369,7 +54369,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUnixNullableArrayArray" + r.name = TestResponseStringUnixNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_unix_nullable_array_array" r.pathPattern = "/test_response_string_unix_nullable_array_array" @@ -54405,7 +54405,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringURI" + r.name = TestResponseStringURIOperation r.summary = "" r.operationID = "test_response_string_uri" r.pathPattern = "/test_response_string_uri" @@ -54440,7 +54440,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringURIArray" + r.name = TestResponseStringURIArrayOperation r.summary = "" r.operationID = "test_response_string_uri_array" r.pathPattern = "/test_response_string_uri_array" @@ -54464,7 +54464,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringURIArrayArray" + r.name = TestResponseStringURIArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uri_array_array" r.pathPattern = "/test_response_string_uri_array_array" @@ -54491,7 +54491,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringURINullable" + r.name = TestResponseStringURINullableOperation r.summary = "" r.operationID = "test_response_string_uri_nullable" r.pathPattern = "/test_response_string_uri_nullable" @@ -54514,7 +54514,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringURINullableArray" + r.name = TestResponseStringURINullableArrayOperation r.summary = "" r.operationID = "test_response_string_uri_nullable_array" r.pathPattern = "/test_response_string_uri_nullable_array" @@ -54538,7 +54538,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringURINullableArrayArray" + r.name = TestResponseStringURINullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uri_nullable_array_array" r.pathPattern = "/test_response_string_uri_nullable_array_array" @@ -54574,7 +54574,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUUID" + r.name = TestResponseStringUUIDOperation r.summary = "" r.operationID = "test_response_string_uuid" r.pathPattern = "/test_response_string_uuid" @@ -54609,7 +54609,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUUIDArray" + r.name = TestResponseStringUUIDArrayOperation r.summary = "" r.operationID = "test_response_string_uuid_array" r.pathPattern = "/test_response_string_uuid_array" @@ -54633,7 +54633,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUUIDArrayArray" + r.name = TestResponseStringUUIDArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uuid_array_array" r.pathPattern = "/test_response_string_uuid_array_array" @@ -54660,7 +54660,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUUIDNullable" + r.name = TestResponseStringUUIDNullableOperation r.summary = "" r.operationID = "test_response_string_uuid_nullable" r.pathPattern = "/test_response_string_uuid_nullable" @@ -54683,7 +54683,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestResponseStringUUIDNullableArray" + r.name = TestResponseStringUUIDNullableArrayOperation r.summary = "" r.operationID = "test_response_string_uuid_nullable_array" r.pathPattern = "/test_response_string_uuid_nullable_array" @@ -54707,7 +54707,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestResponseStringUUIDNullableArrayArray" + r.name = TestResponseStringUUIDNullableArrayArrayOperation r.summary = "" r.operationID = "test_response_string_uuid_nullable_array_array" r.pathPattern = "/test_response_string_uuid_nullable_array_array" diff --git a/examples/ex_tinkoff/oas_client_gen.go b/examples/ex_tinkoff/oas_client_gen.go index 40e40d658..ff1bccddc 100644 --- a/examples/ex_tinkoff/oas_client_gen.go +++ b/examples/ex_tinkoff/oas_client_gen.go @@ -229,7 +229,7 @@ func (c *Client) sendMarketBondsGet(ctx context.Context) (res MarketBondsGetRes, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketBondsGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketBondsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -261,7 +261,7 @@ func (c *Client) sendMarketBondsGet(ctx context.Context) (res MarketBondsGetRes, var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketBondsGet", r); { + switch err := c.securitySSOAuth(ctx, MarketBondsGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -333,7 +333,7 @@ func (c *Client) sendMarketCandlesGet(ctx context.Context, params MarketCandlesG c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketCandlesGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketCandlesGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -425,7 +425,7 @@ func (c *Client) sendMarketCandlesGet(ctx context.Context, params MarketCandlesG var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketCandlesGet", r); { + switch err := c.securitySSOAuth(ctx, MarketCandlesGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -497,7 +497,7 @@ func (c *Client) sendMarketCurrenciesGet(ctx context.Context) (res MarketCurrenc c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketCurrenciesGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketCurrenciesGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -529,7 +529,7 @@ func (c *Client) sendMarketCurrenciesGet(ctx context.Context) (res MarketCurrenc var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketCurrenciesGet", r); { + switch err := c.securitySSOAuth(ctx, MarketCurrenciesGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -601,7 +601,7 @@ func (c *Client) sendMarketEtfsGet(ctx context.Context) (res MarketEtfsGetRes, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketEtfsGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketEtfsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -633,7 +633,7 @@ func (c *Client) sendMarketEtfsGet(ctx context.Context) (res MarketEtfsGetRes, e var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketEtfsGet", r); { + switch err := c.securitySSOAuth(ctx, MarketEtfsGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -705,7 +705,7 @@ func (c *Client) sendMarketOrderbookGet(ctx context.Context, params MarketOrderb c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketOrderbookGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketOrderbookGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -769,7 +769,7 @@ func (c *Client) sendMarketOrderbookGet(ctx context.Context, params MarketOrderb var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketOrderbookGet", r); { + switch err := c.securitySSOAuth(ctx, MarketOrderbookGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -841,7 +841,7 @@ func (c *Client) sendMarketSearchByFigiGet(ctx context.Context, params MarketSea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketSearchByFigiGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketSearchByFigiGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -891,7 +891,7 @@ func (c *Client) sendMarketSearchByFigiGet(ctx context.Context, params MarketSea var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketSearchByFigiGet", r); { + switch err := c.securitySSOAuth(ctx, MarketSearchByFigiGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -963,7 +963,7 @@ func (c *Client) sendMarketSearchByTickerGet(ctx context.Context, params MarketS c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketSearchByTickerGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketSearchByTickerGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1013,7 +1013,7 @@ func (c *Client) sendMarketSearchByTickerGet(ctx context.Context, params MarketS var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketSearchByTickerGet", r); { + switch err := c.securitySSOAuth(ctx, MarketSearchByTickerGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1085,7 +1085,7 @@ func (c *Client) sendMarketStocksGet(ctx context.Context) (res MarketStocksGetRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MarketStocksGet", + ctx, span := c.cfg.Tracer.Start(ctx, MarketStocksGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1117,7 +1117,7 @@ func (c *Client) sendMarketStocksGet(ctx context.Context) (res MarketStocksGetRe var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "MarketStocksGet", r); { + switch err := c.securitySSOAuth(ctx, MarketStocksGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1189,7 +1189,7 @@ func (c *Client) sendOperationsGet(ctx context.Context, params OperationsGetPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OperationsGet", + ctx, span := c.cfg.Tracer.Start(ctx, OperationsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1287,7 +1287,7 @@ func (c *Client) sendOperationsGet(ctx context.Context, params OperationsGetPara var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "OperationsGet", r); { + switch err := c.securitySSOAuth(ctx, OperationsGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1359,7 +1359,7 @@ func (c *Client) sendOrdersCancelPost(ctx context.Context, params OrdersCancelPo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrdersCancelPost", + ctx, span := c.cfg.Tracer.Start(ctx, OrdersCancelPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1426,7 +1426,7 @@ func (c *Client) sendOrdersCancelPost(ctx context.Context, params OrdersCancelPo var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "OrdersCancelPost", r); { + switch err := c.securitySSOAuth(ctx, OrdersCancelPostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1498,7 +1498,7 @@ func (c *Client) sendOrdersGet(ctx context.Context, params OrdersGetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrdersGet", + ctx, span := c.cfg.Tracer.Start(ctx, OrdersGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1551,7 +1551,7 @@ func (c *Client) sendOrdersGet(ctx context.Context, params OrdersGetParams) (res var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "OrdersGet", r); { + switch err := c.securitySSOAuth(ctx, OrdersGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1623,7 +1623,7 @@ func (c *Client) sendOrdersLimitOrderPost(ctx context.Context, request *LimitOrd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrdersLimitOrderPost", + ctx, span := c.cfg.Tracer.Start(ctx, OrdersLimitOrderPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1693,7 +1693,7 @@ func (c *Client) sendOrdersLimitOrderPost(ctx context.Context, request *LimitOrd var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "OrdersLimitOrderPost", r); { + switch err := c.securitySSOAuth(ctx, OrdersLimitOrderPostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1765,7 +1765,7 @@ func (c *Client) sendOrdersMarketOrderPost(ctx context.Context, request *MarketO c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OrdersMarketOrderPost", + ctx, span := c.cfg.Tracer.Start(ctx, OrdersMarketOrderPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1835,7 +1835,7 @@ func (c *Client) sendOrdersMarketOrderPost(ctx context.Context, request *MarketO var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "OrdersMarketOrderPost", r); { + switch err := c.securitySSOAuth(ctx, OrdersMarketOrderPostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -1907,7 +1907,7 @@ func (c *Client) sendPortfolioCurrenciesGet(ctx context.Context, params Portfoli c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PortfolioCurrenciesGet", + ctx, span := c.cfg.Tracer.Start(ctx, PortfolioCurrenciesGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1960,7 +1960,7 @@ func (c *Client) sendPortfolioCurrenciesGet(ctx context.Context, params Portfoli var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "PortfolioCurrenciesGet", r); { + switch err := c.securitySSOAuth(ctx, PortfolioCurrenciesGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2032,7 +2032,7 @@ func (c *Client) sendPortfolioGet(ctx context.Context, params PortfolioGetParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PortfolioGet", + ctx, span := c.cfg.Tracer.Start(ctx, PortfolioGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2085,7 +2085,7 @@ func (c *Client) sendPortfolioGet(ctx context.Context, params PortfolioGetParams var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "PortfolioGet", r); { + switch err := c.securitySSOAuth(ctx, PortfolioGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2157,7 +2157,7 @@ func (c *Client) sendSandboxClearPost(ctx context.Context, params SandboxClearPo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SandboxClearPost", + ctx, span := c.cfg.Tracer.Start(ctx, SandboxClearPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2210,7 +2210,7 @@ func (c *Client) sendSandboxClearPost(ctx context.Context, params SandboxClearPo var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "SandboxClearPost", r); { + switch err := c.securitySSOAuth(ctx, SandboxClearPostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2282,7 +2282,7 @@ func (c *Client) sendSandboxCurrenciesBalancePost(ctx context.Context, request * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SandboxCurrenciesBalancePost", + ctx, span := c.cfg.Tracer.Start(ctx, SandboxCurrenciesBalancePostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2338,7 +2338,7 @@ func (c *Client) sendSandboxCurrenciesBalancePost(ctx context.Context, request * var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "SandboxCurrenciesBalancePost", r); { + switch err := c.securitySSOAuth(ctx, SandboxCurrenciesBalancePostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2410,7 +2410,7 @@ func (c *Client) sendSandboxPositionsBalancePost(ctx context.Context, request *S c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SandboxPositionsBalancePost", + ctx, span := c.cfg.Tracer.Start(ctx, SandboxPositionsBalancePostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2466,7 +2466,7 @@ func (c *Client) sendSandboxPositionsBalancePost(ctx context.Context, request *S var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "SandboxPositionsBalancePost", r); { + switch err := c.securitySSOAuth(ctx, SandboxPositionsBalancePostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2538,7 +2538,7 @@ func (c *Client) sendSandboxRegisterPost(ctx context.Context, request OptSandbox c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SandboxRegisterPost", + ctx, span := c.cfg.Tracer.Start(ctx, SandboxRegisterPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2573,7 +2573,7 @@ func (c *Client) sendSandboxRegisterPost(ctx context.Context, request OptSandbox var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "SandboxRegisterPost", r); { + switch err := c.securitySSOAuth(ctx, SandboxRegisterPostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2645,7 +2645,7 @@ func (c *Client) sendSandboxRemovePost(ctx context.Context, params SandboxRemove c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SandboxRemovePost", + ctx, span := c.cfg.Tracer.Start(ctx, SandboxRemovePostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2698,7 +2698,7 @@ func (c *Client) sendSandboxRemovePost(ctx context.Context, params SandboxRemove var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "SandboxRemovePost", r); { + switch err := c.securitySSOAuth(ctx, SandboxRemovePostOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2770,7 +2770,7 @@ func (c *Client) sendUserAccountsGet(ctx context.Context) (res UserAccountsGetRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UserAccountsGet", + ctx, span := c.cfg.Tracer.Start(ctx, UserAccountsGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2802,7 +2802,7 @@ func (c *Client) sendUserAccountsGet(ctx context.Context) (res UserAccountsGetRe var satisfied bitset { stage = "Security:SSOAuth" - switch err := c.securitySSOAuth(ctx, "UserAccountsGet", r); { + switch err := c.securitySSOAuth(ctx, UserAccountsGetOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/examples/ex_tinkoff/oas_handlers_gen.go b/examples/ex_tinkoff/oas_handlers_gen.go index 3901ed3ff..b67443ed9 100644 --- a/examples/ex_tinkoff/oas_handlers_gen.go +++ b/examples/ex_tinkoff/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleMarketBondsGetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketBondsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketBondsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleMarketBondsGetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketBondsGet", + Name: MarketBondsGetOperation, ID: "", } ) @@ -70,7 +70,7 @@ func (s *Server) handleMarketBondsGetRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketBondsGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketBondsGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -115,7 +115,7 @@ func (s *Server) handleMarketBondsGetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketBondsGet", + OperationName: MarketBondsGetOperation, OperationSummary: "Получение списка облигаций", OperationID: "", Body: nil, @@ -171,7 +171,7 @@ func (s *Server) handleMarketCandlesGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketCandlesGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketCandlesGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -202,7 +202,7 @@ func (s *Server) handleMarketCandlesGetRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketCandlesGet", + Name: MarketCandlesGetOperation, ID: "", } ) @@ -210,7 +210,7 @@ func (s *Server) handleMarketCandlesGetRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketCandlesGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketCandlesGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -265,7 +265,7 @@ func (s *Server) handleMarketCandlesGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketCandlesGet", + OperationName: MarketCandlesGetOperation, OperationSummary: "Получение исторических свечей по FIGI", OperationID: "", Body: nil, @@ -338,7 +338,7 @@ func (s *Server) handleMarketCurrenciesGetRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketCurrenciesGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketCurrenciesGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -369,7 +369,7 @@ func (s *Server) handleMarketCurrenciesGetRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketCurrenciesGet", + Name: MarketCurrenciesGetOperation, ID: "", } ) @@ -377,7 +377,7 @@ func (s *Server) handleMarketCurrenciesGetRequest(args [0]string, argsEscaped bo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketCurrenciesGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketCurrenciesGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -422,7 +422,7 @@ func (s *Server) handleMarketCurrenciesGetRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketCurrenciesGet", + OperationName: MarketCurrenciesGetOperation, OperationSummary: "Получение списка валютных пар", OperationID: "", Body: nil, @@ -478,7 +478,7 @@ func (s *Server) handleMarketEtfsGetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketEtfsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketEtfsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -509,7 +509,7 @@ func (s *Server) handleMarketEtfsGetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketEtfsGet", + Name: MarketEtfsGetOperation, ID: "", } ) @@ -517,7 +517,7 @@ func (s *Server) handleMarketEtfsGetRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketEtfsGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketEtfsGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -562,7 +562,7 @@ func (s *Server) handleMarketEtfsGetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketEtfsGet", + OperationName: MarketEtfsGetOperation, OperationSummary: "Получение списка ETF", OperationID: "", Body: nil, @@ -618,7 +618,7 @@ func (s *Server) handleMarketOrderbookGetRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketOrderbookGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketOrderbookGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -649,7 +649,7 @@ func (s *Server) handleMarketOrderbookGetRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketOrderbookGet", + Name: MarketOrderbookGetOperation, ID: "", } ) @@ -657,7 +657,7 @@ func (s *Server) handleMarketOrderbookGetRequest(args [0]string, argsEscaped boo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketOrderbookGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketOrderbookGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -712,7 +712,7 @@ func (s *Server) handleMarketOrderbookGetRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketOrderbookGet", + OperationName: MarketOrderbookGetOperation, OperationSummary: "Получение стакана по FIGI", OperationID: "", Body: nil, @@ -777,7 +777,7 @@ func (s *Server) handleMarketSearchByFigiGetRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketSearchByFigiGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketSearchByFigiGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -808,7 +808,7 @@ func (s *Server) handleMarketSearchByFigiGetRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketSearchByFigiGet", + Name: MarketSearchByFigiGetOperation, ID: "", } ) @@ -816,7 +816,7 @@ func (s *Server) handleMarketSearchByFigiGetRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketSearchByFigiGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketSearchByFigiGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -871,7 +871,7 @@ func (s *Server) handleMarketSearchByFigiGetRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketSearchByFigiGet", + OperationName: MarketSearchByFigiGetOperation, OperationSummary: "Получение инструмента по FIGI", OperationID: "", Body: nil, @@ -932,7 +932,7 @@ func (s *Server) handleMarketSearchByTickerGetRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketSearchByTickerGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketSearchByTickerGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -963,7 +963,7 @@ func (s *Server) handleMarketSearchByTickerGetRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketSearchByTickerGet", + Name: MarketSearchByTickerGetOperation, ID: "", } ) @@ -971,7 +971,7 @@ func (s *Server) handleMarketSearchByTickerGetRequest(args [0]string, argsEscape type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketSearchByTickerGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketSearchByTickerGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1026,7 +1026,7 @@ func (s *Server) handleMarketSearchByTickerGetRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketSearchByTickerGet", + OperationName: MarketSearchByTickerGetOperation, OperationSummary: "Получение инструмента по тикеру", OperationID: "", Body: nil, @@ -1087,7 +1087,7 @@ func (s *Server) handleMarketStocksGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MarketStocksGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), MarketStocksGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1118,7 +1118,7 @@ func (s *Server) handleMarketStocksGetRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "MarketStocksGet", + Name: MarketStocksGetOperation, ID: "", } ) @@ -1126,7 +1126,7 @@ func (s *Server) handleMarketStocksGetRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "MarketStocksGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, MarketStocksGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1171,7 +1171,7 @@ func (s *Server) handleMarketStocksGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MarketStocksGet", + OperationName: MarketStocksGetOperation, OperationSummary: "Получение списка акций", OperationID: "", Body: nil, @@ -1227,7 +1227,7 @@ func (s *Server) handleOperationsGetRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OperationsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), OperationsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1258,7 +1258,7 @@ func (s *Server) handleOperationsGetRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "OperationsGet", + Name: OperationsGetOperation, ID: "", } ) @@ -1266,7 +1266,7 @@ func (s *Server) handleOperationsGetRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "OperationsGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, OperationsGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1321,7 +1321,7 @@ func (s *Server) handleOperationsGetRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OperationsGet", + OperationName: OperationsGetOperation, OperationSummary: "Получение списка операций", OperationID: "", Body: nil, @@ -1394,7 +1394,7 @@ func (s *Server) handleOrdersCancelPostRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrdersCancelPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrdersCancelPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1425,7 +1425,7 @@ func (s *Server) handleOrdersCancelPostRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrdersCancelPost", + Name: OrdersCancelPostOperation, ID: "", } ) @@ -1433,7 +1433,7 @@ func (s *Server) handleOrdersCancelPostRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "OrdersCancelPost", r) + sctx, ok, err := s.securitySSOAuth(ctx, OrdersCancelPostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1488,7 +1488,7 @@ func (s *Server) handleOrdersCancelPostRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrdersCancelPost", + OperationName: OrdersCancelPostOperation, OperationSummary: "Отмена заявки", OperationID: "", Body: nil, @@ -1553,7 +1553,7 @@ func (s *Server) handleOrdersGetRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrdersGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrdersGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1584,7 +1584,7 @@ func (s *Server) handleOrdersGetRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrdersGet", + Name: OrdersGetOperation, ID: "", } ) @@ -1592,7 +1592,7 @@ func (s *Server) handleOrdersGetRequest(args [0]string, argsEscaped bool, w http type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "OrdersGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, OrdersGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1647,7 +1647,7 @@ func (s *Server) handleOrdersGetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrdersGet", + OperationName: OrdersGetOperation, OperationSummary: "Получение списка активных заявок", OperationID: "", Body: nil, @@ -1708,7 +1708,7 @@ func (s *Server) handleOrdersLimitOrderPostRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrdersLimitOrderPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrdersLimitOrderPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1739,7 +1739,7 @@ func (s *Server) handleOrdersLimitOrderPostRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrdersLimitOrderPost", + Name: OrdersLimitOrderPostOperation, ID: "", } ) @@ -1747,7 +1747,7 @@ func (s *Server) handleOrdersLimitOrderPostRequest(args [0]string, argsEscaped b type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "OrdersLimitOrderPost", r) + sctx, ok, err := s.securitySSOAuth(ctx, OrdersLimitOrderPostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1817,7 +1817,7 @@ func (s *Server) handleOrdersLimitOrderPostRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrdersLimitOrderPost", + OperationName: OrdersLimitOrderPostOperation, OperationSummary: "Создание лимитной заявки", OperationID: "", Body: request, @@ -1882,7 +1882,7 @@ func (s *Server) handleOrdersMarketOrderPostRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OrdersMarketOrderPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), OrdersMarketOrderPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1913,7 +1913,7 @@ func (s *Server) handleOrdersMarketOrderPostRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "OrdersMarketOrderPost", + Name: OrdersMarketOrderPostOperation, ID: "", } ) @@ -1921,7 +1921,7 @@ func (s *Server) handleOrdersMarketOrderPostRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "OrdersMarketOrderPost", r) + sctx, ok, err := s.securitySSOAuth(ctx, OrdersMarketOrderPostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1991,7 +1991,7 @@ func (s *Server) handleOrdersMarketOrderPostRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OrdersMarketOrderPost", + OperationName: OrdersMarketOrderPostOperation, OperationSummary: "Создание рыночной заявки", OperationID: "", Body: request, @@ -2056,7 +2056,7 @@ func (s *Server) handlePortfolioCurrenciesGetRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PortfolioCurrenciesGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PortfolioCurrenciesGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2087,7 +2087,7 @@ func (s *Server) handlePortfolioCurrenciesGetRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "PortfolioCurrenciesGet", + Name: PortfolioCurrenciesGetOperation, ID: "", } ) @@ -2095,7 +2095,7 @@ func (s *Server) handlePortfolioCurrenciesGetRequest(args [0]string, argsEscaped type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "PortfolioCurrenciesGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, PortfolioCurrenciesGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2150,7 +2150,7 @@ func (s *Server) handlePortfolioCurrenciesGetRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PortfolioCurrenciesGet", + OperationName: PortfolioCurrenciesGetOperation, OperationSummary: "Получение валютных активов клиента", OperationID: "", Body: nil, @@ -2211,7 +2211,7 @@ func (s *Server) handlePortfolioGetRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PortfolioGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PortfolioGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2242,7 +2242,7 @@ func (s *Server) handlePortfolioGetRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "PortfolioGet", + Name: PortfolioGetOperation, ID: "", } ) @@ -2250,7 +2250,7 @@ func (s *Server) handlePortfolioGetRequest(args [0]string, argsEscaped bool, w h type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "PortfolioGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, PortfolioGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2305,7 +2305,7 @@ func (s *Server) handlePortfolioGetRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PortfolioGet", + OperationName: PortfolioGetOperation, OperationSummary: "Получение портфеля клиента", OperationID: "", Body: nil, @@ -2366,7 +2366,7 @@ func (s *Server) handleSandboxClearPostRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SandboxClearPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), SandboxClearPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2397,7 +2397,7 @@ func (s *Server) handleSandboxClearPostRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "SandboxClearPost", + Name: SandboxClearPostOperation, ID: "", } ) @@ -2405,7 +2405,7 @@ func (s *Server) handleSandboxClearPostRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "SandboxClearPost", r) + sctx, ok, err := s.securitySSOAuth(ctx, SandboxClearPostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2460,7 +2460,7 @@ func (s *Server) handleSandboxClearPostRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SandboxClearPost", + OperationName: SandboxClearPostOperation, OperationSummary: "Удаление всех позиций", OperationID: "", Body: nil, @@ -2521,7 +2521,7 @@ func (s *Server) handleSandboxCurrenciesBalancePostRequest(args [0]string, argsE } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SandboxCurrenciesBalancePost", + ctx, span := s.cfg.Tracer.Start(r.Context(), SandboxCurrenciesBalancePostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2552,7 +2552,7 @@ func (s *Server) handleSandboxCurrenciesBalancePostRequest(args [0]string, argsE } err error opErrContext = ogenerrors.OperationContext{ - Name: "SandboxCurrenciesBalancePost", + Name: SandboxCurrenciesBalancePostOperation, ID: "", } ) @@ -2560,7 +2560,7 @@ func (s *Server) handleSandboxCurrenciesBalancePostRequest(args [0]string, argsE type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "SandboxCurrenciesBalancePost", r) + sctx, ok, err := s.securitySSOAuth(ctx, SandboxCurrenciesBalancePostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2630,7 +2630,7 @@ func (s *Server) handleSandboxCurrenciesBalancePostRequest(args [0]string, argsE if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SandboxCurrenciesBalancePost", + OperationName: SandboxCurrenciesBalancePostOperation, OperationSummary: "Выставление баланса по валютным позициям", OperationID: "", Body: request, @@ -2691,7 +2691,7 @@ func (s *Server) handleSandboxPositionsBalancePostRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SandboxPositionsBalancePost", + ctx, span := s.cfg.Tracer.Start(r.Context(), SandboxPositionsBalancePostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2722,7 +2722,7 @@ func (s *Server) handleSandboxPositionsBalancePostRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "SandboxPositionsBalancePost", + Name: SandboxPositionsBalancePostOperation, ID: "", } ) @@ -2730,7 +2730,7 @@ func (s *Server) handleSandboxPositionsBalancePostRequest(args [0]string, argsEs type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "SandboxPositionsBalancePost", r) + sctx, ok, err := s.securitySSOAuth(ctx, SandboxPositionsBalancePostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2800,7 +2800,7 @@ func (s *Server) handleSandboxPositionsBalancePostRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SandboxPositionsBalancePost", + OperationName: SandboxPositionsBalancePostOperation, OperationSummary: "Выставление баланса по инструментным позициям", OperationID: "", Body: request, @@ -2861,7 +2861,7 @@ func (s *Server) handleSandboxRegisterPostRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SandboxRegisterPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), SandboxRegisterPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2892,7 +2892,7 @@ func (s *Server) handleSandboxRegisterPostRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "SandboxRegisterPost", + Name: SandboxRegisterPostOperation, ID: "", } ) @@ -2900,7 +2900,7 @@ func (s *Server) handleSandboxRegisterPostRequest(args [0]string, argsEscaped bo type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "SandboxRegisterPost", r) + sctx, ok, err := s.securitySSOAuth(ctx, SandboxRegisterPostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2960,7 +2960,7 @@ func (s *Server) handleSandboxRegisterPostRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SandboxRegisterPost", + OperationName: SandboxRegisterPostOperation, OperationSummary: "Регистрация клиента в sandbox", OperationID: "", Body: request, @@ -3016,7 +3016,7 @@ func (s *Server) handleSandboxRemovePostRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SandboxRemovePost", + ctx, span := s.cfg.Tracer.Start(r.Context(), SandboxRemovePostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3047,7 +3047,7 @@ func (s *Server) handleSandboxRemovePostRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "SandboxRemovePost", + Name: SandboxRemovePostOperation, ID: "", } ) @@ -3055,7 +3055,7 @@ func (s *Server) handleSandboxRemovePostRequest(args [0]string, argsEscaped bool type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "SandboxRemovePost", r) + sctx, ok, err := s.securitySSOAuth(ctx, SandboxRemovePostOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3110,7 +3110,7 @@ func (s *Server) handleSandboxRemovePostRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SandboxRemovePost", + OperationName: SandboxRemovePostOperation, OperationSummary: "Удаление счета", OperationID: "", Body: nil, @@ -3171,7 +3171,7 @@ func (s *Server) handleUserAccountsGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UserAccountsGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), UserAccountsGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3202,7 +3202,7 @@ func (s *Server) handleUserAccountsGetRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "UserAccountsGet", + Name: UserAccountsGetOperation, ID: "", } ) @@ -3210,7 +3210,7 @@ func (s *Server) handleUserAccountsGetRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securitySSOAuth(ctx, "UserAccountsGet", r) + sctx, ok, err := s.securitySSOAuth(ctx, UserAccountsGetOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -3255,7 +3255,7 @@ func (s *Server) handleUserAccountsGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UserAccountsGet", + OperationName: UserAccountsGetOperation, OperationSummary: "Получение брокерских счетов клиента", OperationID: "", Body: nil, diff --git a/examples/ex_tinkoff/oas_operations_gen.go b/examples/ex_tinkoff/oas_operations_gen.go new file mode 100644 index 000000000..4cad55240 --- /dev/null +++ b/examples/ex_tinkoff/oas_operations_gen.go @@ -0,0 +1,30 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + MarketBondsGetOperation OperationName = "MarketBondsGet" + MarketCandlesGetOperation OperationName = "MarketCandlesGet" + MarketCurrenciesGetOperation OperationName = "MarketCurrenciesGet" + MarketEtfsGetOperation OperationName = "MarketEtfsGet" + MarketOrderbookGetOperation OperationName = "MarketOrderbookGet" + MarketSearchByFigiGetOperation OperationName = "MarketSearchByFigiGet" + MarketSearchByTickerGetOperation OperationName = "MarketSearchByTickerGet" + MarketStocksGetOperation OperationName = "MarketStocksGet" + OperationsGetOperation OperationName = "OperationsGet" + OrdersCancelPostOperation OperationName = "OrdersCancelPost" + OrdersGetOperation OperationName = "OrdersGet" + OrdersLimitOrderPostOperation OperationName = "OrdersLimitOrderPost" + OrdersMarketOrderPostOperation OperationName = "OrdersMarketOrderPost" + PortfolioCurrenciesGetOperation OperationName = "PortfolioCurrenciesGet" + PortfolioGetOperation OperationName = "PortfolioGet" + SandboxClearPostOperation OperationName = "SandboxClearPost" + SandboxCurrenciesBalancePostOperation OperationName = "SandboxCurrenciesBalancePost" + SandboxPositionsBalancePostOperation OperationName = "SandboxPositionsBalancePost" + SandboxRegisterPostOperation OperationName = "SandboxRegisterPost" + SandboxRemovePostOperation OperationName = "SandboxRemovePost" + UserAccountsGetOperation OperationName = "UserAccountsGet" +) diff --git a/examples/ex_tinkoff/oas_router_gen.go b/examples/ex_tinkoff/oas_router_gen.go index 14cbfc81b..a57980109 100644 --- a/examples/ex_tinkoff/oas_router_gen.go +++ b/examples/ex_tinkoff/oas_router_gen.go @@ -757,7 +757,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketBondsGet" + r.name = MarketBondsGetOperation r.summary = "Получение списка облигаций" r.operationID = "" r.pathPattern = "/market/bonds" @@ -794,7 +794,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketCandlesGet" + r.name = MarketCandlesGetOperation r.summary = "Получение исторических свечей по FIGI" r.operationID = "" r.pathPattern = "/market/candles" @@ -819,7 +819,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketCurrenciesGet" + r.name = MarketCurrenciesGetOperation r.summary = "Получение списка валютных пар" r.operationID = "" r.pathPattern = "/market/currencies" @@ -847,7 +847,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketEtfsGet" + r.name = MarketEtfsGetOperation r.summary = "Получение списка ETF" r.operationID = "" r.pathPattern = "/market/etfs" @@ -872,7 +872,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketOrderbookGet" + r.name = MarketOrderbookGetOperation r.summary = "Получение стакана по FIGI" r.operationID = "" r.pathPattern = "/market/orderbook" @@ -921,7 +921,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketSearchByFigiGet" + r.name = MarketSearchByFigiGetOperation r.summary = "Получение инструмента по FIGI" r.operationID = "" r.pathPattern = "/market/search/by-figi" @@ -946,7 +946,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketSearchByTickerGet" + r.name = MarketSearchByTickerGetOperation r.summary = "Получение инструмента по тикеру" r.operationID = "" r.pathPattern = "/market/search/by-ticker" @@ -974,7 +974,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MarketStocksGet" + r.name = MarketStocksGetOperation r.summary = "Получение списка акций" r.operationID = "" r.pathPattern = "/market/stocks" @@ -1017,7 +1017,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OperationsGet" + r.name = OperationsGetOperation r.summary = "Получение списка операций" r.operationID = "" r.pathPattern = "/operations" @@ -1041,7 +1041,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "OrdersGet" + r.name = OrdersGetOperation r.summary = "Получение списка активных заявок" r.operationID = "" r.pathPattern = "/orders" @@ -1077,7 +1077,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OrdersCancelPost" + r.name = OrdersCancelPostOperation r.summary = "Отмена заявки" r.operationID = "" r.pathPattern = "/orders/cancel" @@ -1102,7 +1102,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OrdersLimitOrderPost" + r.name = OrdersLimitOrderPostOperation r.summary = "Создание лимитной заявки" r.operationID = "" r.pathPattern = "/orders/limit-order" @@ -1127,7 +1127,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OrdersMarketOrderPost" + r.name = OrdersMarketOrderPostOperation r.summary = "Создание рыночной заявки" r.operationID = "" r.pathPattern = "/orders/market-order" @@ -1160,7 +1160,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PortfolioGet" + r.name = PortfolioGetOperation r.summary = "Получение портфеля клиента" r.operationID = "" r.pathPattern = "/portfolio" @@ -1184,7 +1184,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PortfolioCurrenciesGet" + r.name = PortfolioCurrenciesGetOperation r.summary = "Получение валютных активов клиента" r.operationID = "" r.pathPattern = "/portfolio/currencies" @@ -1236,7 +1236,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SandboxClearPost" + r.name = SandboxClearPostOperation r.summary = "Удаление всех позиций" r.operationID = "" r.pathPattern = "/sandbox/clear" @@ -1261,7 +1261,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SandboxCurrenciesBalancePost" + r.name = SandboxCurrenciesBalancePostOperation r.summary = "Выставление баланса по валютным позициям" r.operationID = "" r.pathPattern = "/sandbox/currencies/balance" @@ -1289,7 +1289,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SandboxPositionsBalancePost" + r.name = SandboxPositionsBalancePostOperation r.summary = "Выставление баланса по инструментным позициям" r.operationID = "" r.pathPattern = "/sandbox/positions/balance" @@ -1326,7 +1326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SandboxRegisterPost" + r.name = SandboxRegisterPostOperation r.summary = "Регистрация клиента в sandbox" r.operationID = "" r.pathPattern = "/sandbox/register" @@ -1351,7 +1351,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SandboxRemovePost" + r.name = SandboxRemovePostOperation r.summary = "Удаление счета" r.operationID = "" r.pathPattern = "/sandbox/remove" @@ -1382,7 +1382,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "UserAccountsGet" + r.name = UserAccountsGetOperation r.summary = "Получение брокерских счетов клиента" r.operationID = "" r.pathPattern = "/user/accounts" diff --git a/examples/ex_tinkoff/oas_security_gen.go b/examples/ex_tinkoff/oas_security_gen.go index 1408dd071..948f06502 100644 --- a/examples/ex_tinkoff/oas_security_gen.go +++ b/examples/ex_tinkoff/oas_security_gen.go @@ -15,7 +15,7 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleSSOAuth handles sso_auth security. - HandleSSOAuth(ctx context.Context, operationName string, t SSOAuth) (context.Context, error) + HandleSSOAuth(ctx context.Context, operationName OperationName, t SSOAuth) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -33,7 +33,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securitySSOAuth(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securitySSOAuth(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t SSOAuth token, ok := findAuthorization(req.Header, "Bearer") if !ok { @@ -52,10 +52,10 @@ func (s *Server) securitySSOAuth(ctx context.Context, operationName string, req // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // SSOAuth provides sso_auth security value. - SSOAuth(ctx context.Context, operationName string) (SSOAuth, error) + SSOAuth(ctx context.Context, operationName OperationName) (SSOAuth, error) } -func (s *Client) securitySSOAuth(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securitySSOAuth(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.SSOAuth(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"SSOAuth\"") diff --git a/internal/integration/referenced_path_item/oas_client_gen.go b/internal/integration/referenced_path_item/oas_client_gen.go index 006d064f6..4515ceecd 100644 --- a/internal/integration/referenced_path_item/oas_client_gen.go +++ b/internal/integration/referenced_path_item/oas_client_gen.go @@ -101,7 +101,7 @@ func (c *Client) sendFooGet(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FooGet", + ctx, span := c.cfg.Tracer.Start(ctx, FooGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/referenced_path_item/oas_handlers_gen.go b/internal/integration/referenced_path_item/oas_handlers_gen.go index cd2326f98..849fd7f6a 100644 --- a/internal/integration/referenced_path_item/oas_handlers_gen.go +++ b/internal/integration/referenced_path_item/oas_handlers_gen.go @@ -28,7 +28,7 @@ func (s *Server) handleFooGetRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FooGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FooGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleFooGetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FooGet", + OperationName: FooGetOperation, OperationSummary: "", OperationID: "", Body: nil, diff --git a/internal/integration/referenced_path_item/oas_operations_gen.go b/internal/integration/referenced_path_item/oas_operations_gen.go new file mode 100644 index 000000000..ccb1864b8 --- /dev/null +++ b/internal/integration/referenced_path_item/oas_operations_gen.go @@ -0,0 +1,10 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + FooGetOperation OperationName = "FooGet" +) diff --git a/internal/integration/referenced_path_item/oas_router_gen.go b/internal/integration/referenced_path_item/oas_router_gen.go index 6bd72e6cf..296712464 100644 --- a/internal/integration/referenced_path_item/oas_router_gen.go +++ b/internal/integration/referenced_path_item/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FooGet" + r.name = FooGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/foo" diff --git a/internal/integration/sample_api/oas_client_gen.go b/internal/integration/sample_api/oas_client_gen.go index 3458c856d..94ec4cae0 100644 --- a/internal/integration/sample_api/oas_client_gen.go +++ b/internal/integration/sample_api/oas_client_gen.go @@ -254,7 +254,7 @@ func (c *Client) sendDataGetFormat(ctx context.Context, params DataGetFormatPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGetFormat", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetFormatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -427,7 +427,7 @@ func (c *Client) sendDefaultTest(ctx context.Context, request *DefaultTest, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DefaultTest", + ctx, span := c.cfg.Tracer.Start(ctx, DefaultTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -523,7 +523,7 @@ func (c *Client) sendErrorGet(ctx context.Context) (res *ErrorStatusCode, err er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ErrorGet", + ctx, span := c.cfg.Tracer.Start(ctx, ErrorGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -595,7 +595,7 @@ func (c *Client) sendFoobarGet(ctx context.Context, params FoobarGetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarGet", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -715,7 +715,7 @@ func (c *Client) sendFoobarPost(ctx context.Context, request OptPet) (res Foobar c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarPost", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -787,7 +787,7 @@ func (c *Client) sendFoobarPut(ctx context.Context) (res *FoobarPutDef, err erro c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarPut", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarPutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -857,7 +857,7 @@ func (c *Client) sendNoAdditionalPropertiesTest(ctx context.Context) (res *NoAdd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "NoAdditionalPropertiesTest", + ctx, span := c.cfg.Tracer.Start(ctx, NoAdditionalPropertiesTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -927,7 +927,7 @@ func (c *Client) sendNullableDefaultResponse(ctx context.Context) (res *NilIntSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "NullableDefaultResponse", + ctx, span := c.cfg.Tracer.Start(ctx, NullableDefaultResponseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1006,7 +1006,7 @@ func (c *Client) sendOneofBug(ctx context.Context, request *OneOfBugs) (res *One c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OneofBug", + ctx, span := c.cfg.Tracer.Start(ctx, OneofBugOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1078,7 +1078,7 @@ func (c *Client) sendPatternRecursiveMapGet(ctx context.Context) (res PatternRec c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatternRecursiveMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, PatternRecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1166,7 +1166,7 @@ func (c *Client) sendPetCreate(ctx context.Context, request OptPet) (res *Pet, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetCreate", + ctx, span := c.cfg.Tracer.Start(ctx, PetCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1241,7 +1241,7 @@ func (c *Client) sendPetFriendsNamesByID(ctx context.Context, params PetFriendsN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetFriendsNamesByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetFriendsNamesByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1331,7 +1331,7 @@ func (c *Client) sendPetGet(ctx context.Context, params PetGetParams) (res PetGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGet", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1478,7 +1478,7 @@ func (c *Client) sendPetGetAvatarByID(ctx context.Context, params PetGetAvatarBy c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetAvatarByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetAvatarByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1568,7 +1568,7 @@ func (c *Client) sendPetGetAvatarByName(ctx context.Context, params PetGetAvatar c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetAvatarByName", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetAvatarByNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1659,7 +1659,7 @@ func (c *Client) sendPetGetByName(ctx context.Context, params PetGetByNameParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetByName", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetByNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1749,7 +1749,7 @@ func (c *Client) sendPetNameByID(ctx context.Context, params PetNameByIDParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetNameByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetNameByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1852,7 +1852,7 @@ func (c *Client) sendPetUpdateNameAliasPost(ctx context.Context, request OptPetN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUpdateNameAliasPost", + ctx, span := c.cfg.Tracer.Start(ctx, PetUpdateNameAliasPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1948,7 +1948,7 @@ func (c *Client) sendPetUpdateNamePost(ctx context.Context, request OptString) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUpdateNamePost", + ctx, span := c.cfg.Tracer.Start(ctx, PetUpdateNamePostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2023,7 +2023,7 @@ func (c *Client) sendPetUploadAvatarByID(ctx context.Context, request PetUploadA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUploadAvatarByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetUploadAvatarByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2113,7 +2113,7 @@ func (c *Client) sendRecursiveArrayGet(ctx context.Context) (res RecursiveArray, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RecursiveArrayGet", + ctx, span := c.cfg.Tracer.Start(ctx, RecursiveArrayGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2182,7 +2182,7 @@ func (c *Client) sendRecursiveMapGet(ctx context.Context) (res *RecursiveMap, er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RecursiveMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, RecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2252,7 +2252,7 @@ func (c *Client) sendSecurityTest(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecurityTest", + ctx, span := c.cfg.Tracer.Start(ctx, SecurityTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2284,7 +2284,7 @@ func (c *Client) sendSecurityTest(ctx context.Context) (res string, err error) { var satisfied bitset { stage = "Security:APIKey" - switch err := c.securityAPIKey(ctx, "SecurityTest", r); { + switch err := c.securityAPIKey(ctx, SecurityTestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2354,7 +2354,7 @@ func (c *Client) sendStringIntMapGet(ctx context.Context) (res *StringIntMap, er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StringIntMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, StringIntMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2433,7 +2433,7 @@ func (c *Client) sendTestFloatValidation(ctx context.Context, request *TestFloat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestFloatValidation", + ctx, span := c.cfg.Tracer.Start(ctx, TestFloatValidationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2506,7 +2506,7 @@ func (c *Client) sendTestInlineOneof(ctx context.Context) (res *TestInlineOneOf, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestInlineOneof", + ctx, span := c.cfg.Tracer.Start(ctx, TestInlineOneofOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2576,7 +2576,7 @@ func (c *Client) sendTestIssue1310(ctx context.Context) (res *Issue1310, err err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestIssue1310", + ctx, span := c.cfg.Tracer.Start(ctx, TestIssue1310Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2646,7 +2646,7 @@ func (c *Client) sendTestNullableOneofs(ctx context.Context) (res TestNullableOn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestNullableOneofs", + ctx, span := c.cfg.Tracer.Start(ctx, TestNullableOneofsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2716,7 +2716,7 @@ func (c *Client) sendTestTuple(ctx context.Context) (res *TupleTest, err error) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestTuple", + ctx, span := c.cfg.Tracer.Start(ctx, TestTupleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2786,7 +2786,7 @@ func (c *Client) sendTestTupleNamed(ctx context.Context) (res *TupleNamedTest, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestTupleNamed", + ctx, span := c.cfg.Tracer.Start(ctx, TestTupleNamedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2856,7 +2856,7 @@ func (c *Client) sendTestUniqueItems(ctx context.Context) (res *UniqueItemsTest, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestUniqueItems", + ctx, span := c.cfg.Tracer.Start(ctx, TestUniqueItemsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/sample_api/oas_handlers_gen.go b/internal/integration/sample_api/oas_handlers_gen.go index dd160d324..f0e81d50d 100644 --- a/internal/integration/sample_api/oas_handlers_gen.go +++ b/internal/integration/sample_api/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGetFormat", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetFormatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DataGetFormat", + Name: DataGetFormatOperation, ID: "dataGetFormat", } ) @@ -83,7 +83,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGetFormat", + OperationName: DataGetFormatOperation, OperationSummary: "", OperationID: "dataGetFormat", Body: nil, @@ -159,7 +159,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DefaultTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), DefaultTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -190,7 +190,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "DefaultTest", + Name: DefaultTestOperation, ID: "defaultTest", } ) @@ -224,7 +224,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DefaultTest", + OperationName: DefaultTestOperation, OperationSummary: "", OperationID: "defaultTest", Body: request, @@ -286,7 +286,7 @@ func (s *Server) handleErrorGetRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ErrorGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ErrorGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -322,7 +322,7 @@ func (s *Server) handleErrorGetRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ErrorGet", + OperationName: ErrorGetOperation, OperationSummary: "", OperationID: "errorGet", Body: nil, @@ -379,7 +379,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -410,7 +410,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarGet", + Name: FoobarGetOperation, ID: "foobarGet", } ) @@ -429,7 +429,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarGet", + OperationName: FoobarGetOperation, OperationSummary: "", OperationID: "foobarGet", Body: nil, @@ -495,7 +495,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -526,7 +526,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarPost", + Name: FoobarPostOperation, ID: "foobarPost", } ) @@ -550,7 +550,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPost", + OperationName: FoobarPostOperation, OperationSummary: "", OperationID: "foobarPost", Body: request, @@ -604,7 +604,7 @@ func (s *Server) handleFoobarPutRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarPut", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarPutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -640,7 +640,7 @@ func (s *Server) handleFoobarPutRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPut", + OperationName: FoobarPutOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -695,7 +695,7 @@ func (s *Server) handleNoAdditionalPropertiesTestRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "NoAdditionalPropertiesTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), NoAdditionalPropertiesTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -731,7 +731,7 @@ func (s *Server) handleNoAdditionalPropertiesTestRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NoAdditionalPropertiesTest", + OperationName: NoAdditionalPropertiesTestOperation, OperationSummary: "", OperationID: "noAdditionalPropertiesTest", Body: nil, @@ -786,7 +786,7 @@ func (s *Server) handleNullableDefaultResponseRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "NullableDefaultResponse", + ctx, span := s.cfg.Tracer.Start(r.Context(), NullableDefaultResponseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -822,7 +822,7 @@ func (s *Server) handleNullableDefaultResponseRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NullableDefaultResponse", + OperationName: NullableDefaultResponseOperation, OperationSummary: "", OperationID: "nullableDefaultResponse", Body: nil, @@ -877,7 +877,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OneofBug", + ctx, span := s.cfg.Tracer.Start(r.Context(), OneofBugOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -908,7 +908,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "OneofBug", + Name: OneofBugOperation, ID: "oneofBug", } ) @@ -932,7 +932,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OneofBug", + OperationName: OneofBugOperation, OperationSummary: "", OperationID: "oneofBug", Body: request, @@ -986,7 +986,7 @@ func (s *Server) handlePatternRecursiveMapGetRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatternRecursiveMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatternRecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1022,7 +1022,7 @@ func (s *Server) handlePatternRecursiveMapGetRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatternRecursiveMapGet", + OperationName: PatternRecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -1079,7 +1079,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1110,7 +1110,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetCreate", + Name: PetCreateOperation, ID: "petCreate", } ) @@ -1134,7 +1134,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetCreate", + OperationName: PetCreateOperation, OperationSummary: "", OperationID: "petCreate", Body: request, @@ -1191,7 +1191,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetFriendsNamesByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetFriendsNamesByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1222,7 +1222,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetFriendsNamesByID", + Name: PetFriendsNamesByIDOperation, ID: "petFriendsNamesByID", } ) @@ -1241,7 +1241,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetFriendsNamesByID", + OperationName: PetFriendsNamesByIDOperation, OperationSummary: "", OperationID: "petFriendsNamesByID", Body: nil, @@ -1303,7 +1303,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1334,7 +1334,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGet", + Name: PetGetOperation, ID: "petGet", } ) @@ -1353,7 +1353,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGet", + OperationName: PetGetOperation, OperationSummary: "", OperationID: "petGet", Body: nil, @@ -1427,7 +1427,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetAvatarByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetAvatarByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1458,7 +1458,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByID", + Name: PetGetAvatarByIDOperation, ID: "petGetAvatarByID", } ) @@ -1477,7 +1477,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByID", + OperationName: PetGetAvatarByIDOperation, OperationSummary: "", OperationID: "petGetAvatarByID", Body: nil, @@ -1539,7 +1539,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetAvatarByName", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetAvatarByNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1570,7 +1570,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByName", + Name: PetGetAvatarByNameOperation, ID: "petGetAvatarByName", } ) @@ -1589,7 +1589,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByName", + OperationName: PetGetAvatarByNameOperation, OperationSummary: "", OperationID: "petGetAvatarByName", Body: nil, @@ -1651,7 +1651,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetByName", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetByNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1682,7 +1682,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetByName", + Name: PetGetByNameOperation, ID: "petGetByName", } ) @@ -1701,7 +1701,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetByName", + OperationName: PetGetByNameOperation, OperationSummary: "", OperationID: "petGetByName", Body: nil, @@ -1763,7 +1763,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetNameByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetNameByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1794,7 +1794,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetNameByID", + Name: PetNameByIDOperation, ID: "petNameByID", } ) @@ -1813,7 +1813,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetNameByID", + OperationName: PetNameByIDOperation, OperationSummary: "", OperationID: "petNameByID", Body: nil, @@ -1872,7 +1872,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUpdateNameAliasPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUpdateNameAliasPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1903,7 +1903,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNameAliasPost", + Name: PetUpdateNameAliasPostOperation, ID: "", } ) @@ -1927,7 +1927,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNameAliasPost", + OperationName: PetUpdateNameAliasPostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -1981,7 +1981,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUpdateNamePost", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUpdateNamePostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2012,7 +2012,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNamePost", + Name: PetUpdateNamePostOperation, ID: "", } ) @@ -2036,7 +2036,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNamePost", + OperationName: PetUpdateNamePostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -2093,7 +2093,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUploadAvatarByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUploadAvatarByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2124,7 +2124,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUploadAvatarByID", + Name: PetUploadAvatarByIDOperation, ID: "petUploadAvatarByID", } ) @@ -2158,7 +2158,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUploadAvatarByID", + OperationName: PetUploadAvatarByIDOperation, OperationSummary: "", OperationID: "petUploadAvatarByID", Body: request, @@ -2217,7 +2217,7 @@ func (s *Server) handleRecursiveArrayGetRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RecursiveArrayGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), RecursiveArrayGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2253,7 +2253,7 @@ func (s *Server) handleRecursiveArrayGetRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveArrayGet", + OperationName: RecursiveArrayGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2307,7 +2307,7 @@ func (s *Server) handleRecursiveMapGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RecursiveMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), RecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2343,7 +2343,7 @@ func (s *Server) handleRecursiveMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveMapGet", + OperationName: RecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2398,7 +2398,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecurityTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecurityTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2429,7 +2429,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecurityTest", + Name: SecurityTestOperation, ID: "securityTest", } ) @@ -2437,7 +2437,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityAPIKey(ctx, "SecurityTest", r) + sctx, ok, err := s.securityAPIKey(ctx, SecurityTestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2482,7 +2482,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecurityTest", + OperationName: SecurityTestOperation, OperationSummary: "", OperationID: "securityTest", Body: nil, @@ -2536,7 +2536,7 @@ func (s *Server) handleStringIntMapGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StringIntMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), StringIntMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2572,7 +2572,7 @@ func (s *Server) handleStringIntMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StringIntMapGet", + OperationName: StringIntMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2627,7 +2627,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestFloatValidation", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestFloatValidationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2658,7 +2658,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestFloatValidation", + Name: TestFloatValidationOperation, ID: "testFloatValidation", } ) @@ -2682,7 +2682,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestFloatValidation", + OperationName: TestFloatValidationOperation, OperationSummary: "", OperationID: "testFloatValidation", Body: request, @@ -2737,7 +2737,7 @@ func (s *Server) handleTestInlineOneofRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestInlineOneof", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestInlineOneofOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2773,7 +2773,7 @@ func (s *Server) handleTestInlineOneofRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestInlineOneof", + OperationName: TestInlineOneofOperation, OperationSummary: "", OperationID: "testInlineOneof", Body: nil, @@ -2828,7 +2828,7 @@ func (s *Server) handleTestIssue1310Request(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestIssue1310", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestIssue1310Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2864,7 +2864,7 @@ func (s *Server) handleTestIssue1310Request(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestIssue1310", + OperationName: TestIssue1310Operation, OperationSummary: "", OperationID: "testIssue1310", Body: nil, @@ -2919,7 +2919,7 @@ func (s *Server) handleTestNullableOneofsRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestNullableOneofs", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestNullableOneofsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2955,7 +2955,7 @@ func (s *Server) handleTestNullableOneofsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestNullableOneofs", + OperationName: TestNullableOneofsOperation, OperationSummary: "", OperationID: "testNullableOneofs", Body: nil, @@ -3010,7 +3010,7 @@ func (s *Server) handleTestTupleRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestTuple", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestTupleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3046,7 +3046,7 @@ func (s *Server) handleTestTupleRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTuple", + OperationName: TestTupleOperation, OperationSummary: "", OperationID: "testTuple", Body: nil, @@ -3101,7 +3101,7 @@ func (s *Server) handleTestTupleNamedRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestTupleNamed", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestTupleNamedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3137,7 +3137,7 @@ func (s *Server) handleTestTupleNamedRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTupleNamed", + OperationName: TestTupleNamedOperation, OperationSummary: "", OperationID: "testTupleNamed", Body: nil, @@ -3192,7 +3192,7 @@ func (s *Server) handleTestUniqueItemsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestUniqueItems", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestUniqueItemsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3228,7 +3228,7 @@ func (s *Server) handleTestUniqueItemsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestUniqueItems", + OperationName: TestUniqueItemsOperation, OperationSummary: "", OperationID: "testUniqueItems", Body: nil, diff --git a/internal/integration/sample_api/oas_operations_gen.go b/internal/integration/sample_api/oas_operations_gen.go new file mode 100644 index 000000000..1198b412d --- /dev/null +++ b/internal/integration/sample_api/oas_operations_gen.go @@ -0,0 +1,40 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataGetFormatOperation OperationName = "DataGetFormat" + DefaultTestOperation OperationName = "DefaultTest" + ErrorGetOperation OperationName = "ErrorGet" + FoobarGetOperation OperationName = "FoobarGet" + FoobarPostOperation OperationName = "FoobarPost" + FoobarPutOperation OperationName = "FoobarPut" + NoAdditionalPropertiesTestOperation OperationName = "NoAdditionalPropertiesTest" + NullableDefaultResponseOperation OperationName = "NullableDefaultResponse" + OneofBugOperation OperationName = "OneofBug" + PatternRecursiveMapGetOperation OperationName = "PatternRecursiveMapGet" + PetCreateOperation OperationName = "PetCreate" + PetFriendsNamesByIDOperation OperationName = "PetFriendsNamesByID" + PetGetOperation OperationName = "PetGet" + PetGetAvatarByIDOperation OperationName = "PetGetAvatarByID" + PetGetAvatarByNameOperation OperationName = "PetGetAvatarByName" + PetGetByNameOperation OperationName = "PetGetByName" + PetNameByIDOperation OperationName = "PetNameByID" + PetUpdateNameAliasPostOperation OperationName = "PetUpdateNameAliasPost" + PetUpdateNamePostOperation OperationName = "PetUpdateNamePost" + PetUploadAvatarByIDOperation OperationName = "PetUploadAvatarByID" + RecursiveArrayGetOperation OperationName = "RecursiveArrayGet" + RecursiveMapGetOperation OperationName = "RecursiveMapGet" + SecurityTestOperation OperationName = "SecurityTest" + StringIntMapGetOperation OperationName = "StringIntMapGet" + TestFloatValidationOperation OperationName = "TestFloatValidation" + TestInlineOneofOperation OperationName = "TestInlineOneof" + TestIssue1310Operation OperationName = "TestIssue1310" + TestNullableOneofsOperation OperationName = "TestNullableOneofs" + TestTupleOperation OperationName = "TestTuple" + TestTupleNamedOperation OperationName = "TestTupleNamed" + TestUniqueItemsOperation OperationName = "TestUniqueItems" +) diff --git a/internal/integration/sample_api/oas_router_gen.go b/internal/integration/sample_api/oas_router_gen.go index 9587c8995..c7c661560 100644 --- a/internal/integration/sample_api/oas_router_gen.go +++ b/internal/integration/sample_api/oas_router_gen.go @@ -976,7 +976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DefaultTest" + r.name = DefaultTestOperation r.summary = "" r.operationID = "defaultTest" r.pathPattern = "/defaultTest" @@ -1001,7 +1001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ErrorGet" + r.name = ErrorGetOperation r.summary = "" r.operationID = "errorGet" r.pathPattern = "/error" @@ -1026,7 +1026,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FoobarGet" + r.name = FoobarGetOperation r.summary = "" r.operationID = "foobarGet" r.pathPattern = "/foobar" @@ -1034,7 +1034,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "FoobarPost" + r.name = FoobarPostOperation r.summary = "" r.operationID = "foobarPost" r.pathPattern = "/foobar" @@ -1042,7 +1042,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "FoobarPut" + r.name = FoobarPutOperation r.summary = "" r.operationID = "" r.pathPattern = "/foobar" @@ -1168,7 +1168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DataGetFormat" + r.name = DataGetFormatOperation r.summary = "" r.operationID = "dataGetFormat" r.pathPattern = "/name/{id}/{foo}1234{bar}-{baz}!{kek}" @@ -1205,7 +1205,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NoAdditionalPropertiesTest" + r.name = NoAdditionalPropertiesTestOperation r.summary = "" r.operationID = "noAdditionalPropertiesTest" r.pathPattern = "/noAdditionalPropertiesTest" @@ -1230,7 +1230,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NullableDefaultResponse" + r.name = NullableDefaultResponseOperation r.summary = "" r.operationID = "nullableDefaultResponse" r.pathPattern = "/nullableDefaultResponse" @@ -1258,7 +1258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OneofBug" + r.name = OneofBugOperation r.summary = "" r.operationID = "oneofBug" r.pathPattern = "/oneofBug" @@ -1295,7 +1295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PatternRecursiveMapGet" + r.name = PatternRecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/patternRecursiveMap" @@ -1319,7 +1319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGet" + r.name = PetGetOperation r.summary = "" r.operationID = "petGet" r.pathPattern = "/pet" @@ -1327,7 +1327,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetCreate" + r.name = PetCreateOperation r.summary = "" r.operationID = "petCreate" r.pathPattern = "/pet" @@ -1363,7 +1363,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByID" + r.name = PetGetAvatarByIDOperation r.summary = "" r.operationID = "petGetAvatarByID" r.pathPattern = "/pet/avatar" @@ -1371,7 +1371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetUploadAvatarByID" + r.name = PetUploadAvatarByIDOperation r.summary = "" r.operationID = "petUploadAvatarByID" r.pathPattern = "/pet/avatar" @@ -1401,7 +1401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetFriendsNamesByID" + r.name = PetFriendsNamesByIDOperation r.summary = "" r.operationID = "petFriendsNamesByID" r.pathPattern = "/pet/friendNames/{id}" @@ -1431,7 +1431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetNameByID" + r.name = PetNameByIDOperation r.summary = "" r.operationID = "petNameByID" r.pathPattern = "/pet/name/{id}" @@ -1455,7 +1455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "PetUpdateNamePost" + r.name = PetUpdateNamePostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateName" @@ -1479,7 +1479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PetUpdateNameAliasPost" + r.name = PetUpdateNameAliasPostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateNameAlias" @@ -1508,7 +1508,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGetByName" + r.name = PetGetByNameOperation r.summary = "" r.operationID = "petGetByName" r.pathPattern = "/pet/{name}" @@ -1532,7 +1532,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByName" + r.name = PetGetAvatarByNameOperation r.summary = "" r.operationID = "petGetAvatarByName" r.pathPattern = "/pet/{name}/avatar" @@ -1578,7 +1578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveArrayGet" + r.name = RecursiveArrayGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveArray" @@ -1603,7 +1603,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveMapGet" + r.name = RecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveMap" @@ -1643,7 +1643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SecurityTest" + r.name = SecurityTestOperation r.summary = "" r.operationID = "securityTest" r.pathPattern = "/securityTest" @@ -1668,7 +1668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "StringIntMapGet" + r.name = StringIntMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/stringIntMap" @@ -1708,7 +1708,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestFloatValidation" + r.name = TestFloatValidationOperation r.summary = "" r.operationID = "testFloatValidation" r.pathPattern = "/testFloatValidation" @@ -1745,7 +1745,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestInlineOneof" + r.name = TestInlineOneofOperation r.summary = "" r.operationID = "testInlineOneof" r.pathPattern = "/testInlineOneof" @@ -1770,7 +1770,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestIssue1310" + r.name = TestIssue1310Operation r.summary = "" r.operationID = "testIssue1310" r.pathPattern = "/testIssue1310" @@ -1798,7 +1798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestNullableOneofs" + r.name = TestNullableOneofsOperation r.summary = "" r.operationID = "testNullableOneofs" r.pathPattern = "/testNullableOneofs" @@ -1822,7 +1822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TestTuple" + r.name = TestTupleOperation r.summary = "" r.operationID = "testTuple" r.pathPattern = "/testTuple" @@ -1846,7 +1846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestTupleNamed" + r.name = TestTupleNamedOperation r.summary = "" r.operationID = "testTupleNamed" r.pathPattern = "/testTupleNamed" @@ -1874,7 +1874,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestUniqueItems" + r.name = TestUniqueItemsOperation r.summary = "" r.operationID = "testUniqueItems" r.pathPattern = "/testUniqueItems" diff --git a/internal/integration/sample_api/oas_security_gen.go b/internal/integration/sample_api/oas_security_gen.go index f3fccdf68..5e9f25a2a 100644 --- a/internal/integration/sample_api/oas_security_gen.go +++ b/internal/integration/sample_api/oas_security_gen.go @@ -15,7 +15,7 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleAPIKey handles api_key security. - HandleAPIKey(ctx context.Context, operationName string, t APIKey) (context.Context, error) + HandleAPIKey(ctx context.Context, operationName OperationName, t APIKey) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -33,7 +33,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityAPIKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t APIKey const parameterName = "Api_key" value := req.Header.Get(parameterName) @@ -53,10 +53,10 @@ func (s *Server) securityAPIKey(ctx context.Context, operationName string, req * // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // APIKey provides api_key security value. - APIKey(ctx context.Context, operationName string) (APIKey, error) + APIKey(ctx context.Context, operationName OperationName) (APIKey, error) } -func (s *Client) securityAPIKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.APIKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"APIKey\"") diff --git a/internal/integration/sample_api_nc/oas_handlers_gen.go b/internal/integration/sample_api_nc/oas_handlers_gen.go index dd160d324..f0e81d50d 100644 --- a/internal/integration/sample_api_nc/oas_handlers_gen.go +++ b/internal/integration/sample_api_nc/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGetFormat", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetFormatOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "DataGetFormat", + Name: DataGetFormatOperation, ID: "dataGetFormat", } ) @@ -83,7 +83,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGetFormat", + OperationName: DataGetFormatOperation, OperationSummary: "", OperationID: "dataGetFormat", Body: nil, @@ -159,7 +159,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DefaultTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), DefaultTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -190,7 +190,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "DefaultTest", + Name: DefaultTestOperation, ID: "defaultTest", } ) @@ -224,7 +224,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DefaultTest", + OperationName: DefaultTestOperation, OperationSummary: "", OperationID: "defaultTest", Body: request, @@ -286,7 +286,7 @@ func (s *Server) handleErrorGetRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ErrorGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ErrorGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -322,7 +322,7 @@ func (s *Server) handleErrorGetRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ErrorGet", + OperationName: ErrorGetOperation, OperationSummary: "", OperationID: "errorGet", Body: nil, @@ -379,7 +379,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -410,7 +410,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarGet", + Name: FoobarGetOperation, ID: "foobarGet", } ) @@ -429,7 +429,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarGet", + OperationName: FoobarGetOperation, OperationSummary: "", OperationID: "foobarGet", Body: nil, @@ -495,7 +495,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -526,7 +526,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarPost", + Name: FoobarPostOperation, ID: "foobarPost", } ) @@ -550,7 +550,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPost", + OperationName: FoobarPostOperation, OperationSummary: "", OperationID: "foobarPost", Body: request, @@ -604,7 +604,7 @@ func (s *Server) handleFoobarPutRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FoobarPut", + ctx, span := s.cfg.Tracer.Start(r.Context(), FoobarPutOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -640,7 +640,7 @@ func (s *Server) handleFoobarPutRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPut", + OperationName: FoobarPutOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -695,7 +695,7 @@ func (s *Server) handleNoAdditionalPropertiesTestRequest(args [0]string, argsEsc } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "NoAdditionalPropertiesTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), NoAdditionalPropertiesTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -731,7 +731,7 @@ func (s *Server) handleNoAdditionalPropertiesTestRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NoAdditionalPropertiesTest", + OperationName: NoAdditionalPropertiesTestOperation, OperationSummary: "", OperationID: "noAdditionalPropertiesTest", Body: nil, @@ -786,7 +786,7 @@ func (s *Server) handleNullableDefaultResponseRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "NullableDefaultResponse", + ctx, span := s.cfg.Tracer.Start(r.Context(), NullableDefaultResponseOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -822,7 +822,7 @@ func (s *Server) handleNullableDefaultResponseRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NullableDefaultResponse", + OperationName: NullableDefaultResponseOperation, OperationSummary: "", OperationID: "nullableDefaultResponse", Body: nil, @@ -877,7 +877,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OneofBug", + ctx, span := s.cfg.Tracer.Start(r.Context(), OneofBugOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -908,7 +908,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "OneofBug", + Name: OneofBugOperation, ID: "oneofBug", } ) @@ -932,7 +932,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OneofBug", + OperationName: OneofBugOperation, OperationSummary: "", OperationID: "oneofBug", Body: request, @@ -986,7 +986,7 @@ func (s *Server) handlePatternRecursiveMapGetRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PatternRecursiveMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PatternRecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1022,7 +1022,7 @@ func (s *Server) handlePatternRecursiveMapGetRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatternRecursiveMapGet", + OperationName: PatternRecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -1079,7 +1079,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1110,7 +1110,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetCreate", + Name: PetCreateOperation, ID: "petCreate", } ) @@ -1134,7 +1134,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetCreate", + OperationName: PetCreateOperation, OperationSummary: "", OperationID: "petCreate", Body: request, @@ -1191,7 +1191,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetFriendsNamesByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetFriendsNamesByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1222,7 +1222,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetFriendsNamesByID", + Name: PetFriendsNamesByIDOperation, ID: "petFriendsNamesByID", } ) @@ -1241,7 +1241,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetFriendsNamesByID", + OperationName: PetFriendsNamesByIDOperation, OperationSummary: "", OperationID: "petFriendsNamesByID", Body: nil, @@ -1303,7 +1303,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1334,7 +1334,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGet", + Name: PetGetOperation, ID: "petGet", } ) @@ -1353,7 +1353,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGet", + OperationName: PetGetOperation, OperationSummary: "", OperationID: "petGet", Body: nil, @@ -1427,7 +1427,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetAvatarByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetAvatarByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1458,7 +1458,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByID", + Name: PetGetAvatarByIDOperation, ID: "petGetAvatarByID", } ) @@ -1477,7 +1477,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByID", + OperationName: PetGetAvatarByIDOperation, OperationSummary: "", OperationID: "petGetAvatarByID", Body: nil, @@ -1539,7 +1539,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetAvatarByName", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetAvatarByNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1570,7 +1570,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByName", + Name: PetGetAvatarByNameOperation, ID: "petGetAvatarByName", } ) @@ -1589,7 +1589,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByName", + OperationName: PetGetAvatarByNameOperation, OperationSummary: "", OperationID: "petGetAvatarByName", Body: nil, @@ -1651,7 +1651,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetGetByName", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetGetByNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1682,7 +1682,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetByName", + Name: PetGetByNameOperation, ID: "petGetByName", } ) @@ -1701,7 +1701,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetByName", + OperationName: PetGetByNameOperation, OperationSummary: "", OperationID: "petGetByName", Body: nil, @@ -1763,7 +1763,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetNameByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetNameByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1794,7 +1794,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetNameByID", + Name: PetNameByIDOperation, ID: "petNameByID", } ) @@ -1813,7 +1813,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetNameByID", + OperationName: PetNameByIDOperation, OperationSummary: "", OperationID: "petNameByID", Body: nil, @@ -1872,7 +1872,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUpdateNameAliasPost", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUpdateNameAliasPostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1903,7 +1903,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNameAliasPost", + Name: PetUpdateNameAliasPostOperation, ID: "", } ) @@ -1927,7 +1927,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNameAliasPost", + OperationName: PetUpdateNameAliasPostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -1981,7 +1981,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUpdateNamePost", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUpdateNamePostOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2012,7 +2012,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNamePost", + Name: PetUpdateNamePostOperation, ID: "", } ) @@ -2036,7 +2036,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNamePost", + OperationName: PetUpdateNamePostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -2093,7 +2093,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PetUploadAvatarByID", + ctx, span := s.cfg.Tracer.Start(r.Context(), PetUploadAvatarByIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2124,7 +2124,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUploadAvatarByID", + Name: PetUploadAvatarByIDOperation, ID: "petUploadAvatarByID", } ) @@ -2158,7 +2158,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUploadAvatarByID", + OperationName: PetUploadAvatarByIDOperation, OperationSummary: "", OperationID: "petUploadAvatarByID", Body: request, @@ -2217,7 +2217,7 @@ func (s *Server) handleRecursiveArrayGetRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RecursiveArrayGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), RecursiveArrayGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2253,7 +2253,7 @@ func (s *Server) handleRecursiveArrayGetRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveArrayGet", + OperationName: RecursiveArrayGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2307,7 +2307,7 @@ func (s *Server) handleRecursiveMapGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "RecursiveMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), RecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2343,7 +2343,7 @@ func (s *Server) handleRecursiveMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveMapGet", + OperationName: RecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2398,7 +2398,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SecurityTest", + ctx, span := s.cfg.Tracer.Start(r.Context(), SecurityTestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2429,7 +2429,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SecurityTest", + Name: SecurityTestOperation, ID: "securityTest", } ) @@ -2437,7 +2437,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityAPIKey(ctx, "SecurityTest", r) + sctx, ok, err := s.securityAPIKey(ctx, SecurityTestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -2482,7 +2482,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecurityTest", + OperationName: SecurityTestOperation, OperationSummary: "", OperationID: "securityTest", Body: nil, @@ -2536,7 +2536,7 @@ func (s *Server) handleStringIntMapGetRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StringIntMapGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), StringIntMapGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2572,7 +2572,7 @@ func (s *Server) handleStringIntMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StringIntMapGet", + OperationName: StringIntMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -2627,7 +2627,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestFloatValidation", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestFloatValidationOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2658,7 +2658,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestFloatValidation", + Name: TestFloatValidationOperation, ID: "testFloatValidation", } ) @@ -2682,7 +2682,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestFloatValidation", + OperationName: TestFloatValidationOperation, OperationSummary: "", OperationID: "testFloatValidation", Body: request, @@ -2737,7 +2737,7 @@ func (s *Server) handleTestInlineOneofRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestInlineOneof", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestInlineOneofOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2773,7 +2773,7 @@ func (s *Server) handleTestInlineOneofRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestInlineOneof", + OperationName: TestInlineOneofOperation, OperationSummary: "", OperationID: "testInlineOneof", Body: nil, @@ -2828,7 +2828,7 @@ func (s *Server) handleTestIssue1310Request(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestIssue1310", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestIssue1310Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2864,7 +2864,7 @@ func (s *Server) handleTestIssue1310Request(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestIssue1310", + OperationName: TestIssue1310Operation, OperationSummary: "", OperationID: "testIssue1310", Body: nil, @@ -2919,7 +2919,7 @@ func (s *Server) handleTestNullableOneofsRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestNullableOneofs", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestNullableOneofsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -2955,7 +2955,7 @@ func (s *Server) handleTestNullableOneofsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestNullableOneofs", + OperationName: TestNullableOneofsOperation, OperationSummary: "", OperationID: "testNullableOneofs", Body: nil, @@ -3010,7 +3010,7 @@ func (s *Server) handleTestTupleRequest(args [0]string, argsEscaped bool, w http } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestTuple", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestTupleOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3046,7 +3046,7 @@ func (s *Server) handleTestTupleRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTuple", + OperationName: TestTupleOperation, OperationSummary: "", OperationID: "testTuple", Body: nil, @@ -3101,7 +3101,7 @@ func (s *Server) handleTestTupleNamedRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestTupleNamed", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestTupleNamedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3137,7 +3137,7 @@ func (s *Server) handleTestTupleNamedRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTupleNamed", + OperationName: TestTupleNamedOperation, OperationSummary: "", OperationID: "testTupleNamed", Body: nil, @@ -3192,7 +3192,7 @@ func (s *Server) handleTestUniqueItemsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestUniqueItems", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestUniqueItemsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -3228,7 +3228,7 @@ func (s *Server) handleTestUniqueItemsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestUniqueItems", + OperationName: TestUniqueItemsOperation, OperationSummary: "", OperationID: "testUniqueItems", Body: nil, diff --git a/internal/integration/sample_api_nc/oas_operations_gen.go b/internal/integration/sample_api_nc/oas_operations_gen.go new file mode 100644 index 000000000..1198b412d --- /dev/null +++ b/internal/integration/sample_api_nc/oas_operations_gen.go @@ -0,0 +1,40 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataGetFormatOperation OperationName = "DataGetFormat" + DefaultTestOperation OperationName = "DefaultTest" + ErrorGetOperation OperationName = "ErrorGet" + FoobarGetOperation OperationName = "FoobarGet" + FoobarPostOperation OperationName = "FoobarPost" + FoobarPutOperation OperationName = "FoobarPut" + NoAdditionalPropertiesTestOperation OperationName = "NoAdditionalPropertiesTest" + NullableDefaultResponseOperation OperationName = "NullableDefaultResponse" + OneofBugOperation OperationName = "OneofBug" + PatternRecursiveMapGetOperation OperationName = "PatternRecursiveMapGet" + PetCreateOperation OperationName = "PetCreate" + PetFriendsNamesByIDOperation OperationName = "PetFriendsNamesByID" + PetGetOperation OperationName = "PetGet" + PetGetAvatarByIDOperation OperationName = "PetGetAvatarByID" + PetGetAvatarByNameOperation OperationName = "PetGetAvatarByName" + PetGetByNameOperation OperationName = "PetGetByName" + PetNameByIDOperation OperationName = "PetNameByID" + PetUpdateNameAliasPostOperation OperationName = "PetUpdateNameAliasPost" + PetUpdateNamePostOperation OperationName = "PetUpdateNamePost" + PetUploadAvatarByIDOperation OperationName = "PetUploadAvatarByID" + RecursiveArrayGetOperation OperationName = "RecursiveArrayGet" + RecursiveMapGetOperation OperationName = "RecursiveMapGet" + SecurityTestOperation OperationName = "SecurityTest" + StringIntMapGetOperation OperationName = "StringIntMapGet" + TestFloatValidationOperation OperationName = "TestFloatValidation" + TestInlineOneofOperation OperationName = "TestInlineOneof" + TestIssue1310Operation OperationName = "TestIssue1310" + TestNullableOneofsOperation OperationName = "TestNullableOneofs" + TestTupleOperation OperationName = "TestTuple" + TestTupleNamedOperation OperationName = "TestTupleNamed" + TestUniqueItemsOperation OperationName = "TestUniqueItems" +) diff --git a/internal/integration/sample_api_nc/oas_router_gen.go b/internal/integration/sample_api_nc/oas_router_gen.go index 9587c8995..c7c661560 100644 --- a/internal/integration/sample_api_nc/oas_router_gen.go +++ b/internal/integration/sample_api_nc/oas_router_gen.go @@ -976,7 +976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DefaultTest" + r.name = DefaultTestOperation r.summary = "" r.operationID = "defaultTest" r.pathPattern = "/defaultTest" @@ -1001,7 +1001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ErrorGet" + r.name = ErrorGetOperation r.summary = "" r.operationID = "errorGet" r.pathPattern = "/error" @@ -1026,7 +1026,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FoobarGet" + r.name = FoobarGetOperation r.summary = "" r.operationID = "foobarGet" r.pathPattern = "/foobar" @@ -1034,7 +1034,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "FoobarPost" + r.name = FoobarPostOperation r.summary = "" r.operationID = "foobarPost" r.pathPattern = "/foobar" @@ -1042,7 +1042,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "FoobarPut" + r.name = FoobarPutOperation r.summary = "" r.operationID = "" r.pathPattern = "/foobar" @@ -1168,7 +1168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DataGetFormat" + r.name = DataGetFormatOperation r.summary = "" r.operationID = "dataGetFormat" r.pathPattern = "/name/{id}/{foo}1234{bar}-{baz}!{kek}" @@ -1205,7 +1205,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NoAdditionalPropertiesTest" + r.name = NoAdditionalPropertiesTestOperation r.summary = "" r.operationID = "noAdditionalPropertiesTest" r.pathPattern = "/noAdditionalPropertiesTest" @@ -1230,7 +1230,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NullableDefaultResponse" + r.name = NullableDefaultResponseOperation r.summary = "" r.operationID = "nullableDefaultResponse" r.pathPattern = "/nullableDefaultResponse" @@ -1258,7 +1258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OneofBug" + r.name = OneofBugOperation r.summary = "" r.operationID = "oneofBug" r.pathPattern = "/oneofBug" @@ -1295,7 +1295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PatternRecursiveMapGet" + r.name = PatternRecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/patternRecursiveMap" @@ -1319,7 +1319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGet" + r.name = PetGetOperation r.summary = "" r.operationID = "petGet" r.pathPattern = "/pet" @@ -1327,7 +1327,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetCreate" + r.name = PetCreateOperation r.summary = "" r.operationID = "petCreate" r.pathPattern = "/pet" @@ -1363,7 +1363,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByID" + r.name = PetGetAvatarByIDOperation r.summary = "" r.operationID = "petGetAvatarByID" r.pathPattern = "/pet/avatar" @@ -1371,7 +1371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetUploadAvatarByID" + r.name = PetUploadAvatarByIDOperation r.summary = "" r.operationID = "petUploadAvatarByID" r.pathPattern = "/pet/avatar" @@ -1401,7 +1401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetFriendsNamesByID" + r.name = PetFriendsNamesByIDOperation r.summary = "" r.operationID = "petFriendsNamesByID" r.pathPattern = "/pet/friendNames/{id}" @@ -1431,7 +1431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetNameByID" + r.name = PetNameByIDOperation r.summary = "" r.operationID = "petNameByID" r.pathPattern = "/pet/name/{id}" @@ -1455,7 +1455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "PetUpdateNamePost" + r.name = PetUpdateNamePostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateName" @@ -1479,7 +1479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PetUpdateNameAliasPost" + r.name = PetUpdateNameAliasPostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateNameAlias" @@ -1508,7 +1508,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGetByName" + r.name = PetGetByNameOperation r.summary = "" r.operationID = "petGetByName" r.pathPattern = "/pet/{name}" @@ -1532,7 +1532,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByName" + r.name = PetGetAvatarByNameOperation r.summary = "" r.operationID = "petGetAvatarByName" r.pathPattern = "/pet/{name}/avatar" @@ -1578,7 +1578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveArrayGet" + r.name = RecursiveArrayGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveArray" @@ -1603,7 +1603,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveMapGet" + r.name = RecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveMap" @@ -1643,7 +1643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SecurityTest" + r.name = SecurityTestOperation r.summary = "" r.operationID = "securityTest" r.pathPattern = "/securityTest" @@ -1668,7 +1668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "StringIntMapGet" + r.name = StringIntMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/stringIntMap" @@ -1708,7 +1708,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestFloatValidation" + r.name = TestFloatValidationOperation r.summary = "" r.operationID = "testFloatValidation" r.pathPattern = "/testFloatValidation" @@ -1745,7 +1745,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestInlineOneof" + r.name = TestInlineOneofOperation r.summary = "" r.operationID = "testInlineOneof" r.pathPattern = "/testInlineOneof" @@ -1770,7 +1770,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestIssue1310" + r.name = TestIssue1310Operation r.summary = "" r.operationID = "testIssue1310" r.pathPattern = "/testIssue1310" @@ -1798,7 +1798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestNullableOneofs" + r.name = TestNullableOneofsOperation r.summary = "" r.operationID = "testNullableOneofs" r.pathPattern = "/testNullableOneofs" @@ -1822,7 +1822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TestTuple" + r.name = TestTupleOperation r.summary = "" r.operationID = "testTuple" r.pathPattern = "/testTuple" @@ -1846,7 +1846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestTupleNamed" + r.name = TestTupleNamedOperation r.summary = "" r.operationID = "testTupleNamed" r.pathPattern = "/testTupleNamed" @@ -1874,7 +1874,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestUniqueItems" + r.name = TestUniqueItemsOperation r.summary = "" r.operationID = "testUniqueItems" r.pathPattern = "/testUniqueItems" diff --git a/internal/integration/sample_api_nc/oas_security_gen.go b/internal/integration/sample_api_nc/oas_security_gen.go index 46194fa1a..80a1247f7 100644 --- a/internal/integration/sample_api_nc/oas_security_gen.go +++ b/internal/integration/sample_api_nc/oas_security_gen.go @@ -15,7 +15,7 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleAPIKey handles api_key security. - HandleAPIKey(ctx context.Context, operationName string, t APIKey) (context.Context, error) + HandleAPIKey(ctx context.Context, operationName OperationName, t APIKey) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -33,7 +33,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityAPIKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t APIKey const parameterName = "Api_key" value := req.Header.Get(parameterName) diff --git a/internal/integration/sample_api_no_otel/oas_client_gen.go b/internal/integration/sample_api_no_otel/oas_client_gen.go index c89176a8a..388dc1231 100644 --- a/internal/integration/sample_api_no_otel/oas_client_gen.go +++ b/internal/integration/sample_api_no_otel/oas_client_gen.go @@ -1360,7 +1360,7 @@ func (c *Client) sendSecurityTest(ctx context.Context) (res string, err error) { var satisfied bitset { - switch err := c.securityAPIKey(ctx, "SecurityTest", r); { + switch err := c.securityAPIKey(ctx, SecurityTestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/internal/integration/sample_api_no_otel/oas_handlers_gen.go b/internal/integration/sample_api_no_otel/oas_handlers_gen.go index ac7bcf793..1354bd0ad 100644 --- a/internal/integration/sample_api_no_otel/oas_handlers_gen.go +++ b/internal/integration/sample_api_no_otel/oas_handlers_gen.go @@ -26,7 +26,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "DataGetFormat", + Name: DataGetFormatOperation, ID: "dataGetFormat", } ) @@ -45,7 +45,7 @@ func (s *Server) handleDataGetFormatRequest(args [5]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGetFormat", + OperationName: DataGetFormatOperation, OperationSummary: "", OperationID: "dataGetFormat", Body: nil, @@ -119,7 +119,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "DefaultTest", + Name: DefaultTestOperation, ID: "defaultTest", } ) @@ -153,7 +153,7 @@ func (s *Server) handleDefaultTestRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DefaultTest", + OperationName: DefaultTestOperation, OperationSummary: "", OperationID: "defaultTest", Body: request, @@ -218,7 +218,7 @@ func (s *Server) handleErrorGetRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ErrorGet", + OperationName: ErrorGetOperation, OperationSummary: "", OperationID: "errorGet", Body: nil, @@ -273,7 +273,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarGet", + Name: FoobarGetOperation, ID: "foobarGet", } ) @@ -292,7 +292,7 @@ func (s *Server) handleFoobarGetRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarGet", + OperationName: FoobarGetOperation, OperationSummary: "", OperationID: "foobarGet", Body: nil, @@ -356,7 +356,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "FoobarPost", + Name: FoobarPostOperation, ID: "foobarPost", } ) @@ -380,7 +380,7 @@ func (s *Server) handleFoobarPostRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPost", + OperationName: FoobarPostOperation, OperationSummary: "", OperationID: "foobarPost", Body: request, @@ -438,7 +438,7 @@ func (s *Server) handleFoobarPutRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FoobarPut", + OperationName: FoobarPutOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -496,7 +496,7 @@ func (s *Server) handleNoAdditionalPropertiesTestRequest(args [0]string, argsEsc if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NoAdditionalPropertiesTest", + OperationName: NoAdditionalPropertiesTestOperation, OperationSummary: "", OperationID: "noAdditionalPropertiesTest", Body: nil, @@ -554,7 +554,7 @@ func (s *Server) handleNullableDefaultResponseRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NullableDefaultResponse", + OperationName: NullableDefaultResponseOperation, OperationSummary: "", OperationID: "nullableDefaultResponse", Body: nil, @@ -607,7 +607,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "OneofBug", + Name: OneofBugOperation, ID: "oneofBug", } ) @@ -631,7 +631,7 @@ func (s *Server) handleOneofBugRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OneofBug", + OperationName: OneofBugOperation, OperationSummary: "", OperationID: "oneofBug", Body: request, @@ -689,7 +689,7 @@ func (s *Server) handlePatternRecursiveMapGetRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PatternRecursiveMapGet", + OperationName: PatternRecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -744,7 +744,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetCreate", + Name: PetCreateOperation, ID: "petCreate", } ) @@ -768,7 +768,7 @@ func (s *Server) handlePetCreateRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetCreate", + OperationName: PetCreateOperation, OperationSummary: "", OperationID: "petCreate", Body: request, @@ -823,7 +823,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetFriendsNamesByID", + Name: PetFriendsNamesByIDOperation, ID: "petFriendsNamesByID", } ) @@ -842,7 +842,7 @@ func (s *Server) handlePetFriendsNamesByIDRequest(args [1]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetFriendsNamesByID", + OperationName: PetFriendsNamesByIDOperation, OperationSummary: "", OperationID: "petFriendsNamesByID", Body: nil, @@ -902,7 +902,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGet", + Name: PetGetOperation, ID: "petGet", } ) @@ -921,7 +921,7 @@ func (s *Server) handlePetGetRequest(args [0]string, argsEscaped bool, w http.Re if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGet", + OperationName: PetGetOperation, OperationSummary: "", OperationID: "petGet", Body: nil, @@ -993,7 +993,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByID", + Name: PetGetAvatarByIDOperation, ID: "petGetAvatarByID", } ) @@ -1012,7 +1012,7 @@ func (s *Server) handlePetGetAvatarByIDRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByID", + OperationName: PetGetAvatarByIDOperation, OperationSummary: "", OperationID: "petGetAvatarByID", Body: nil, @@ -1072,7 +1072,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetAvatarByName", + Name: PetGetAvatarByNameOperation, ID: "petGetAvatarByName", } ) @@ -1091,7 +1091,7 @@ func (s *Server) handlePetGetAvatarByNameRequest(args [1]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetAvatarByName", + OperationName: PetGetAvatarByNameOperation, OperationSummary: "", OperationID: "petGetAvatarByName", Body: nil, @@ -1151,7 +1151,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetGetByName", + Name: PetGetByNameOperation, ID: "petGetByName", } ) @@ -1170,7 +1170,7 @@ func (s *Server) handlePetGetByNameRequest(args [1]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetGetByName", + OperationName: PetGetByNameOperation, OperationSummary: "", OperationID: "petGetByName", Body: nil, @@ -1230,7 +1230,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetNameByID", + Name: PetNameByIDOperation, ID: "petNameByID", } ) @@ -1249,7 +1249,7 @@ func (s *Server) handlePetNameByIDRequest(args [1]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetNameByID", + OperationName: PetNameByIDOperation, OperationSummary: "", OperationID: "petNameByID", Body: nil, @@ -1307,7 +1307,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNameAliasPost", + Name: PetUpdateNameAliasPostOperation, ID: "", } ) @@ -1331,7 +1331,7 @@ func (s *Server) handlePetUpdateNameAliasPostRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNameAliasPost", + OperationName: PetUpdateNameAliasPostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -1384,7 +1384,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUpdateNamePost", + Name: PetUpdateNamePostOperation, ID: "", } ) @@ -1408,7 +1408,7 @@ func (s *Server) handlePetUpdateNamePostRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUpdateNamePost", + OperationName: PetUpdateNamePostOperation, OperationSummary: "", OperationID: "", Body: request, @@ -1463,7 +1463,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "PetUploadAvatarByID", + Name: PetUploadAvatarByIDOperation, ID: "petUploadAvatarByID", } ) @@ -1497,7 +1497,7 @@ func (s *Server) handlePetUploadAvatarByIDRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PetUploadAvatarByID", + OperationName: PetUploadAvatarByIDOperation, OperationSummary: "", OperationID: "petUploadAvatarByID", Body: request, @@ -1560,7 +1560,7 @@ func (s *Server) handleRecursiveArrayGetRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveArrayGet", + OperationName: RecursiveArrayGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -1618,7 +1618,7 @@ func (s *Server) handleRecursiveMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "RecursiveMapGet", + OperationName: RecursiveMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -1671,7 +1671,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "SecurityTest", + Name: SecurityTestOperation, ID: "securityTest", } ) @@ -1679,7 +1679,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityAPIKey(ctx, "SecurityTest", r) + sctx, ok, err := s.securityAPIKey(ctx, SecurityTestOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -1724,7 +1724,7 @@ func (s *Server) handleSecurityTestRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SecurityTest", + OperationName: SecurityTestOperation, OperationSummary: "", OperationID: "securityTest", Body: nil, @@ -1782,7 +1782,7 @@ func (s *Server) handleStringIntMapGetRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StringIntMapGet", + OperationName: StringIntMapGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -1835,7 +1835,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo var ( err error opErrContext = ogenerrors.OperationContext{ - Name: "TestFloatValidation", + Name: TestFloatValidationOperation, ID: "testFloatValidation", } ) @@ -1859,7 +1859,7 @@ func (s *Server) handleTestFloatValidationRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestFloatValidation", + OperationName: TestFloatValidationOperation, OperationSummary: "", OperationID: "testFloatValidation", Body: request, @@ -1917,7 +1917,7 @@ func (s *Server) handleTestInlineOneofRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestInlineOneof", + OperationName: TestInlineOneofOperation, OperationSummary: "", OperationID: "testInlineOneof", Body: nil, @@ -1975,7 +1975,7 @@ func (s *Server) handleTestIssue1310Request(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestIssue1310", + OperationName: TestIssue1310Operation, OperationSummary: "", OperationID: "testIssue1310", Body: nil, @@ -2033,7 +2033,7 @@ func (s *Server) handleTestNullableOneofsRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestNullableOneofs", + OperationName: TestNullableOneofsOperation, OperationSummary: "", OperationID: "testNullableOneofs", Body: nil, @@ -2091,7 +2091,7 @@ func (s *Server) handleTestTupleRequest(args [0]string, argsEscaped bool, w http if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTuple", + OperationName: TestTupleOperation, OperationSummary: "", OperationID: "testTuple", Body: nil, @@ -2149,7 +2149,7 @@ func (s *Server) handleTestTupleNamedRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestTupleNamed", + OperationName: TestTupleNamedOperation, OperationSummary: "", OperationID: "testTupleNamed", Body: nil, @@ -2207,7 +2207,7 @@ func (s *Server) handleTestUniqueItemsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestUniqueItems", + OperationName: TestUniqueItemsOperation, OperationSummary: "", OperationID: "testUniqueItems", Body: nil, diff --git a/internal/integration/sample_api_no_otel/oas_operations_gen.go b/internal/integration/sample_api_no_otel/oas_operations_gen.go new file mode 100644 index 000000000..1198b412d --- /dev/null +++ b/internal/integration/sample_api_no_otel/oas_operations_gen.go @@ -0,0 +1,40 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataGetFormatOperation OperationName = "DataGetFormat" + DefaultTestOperation OperationName = "DefaultTest" + ErrorGetOperation OperationName = "ErrorGet" + FoobarGetOperation OperationName = "FoobarGet" + FoobarPostOperation OperationName = "FoobarPost" + FoobarPutOperation OperationName = "FoobarPut" + NoAdditionalPropertiesTestOperation OperationName = "NoAdditionalPropertiesTest" + NullableDefaultResponseOperation OperationName = "NullableDefaultResponse" + OneofBugOperation OperationName = "OneofBug" + PatternRecursiveMapGetOperation OperationName = "PatternRecursiveMapGet" + PetCreateOperation OperationName = "PetCreate" + PetFriendsNamesByIDOperation OperationName = "PetFriendsNamesByID" + PetGetOperation OperationName = "PetGet" + PetGetAvatarByIDOperation OperationName = "PetGetAvatarByID" + PetGetAvatarByNameOperation OperationName = "PetGetAvatarByName" + PetGetByNameOperation OperationName = "PetGetByName" + PetNameByIDOperation OperationName = "PetNameByID" + PetUpdateNameAliasPostOperation OperationName = "PetUpdateNameAliasPost" + PetUpdateNamePostOperation OperationName = "PetUpdateNamePost" + PetUploadAvatarByIDOperation OperationName = "PetUploadAvatarByID" + RecursiveArrayGetOperation OperationName = "RecursiveArrayGet" + RecursiveMapGetOperation OperationName = "RecursiveMapGet" + SecurityTestOperation OperationName = "SecurityTest" + StringIntMapGetOperation OperationName = "StringIntMapGet" + TestFloatValidationOperation OperationName = "TestFloatValidation" + TestInlineOneofOperation OperationName = "TestInlineOneof" + TestIssue1310Operation OperationName = "TestIssue1310" + TestNullableOneofsOperation OperationName = "TestNullableOneofs" + TestTupleOperation OperationName = "TestTuple" + TestTupleNamedOperation OperationName = "TestTupleNamed" + TestUniqueItemsOperation OperationName = "TestUniqueItems" +) diff --git a/internal/integration/sample_api_no_otel/oas_router_gen.go b/internal/integration/sample_api_no_otel/oas_router_gen.go index 9587c8995..c7c661560 100644 --- a/internal/integration/sample_api_no_otel/oas_router_gen.go +++ b/internal/integration/sample_api_no_otel/oas_router_gen.go @@ -976,7 +976,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "DefaultTest" + r.name = DefaultTestOperation r.summary = "" r.operationID = "defaultTest" r.pathPattern = "/defaultTest" @@ -1001,7 +1001,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ErrorGet" + r.name = ErrorGetOperation r.summary = "" r.operationID = "errorGet" r.pathPattern = "/error" @@ -1026,7 +1026,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FoobarGet" + r.name = FoobarGetOperation r.summary = "" r.operationID = "foobarGet" r.pathPattern = "/foobar" @@ -1034,7 +1034,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "FoobarPost" + r.name = FoobarPostOperation r.summary = "" r.operationID = "foobarPost" r.pathPattern = "/foobar" @@ -1042,7 +1042,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "PUT": - r.name = "FoobarPut" + r.name = FoobarPutOperation r.summary = "" r.operationID = "" r.pathPattern = "/foobar" @@ -1168,7 +1168,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DataGetFormat" + r.name = DataGetFormatOperation r.summary = "" r.operationID = "dataGetFormat" r.pathPattern = "/name/{id}/{foo}1234{bar}-{baz}!{kek}" @@ -1205,7 +1205,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NoAdditionalPropertiesTest" + r.name = NoAdditionalPropertiesTestOperation r.summary = "" r.operationID = "noAdditionalPropertiesTest" r.pathPattern = "/noAdditionalPropertiesTest" @@ -1230,7 +1230,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "NullableDefaultResponse" + r.name = NullableDefaultResponseOperation r.summary = "" r.operationID = "nullableDefaultResponse" r.pathPattern = "/nullableDefaultResponse" @@ -1258,7 +1258,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OneofBug" + r.name = OneofBugOperation r.summary = "" r.operationID = "oneofBug" r.pathPattern = "/oneofBug" @@ -1295,7 +1295,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PatternRecursiveMapGet" + r.name = PatternRecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/patternRecursiveMap" @@ -1319,7 +1319,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGet" + r.name = PetGetOperation r.summary = "" r.operationID = "petGet" r.pathPattern = "/pet" @@ -1327,7 +1327,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetCreate" + r.name = PetCreateOperation r.summary = "" r.operationID = "petCreate" r.pathPattern = "/pet" @@ -1363,7 +1363,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByID" + r.name = PetGetAvatarByIDOperation r.summary = "" r.operationID = "petGetAvatarByID" r.pathPattern = "/pet/avatar" @@ -1371,7 +1371,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "PetUploadAvatarByID" + r.name = PetUploadAvatarByIDOperation r.summary = "" r.operationID = "petUploadAvatarByID" r.pathPattern = "/pet/avatar" @@ -1401,7 +1401,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetFriendsNamesByID" + r.name = PetFriendsNamesByIDOperation r.summary = "" r.operationID = "petFriendsNamesByID" r.pathPattern = "/pet/friendNames/{id}" @@ -1431,7 +1431,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetNameByID" + r.name = PetNameByIDOperation r.summary = "" r.operationID = "petNameByID" r.pathPattern = "/pet/name/{id}" @@ -1455,7 +1455,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "PetUpdateNamePost" + r.name = PetUpdateNamePostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateName" @@ -1479,7 +1479,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PetUpdateNameAliasPost" + r.name = PetUpdateNameAliasPostOperation r.summary = "" r.operationID = "" r.pathPattern = "/pet/updateNameAlias" @@ -1508,7 +1508,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "PetGetByName" + r.name = PetGetByNameOperation r.summary = "" r.operationID = "petGetByName" r.pathPattern = "/pet/{name}" @@ -1532,7 +1532,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PetGetAvatarByName" + r.name = PetGetAvatarByNameOperation r.summary = "" r.operationID = "petGetAvatarByName" r.pathPattern = "/pet/{name}/avatar" @@ -1578,7 +1578,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveArrayGet" + r.name = RecursiveArrayGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveArray" @@ -1603,7 +1603,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "RecursiveMapGet" + r.name = RecursiveMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/recursiveMap" @@ -1643,7 +1643,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SecurityTest" + r.name = SecurityTestOperation r.summary = "" r.operationID = "securityTest" r.pathPattern = "/securityTest" @@ -1668,7 +1668,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "StringIntMapGet" + r.name = StringIntMapGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/stringIntMap" @@ -1708,7 +1708,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestFloatValidation" + r.name = TestFloatValidationOperation r.summary = "" r.operationID = "testFloatValidation" r.pathPattern = "/testFloatValidation" @@ -1745,7 +1745,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestInlineOneof" + r.name = TestInlineOneofOperation r.summary = "" r.operationID = "testInlineOneof" r.pathPattern = "/testInlineOneof" @@ -1770,7 +1770,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestIssue1310" + r.name = TestIssue1310Operation r.summary = "" r.operationID = "testIssue1310" r.pathPattern = "/testIssue1310" @@ -1798,7 +1798,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestNullableOneofs" + r.name = TestNullableOneofsOperation r.summary = "" r.operationID = "testNullableOneofs" r.pathPattern = "/testNullableOneofs" @@ -1822,7 +1822,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "TestTuple" + r.name = TestTupleOperation r.summary = "" r.operationID = "testTuple" r.pathPattern = "/testTuple" @@ -1846,7 +1846,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestTupleNamed" + r.name = TestTupleNamedOperation r.summary = "" r.operationID = "testTupleNamed" r.pathPattern = "/testTupleNamed" @@ -1874,7 +1874,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TestUniqueItems" + r.name = TestUniqueItemsOperation r.summary = "" r.operationID = "testUniqueItems" r.pathPattern = "/testUniqueItems" diff --git a/internal/integration/sample_api_no_otel/oas_security_gen.go b/internal/integration/sample_api_no_otel/oas_security_gen.go index f3fccdf68..5e9f25a2a 100644 --- a/internal/integration/sample_api_no_otel/oas_security_gen.go +++ b/internal/integration/sample_api_no_otel/oas_security_gen.go @@ -15,7 +15,7 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleAPIKey handles api_key security. - HandleAPIKey(ctx context.Context, operationName string, t APIKey) (context.Context, error) + HandleAPIKey(ctx context.Context, operationName OperationName, t APIKey) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -33,7 +33,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityAPIKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t APIKey const parameterName = "Api_key" value := req.Header.Get(parameterName) @@ -53,10 +53,10 @@ func (s *Server) securityAPIKey(ctx context.Context, operationName string, req * // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // APIKey provides api_key security value. - APIKey(ctx context.Context, operationName string) (APIKey, error) + APIKey(ctx context.Context, operationName OperationName) (APIKey, error) } -func (s *Client) securityAPIKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.APIKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"APIKey\"") diff --git a/internal/integration/sample_api_ns/oas_client_gen.go b/internal/integration/sample_api_ns/oas_client_gen.go index a227d4967..e66916cf0 100644 --- a/internal/integration/sample_api_ns/oas_client_gen.go +++ b/internal/integration/sample_api_ns/oas_client_gen.go @@ -249,7 +249,7 @@ func (c *Client) sendDataGetFormat(ctx context.Context, params DataGetFormatPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGetFormat", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetFormatOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -413,7 +413,7 @@ func (c *Client) sendDefaultTest(ctx context.Context, request *DefaultTest, para c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DefaultTest", + ctx, span := c.cfg.Tracer.Start(ctx, DefaultTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -509,7 +509,7 @@ func (c *Client) sendErrorGet(ctx context.Context) (res *ErrorStatusCode, err er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ErrorGet", + ctx, span := c.cfg.Tracer.Start(ctx, ErrorGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -581,7 +581,7 @@ func (c *Client) sendFoobarGet(ctx context.Context, params FoobarGetParams) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarGet", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -685,7 +685,7 @@ func (c *Client) sendFoobarPost(ctx context.Context, request OptPet) (res Foobar c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarPost", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -757,7 +757,7 @@ func (c *Client) sendFoobarPut(ctx context.Context) (res *FoobarPutDef, err erro c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FoobarPut", + ctx, span := c.cfg.Tracer.Start(ctx, FoobarPutOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -827,7 +827,7 @@ func (c *Client) sendNoAdditionalPropertiesTest(ctx context.Context) (res *NoAdd c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "NoAdditionalPropertiesTest", + ctx, span := c.cfg.Tracer.Start(ctx, NoAdditionalPropertiesTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -897,7 +897,7 @@ func (c *Client) sendNullableDefaultResponse(ctx context.Context) (res *NilIntSt c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "NullableDefaultResponse", + ctx, span := c.cfg.Tracer.Start(ctx, NullableDefaultResponseOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -967,7 +967,7 @@ func (c *Client) sendOneofBug(ctx context.Context, request *OneOfBugs) (res *One c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OneofBug", + ctx, span := c.cfg.Tracer.Start(ctx, OneofBugOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1039,7 +1039,7 @@ func (c *Client) sendPatternRecursiveMapGet(ctx context.Context) (res PatternRec c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PatternRecursiveMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, PatternRecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1111,7 +1111,7 @@ func (c *Client) sendPetCreate(ctx context.Context, request OptPet) (res *Pet, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetCreate", + ctx, span := c.cfg.Tracer.Start(ctx, PetCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1186,7 +1186,7 @@ func (c *Client) sendPetFriendsNamesByID(ctx context.Context, params PetFriendsN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetFriendsNamesByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetFriendsNamesByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1276,7 +1276,7 @@ func (c *Client) sendPetGet(ctx context.Context, params PetGetParams) (res PetGe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGet", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1423,7 +1423,7 @@ func (c *Client) sendPetGetAvatarByID(ctx context.Context, params PetGetAvatarBy c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetAvatarByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetAvatarByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1513,7 +1513,7 @@ func (c *Client) sendPetGetAvatarByName(ctx context.Context, params PetGetAvatar c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetAvatarByName", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetAvatarByNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1604,7 +1604,7 @@ func (c *Client) sendPetGetByName(ctx context.Context, params PetGetByNameParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetGetByName", + ctx, span := c.cfg.Tracer.Start(ctx, PetGetByNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1694,7 +1694,7 @@ func (c *Client) sendPetNameByID(ctx context.Context, params PetNameByIDParams) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetNameByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetNameByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1781,7 +1781,7 @@ func (c *Client) sendPetUpdateNameAliasPost(ctx context.Context, request OptPetN c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUpdateNameAliasPost", + ctx, span := c.cfg.Tracer.Start(ctx, PetUpdateNameAliasPostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1853,7 +1853,7 @@ func (c *Client) sendPetUpdateNamePost(ctx context.Context, request OptString) ( c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUpdateNamePost", + ctx, span := c.cfg.Tracer.Start(ctx, PetUpdateNamePostOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1928,7 +1928,7 @@ func (c *Client) sendPetUploadAvatarByID(ctx context.Context, request PetUploadA c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PetUploadAvatarByID", + ctx, span := c.cfg.Tracer.Start(ctx, PetUploadAvatarByIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2018,7 +2018,7 @@ func (c *Client) sendRecursiveArrayGet(ctx context.Context) (res RecursiveArray, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RecursiveArrayGet", + ctx, span := c.cfg.Tracer.Start(ctx, RecursiveArrayGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2087,7 +2087,7 @@ func (c *Client) sendRecursiveMapGet(ctx context.Context) (res *RecursiveMap, er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "RecursiveMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, RecursiveMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2157,7 +2157,7 @@ func (c *Client) sendSecurityTest(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SecurityTest", + ctx, span := c.cfg.Tracer.Start(ctx, SecurityTestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2189,7 +2189,7 @@ func (c *Client) sendSecurityTest(ctx context.Context) (res string, err error) { var satisfied bitset { stage = "Security:APIKey" - switch err := c.securityAPIKey(ctx, "SecurityTest", r); { + switch err := c.securityAPIKey(ctx, SecurityTestOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -2259,7 +2259,7 @@ func (c *Client) sendStringIntMapGet(ctx context.Context) (res *StringIntMap, er c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StringIntMapGet", + ctx, span := c.cfg.Tracer.Start(ctx, StringIntMapGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2329,7 +2329,7 @@ func (c *Client) sendTestFloatValidation(ctx context.Context, request *TestFloat c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestFloatValidation", + ctx, span := c.cfg.Tracer.Start(ctx, TestFloatValidationOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2402,7 +2402,7 @@ func (c *Client) sendTestInlineOneof(ctx context.Context) (res *TestInlineOneOf, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestInlineOneof", + ctx, span := c.cfg.Tracer.Start(ctx, TestInlineOneofOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2472,7 +2472,7 @@ func (c *Client) sendTestIssue1310(ctx context.Context) (res *Issue1310, err err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestIssue1310", + ctx, span := c.cfg.Tracer.Start(ctx, TestIssue1310Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2542,7 +2542,7 @@ func (c *Client) sendTestNullableOneofs(ctx context.Context) (res TestNullableOn c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestNullableOneofs", + ctx, span := c.cfg.Tracer.Start(ctx, TestNullableOneofsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2612,7 +2612,7 @@ func (c *Client) sendTestTuple(ctx context.Context) (res *TupleTest, err error) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestTuple", + ctx, span := c.cfg.Tracer.Start(ctx, TestTupleOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2682,7 +2682,7 @@ func (c *Client) sendTestTupleNamed(ctx context.Context) (res *TupleNamedTest, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestTupleNamed", + ctx, span := c.cfg.Tracer.Start(ctx, TestTupleNamedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -2752,7 +2752,7 @@ func (c *Client) sendTestUniqueItems(ctx context.Context) (res *UniqueItemsTest, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestUniqueItems", + ctx, span := c.cfg.Tracer.Start(ctx, TestUniqueItemsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/sample_api_ns/oas_operations_gen.go b/internal/integration/sample_api_ns/oas_operations_gen.go new file mode 100644 index 000000000..1198b412d --- /dev/null +++ b/internal/integration/sample_api_ns/oas_operations_gen.go @@ -0,0 +1,40 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataGetFormatOperation OperationName = "DataGetFormat" + DefaultTestOperation OperationName = "DefaultTest" + ErrorGetOperation OperationName = "ErrorGet" + FoobarGetOperation OperationName = "FoobarGet" + FoobarPostOperation OperationName = "FoobarPost" + FoobarPutOperation OperationName = "FoobarPut" + NoAdditionalPropertiesTestOperation OperationName = "NoAdditionalPropertiesTest" + NullableDefaultResponseOperation OperationName = "NullableDefaultResponse" + OneofBugOperation OperationName = "OneofBug" + PatternRecursiveMapGetOperation OperationName = "PatternRecursiveMapGet" + PetCreateOperation OperationName = "PetCreate" + PetFriendsNamesByIDOperation OperationName = "PetFriendsNamesByID" + PetGetOperation OperationName = "PetGet" + PetGetAvatarByIDOperation OperationName = "PetGetAvatarByID" + PetGetAvatarByNameOperation OperationName = "PetGetAvatarByName" + PetGetByNameOperation OperationName = "PetGetByName" + PetNameByIDOperation OperationName = "PetNameByID" + PetUpdateNameAliasPostOperation OperationName = "PetUpdateNameAliasPost" + PetUpdateNamePostOperation OperationName = "PetUpdateNamePost" + PetUploadAvatarByIDOperation OperationName = "PetUploadAvatarByID" + RecursiveArrayGetOperation OperationName = "RecursiveArrayGet" + RecursiveMapGetOperation OperationName = "RecursiveMapGet" + SecurityTestOperation OperationName = "SecurityTest" + StringIntMapGetOperation OperationName = "StringIntMapGet" + TestFloatValidationOperation OperationName = "TestFloatValidation" + TestInlineOneofOperation OperationName = "TestInlineOneof" + TestIssue1310Operation OperationName = "TestIssue1310" + TestNullableOneofsOperation OperationName = "TestNullableOneofs" + TestTupleOperation OperationName = "TestTuple" + TestTupleNamedOperation OperationName = "TestTupleNamed" + TestUniqueItemsOperation OperationName = "TestUniqueItems" +) diff --git a/internal/integration/sample_api_ns/oas_security_gen.go b/internal/integration/sample_api_ns/oas_security_gen.go index cd4f4799c..b80193118 100644 --- a/internal/integration/sample_api_ns/oas_security_gen.go +++ b/internal/integration/sample_api_ns/oas_security_gen.go @@ -12,10 +12,10 @@ import ( // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // APIKey provides api_key security value. - APIKey(ctx context.Context, operationName string) (APIKey, error) + APIKey(ctx context.Context, operationName OperationName) (APIKey, error) } -func (s *Client) securityAPIKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityAPIKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.APIKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"APIKey\"") diff --git a/internal/integration/sample_err/oas_client_gen.go b/internal/integration/sample_err/oas_client_gen.go index 8399cff5d..6c55848c3 100644 --- a/internal/integration/sample_err/oas_client_gen.go +++ b/internal/integration/sample_err/oas_client_gen.go @@ -117,7 +117,7 @@ func (c *Client) sendDataCreate(ctx context.Context, request OptData) (res *Data c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataCreate", + ctx, span := c.cfg.Tracer.Start(ctx, DataCreateOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -192,7 +192,7 @@ func (c *Client) sendDataGet(ctx context.Context) (res *Data, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DataGet", + ctx, span := c.cfg.Tracer.Start(ctx, DataGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/sample_err/oas_handlers_gen.go b/internal/integration/sample_err/oas_handlers_gen.go index 076b3b0b6..f969249b0 100644 --- a/internal/integration/sample_err/oas_handlers_gen.go +++ b/internal/integration/sample_err/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleDataCreateRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataCreate", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataCreateOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleDataCreateRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "DataCreate", + Name: DataCreateOperation, ID: "dataCreate", } ) @@ -88,7 +88,7 @@ func (s *Server) handleDataCreateRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataCreate", + OperationName: DataCreateOperation, OperationSummary: "", OperationID: "dataCreate", Body: request, @@ -156,7 +156,7 @@ func (s *Server) handleDataGetRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DataGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), DataGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -192,7 +192,7 @@ func (s *Server) handleDataGetRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DataGet", + OperationName: DataGetOperation, OperationSummary: "", OperationID: "dataGet", Body: nil, diff --git a/internal/integration/sample_err/oas_operations_gen.go b/internal/integration/sample_err/oas_operations_gen.go new file mode 100644 index 000000000..03e24a472 --- /dev/null +++ b/internal/integration/sample_err/oas_operations_gen.go @@ -0,0 +1,11 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DataCreateOperation OperationName = "DataCreate" + DataGetOperation OperationName = "DataGet" +) diff --git a/internal/integration/sample_err/oas_router_gen.go b/internal/integration/sample_err/oas_router_gen.go index 7d59c4623..e9a7d58a2 100644 --- a/internal/integration/sample_err/oas_router_gen.go +++ b/internal/integration/sample_err/oas_router_gen.go @@ -163,7 +163,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DataGet" + r.name = DataGetOperation r.summary = "" r.operationID = "dataGet" r.pathPattern = "/data" @@ -171,7 +171,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { r.count = 0 return r, true case "POST": - r.name = "DataCreate" + r.name = DataCreateOperation r.summary = "" r.operationID = "dataCreate" r.pathPattern = "/data" diff --git a/internal/integration/security_reentrant/oas_client_gen.go b/internal/integration/security_reentrant/oas_client_gen.go index a466eecae..7f936e14d 100644 --- a/internal/integration/security_reentrant/oas_client_gen.go +++ b/internal/integration/security_reentrant/oas_client_gen.go @@ -118,7 +118,7 @@ func (c *Client) sendCustomSecurity(ctx context.Context) (res *CustomSecurityOK, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CustomSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, CustomSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -150,7 +150,7 @@ func (c *Client) sendCustomSecurity(ctx context.Context) (res *CustomSecurityOK, var satisfied bitset { stage = "Security:Custom" - switch err := c.securityCustom(ctx, "CustomSecurity", r); { + switch err := c.securityCustom(ctx, CustomSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -221,7 +221,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DisjointSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, DisjointSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -253,7 +253,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit var satisfied bitset { stage = "Security:BasicAuth" - switch err := c.securityBasicAuth(ctx, "DisjointSecurity", r); { + switch err := c.securityBasicAuth(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -264,7 +264,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:QueryKey" - switch err := c.securityQueryKey(ctx, "DisjointSecurity", r); { + switch err := c.securityQueryKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 1 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -275,7 +275,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:CookieKey" - switch err := c.securityCookieKey(ctx, "DisjointSecurity", r); { + switch err := c.securityCookieKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 2 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -286,7 +286,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:HeaderKey" - switch err := c.securityHeaderKey(ctx, "DisjointSecurity", r); { + switch err := c.securityHeaderKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 3 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -358,7 +358,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IntersectSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, IntersectSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -390,7 +390,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur var satisfied bitset { stage = "Security:BasicAuth" - switch err := c.securityBasicAuth(ctx, "IntersectSecurity", r); { + switch err := c.securityBasicAuth(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -401,7 +401,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur } { stage = "Security:HeaderKey" - switch err := c.securityHeaderKey(ctx, "IntersectSecurity", r); { + switch err := c.securityHeaderKey(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 1 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -412,7 +412,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur } { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "IntersectSecurity", r); { + switch err := c.securityBearerToken(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 2 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -484,7 +484,7 @@ func (c *Client) sendOptionalSecurity(ctx context.Context) (res *OptionalSecurit c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OptionalSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, OptionalSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -516,7 +516,7 @@ func (c *Client) sendOptionalSecurity(ctx context.Context) (res *OptionalSecurit var satisfied bitset { stage = "Security:QueryKey" - switch err := c.securityQueryKey(ctx, "OptionalSecurity", r); { + switch err := c.securityQueryKey(ctx, OptionalSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/internal/integration/security_reentrant/oas_handlers_gen.go b/internal/integration/security_reentrant/oas_handlers_gen.go index df022ae41..343cb55e0 100644 --- a/internal/integration/security_reentrant/oas_handlers_gen.go +++ b/internal/integration/security_reentrant/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CustomSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), CustomSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CustomSecurity", + Name: CustomSecurityOperation, ID: "customSecurity", } ) @@ -70,7 +70,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityCustom(ctx, "CustomSecurity", r) + sctx, ok, err := s.securityCustom(ctx, CustomSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -115,7 +115,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CustomSecurity", + OperationName: CustomSecurityOperation, OperationSummary: "", OperationID: "customSecurity", Body: nil, @@ -170,7 +170,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DisjointSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), DisjointSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -201,7 +201,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DisjointSecurity", + Name: DisjointSecurityOperation, ID: "disjointSecurity", } ) @@ -209,7 +209,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBasicAuth(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityBasicAuth(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -226,7 +226,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityQueryKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityQueryKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -243,7 +243,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityCookieKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityCookieKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -260,7 +260,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityHeaderKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityHeaderKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -306,7 +306,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DisjointSecurity", + OperationName: DisjointSecurityOperation, OperationSummary: "", OperationID: "disjointSecurity", Body: nil, @@ -361,7 +361,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IntersectSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), IntersectSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -392,7 +392,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IntersectSecurity", + Name: IntersectSecurityOperation, ID: "intersectSecurity", } ) @@ -400,7 +400,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBasicAuth(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityBasicAuth(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -417,7 +417,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } } { - sctx, ok, err := s.securityHeaderKey(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityHeaderKey(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -434,7 +434,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } } { - sctx, ok, err := s.securityBearerToken(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityBearerToken(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -480,7 +480,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IntersectSecurity", + OperationName: IntersectSecurityOperation, OperationSummary: "", OperationID: "intersectSecurity", Body: nil, @@ -535,7 +535,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OptionalSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), OptionalSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -566,7 +566,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OptionalSecurity", + Name: OptionalSecurityOperation, ID: "optionalSecurity", } ) @@ -574,7 +574,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityQueryKey(ctx, "OptionalSecurity", r) + sctx, ok, err := s.securityQueryKey(ctx, OptionalSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -620,7 +620,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OptionalSecurity", + OperationName: OptionalSecurityOperation, OperationSummary: "", OperationID: "optionalSecurity", Body: nil, diff --git a/internal/integration/security_reentrant/oas_operations_gen.go b/internal/integration/security_reentrant/oas_operations_gen.go new file mode 100644 index 000000000..eabe13ca4 --- /dev/null +++ b/internal/integration/security_reentrant/oas_operations_gen.go @@ -0,0 +1,13 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CustomSecurityOperation OperationName = "CustomSecurity" + DisjointSecurityOperation OperationName = "DisjointSecurity" + IntersectSecurityOperation OperationName = "IntersectSecurity" + OptionalSecurityOperation OperationName = "OptionalSecurity" +) diff --git a/internal/integration/security_reentrant/oas_router_gen.go b/internal/integration/security_reentrant/oas_router_gen.go index ba6c5d233..d24242a6b 100644 --- a/internal/integration/security_reentrant/oas_router_gen.go +++ b/internal/integration/security_reentrant/oas_router_gen.go @@ -251,7 +251,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CustomSecurity" + r.name = CustomSecurityOperation r.summary = "" r.operationID = "customSecurity" r.pathPattern = "/customSecurity" @@ -276,7 +276,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DisjointSecurity" + r.name = DisjointSecurityOperation r.summary = "" r.operationID = "disjointSecurity" r.pathPattern = "/disjointSecurity" @@ -301,7 +301,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IntersectSecurity" + r.name = IntersectSecurityOperation r.summary = "" r.operationID = "intersectSecurity" r.pathPattern = "/intersectSecurity" @@ -326,7 +326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OptionalSecurity" + r.name = OptionalSecurityOperation r.summary = "" r.operationID = "optionalSecurity" r.pathPattern = "/optionalSecurity" diff --git a/internal/integration/security_reentrant/oas_security_gen.go b/internal/integration/security_reentrant/oas_security_gen.go index 00604a3cf..02a2fdf5a 100644 --- a/internal/integration/security_reentrant/oas_security_gen.go +++ b/internal/integration/security_reentrant/oas_security_gen.go @@ -15,17 +15,17 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleBasicAuth handles basicAuth security. - HandleBasicAuth(ctx context.Context, operationName string, t BasicAuth) (context.Context, error) + HandleBasicAuth(ctx context.Context, operationName OperationName, t BasicAuth) (context.Context, error) // HandleBearerToken handles bearerToken security. - HandleBearerToken(ctx context.Context, operationName string, t BearerToken) (context.Context, error) + HandleBearerToken(ctx context.Context, operationName OperationName, t BearerToken) (context.Context, error) // HandleCookieKey handles cookieKey security. - HandleCookieKey(ctx context.Context, operationName string, t CookieKey) (context.Context, error) + HandleCookieKey(ctx context.Context, operationName OperationName, t CookieKey) (context.Context, error) // HandleCustom handles custom security. - HandleCustom(ctx context.Context, operationName string, req *http.Request) (context.Context, error) + HandleCustom(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, error) // HandleHeaderKey handles headerKey security. - HandleHeaderKey(ctx context.Context, operationName string, t HeaderKey) (context.Context, error) + HandleHeaderKey(ctx context.Context, operationName OperationName, t HeaderKey) (context.Context, error) // HandleQueryKey handles queryKey security. - HandleQueryKey(ctx context.Context, operationName string, t QueryKey) (context.Context, error) + HandleQueryKey(ctx context.Context, operationName OperationName, t QueryKey) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -43,7 +43,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityBasicAuth(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityBasicAuth(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t BasicAuth if _, ok := findAuthorization(req.Header, "Basic"); !ok { return ctx, false, nil @@ -62,7 +62,7 @@ func (s *Server) securityBasicAuth(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityBearerToken(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t BearerToken token, ok := findAuthorization(req.Header, "Bearer") if !ok { @@ -77,7 +77,7 @@ func (s *Server) securityBearerToken(ctx context.Context, operationName string, } return rctx, true, err } -func (s *Server) securityCookieKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityCookieKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t CookieKey const parameterName = "api_key" var value string @@ -98,7 +98,7 @@ func (s *Server) securityCookieKey(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityCustom(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityCustom(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { t := req rctx, err := s.sec.HandleCustom(ctx, operationName, t) if errors.Is(err, ogenerrors.ErrSkipServerSecurity) { @@ -108,7 +108,7 @@ func (s *Server) securityCustom(ctx context.Context, operationName string, req * } return rctx, true, err } -func (s *Server) securityHeaderKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityHeaderKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t HeaderKey const parameterName = "X-Api-Key" value := req.Header.Get(parameterName) @@ -124,7 +124,7 @@ func (s *Server) securityHeaderKey(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityQueryKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityQueryKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t QueryKey const parameterName = "api_key" q := req.URL.Query() @@ -145,20 +145,20 @@ func (s *Server) securityQueryKey(ctx context.Context, operationName string, req // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // BasicAuth provides basicAuth security value. - BasicAuth(ctx context.Context, operationName string, client *Client) (BasicAuth, error) + BasicAuth(ctx context.Context, operationName OperationName, client *Client) (BasicAuth, error) // BearerToken provides bearerToken security value. - BearerToken(ctx context.Context, operationName string, client *Client) (BearerToken, error) + BearerToken(ctx context.Context, operationName OperationName, client *Client) (BearerToken, error) // CookieKey provides cookieKey security value. - CookieKey(ctx context.Context, operationName string, client *Client) (CookieKey, error) + CookieKey(ctx context.Context, operationName OperationName, client *Client) (CookieKey, error) // Custom provides custom security value. - Custom(ctx context.Context, operationName string, req *http.Request, client *Client) error + Custom(ctx context.Context, operationName OperationName, req *http.Request, client *Client) error // HeaderKey provides headerKey security value. - HeaderKey(ctx context.Context, operationName string, client *Client) (HeaderKey, error) + HeaderKey(ctx context.Context, operationName OperationName, client *Client) (HeaderKey, error) // QueryKey provides queryKey security value. - QueryKey(ctx context.Context, operationName string, client *Client) (QueryKey, error) + QueryKey(ctx context.Context, operationName OperationName, client *Client) (QueryKey, error) } -func (s *Client) securityBasicAuth(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityBasicAuth(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.BasicAuth(ctx, operationName, s) if err != nil { return errors.Wrap(err, "security source \"BasicAuth\"") @@ -166,7 +166,7 @@ func (s *Client) securityBasicAuth(ctx context.Context, operationName string, re req.SetBasicAuth(t.Username, t.Password) return nil } -func (s *Client) securityBearerToken(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.BearerToken(ctx, operationName, s) if err != nil { return errors.Wrap(err, "security source \"BearerToken\"") @@ -174,7 +174,7 @@ func (s *Client) securityBearerToken(ctx context.Context, operationName string, req.Header.Set("Authorization", "Bearer "+t.Token) return nil } -func (s *Client) securityCookieKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityCookieKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.CookieKey(ctx, operationName, s) if err != nil { return errors.Wrap(err, "security source \"CookieKey\"") @@ -185,13 +185,13 @@ func (s *Client) securityCookieKey(ctx context.Context, operationName string, re }) return nil } -func (s *Client) securityCustom(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityCustom(ctx context.Context, operationName OperationName, req *http.Request) error { if err := s.sec.Custom(ctx, operationName, req, s); err != nil { return errors.Wrap(err, "security source \"Custom\"") } return nil } -func (s *Client) securityHeaderKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityHeaderKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.HeaderKey(ctx, operationName, s) if err != nil { return errors.Wrap(err, "security source \"HeaderKey\"") @@ -199,7 +199,7 @@ func (s *Client) securityHeaderKey(ctx context.Context, operationName string, re req.Header.Set("X-Api-Key", t.APIKey) return nil } -func (s *Client) securityQueryKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityQueryKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.QueryKey(ctx, operationName, s) if err != nil { return errors.Wrap(err, "security source \"QueryKey\"") diff --git a/internal/integration/techempower/oas_client_gen.go b/internal/integration/techempower/oas_client_gen.go index 93a3635df..c63bac7b5 100644 --- a/internal/integration/techempower/oas_client_gen.go +++ b/internal/integration/techempower/oas_client_gen.go @@ -150,7 +150,7 @@ func (c *Client) sendCaching(ctx context.Context, params CachingParams) (res Wor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Caching", + ctx, span := c.cfg.Tracer.Start(ctx, CachingOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -241,7 +241,7 @@ func (c *Client) sendDB(ctx context.Context) (res *WorldObject, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DB", + ctx, span := c.cfg.Tracer.Start(ctx, DBOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -315,7 +315,7 @@ func (c *Client) sendJSON(ctx context.Context) (res *HelloWorld, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "JSON", + ctx, span := c.cfg.Tracer.Start(ctx, JSONOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -390,7 +390,7 @@ func (c *Client) sendQueries(ctx context.Context, params QueriesParams) (res Wor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Queries", + ctx, span := c.cfg.Tracer.Start(ctx, QueriesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -482,7 +482,7 @@ func (c *Client) sendUpdates(ctx context.Context, params UpdatesParams) (res Wor c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Updates", + ctx, span := c.cfg.Tracer.Start(ctx, UpdatesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/techempower/oas_handlers_gen.go b/internal/integration/techempower/oas_handlers_gen.go index 341703af2..9e0cfa397 100644 --- a/internal/integration/techempower/oas_handlers_gen.go +++ b/internal/integration/techempower/oas_handlers_gen.go @@ -38,7 +38,7 @@ func (s *Server) handleCachingRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Caching", + ctx, span := s.cfg.Tracer.Start(r.Context(), CachingOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -69,7 +69,7 @@ func (s *Server) handleCachingRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "Caching", + Name: CachingOperation, ID: "Caching", } ) @@ -88,7 +88,7 @@ func (s *Server) handleCachingRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Caching", + OperationName: CachingOperation, OperationSummary: "Test #7. The Caching test exercises the preferred in-memory or separate-process caching technology for the platform or framework. For implementation simplicity, the requirements are very similar to the multiple database-query test Test #3, but use a separate database table. The requirements are quite generous, affording each framework fairly broad freedom to meet the requirements in the manner that best represents the canonical non-distributed caching approach for the framework. (Note: a distributed caching test type could be added later.)", OperationID: "Caching", Body: nil, @@ -151,7 +151,7 @@ func (s *Server) handleDBRequest(args [0]string, argsEscaped bool, w http.Respon } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DB", + ctx, span := s.cfg.Tracer.Start(r.Context(), DBOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -187,7 +187,7 @@ func (s *Server) handleDBRequest(args [0]string, argsEscaped bool, w http.Respon if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DB", + OperationName: DBOperation, OperationSummary: "Test #2. The Single Database Query test exercises the framework's object-relational mapper (ORM), random number generator, database driver, and database connection pool.", OperationID: "DB", Body: nil, @@ -246,7 +246,7 @@ func (s *Server) handleJSONRequest(args [0]string, argsEscaped bool, w http.Resp } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "JSON", + ctx, span := s.cfg.Tracer.Start(r.Context(), JSONOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -282,7 +282,7 @@ func (s *Server) handleJSONRequest(args [0]string, argsEscaped bool, w http.Resp if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "JSON", + OperationName: JSONOperation, OperationSummary: "Test #1. The JSON Serialization test exercises the framework fundamentals including keep-alive support, request routing, request header parsing, object instantiation, JSON serialization, response header generation, and request count throughput.", OperationID: "json", Body: nil, @@ -342,7 +342,7 @@ func (s *Server) handleQueriesRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Queries", + ctx, span := s.cfg.Tracer.Start(r.Context(), QueriesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -373,7 +373,7 @@ func (s *Server) handleQueriesRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "Queries", + Name: QueriesOperation, ID: "Queries", } ) @@ -392,7 +392,7 @@ func (s *Server) handleQueriesRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Queries", + OperationName: QueriesOperation, OperationSummary: "Test #3. The Multiple Database Queries test is a variation of Test #2 and also uses the World table. Multiple rows are fetched to more dramatically punish the database driver and connection pool. At the highest queries-per-request tested (20), this test demonstrates all frameworks' convergence toward zero requests-per-second as database activity increases.", OperationID: "Queries", Body: nil, @@ -456,7 +456,7 @@ func (s *Server) handleUpdatesRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Updates", + ctx, span := s.cfg.Tracer.Start(r.Context(), UpdatesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -487,7 +487,7 @@ func (s *Server) handleUpdatesRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "Updates", + Name: UpdatesOperation, ID: "Updates", } ) @@ -506,7 +506,7 @@ func (s *Server) handleUpdatesRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Updates", + OperationName: UpdatesOperation, OperationSummary: "Test #5. The Database Updates test is a variation of Test #3 that exercises the ORM's persistence of objects and the database driver's performance at running UPDATE statements or similar. The spirit of this test is to exercise a variable number of read-then-write style database operations.", OperationID: "Updates", Body: nil, diff --git a/internal/integration/techempower/oas_operations_gen.go b/internal/integration/techempower/oas_operations_gen.go new file mode 100644 index 000000000..bb9efb0f3 --- /dev/null +++ b/internal/integration/techempower/oas_operations_gen.go @@ -0,0 +1,14 @@ +// Code generated by ogen, DO NOT EDIT. + +package techempower + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CachingOperation OperationName = "Caching" + DBOperation OperationName = "DB" + JSONOperation OperationName = "JSON" + QueriesOperation OperationName = "Queries" + UpdatesOperation OperationName = "Updates" +) diff --git a/internal/integration/techempower/oas_router_gen.go b/internal/integration/techempower/oas_router_gen.go index 8aaa0b2b6..ac37ddc2b 100644 --- a/internal/integration/techempower/oas_router_gen.go +++ b/internal/integration/techempower/oas_router_gen.go @@ -272,7 +272,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Caching" + r.name = CachingOperation r.summary = "Test #7. The Caching test exercises the preferred in-memory or separate-process caching technology for the platform or framework. For implementation simplicity, the requirements are very similar to the multiple database-query test Test #3, but use a separate database table. The requirements are quite generous, affording each framework fairly broad freedom to meet the requirements in the manner that best represents the canonical non-distributed caching approach for the framework. (Note: a distributed caching test type could be added later.)" r.operationID = "Caching" r.pathPattern = "/cached-worlds" @@ -297,7 +297,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DB" + r.name = DBOperation r.summary = "Test #2. The Single Database Query test exercises the framework's object-relational mapper (ORM), random number generator, database driver, and database connection pool." r.operationID = "DB" r.pathPattern = "/db" @@ -322,7 +322,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "JSON" + r.name = JSONOperation r.summary = "Test #1. The JSON Serialization test exercises the framework fundamentals including keep-alive support, request routing, request header parsing, object instantiation, JSON serialization, response header generation, and request count throughput." r.operationID = "json" r.pathPattern = "/json" @@ -347,7 +347,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Queries" + r.name = QueriesOperation r.summary = "Test #3. The Multiple Database Queries test is a variation of Test #2 and also uses the World table. Multiple rows are fetched to more dramatically punish the database driver and connection pool. At the highest queries-per-request tested (20), this test demonstrates all frameworks' convergence toward zero requests-per-second as database activity increases." r.operationID = "Queries" r.pathPattern = "/queries" @@ -372,7 +372,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Updates" + r.name = UpdatesOperation r.summary = "Test #5. The Database Updates test is a variation of Test #3 that exercises the ORM's persistence of objects and the database driver's performance at running UPDATE statements or similar. The spirit of this test is to exercise a variable number of read-then-write style database operations." r.operationID = "Updates" r.pathPattern = "/updates" diff --git a/internal/integration/test_allof/oas_client_gen.go b/internal/integration/test_allof/oas_client_gen.go index 0668c5f02..f3cb43bf3 100644 --- a/internal/integration/test_allof/oas_client_gen.go +++ b/internal/integration/test_allof/oas_client_gen.go @@ -172,7 +172,7 @@ func (c *Client) sendNullableStrings(ctx context.Context, request NilString) (re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "NullableStrings", + ctx, span := c.cfg.Tracer.Start(ctx, NullableStringsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -256,7 +256,7 @@ func (c *Client) sendObjectsWithConflictingArrayProperty(ctx context.Context, re c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ObjectsWithConflictingArrayProperty", + ctx, span := c.cfg.Tracer.Start(ctx, ObjectsWithConflictingArrayPropertyOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -340,7 +340,7 @@ func (c *Client) sendObjectsWithConflictingProperties(ctx context.Context, reque c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ObjectsWithConflictingProperties", + ctx, span := c.cfg.Tracer.Start(ctx, ObjectsWithConflictingPropertiesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -438,7 +438,7 @@ func (c *Client) sendReferencedAllof(ctx context.Context, request ReferencedAllo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReferencedAllof", + ctx, span := c.cfg.Tracer.Start(ctx, ReferencedAllofOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -538,7 +538,7 @@ func (c *Client) sendReferencedAllofOptional(ctx context.Context, request Refere c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ReferencedAllofOptional", + ctx, span := c.cfg.Tracer.Start(ctx, ReferencedAllofOptionalOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -631,7 +631,7 @@ func (c *Client) sendSimpleInteger(ctx context.Context, request int) (res *Simpl c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SimpleInteger", + ctx, span := c.cfg.Tracer.Start(ctx, SimpleIntegerOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -706,7 +706,7 @@ func (c *Client) sendSimpleObjects(ctx context.Context, request *SimpleObjectsRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SimpleObjects", + ctx, span := c.cfg.Tracer.Start(ctx, SimpleObjectsOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -803,7 +803,7 @@ func (c *Client) sendStringsNotype(ctx context.Context, request NilString) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StringsNotype", + ctx, span := c.cfg.Tracer.Start(ctx, StringsNotypeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_allof/oas_handlers_gen.go b/internal/integration/test_allof/oas_handlers_gen.go index 12ef3fd9b..f92007fe3 100644 --- a/internal/integration/test_allof/oas_handlers_gen.go +++ b/internal/integration/test_allof/oas_handlers_gen.go @@ -33,7 +33,7 @@ func (s *Server) handleNullableStringsRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "NullableStrings", + ctx, span := s.cfg.Tracer.Start(r.Context(), NullableStringsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleNullableStringsRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "NullableStrings", + Name: NullableStringsOperation, ID: "nullableStrings", } ) @@ -88,7 +88,7 @@ func (s *Server) handleNullableStringsRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "NullableStrings", + OperationName: NullableStringsOperation, OperationSummary: "", OperationID: "nullableStrings", Body: request, @@ -145,7 +145,7 @@ func (s *Server) handleObjectsWithConflictingArrayPropertyRequest(args [0]string } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ObjectsWithConflictingArrayProperty", + ctx, span := s.cfg.Tracer.Start(r.Context(), ObjectsWithConflictingArrayPropertyOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -176,7 +176,7 @@ func (s *Server) handleObjectsWithConflictingArrayPropertyRequest(args [0]string } err error opErrContext = ogenerrors.OperationContext{ - Name: "ObjectsWithConflictingArrayProperty", + Name: ObjectsWithConflictingArrayPropertyOperation, ID: "objectsWithConflictingArrayProperty", } ) @@ -200,7 +200,7 @@ func (s *Server) handleObjectsWithConflictingArrayPropertyRequest(args [0]string if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ObjectsWithConflictingArrayProperty", + OperationName: ObjectsWithConflictingArrayPropertyOperation, OperationSummary: "", OperationID: "objectsWithConflictingArrayProperty", Body: request, @@ -257,7 +257,7 @@ func (s *Server) handleObjectsWithConflictingPropertiesRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ObjectsWithConflictingProperties", + ctx, span := s.cfg.Tracer.Start(r.Context(), ObjectsWithConflictingPropertiesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -288,7 +288,7 @@ func (s *Server) handleObjectsWithConflictingPropertiesRequest(args [0]string, a } err error opErrContext = ogenerrors.OperationContext{ - Name: "ObjectsWithConflictingProperties", + Name: ObjectsWithConflictingPropertiesOperation, ID: "objectsWithConflictingProperties", } ) @@ -312,7 +312,7 @@ func (s *Server) handleObjectsWithConflictingPropertiesRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ObjectsWithConflictingProperties", + OperationName: ObjectsWithConflictingPropertiesOperation, OperationSummary: "", OperationID: "objectsWithConflictingProperties", Body: request, @@ -369,7 +369,7 @@ func (s *Server) handleReferencedAllofRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReferencedAllof", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReferencedAllofOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -400,7 +400,7 @@ func (s *Server) handleReferencedAllofRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReferencedAllof", + Name: ReferencedAllofOperation, ID: "referencedAllof", } ) @@ -424,7 +424,7 @@ func (s *Server) handleReferencedAllofRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReferencedAllof", + OperationName: ReferencedAllofOperation, OperationSummary: "", OperationID: "referencedAllof", Body: request, @@ -481,7 +481,7 @@ func (s *Server) handleReferencedAllofOptionalRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ReferencedAllofOptional", + ctx, span := s.cfg.Tracer.Start(r.Context(), ReferencedAllofOptionalOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -512,7 +512,7 @@ func (s *Server) handleReferencedAllofOptionalRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "ReferencedAllofOptional", + Name: ReferencedAllofOptionalOperation, ID: "referencedAllofOptional", } ) @@ -536,7 +536,7 @@ func (s *Server) handleReferencedAllofOptionalRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ReferencedAllofOptional", + OperationName: ReferencedAllofOptionalOperation, OperationSummary: "", OperationID: "referencedAllofOptional", Body: request, @@ -593,7 +593,7 @@ func (s *Server) handleSimpleIntegerRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SimpleInteger", + ctx, span := s.cfg.Tracer.Start(r.Context(), SimpleIntegerOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -624,7 +624,7 @@ func (s *Server) handleSimpleIntegerRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SimpleInteger", + Name: SimpleIntegerOperation, ID: "simpleInteger", } ) @@ -648,7 +648,7 @@ func (s *Server) handleSimpleIntegerRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SimpleInteger", + OperationName: SimpleIntegerOperation, OperationSummary: "", OperationID: "simpleInteger", Body: request, @@ -705,7 +705,7 @@ func (s *Server) handleSimpleObjectsRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SimpleObjects", + ctx, span := s.cfg.Tracer.Start(r.Context(), SimpleObjectsOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -736,7 +736,7 @@ func (s *Server) handleSimpleObjectsRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "SimpleObjects", + Name: SimpleObjectsOperation, ID: "simpleObjects", } ) @@ -760,7 +760,7 @@ func (s *Server) handleSimpleObjectsRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SimpleObjects", + OperationName: SimpleObjectsOperation, OperationSummary: "", OperationID: "simpleObjects", Body: request, @@ -815,7 +815,7 @@ func (s *Server) handleStringsNotypeRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StringsNotype", + ctx, span := s.cfg.Tracer.Start(r.Context(), StringsNotypeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -846,7 +846,7 @@ func (s *Server) handleStringsNotypeRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "StringsNotype", + Name: StringsNotypeOperation, ID: "stringsNotype", } ) @@ -870,7 +870,7 @@ func (s *Server) handleStringsNotypeRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StringsNotype", + OperationName: StringsNotypeOperation, OperationSummary: "", OperationID: "stringsNotype", Body: request, diff --git a/internal/integration/test_allof/oas_operations_gen.go b/internal/integration/test_allof/oas_operations_gen.go new file mode 100644 index 000000000..79da4c9b6 --- /dev/null +++ b/internal/integration/test_allof/oas_operations_gen.go @@ -0,0 +1,17 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + NullableStringsOperation OperationName = "NullableStrings" + ObjectsWithConflictingArrayPropertyOperation OperationName = "ObjectsWithConflictingArrayProperty" + ObjectsWithConflictingPropertiesOperation OperationName = "ObjectsWithConflictingProperties" + ReferencedAllofOperation OperationName = "ReferencedAllof" + ReferencedAllofOptionalOperation OperationName = "ReferencedAllofOptional" + SimpleIntegerOperation OperationName = "SimpleInteger" + SimpleObjectsOperation OperationName = "SimpleObjects" + StringsNotypeOperation OperationName = "StringsNotype" +) diff --git a/internal/integration/test_allof/oas_router_gen.go b/internal/integration/test_allof/oas_router_gen.go index 94bbfc00f..3346131f9 100644 --- a/internal/integration/test_allof/oas_router_gen.go +++ b/internal/integration/test_allof/oas_router_gen.go @@ -381,7 +381,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "NullableStrings" + r.name = NullableStringsOperation r.summary = "" r.operationID = "nullableStrings" r.pathPattern = "/nullableStrings" @@ -418,7 +418,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ObjectsWithConflictingArrayProperty" + r.name = ObjectsWithConflictingArrayPropertyOperation r.summary = "" r.operationID = "objectsWithConflictingArrayProperty" r.pathPattern = "/objectsWithConflictingArrayProperty" @@ -443,7 +443,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ObjectsWithConflictingProperties" + r.name = ObjectsWithConflictingPropertiesOperation r.summary = "" r.operationID = "objectsWithConflictingProperties" r.pathPattern = "/objectsWithConflictingProperties" @@ -470,7 +470,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "ReferencedAllof" + r.name = ReferencedAllofOperation r.summary = "" r.operationID = "referencedAllof" r.pathPattern = "/referencedAllof" @@ -494,7 +494,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "ReferencedAllofOptional" + r.name = ReferencedAllofOptionalOperation r.summary = "" r.operationID = "referencedAllofOptional" r.pathPattern = "/referencedAllofOptional" @@ -546,7 +546,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SimpleInteger" + r.name = SimpleIntegerOperation r.summary = "" r.operationID = "simpleInteger" r.pathPattern = "/simpleInteger" @@ -571,7 +571,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "SimpleObjects" + r.name = SimpleObjectsOperation r.summary = "" r.operationID = "simpleObjects" r.pathPattern = "/simpleObjects" @@ -599,7 +599,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StringsNotype" + r.name = StringsNotypeOperation r.summary = "" r.operationID = "stringsNotype" r.pathPattern = "/stringsNotype" diff --git a/internal/integration/test_anyof/oas_client_gen.go b/internal/integration/test_anyof/oas_client_gen.go index 6b9c4234a..318bdae66 100644 --- a/internal/integration/test_anyof/oas_client_gen.go +++ b/internal/integration/test_anyof/oas_client_gen.go @@ -111,7 +111,7 @@ func (c *Client) sendIntegerNumber(ctx context.Context) (res *IntegerNumber, err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IntegerNumber", + ctx, span := c.cfg.Tracer.Start(ctx, IntegerNumberOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -181,7 +181,7 @@ func (c *Client) sendJaegerAnyOf(ctx context.Context) (res *JaegerAnyOf, err err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "JaegerAnyOf", + ctx, span := c.cfg.Tracer.Start(ctx, JaegerAnyOfOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -251,7 +251,7 @@ func (c *Client) sendOneUUID(ctx context.Context) (res *OneUUID, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OneUUID", + ctx, span := c.cfg.Tracer.Start(ctx, OneUUIDOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_anyof/oas_handlers_gen.go b/internal/integration/test_anyof/oas_handlers_gen.go index cffae5ba8..ff87f06ec 100644 --- a/internal/integration/test_anyof/oas_handlers_gen.go +++ b/internal/integration/test_anyof/oas_handlers_gen.go @@ -30,7 +30,7 @@ func (s *Server) handleIntegerNumberRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IntegerNumber", + ctx, span := s.cfg.Tracer.Start(r.Context(), IntegerNumberOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -66,7 +66,7 @@ func (s *Server) handleIntegerNumberRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IntegerNumber", + OperationName: IntegerNumberOperation, OperationSummary: "", OperationID: "integerNumber", Body: nil, @@ -121,7 +121,7 @@ func (s *Server) handleJaegerAnyOfRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "JaegerAnyOf", + ctx, span := s.cfg.Tracer.Start(r.Context(), JaegerAnyOfOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -157,7 +157,7 @@ func (s *Server) handleJaegerAnyOfRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "JaegerAnyOf", + OperationName: JaegerAnyOfOperation, OperationSummary: "", OperationID: "jaegerAnyOf", Body: nil, @@ -212,7 +212,7 @@ func (s *Server) handleOneUUIDRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OneUUID", + ctx, span := s.cfg.Tracer.Start(r.Context(), OneUUIDOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -248,7 +248,7 @@ func (s *Server) handleOneUUIDRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OneUUID", + OperationName: OneUUIDOperation, OperationSummary: "", OperationID: "oneUUID", Body: nil, diff --git a/internal/integration/test_anyof/oas_operations_gen.go b/internal/integration/test_anyof/oas_operations_gen.go new file mode 100644 index 000000000..f22359580 --- /dev/null +++ b/internal/integration/test_anyof/oas_operations_gen.go @@ -0,0 +1,12 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + IntegerNumberOperation OperationName = "IntegerNumber" + JaegerAnyOfOperation OperationName = "JaegerAnyOf" + OneUUIDOperation OperationName = "OneUUID" +) diff --git a/internal/integration/test_anyof/oas_router_gen.go b/internal/integration/test_anyof/oas_router_gen.go index 634100959..c7da21e8b 100644 --- a/internal/integration/test_anyof/oas_router_gen.go +++ b/internal/integration/test_anyof/oas_router_gen.go @@ -230,7 +230,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IntegerNumber" + r.name = IntegerNumberOperation r.summary = "" r.operationID = "integerNumber" r.pathPattern = "/integerNumber" @@ -255,7 +255,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "JaegerAnyOf" + r.name = JaegerAnyOfOperation r.summary = "" r.operationID = "jaegerAnyOf" r.pathPattern = "/jaegerAnyOf" @@ -280,7 +280,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OneUUID" + r.name = OneUUIDOperation r.summary = "" r.operationID = "oneUUID" r.pathPattern = "/oneUUID" diff --git a/internal/integration/test_enum_naming/oas_client_gen.go b/internal/integration/test_enum_naming/oas_client_gen.go index 907514f0d..075ea1f02 100644 --- a/internal/integration/test_enum_naming/oas_client_gen.go +++ b/internal/integration/test_enum_naming/oas_client_gen.go @@ -107,7 +107,7 @@ func (c *Client) sendProbeLiveness(ctx context.Context) (res *ProbeLivenessOK, e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProbeLiveness", + ctx, span := c.cfg.Tracer.Start(ctx, ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_enum_naming/oas_handlers_gen.go b/internal/integration/test_enum_naming/oas_handlers_gen.go index 9aacc4d70..4f6bb594b 100644 --- a/internal/integration/test_enum_naming/oas_handlers_gen.go +++ b/internal/integration/test_enum_naming/oas_handlers_gen.go @@ -32,7 +32,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProbeLiveness", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68,7 +68,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProbeLiveness", + OperationName: ProbeLivenessOperation, OperationSummary: "", OperationID: "probeLiveness", Body: nil, diff --git a/internal/integration/test_enum_naming/oas_operations_gen.go b/internal/integration/test_enum_naming/oas_operations_gen.go new file mode 100644 index 000000000..a39438061 --- /dev/null +++ b/internal/integration/test_enum_naming/oas_operations_gen.go @@ -0,0 +1,10 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ProbeLivenessOperation OperationName = "ProbeLiveness" +) diff --git a/internal/integration/test_enum_naming/oas_router_gen.go b/internal/integration/test_enum_naming/oas_router_gen.go index 4cca9073d..0c2072429 100644 --- a/internal/integration/test_enum_naming/oas_router_gen.go +++ b/internal/integration/test_enum_naming/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProbeLiveness" + r.name = ProbeLivenessOperation r.summary = "" r.operationID = "probeLiveness" r.pathPattern = "/healthz" diff --git a/internal/integration/test_form/oas_client_gen.go b/internal/integration/test_form/oas_client_gen.go index ded48cb3d..9c4c825c3 100644 --- a/internal/integration/test_form/oas_client_gen.go +++ b/internal/integration/test_form/oas_client_gen.go @@ -135,7 +135,7 @@ func (c *Client) sendOnlyForm(ctx context.Context, request *OnlyFormReq) (res *O c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OnlyForm", + ctx, span := c.cfg.Tracer.Start(ctx, OnlyFormOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -208,7 +208,7 @@ func (c *Client) sendOnlyMultipartFile(ctx context.Context, request *OnlyMultipa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OnlyMultipartFile", + ctx, span := c.cfg.Tracer.Start(ctx, OnlyMultipartFileOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -281,7 +281,7 @@ func (c *Client) sendOnlyMultipartForm(ctx context.Context, request *OnlyMultipa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OnlyMultipartForm", + ctx, span := c.cfg.Tracer.Start(ctx, OnlyMultipartFormOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -354,7 +354,7 @@ func (c *Client) sendTestFormURLEncoded(ctx context.Context, request *TestForm) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestFormURLEncoded", + ctx, span := c.cfg.Tracer.Start(ctx, TestFormURLEncodedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -427,7 +427,7 @@ func (c *Client) sendTestMultipart(ctx context.Context, request *TestFormMultipa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestMultipart", + ctx, span := c.cfg.Tracer.Start(ctx, TestMultipartOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -500,7 +500,7 @@ func (c *Client) sendTestMultipartUpload(ctx context.Context, request *TestMulti c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestMultipartUpload", + ctx, span := c.cfg.Tracer.Start(ctx, TestMultipartUploadOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -573,7 +573,7 @@ func (c *Client) sendTestReuseFormOptionalSchema(ctx context.Context, request Op c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestReuseFormOptionalSchema", + ctx, span := c.cfg.Tracer.Start(ctx, TestReuseFormOptionalSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -646,7 +646,7 @@ func (c *Client) sendTestReuseFormSchema(ctx context.Context, request *SharedReq c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestReuseFormSchema", + ctx, span := c.cfg.Tracer.Start(ctx, TestReuseFormSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -719,7 +719,7 @@ func (c *Client) sendTestShareFormSchema(ctx context.Context, request TestShareF c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TestShareFormSchema", + ctx, span := c.cfg.Tracer.Start(ctx, TestShareFormSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_form/oas_handlers_gen.go b/internal/integration/test_form/oas_handlers_gen.go index 54223a2ee..090adf7e7 100644 --- a/internal/integration/test_form/oas_handlers_gen.go +++ b/internal/integration/test_form/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleOnlyFormRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OnlyForm", + ctx, span := s.cfg.Tracer.Start(r.Context(), OnlyFormOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleOnlyFormRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "OnlyForm", + Name: OnlyFormOperation, ID: "onlyForm", } ) @@ -86,7 +86,7 @@ func (s *Server) handleOnlyFormRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OnlyForm", + OperationName: OnlyFormOperation, OperationSummary: "", OperationID: "onlyForm", Body: request, @@ -141,7 +141,7 @@ func (s *Server) handleOnlyMultipartFileRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OnlyMultipartFile", + ctx, span := s.cfg.Tracer.Start(r.Context(), OnlyMultipartFileOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -172,7 +172,7 @@ func (s *Server) handleOnlyMultipartFileRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "OnlyMultipartFile", + Name: OnlyMultipartFileOperation, ID: "onlyMultipartFile", } ) @@ -196,7 +196,7 @@ func (s *Server) handleOnlyMultipartFileRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OnlyMultipartFile", + OperationName: OnlyMultipartFileOperation, OperationSummary: "", OperationID: "onlyMultipartFile", Body: request, @@ -251,7 +251,7 @@ func (s *Server) handleOnlyMultipartFormRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OnlyMultipartForm", + ctx, span := s.cfg.Tracer.Start(r.Context(), OnlyMultipartFormOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -282,7 +282,7 @@ func (s *Server) handleOnlyMultipartFormRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "OnlyMultipartForm", + Name: OnlyMultipartFormOperation, ID: "onlyMultipartForm", } ) @@ -306,7 +306,7 @@ func (s *Server) handleOnlyMultipartFormRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OnlyMultipartForm", + OperationName: OnlyMultipartFormOperation, OperationSummary: "", OperationID: "onlyMultipartForm", Body: request, @@ -361,7 +361,7 @@ func (s *Server) handleTestFormURLEncodedRequest(args [0]string, argsEscaped boo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestFormURLEncoded", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestFormURLEncodedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -392,7 +392,7 @@ func (s *Server) handleTestFormURLEncodedRequest(args [0]string, argsEscaped boo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestFormURLEncoded", + Name: TestFormURLEncodedOperation, ID: "testFormURLEncoded", } ) @@ -416,7 +416,7 @@ func (s *Server) handleTestFormURLEncodedRequest(args [0]string, argsEscaped boo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestFormURLEncoded", + OperationName: TestFormURLEncodedOperation, OperationSummary: "", OperationID: "testFormURLEncoded", Body: request, @@ -471,7 +471,7 @@ func (s *Server) handleTestMultipartRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestMultipart", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestMultipartOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -502,7 +502,7 @@ func (s *Server) handleTestMultipartRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestMultipart", + Name: TestMultipartOperation, ID: "testMultipart", } ) @@ -526,7 +526,7 @@ func (s *Server) handleTestMultipartRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestMultipart", + OperationName: TestMultipartOperation, OperationSummary: "", OperationID: "testMultipart", Body: request, @@ -581,7 +581,7 @@ func (s *Server) handleTestMultipartUploadRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestMultipartUpload", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestMultipartUploadOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -612,7 +612,7 @@ func (s *Server) handleTestMultipartUploadRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestMultipartUpload", + Name: TestMultipartUploadOperation, ID: "testMultipartUpload", } ) @@ -636,7 +636,7 @@ func (s *Server) handleTestMultipartUploadRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestMultipartUpload", + OperationName: TestMultipartUploadOperation, OperationSummary: "", OperationID: "testMultipartUpload", Body: request, @@ -691,7 +691,7 @@ func (s *Server) handleTestReuseFormOptionalSchemaRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestReuseFormOptionalSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestReuseFormOptionalSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -722,7 +722,7 @@ func (s *Server) handleTestReuseFormOptionalSchemaRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestReuseFormOptionalSchema", + Name: TestReuseFormOptionalSchemaOperation, ID: "testReuseFormOptionalSchema", } ) @@ -746,7 +746,7 @@ func (s *Server) handleTestReuseFormOptionalSchemaRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestReuseFormOptionalSchema", + OperationName: TestReuseFormOptionalSchemaOperation, OperationSummary: "", OperationID: "testReuseFormOptionalSchema", Body: request, @@ -801,7 +801,7 @@ func (s *Server) handleTestReuseFormSchemaRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestReuseFormSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestReuseFormSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -832,7 +832,7 @@ func (s *Server) handleTestReuseFormSchemaRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestReuseFormSchema", + Name: TestReuseFormSchemaOperation, ID: "testReuseFormSchema", } ) @@ -856,7 +856,7 @@ func (s *Server) handleTestReuseFormSchemaRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestReuseFormSchema", + OperationName: TestReuseFormSchemaOperation, OperationSummary: "", OperationID: "testReuseFormSchema", Body: request, @@ -911,7 +911,7 @@ func (s *Server) handleTestShareFormSchemaRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TestShareFormSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), TestShareFormSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -942,7 +942,7 @@ func (s *Server) handleTestShareFormSchemaRequest(args [0]string, argsEscaped bo } err error opErrContext = ogenerrors.OperationContext{ - Name: "TestShareFormSchema", + Name: TestShareFormSchemaOperation, ID: "testShareFormSchema", } ) @@ -966,7 +966,7 @@ func (s *Server) handleTestShareFormSchemaRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TestShareFormSchema", + OperationName: TestShareFormSchemaOperation, OperationSummary: "", OperationID: "testShareFormSchema", Body: request, diff --git a/internal/integration/test_form/oas_operations_gen.go b/internal/integration/test_form/oas_operations_gen.go new file mode 100644 index 000000000..f149faecc --- /dev/null +++ b/internal/integration/test_form/oas_operations_gen.go @@ -0,0 +1,18 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + OnlyFormOperation OperationName = "OnlyForm" + OnlyMultipartFileOperation OperationName = "OnlyMultipartFile" + OnlyMultipartFormOperation OperationName = "OnlyMultipartForm" + TestFormURLEncodedOperation OperationName = "TestFormURLEncoded" + TestMultipartOperation OperationName = "TestMultipart" + TestMultipartUploadOperation OperationName = "TestMultipartUpload" + TestReuseFormOptionalSchemaOperation OperationName = "TestReuseFormOptionalSchema" + TestReuseFormSchemaOperation OperationName = "TestReuseFormSchema" + TestShareFormSchemaOperation OperationName = "TestShareFormSchema" +) diff --git a/internal/integration/test_form/oas_router_gen.go b/internal/integration/test_form/oas_router_gen.go index 9664f179d..9937db366 100644 --- a/internal/integration/test_form/oas_router_gen.go +++ b/internal/integration/test_form/oas_router_gen.go @@ -429,7 +429,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OnlyForm" + r.name = OnlyFormOperation r.summary = "" r.operationID = "onlyForm" r.pathPattern = "/onlyForm" @@ -466,7 +466,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OnlyMultipartFile" + r.name = OnlyMultipartFileOperation r.summary = "" r.operationID = "onlyMultipartFile" r.pathPattern = "/onlyMultipartFile" @@ -491,7 +491,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "OnlyMultipartForm" + r.name = OnlyMultipartFormOperation r.summary = "" r.operationID = "onlyMultipartForm" r.pathPattern = "/onlyMultipartForm" @@ -534,7 +534,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestFormURLEncoded" + r.name = TestFormURLEncodedOperation r.summary = "" r.operationID = "testFormURLEncoded" r.pathPattern = "/testFormURLEncoded" @@ -558,7 +558,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "TestMultipart" + r.name = TestMultipartOperation r.summary = "" r.operationID = "testMultipart" r.pathPattern = "/testMultipart" @@ -582,7 +582,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestMultipartUpload" + r.name = TestMultipartUploadOperation r.summary = "" r.operationID = "testMultipartUpload" r.pathPattern = "/testMultipartUpload" @@ -622,7 +622,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestReuseFormOptionalSchema" + r.name = TestReuseFormOptionalSchemaOperation r.summary = "" r.operationID = "testReuseFormOptionalSchema" r.pathPattern = "/testReuseFormOptionalSchema" @@ -647,7 +647,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestReuseFormSchema" + r.name = TestReuseFormSchemaOperation r.summary = "" r.operationID = "testReuseFormSchema" r.pathPattern = "/testReuseFormSchema" @@ -675,7 +675,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "TestShareFormSchema" + r.name = TestShareFormSchemaOperation r.summary = "" r.operationID = "testShareFormSchema" r.pathPattern = "/testShareFormSchema" diff --git a/internal/integration/test_http_requests/oas_client_gen.go b/internal/integration/test_http_requests/oas_client_gen.go index db84fb9f7..97473c0c4 100644 --- a/internal/integration/test_http_requests/oas_client_gen.go +++ b/internal/integration/test_http_requests/oas_client_gen.go @@ -123,7 +123,7 @@ func (c *Client) sendAllRequestBodies(ctx context.Context, request AllRequestBod c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AllRequestBodies", + ctx, span := c.cfg.Tracer.Start(ctx, AllRequestBodiesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -196,7 +196,7 @@ func (c *Client) sendAllRequestBodiesOptional(ctx context.Context, request AllRe c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AllRequestBodiesOptional", + ctx, span := c.cfg.Tracer.Start(ctx, AllRequestBodiesOptionalOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -269,7 +269,7 @@ func (c *Client) sendBase64Request(ctx context.Context, request Base64RequestReq c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Base64Request", + ctx, span := c.cfg.Tracer.Start(ctx, Base64RequestOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -342,7 +342,7 @@ func (c *Client) sendMaskContentType(ctx context.Context, request *MaskContentTy c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MaskContentType", + ctx, span := c.cfg.Tracer.Start(ctx, MaskContentTypeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -415,7 +415,7 @@ func (c *Client) sendMaskContentTypeOptional(ctx context.Context, request *MaskC c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MaskContentTypeOptional", + ctx, span := c.cfg.Tracer.Start(ctx, MaskContentTypeOptionalOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -488,7 +488,7 @@ func (c *Client) sendStreamJSON(ctx context.Context, request []float64) (res flo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StreamJSON", + ctx, span := c.cfg.Tracer.Start(ctx, StreamJSONOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_http_requests/oas_handlers_gen.go b/internal/integration/test_http_requests/oas_handlers_gen.go index 7b9ebfe5b..19f94e398 100644 --- a/internal/integration/test_http_requests/oas_handlers_gen.go +++ b/internal/integration/test_http_requests/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleAllRequestBodiesRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AllRequestBodies", + ctx, span := s.cfg.Tracer.Start(r.Context(), AllRequestBodiesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleAllRequestBodiesRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "AllRequestBodies", + Name: AllRequestBodiesOperation, ID: "allRequestBodies", } ) @@ -86,7 +86,7 @@ func (s *Server) handleAllRequestBodiesRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AllRequestBodies", + OperationName: AllRequestBodiesOperation, OperationSummary: "", OperationID: "allRequestBodies", Body: request, @@ -141,7 +141,7 @@ func (s *Server) handleAllRequestBodiesOptionalRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AllRequestBodiesOptional", + ctx, span := s.cfg.Tracer.Start(r.Context(), AllRequestBodiesOptionalOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -172,7 +172,7 @@ func (s *Server) handleAllRequestBodiesOptionalRequest(args [0]string, argsEscap } err error opErrContext = ogenerrors.OperationContext{ - Name: "AllRequestBodiesOptional", + Name: AllRequestBodiesOptionalOperation, ID: "allRequestBodiesOptional", } ) @@ -196,7 +196,7 @@ func (s *Server) handleAllRequestBodiesOptionalRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AllRequestBodiesOptional", + OperationName: AllRequestBodiesOptionalOperation, OperationSummary: "", OperationID: "allRequestBodiesOptional", Body: request, @@ -251,7 +251,7 @@ func (s *Server) handleBase64RequestRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Base64Request", + ctx, span := s.cfg.Tracer.Start(r.Context(), Base64RequestOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -282,7 +282,7 @@ func (s *Server) handleBase64RequestRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "Base64Request", + Name: Base64RequestOperation, ID: "base64Request", } ) @@ -306,7 +306,7 @@ func (s *Server) handleBase64RequestRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Base64Request", + OperationName: Base64RequestOperation, OperationSummary: "", OperationID: "base64Request", Body: request, @@ -361,7 +361,7 @@ func (s *Server) handleMaskContentTypeRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MaskContentType", + ctx, span := s.cfg.Tracer.Start(r.Context(), MaskContentTypeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -392,7 +392,7 @@ func (s *Server) handleMaskContentTypeRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "MaskContentType", + Name: MaskContentTypeOperation, ID: "maskContentType", } ) @@ -416,7 +416,7 @@ func (s *Server) handleMaskContentTypeRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MaskContentType", + OperationName: MaskContentTypeOperation, OperationSummary: "", OperationID: "maskContentType", Body: request, @@ -471,7 +471,7 @@ func (s *Server) handleMaskContentTypeOptionalRequest(args [0]string, argsEscape } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MaskContentTypeOptional", + ctx, span := s.cfg.Tracer.Start(r.Context(), MaskContentTypeOptionalOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -502,7 +502,7 @@ func (s *Server) handleMaskContentTypeOptionalRequest(args [0]string, argsEscape } err error opErrContext = ogenerrors.OperationContext{ - Name: "MaskContentTypeOptional", + Name: MaskContentTypeOptionalOperation, ID: "maskContentTypeOptional", } ) @@ -526,7 +526,7 @@ func (s *Server) handleMaskContentTypeOptionalRequest(args [0]string, argsEscape if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MaskContentTypeOptional", + OperationName: MaskContentTypeOptionalOperation, OperationSummary: "", OperationID: "maskContentTypeOptional", Body: request, @@ -581,7 +581,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StreamJSON", + ctx, span := s.cfg.Tracer.Start(r.Context(), StreamJSONOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -612,7 +612,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "StreamJSON", + Name: StreamJSONOperation, ID: "streamJSON", } ) @@ -636,7 +636,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StreamJSON", + OperationName: StreamJSONOperation, OperationSummary: "", OperationID: "streamJSON", Body: request, diff --git a/internal/integration/test_http_requests/oas_operations_gen.go b/internal/integration/test_http_requests/oas_operations_gen.go new file mode 100644 index 000000000..804d77472 --- /dev/null +++ b/internal/integration/test_http_requests/oas_operations_gen.go @@ -0,0 +1,15 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AllRequestBodiesOperation OperationName = "AllRequestBodies" + AllRequestBodiesOptionalOperation OperationName = "AllRequestBodiesOptional" + Base64RequestOperation OperationName = "Base64Request" + MaskContentTypeOperation OperationName = "MaskContentType" + MaskContentTypeOptionalOperation OperationName = "MaskContentTypeOptional" + StreamJSONOperation OperationName = "StreamJSON" +) diff --git a/internal/integration/test_http_requests/oas_router_gen.go b/internal/integration/test_http_requests/oas_router_gen.go index eaad83bdb..7654e1831 100644 --- a/internal/integration/test_http_requests/oas_router_gen.go +++ b/internal/integration/test_http_requests/oas_router_gen.go @@ -294,7 +294,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "AllRequestBodies" + r.name = AllRequestBodiesOperation r.summary = "" r.operationID = "allRequestBodies" r.pathPattern = "/allRequestBodies" @@ -318,7 +318,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "AllRequestBodiesOptional" + r.name = AllRequestBodiesOptionalOperation r.summary = "" r.operationID = "allRequestBodiesOptional" r.pathPattern = "/allRequestBodiesOptional" @@ -346,7 +346,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "Base64Request" + r.name = Base64RequestOperation r.summary = "" r.operationID = "base64Request" r.pathPattern = "/base64Request" @@ -370,7 +370,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "POST": - r.name = "MaskContentType" + r.name = MaskContentTypeOperation r.summary = "" r.operationID = "maskContentType" r.pathPattern = "/maskContentType" @@ -394,7 +394,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "MaskContentTypeOptional" + r.name = MaskContentTypeOptionalOperation r.summary = "" r.operationID = "maskContentTypeOptional" r.pathPattern = "/maskContentTypeOptional" @@ -422,7 +422,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StreamJSON" + r.name = StreamJSONOperation r.summary = "" r.operationID = "streamJSON" r.pathPattern = "/streamJSON" diff --git a/internal/integration/test_http_responses/oas_client_gen.go b/internal/integration/test_http_responses/oas_client_gen.go index 58bfabbe9..151a800fd 100644 --- a/internal/integration/test_http_responses/oas_client_gen.go +++ b/internal/integration/test_http_responses/oas_client_gen.go @@ -165,7 +165,7 @@ func (c *Client) sendAnyContentTypeBinaryStringSchema(ctx context.Context) (res c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnyContentTypeBinaryStringSchema", + ctx, span := c.cfg.Tracer.Start(ctx, AnyContentTypeBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -235,7 +235,7 @@ func (c *Client) sendAnyContentTypeBinaryStringSchemaDefault(ctx context.Context c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "AnyContentTypeBinaryStringSchemaDefault", + ctx, span := c.cfg.Tracer.Start(ctx, AnyContentTypeBinaryStringSchemaDefaultOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -305,7 +305,7 @@ func (c *Client) sendCombined(ctx context.Context, params CombinedParams) (res C c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Combined", + ctx, span := c.cfg.Tracer.Start(ctx, CombinedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -393,7 +393,7 @@ func (c *Client) sendHeaders200(ctx context.Context) (res *Headers200OK, err err c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Headers200", + ctx, span := c.cfg.Tracer.Start(ctx, Headers200Operation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -463,7 +463,7 @@ func (c *Client) sendHeadersCombined(ctx context.Context, params HeadersCombined c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HeadersCombined", + ctx, span := c.cfg.Tracer.Start(ctx, HeadersCombinedOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -551,7 +551,7 @@ func (c *Client) sendHeadersDefault(ctx context.Context) (res *HeadersDefaultDef c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HeadersDefault", + ctx, span := c.cfg.Tracer.Start(ctx, HeadersDefaultOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -621,7 +621,7 @@ func (c *Client) sendHeadersJSON(ctx context.Context) (res *HeadersJSONOK, err e c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HeadersJSON", + ctx, span := c.cfg.Tracer.Start(ctx, HeadersJSONOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -691,7 +691,7 @@ func (c *Client) sendHeadersPattern(ctx context.Context) (res *HeadersPattern4XX c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HeadersPattern", + ctx, span := c.cfg.Tracer.Start(ctx, HeadersPatternOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -764,7 +764,7 @@ func (c *Client) sendIntersectPatternCode(ctx context.Context, params IntersectP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IntersectPatternCode", + ctx, span := c.cfg.Tracer.Start(ctx, IntersectPatternCodeOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -852,7 +852,7 @@ func (c *Client) sendMultipleGenericResponses(ctx context.Context) (res Multiple c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "MultipleGenericResponses", + ctx, span := c.cfg.Tracer.Start(ctx, MultipleGenericResponsesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -922,7 +922,7 @@ func (c *Client) sendOctetStreamBinaryStringSchema(ctx context.Context) (res Oct c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OctetStreamBinaryStringSchema", + ctx, span := c.cfg.Tracer.Start(ctx, OctetStreamBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -992,7 +992,7 @@ func (c *Client) sendOctetStreamEmptySchema(ctx context.Context) (res OctetStrea c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OctetStreamEmptySchema", + ctx, span := c.cfg.Tracer.Start(ctx, OctetStreamEmptySchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1064,7 +1064,7 @@ func (c *Client) sendOptionalHeaders(ctx context.Context) (res *OptionalHeadersO c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OptionalHeaders", + ctx, span := c.cfg.Tracer.Start(ctx, OptionalHeadersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1134,7 +1134,7 @@ func (c *Client) sendStreamJSON(ctx context.Context, params StreamJSONParams) (r c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StreamJSON", + ctx, span := c.cfg.Tracer.Start(ctx, StreamJSONOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1222,7 +1222,7 @@ func (c *Client) sendTextPlainBinaryStringSchema(ctx context.Context) (res TextP c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "TextPlainBinaryStringSchema", + ctx, span := c.cfg.Tracer.Start(ctx, TextPlainBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_http_responses/oas_handlers_gen.go b/internal/integration/test_http_responses/oas_handlers_gen.go index efaef9095..71bf32ef9 100644 --- a/internal/integration/test_http_responses/oas_handlers_gen.go +++ b/internal/integration/test_http_responses/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleAnyContentTypeBinaryStringSchemaRequest(args [0]string, a } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnyContentTypeBinaryStringSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnyContentTypeBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -67,7 +67,7 @@ func (s *Server) handleAnyContentTypeBinaryStringSchemaRequest(args [0]string, a if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnyContentTypeBinaryStringSchema", + OperationName: AnyContentTypeBinaryStringSchemaOperation, OperationSummary: "", OperationID: "anyContentTypeBinaryStringSchema", Body: nil, @@ -122,7 +122,7 @@ func (s *Server) handleAnyContentTypeBinaryStringSchemaDefaultRequest(args [0]st } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "AnyContentTypeBinaryStringSchemaDefault", + ctx, span := s.cfg.Tracer.Start(r.Context(), AnyContentTypeBinaryStringSchemaDefaultOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -158,7 +158,7 @@ func (s *Server) handleAnyContentTypeBinaryStringSchemaDefaultRequest(args [0]st if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "AnyContentTypeBinaryStringSchemaDefault", + OperationName: AnyContentTypeBinaryStringSchemaDefaultOperation, OperationSummary: "", OperationID: "anyContentTypeBinaryStringSchemaDefault", Body: nil, @@ -213,7 +213,7 @@ func (s *Server) handleCombinedRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Combined", + ctx, span := s.cfg.Tracer.Start(r.Context(), CombinedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -244,7 +244,7 @@ func (s *Server) handleCombinedRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "Combined", + Name: CombinedOperation, ID: "combined", } ) @@ -263,7 +263,7 @@ func (s *Server) handleCombinedRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Combined", + OperationName: CombinedOperation, OperationSummary: "", OperationID: "combined", Body: nil, @@ -323,7 +323,7 @@ func (s *Server) handleHeaders200Request(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Headers200", + ctx, span := s.cfg.Tracer.Start(r.Context(), Headers200Operation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -359,7 +359,7 @@ func (s *Server) handleHeaders200Request(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Headers200", + OperationName: Headers200Operation, OperationSummary: "", OperationID: "headers200", Body: nil, @@ -414,7 +414,7 @@ func (s *Server) handleHeadersCombinedRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HeadersCombined", + ctx, span := s.cfg.Tracer.Start(r.Context(), HeadersCombinedOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -445,7 +445,7 @@ func (s *Server) handleHeadersCombinedRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "HeadersCombined", + Name: HeadersCombinedOperation, ID: "headersCombined", } ) @@ -464,7 +464,7 @@ func (s *Server) handleHeadersCombinedRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HeadersCombined", + OperationName: HeadersCombinedOperation, OperationSummary: "", OperationID: "headersCombined", Body: nil, @@ -524,7 +524,7 @@ func (s *Server) handleHeadersDefaultRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HeadersDefault", + ctx, span := s.cfg.Tracer.Start(r.Context(), HeadersDefaultOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -560,7 +560,7 @@ func (s *Server) handleHeadersDefaultRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HeadersDefault", + OperationName: HeadersDefaultOperation, OperationSummary: "", OperationID: "headersDefault", Body: nil, @@ -615,7 +615,7 @@ func (s *Server) handleHeadersJSONRequest(args [0]string, argsEscaped bool, w ht } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HeadersJSON", + ctx, span := s.cfg.Tracer.Start(r.Context(), HeadersJSONOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -651,7 +651,7 @@ func (s *Server) handleHeadersJSONRequest(args [0]string, argsEscaped bool, w ht if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HeadersJSON", + OperationName: HeadersJSONOperation, OperationSummary: "", OperationID: "headersJSON", Body: nil, @@ -706,7 +706,7 @@ func (s *Server) handleHeadersPatternRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HeadersPattern", + ctx, span := s.cfg.Tracer.Start(r.Context(), HeadersPatternOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -742,7 +742,7 @@ func (s *Server) handleHeadersPatternRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HeadersPattern", + OperationName: HeadersPatternOperation, OperationSummary: "", OperationID: "headersPattern", Body: nil, @@ -800,7 +800,7 @@ func (s *Server) handleIntersectPatternCodeRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IntersectPatternCode", + ctx, span := s.cfg.Tracer.Start(r.Context(), IntersectPatternCodeOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -831,7 +831,7 @@ func (s *Server) handleIntersectPatternCodeRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "IntersectPatternCode", + Name: IntersectPatternCodeOperation, ID: "intersectPatternCode", } ) @@ -850,7 +850,7 @@ func (s *Server) handleIntersectPatternCodeRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IntersectPatternCode", + OperationName: IntersectPatternCodeOperation, OperationSummary: "", OperationID: "intersectPatternCode", Body: nil, @@ -910,7 +910,7 @@ func (s *Server) handleMultipleGenericResponsesRequest(args [0]string, argsEscap } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "MultipleGenericResponses", + ctx, span := s.cfg.Tracer.Start(r.Context(), MultipleGenericResponsesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -946,7 +946,7 @@ func (s *Server) handleMultipleGenericResponsesRequest(args [0]string, argsEscap if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "MultipleGenericResponses", + OperationName: MultipleGenericResponsesOperation, OperationSummary: "", OperationID: "multipleGenericResponses", Body: nil, @@ -1001,7 +1001,7 @@ func (s *Server) handleOctetStreamBinaryStringSchemaRequest(args [0]string, args } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OctetStreamBinaryStringSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), OctetStreamBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1037,7 +1037,7 @@ func (s *Server) handleOctetStreamBinaryStringSchemaRequest(args [0]string, args if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OctetStreamBinaryStringSchema", + OperationName: OctetStreamBinaryStringSchemaOperation, OperationSummary: "", OperationID: "octetStreamBinaryStringSchema", Body: nil, @@ -1092,7 +1092,7 @@ func (s *Server) handleOctetStreamEmptySchemaRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OctetStreamEmptySchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), OctetStreamEmptySchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1128,7 +1128,7 @@ func (s *Server) handleOctetStreamEmptySchemaRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OctetStreamEmptySchema", + OperationName: OctetStreamEmptySchemaOperation, OperationSummary: "", OperationID: "octetStreamEmptySchema", Body: nil, @@ -1185,7 +1185,7 @@ func (s *Server) handleOptionalHeadersRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OptionalHeaders", + ctx, span := s.cfg.Tracer.Start(r.Context(), OptionalHeadersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1221,7 +1221,7 @@ func (s *Server) handleOptionalHeadersRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OptionalHeaders", + OperationName: OptionalHeadersOperation, OperationSummary: "", OperationID: "optionalHeaders", Body: nil, @@ -1276,7 +1276,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StreamJSON", + ctx, span := s.cfg.Tracer.Start(r.Context(), StreamJSONOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1307,7 +1307,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt } err error opErrContext = ogenerrors.OperationContext{ - Name: "StreamJSON", + Name: StreamJSONOperation, ID: "streamJSON", } ) @@ -1326,7 +1326,7 @@ func (s *Server) handleStreamJSONRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StreamJSON", + OperationName: StreamJSONOperation, OperationSummary: "", OperationID: "streamJSON", Body: nil, @@ -1386,7 +1386,7 @@ func (s *Server) handleTextPlainBinaryStringSchemaRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "TextPlainBinaryStringSchema", + ctx, span := s.cfg.Tracer.Start(r.Context(), TextPlainBinaryStringSchemaOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1422,7 +1422,7 @@ func (s *Server) handleTextPlainBinaryStringSchemaRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "TextPlainBinaryStringSchema", + OperationName: TextPlainBinaryStringSchemaOperation, OperationSummary: "", OperationID: "textPlainBinaryStringSchema", Body: nil, diff --git a/internal/integration/test_http_responses/oas_operations_gen.go b/internal/integration/test_http_responses/oas_operations_gen.go new file mode 100644 index 000000000..a8a7bd96b --- /dev/null +++ b/internal/integration/test_http_responses/oas_operations_gen.go @@ -0,0 +1,24 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + AnyContentTypeBinaryStringSchemaOperation OperationName = "AnyContentTypeBinaryStringSchema" + AnyContentTypeBinaryStringSchemaDefaultOperation OperationName = "AnyContentTypeBinaryStringSchemaDefault" + CombinedOperation OperationName = "Combined" + Headers200Operation OperationName = "Headers200" + HeadersCombinedOperation OperationName = "HeadersCombined" + HeadersDefaultOperation OperationName = "HeadersDefault" + HeadersJSONOperation OperationName = "HeadersJSON" + HeadersPatternOperation OperationName = "HeadersPattern" + IntersectPatternCodeOperation OperationName = "IntersectPatternCode" + MultipleGenericResponsesOperation OperationName = "MultipleGenericResponses" + OctetStreamBinaryStringSchemaOperation OperationName = "OctetStreamBinaryStringSchema" + OctetStreamEmptySchemaOperation OperationName = "OctetStreamEmptySchema" + OptionalHeadersOperation OperationName = "OptionalHeaders" + StreamJSONOperation OperationName = "StreamJSON" + TextPlainBinaryStringSchemaOperation OperationName = "TextPlainBinaryStringSchema" +) diff --git a/internal/integration/test_http_responses/oas_router_gen.go b/internal/integration/test_http_responses/oas_router_gen.go index 54a32bdf4..ee8e95f2b 100644 --- a/internal/integration/test_http_responses/oas_router_gen.go +++ b/internal/integration/test_http_responses/oas_router_gen.go @@ -527,7 +527,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { if len(elem) == 0 { switch method { case "GET": - r.name = "AnyContentTypeBinaryStringSchema" + r.name = AnyContentTypeBinaryStringSchemaOperation r.summary = "" r.operationID = "anyContentTypeBinaryStringSchema" r.pathPattern = "/anyContentTypeBinaryStringSchema" @@ -551,7 +551,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "AnyContentTypeBinaryStringSchemaDefault" + r.name = AnyContentTypeBinaryStringSchemaDefaultOperation r.summary = "" r.operationID = "anyContentTypeBinaryStringSchemaDefault" r.pathPattern = "/anyContentTypeBinaryStringSchemaDefault" @@ -579,7 +579,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Combined" + r.name = CombinedOperation r.summary = "" r.operationID = "combined" r.pathPattern = "/combined" @@ -616,7 +616,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Headers200" + r.name = Headers200Operation r.summary = "" r.operationID = "headers200" r.pathPattern = "/headers200" @@ -641,7 +641,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HeadersCombined" + r.name = HeadersCombinedOperation r.summary = "" r.operationID = "headersCombined" r.pathPattern = "/headersCombined" @@ -666,7 +666,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HeadersDefault" + r.name = HeadersDefaultOperation r.summary = "" r.operationID = "headersDefault" r.pathPattern = "/headersDefault" @@ -691,7 +691,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HeadersJSON" + r.name = HeadersJSONOperation r.summary = "" r.operationID = "headersJSON" r.pathPattern = "/headersJSON" @@ -716,7 +716,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HeadersPattern" + r.name = HeadersPatternOperation r.summary = "" r.operationID = "headersPattern" r.pathPattern = "/headersPattern" @@ -744,7 +744,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IntersectPatternCode" + r.name = IntersectPatternCodeOperation r.summary = "" r.operationID = "intersectPatternCode" r.pathPattern = "/intersectPatternCode" @@ -769,7 +769,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "MultipleGenericResponses" + r.name = MultipleGenericResponsesOperation r.summary = "" r.operationID = "multipleGenericResponses" r.pathPattern = "/multipleGenericResponses" @@ -818,7 +818,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OctetStreamBinaryStringSchema" + r.name = OctetStreamBinaryStringSchemaOperation r.summary = "" r.operationID = "octetStreamBinaryStringSchema" r.pathPattern = "/octetStreamBinaryStringSchema" @@ -843,7 +843,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OctetStreamEmptySchema" + r.name = OctetStreamEmptySchemaOperation r.summary = "" r.operationID = "octetStreamEmptySchema" r.pathPattern = "/octetStreamEmptySchema" @@ -871,7 +871,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OptionalHeaders" + r.name = OptionalHeadersOperation r.summary = "" r.operationID = "optionalHeaders" r.pathPattern = "/optionalHeaders" @@ -899,7 +899,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "StreamJSON" + r.name = StreamJSONOperation r.summary = "" r.operationID = "streamJSON" r.pathPattern = "/streamJSON" @@ -924,7 +924,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "TextPlainBinaryStringSchema" + r.name = TextPlainBinaryStringSchemaOperation r.summary = "" r.operationID = "textPlainBinaryStringSchema" r.pathPattern = "/textPlainBinaryStringSchema" diff --git a/internal/integration/test_issue1161/oas_client_gen.go b/internal/integration/test_issue1161/oas_client_gen.go index 7c65f4c5a..f3750f59c 100644 --- a/internal/integration/test_issue1161/oas_client_gen.go +++ b/internal/integration/test_issue1161/oas_client_gen.go @@ -110,7 +110,7 @@ func (c *Client) sendFooBarBazGet(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FooBarBazGet", + ctx, span := c.cfg.Tracer.Start(ctx, FooBarBazGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -179,7 +179,7 @@ func (c *Client) sendFooBarQuxGet(ctx context.Context) (res string, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FooBarQuxGet", + ctx, span := c.cfg.Tracer.Start(ctx, FooBarQuxGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -248,7 +248,7 @@ func (c *Client) sendFooParamXyzGet(ctx context.Context, params FooParamXyzGetPa c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "FooParamXyzGet", + ctx, span := c.cfg.Tracer.Start(ctx, FooParamXyzGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_issue1161/oas_handlers_gen.go b/internal/integration/test_issue1161/oas_handlers_gen.go index 98913567e..81143a9c3 100644 --- a/internal/integration/test_issue1161/oas_handlers_gen.go +++ b/internal/integration/test_issue1161/oas_handlers_gen.go @@ -29,7 +29,7 @@ func (s *Server) handleFooBarBazGetRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FooBarBazGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FooBarBazGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -65,7 +65,7 @@ func (s *Server) handleFooBarBazGetRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FooBarBazGet", + OperationName: FooBarBazGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -119,7 +119,7 @@ func (s *Server) handleFooBarQuxGetRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FooBarQuxGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FooBarQuxGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -155,7 +155,7 @@ func (s *Server) handleFooBarQuxGetRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FooBarQuxGet", + OperationName: FooBarQuxGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -209,7 +209,7 @@ func (s *Server) handleFooParamXyzGetRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "FooParamXyzGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), FooParamXyzGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -240,7 +240,7 @@ func (s *Server) handleFooParamXyzGetRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "FooParamXyzGet", + Name: FooParamXyzGetOperation, ID: "", } ) @@ -259,7 +259,7 @@ func (s *Server) handleFooParamXyzGetRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "FooParamXyzGet", + OperationName: FooParamXyzGetOperation, OperationSummary: "", OperationID: "", Body: nil, diff --git a/internal/integration/test_issue1161/oas_operations_gen.go b/internal/integration/test_issue1161/oas_operations_gen.go new file mode 100644 index 000000000..dc5abef83 --- /dev/null +++ b/internal/integration/test_issue1161/oas_operations_gen.go @@ -0,0 +1,12 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + FooBarBazGetOperation OperationName = "FooBarBazGet" + FooBarQuxGetOperation OperationName = "FooBarQuxGet" + FooParamXyzGetOperation OperationName = "FooParamXyzGet" +) diff --git a/internal/integration/test_issue1161/oas_router_gen.go b/internal/integration/test_issue1161/oas_router_gen.go index 83d85f3db..18bc8ec56 100644 --- a/internal/integration/test_issue1161/oas_router_gen.go +++ b/internal/integration/test_issue1161/oas_router_gen.go @@ -274,7 +274,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FooBarBazGet" + r.name = FooBarBazGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/foo/bar/baz" @@ -299,7 +299,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FooBarQuxGet" + r.name = FooBarQuxGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/foo/bar/qux" @@ -341,7 +341,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "FooParamXyzGet" + r.name = FooParamXyzGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/foo/{param}/xyz" diff --git a/internal/integration/test_naming_extensions/oas_client_gen.go b/internal/integration/test_naming_extensions/oas_client_gen.go index 6e2b014bd..442fe863f 100644 --- a/internal/integration/test_naming_extensions/oas_client_gen.go +++ b/internal/integration/test_naming_extensions/oas_client_gen.go @@ -101,7 +101,7 @@ func (c *Client) sendHealthzGet(ctx context.Context) (res *Person, err error) { c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HealthzGet", + ctx, span := c.cfg.Tracer.Start(ctx, HealthzGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_naming_extensions/oas_handlers_gen.go b/internal/integration/test_naming_extensions/oas_handlers_gen.go index e4b8db57a..7902fe698 100644 --- a/internal/integration/test_naming_extensions/oas_handlers_gen.go +++ b/internal/integration/test_naming_extensions/oas_handlers_gen.go @@ -28,7 +28,7 @@ func (s *Server) handleHealthzGetRequest(args [0]string, argsEscaped bool, w htt } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HealthzGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), HealthzGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -64,7 +64,7 @@ func (s *Server) handleHealthzGetRequest(args [0]string, argsEscaped bool, w htt if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HealthzGet", + OperationName: HealthzGetOperation, OperationSummary: "", OperationID: "", Body: nil, diff --git a/internal/integration/test_naming_extensions/oas_operations_gen.go b/internal/integration/test_naming_extensions/oas_operations_gen.go new file mode 100644 index 000000000..e551d4eea --- /dev/null +++ b/internal/integration/test_naming_extensions/oas_operations_gen.go @@ -0,0 +1,10 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + HealthzGetOperation OperationName = "HealthzGet" +) diff --git a/internal/integration/test_naming_extensions/oas_router_gen.go b/internal/integration/test_naming_extensions/oas_router_gen.go index 85497c41c..0b77be700 100644 --- a/internal/integration/test_naming_extensions/oas_router_gen.go +++ b/internal/integration/test_naming_extensions/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HealthzGet" + r.name = HealthzGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/healthz" diff --git a/internal/integration/test_parameters/oas_client_gen.go b/internal/integration/test_parameters/oas_client_gen.go index b874d3771..1eefea0bf 100644 --- a/internal/integration/test_parameters/oas_client_gen.go +++ b/internal/integration/test_parameters/oas_client_gen.go @@ -150,7 +150,7 @@ func (c *Client) sendComplicatedParameterNameGet(ctx context.Context, params Com c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ComplicatedParameterNameGet", + ctx, span := c.cfg.Tracer.Start(ctx, ComplicatedParameterNameGetOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -294,7 +294,7 @@ func (c *Client) sendContentParameters(ctx context.Context, params ContentParame c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ContentParameters", + ctx, span := c.cfg.Tracer.Start(ctx, ContentParametersOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -448,7 +448,7 @@ func (c *Client) sendCookieParameter(ctx context.Context, params CookieParameter c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CookieParameter", + ctx, span := c.cfg.Tracer.Start(ctx, CookieParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -536,7 +536,7 @@ func (c *Client) sendHeaderParameter(ctx context.Context, params HeaderParameter c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "HeaderParameter", + ctx, span := c.cfg.Tracer.Start(ctx, HeaderParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -620,7 +620,7 @@ func (c *Client) sendObjectCookieParameter(ctx context.Context, params ObjectCoo c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ObjectCookieParameter", + ctx, span := c.cfg.Tracer.Start(ctx, ObjectCookieParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -706,7 +706,7 @@ func (c *Client) sendObjectQueryParameter(ctx context.Context, params ObjectQuer c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ObjectQueryParameter", + ctx, span := c.cfg.Tracer.Start(ctx, ObjectQueryParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -814,7 +814,7 @@ func (c *Client) sendOptionalArrayParameter(ctx context.Context, params Optional c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OptionalArrayParameter", + ctx, span := c.cfg.Tracer.Start(ctx, OptionalArrayParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -942,7 +942,7 @@ func (c *Client) sendPathParameter(ctx context.Context, params PathParameterPara c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PathParameter", + ctx, span := c.cfg.Tracer.Start(ctx, PathParameterOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1032,7 +1032,7 @@ func (c *Client) sendSameName(ctx context.Context, params SameNameParams) (res * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SameName", + ctx, span := c.cfg.Tracer.Start(ctx, SameNameOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -1140,7 +1140,7 @@ func (c *Client) sendSimilarNames(ctx context.Context, params SimilarNamesParams c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "SimilarNames", + ctx, span := c.cfg.Tracer.Start(ctx, SimilarNamesOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_parameters/oas_handlers_gen.go b/internal/integration/test_parameters/oas_handlers_gen.go index f6a578d16..bb960c0ba 100644 --- a/internal/integration/test_parameters/oas_handlers_gen.go +++ b/internal/integration/test_parameters/oas_handlers_gen.go @@ -30,7 +30,7 @@ func (s *Server) handleComplicatedParameterNameGetRequest(args [0]string, argsEs } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ComplicatedParameterNameGet", + ctx, span := s.cfg.Tracer.Start(r.Context(), ComplicatedParameterNameGetOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -61,7 +61,7 @@ func (s *Server) handleComplicatedParameterNameGetRequest(args [0]string, argsEs } err error opErrContext = ogenerrors.OperationContext{ - Name: "ComplicatedParameterNameGet", + Name: ComplicatedParameterNameGetOperation, ID: "", } ) @@ -80,7 +80,7 @@ func (s *Server) handleComplicatedParameterNameGetRequest(args [0]string, argsEs if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ComplicatedParameterNameGet", + OperationName: ComplicatedParameterNameGetOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -156,7 +156,7 @@ func (s *Server) handleContentParametersRequest(args [1]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ContentParameters", + ctx, span := s.cfg.Tracer.Start(r.Context(), ContentParametersOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -187,7 +187,7 @@ func (s *Server) handleContentParametersRequest(args [1]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "ContentParameters", + Name: ContentParametersOperation, ID: "contentParameters", } ) @@ -206,7 +206,7 @@ func (s *Server) handleContentParametersRequest(args [1]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ContentParameters", + OperationName: ContentParametersOperation, OperationSummary: "", OperationID: "contentParameters", Body: nil, @@ -280,7 +280,7 @@ func (s *Server) handleCookieParameterRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CookieParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), CookieParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -311,7 +311,7 @@ func (s *Server) handleCookieParameterRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "CookieParameter", + Name: CookieParameterOperation, ID: "cookieParameter", } ) @@ -330,7 +330,7 @@ func (s *Server) handleCookieParameterRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CookieParameter", + OperationName: CookieParameterOperation, OperationSummary: "", OperationID: "cookieParameter", Body: nil, @@ -392,7 +392,7 @@ func (s *Server) handleHeaderParameterRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "HeaderParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), HeaderParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -423,7 +423,7 @@ func (s *Server) handleHeaderParameterRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "HeaderParameter", + Name: HeaderParameterOperation, ID: "headerParameter", } ) @@ -442,7 +442,7 @@ func (s *Server) handleHeaderParameterRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "HeaderParameter", + OperationName: HeaderParameterOperation, OperationSummary: "", OperationID: "headerParameter", Body: nil, @@ -502,7 +502,7 @@ func (s *Server) handleObjectCookieParameterRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ObjectCookieParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), ObjectCookieParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -533,7 +533,7 @@ func (s *Server) handleObjectCookieParameterRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "ObjectCookieParameter", + Name: ObjectCookieParameterOperation, ID: "objectCookieParameter", } ) @@ -552,7 +552,7 @@ func (s *Server) handleObjectCookieParameterRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ObjectCookieParameter", + OperationName: ObjectCookieParameterOperation, OperationSummary: "", OperationID: "objectCookieParameter", Body: nil, @@ -612,7 +612,7 @@ func (s *Server) handleObjectQueryParameterRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ObjectQueryParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), ObjectQueryParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -643,7 +643,7 @@ func (s *Server) handleObjectQueryParameterRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "ObjectQueryParameter", + Name: ObjectQueryParameterOperation, ID: "objectQueryParameter", } ) @@ -662,7 +662,7 @@ func (s *Server) handleObjectQueryParameterRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ObjectQueryParameter", + OperationName: ObjectQueryParameterOperation, OperationSummary: "", OperationID: "objectQueryParameter", Body: nil, @@ -726,7 +726,7 @@ func (s *Server) handleOptionalArrayParameterRequest(args [0]string, argsEscaped } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OptionalArrayParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), OptionalArrayParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -757,7 +757,7 @@ func (s *Server) handleOptionalArrayParameterRequest(args [0]string, argsEscaped } err error opErrContext = ogenerrors.OperationContext{ - Name: "OptionalArrayParameter", + Name: OptionalArrayParameterOperation, ID: "optionalArrayParameter", } ) @@ -776,7 +776,7 @@ func (s *Server) handleOptionalArrayParameterRequest(args [0]string, argsEscaped if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OptionalArrayParameter", + OperationName: OptionalArrayParameterOperation, OperationSummary: "", OperationID: "optionalArrayParameter", Body: nil, @@ -842,7 +842,7 @@ func (s *Server) handlePathParameterRequest(args [1]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PathParameter", + ctx, span := s.cfg.Tracer.Start(r.Context(), PathParameterOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -873,7 +873,7 @@ func (s *Server) handlePathParameterRequest(args [1]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "PathParameter", + Name: PathParameterOperation, ID: "pathParameter", } ) @@ -892,7 +892,7 @@ func (s *Server) handlePathParameterRequest(args [1]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PathParameter", + OperationName: PathParameterOperation, OperationSummary: "", OperationID: "pathParameter", Body: nil, @@ -954,7 +954,7 @@ func (s *Server) handleSameNameRequest(args [1]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SameName", + ctx, span := s.cfg.Tracer.Start(r.Context(), SameNameOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -985,7 +985,7 @@ func (s *Server) handleSameNameRequest(args [1]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "SameName", + Name: SameNameOperation, ID: "sameName", } ) @@ -1004,7 +1004,7 @@ func (s *Server) handleSameNameRequest(args [1]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SameName", + OperationName: SameNameOperation, OperationSummary: "parameters with different location, but with the same name", OperationID: "sameName", Body: nil, @@ -1070,7 +1070,7 @@ func (s *Server) handleSimilarNamesRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "SimilarNames", + ctx, span := s.cfg.Tracer.Start(r.Context(), SimilarNamesOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -1101,7 +1101,7 @@ func (s *Server) handleSimilarNamesRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "SimilarNames", + Name: SimilarNamesOperation, ID: "similarNames", } ) @@ -1120,7 +1120,7 @@ func (s *Server) handleSimilarNamesRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "SimilarNames", + OperationName: SimilarNamesOperation, OperationSummary: "parameters with different location, but with similar names", OperationID: "similarNames", Body: nil, diff --git a/internal/integration/test_parameters/oas_operations_gen.go b/internal/integration/test_parameters/oas_operations_gen.go new file mode 100644 index 000000000..7982d65b9 --- /dev/null +++ b/internal/integration/test_parameters/oas_operations_gen.go @@ -0,0 +1,19 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ComplicatedParameterNameGetOperation OperationName = "ComplicatedParameterNameGet" + ContentParametersOperation OperationName = "ContentParameters" + CookieParameterOperation OperationName = "CookieParameter" + HeaderParameterOperation OperationName = "HeaderParameter" + ObjectCookieParameterOperation OperationName = "ObjectCookieParameter" + ObjectQueryParameterOperation OperationName = "ObjectQueryParameter" + OptionalArrayParameterOperation OperationName = "OptionalArrayParameter" + PathParameterOperation OperationName = "PathParameter" + SameNameOperation OperationName = "SameName" + SimilarNamesOperation OperationName = "SimilarNames" +) diff --git a/internal/integration/test_parameters/oas_router_gen.go b/internal/integration/test_parameters/oas_router_gen.go index 0cf8e526d..7470a2a9f 100644 --- a/internal/integration/test_parameters/oas_router_gen.go +++ b/internal/integration/test_parameters/oas_router_gen.go @@ -471,7 +471,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ComplicatedParameterNameGet" + r.name = ComplicatedParameterNameGetOperation r.summary = "" r.operationID = "" r.pathPattern = "/complicatedParameterName" @@ -501,7 +501,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ContentParameters" + r.name = ContentParametersOperation r.summary = "" r.operationID = "contentParameters" r.pathPattern = "/contentParameters/{path}" @@ -526,7 +526,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CookieParameter" + r.name = CookieParameterOperation r.summary = "" r.operationID = "cookieParameter" r.pathPattern = "/cookieParameter" @@ -554,7 +554,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "HeaderParameter" + r.name = HeaderParameterOperation r.summary = "" r.operationID = "headerParameter" r.pathPattern = "/headerParameter" @@ -603,7 +603,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ObjectCookieParameter" + r.name = ObjectCookieParameterOperation r.summary = "" r.operationID = "objectCookieParameter" r.pathPattern = "/objectCookieParameter" @@ -628,7 +628,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ObjectQueryParameter" + r.name = ObjectQueryParameterOperation r.summary = "" r.operationID = "objectQueryParameter" r.pathPattern = "/objectQueryParameter" @@ -656,7 +656,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OptionalArrayParameter" + r.name = OptionalArrayParameterOperation r.summary = "" r.operationID = "optionalArrayParameter" r.pathPattern = "/optionalArrayParameter" @@ -689,7 +689,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "PathParameter" + r.name = PathParameterOperation r.summary = "" r.operationID = "pathParameter" r.pathPattern = "/pathParameter/{value}" @@ -731,7 +731,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SameName" + r.name = SameNameOperation r.summary = "parameters with different location, but with the same name" r.operationID = "sameName" r.pathPattern = "/same_name/{param}" @@ -756,7 +756,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "SimilarNames" + r.name = SimilarNamesOperation r.summary = "parameters with different location, but with similar names" r.operationID = "similarNames" r.pathPattern = "/similarNames" diff --git a/internal/integration/test_security/oas_client_gen.go b/internal/integration/test_security/oas_client_gen.go index a466eecae..7f936e14d 100644 --- a/internal/integration/test_security/oas_client_gen.go +++ b/internal/integration/test_security/oas_client_gen.go @@ -118,7 +118,7 @@ func (c *Client) sendCustomSecurity(ctx context.Context) (res *CustomSecurityOK, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "CustomSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, CustomSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -150,7 +150,7 @@ func (c *Client) sendCustomSecurity(ctx context.Context) (res *CustomSecurityOK, var satisfied bitset { stage = "Security:Custom" - switch err := c.securityCustom(ctx, "CustomSecurity", r); { + switch err := c.securityCustom(ctx, CustomSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -221,7 +221,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "DisjointSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, DisjointSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -253,7 +253,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit var satisfied bitset { stage = "Security:BasicAuth" - switch err := c.securityBasicAuth(ctx, "DisjointSecurity", r); { + switch err := c.securityBasicAuth(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -264,7 +264,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:QueryKey" - switch err := c.securityQueryKey(ctx, "DisjointSecurity", r); { + switch err := c.securityQueryKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 1 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -275,7 +275,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:CookieKey" - switch err := c.securityCookieKey(ctx, "DisjointSecurity", r); { + switch err := c.securityCookieKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 2 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -286,7 +286,7 @@ func (c *Client) sendDisjointSecurity(ctx context.Context) (res *DisjointSecurit } { stage = "Security:HeaderKey" - switch err := c.securityHeaderKey(ctx, "DisjointSecurity", r); { + switch err := c.securityHeaderKey(ctx, DisjointSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 3 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -358,7 +358,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "IntersectSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, IntersectSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -390,7 +390,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur var satisfied bitset { stage = "Security:BasicAuth" - switch err := c.securityBasicAuth(ctx, "IntersectSecurity", r); { + switch err := c.securityBasicAuth(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -401,7 +401,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur } { stage = "Security:HeaderKey" - switch err := c.securityHeaderKey(ctx, "IntersectSecurity", r); { + switch err := c.securityHeaderKey(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 1 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -412,7 +412,7 @@ func (c *Client) sendIntersectSecurity(ctx context.Context) (res *IntersectSecur } { stage = "Security:BearerToken" - switch err := c.securityBearerToken(ctx, "IntersectSecurity", r); { + switch err := c.securityBearerToken(ctx, IntersectSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 2 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): @@ -484,7 +484,7 @@ func (c *Client) sendOptionalSecurity(ctx context.Context) (res *OptionalSecurit c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "OptionalSecurity", + ctx, span := c.cfg.Tracer.Start(ctx, OptionalSecurityOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -516,7 +516,7 @@ func (c *Client) sendOptionalSecurity(ctx context.Context) (res *OptionalSecurit var satisfied bitset { stage = "Security:QueryKey" - switch err := c.securityQueryKey(ctx, "OptionalSecurity", r); { + switch err := c.securityQueryKey(ctx, OptionalSecurityOperation, r); { case err == nil: // if NO error satisfied[0] |= 1 << 0 case errors.Is(err, ogenerrors.ErrSkipClientSecurity): diff --git a/internal/integration/test_security/oas_handlers_gen.go b/internal/integration/test_security/oas_handlers_gen.go index df022ae41..343cb55e0 100644 --- a/internal/integration/test_security/oas_handlers_gen.go +++ b/internal/integration/test_security/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "CustomSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), CustomSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w } err error opErrContext = ogenerrors.OperationContext{ - Name: "CustomSecurity", + Name: CustomSecurityOperation, ID: "customSecurity", } ) @@ -70,7 +70,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityCustom(ctx, "CustomSecurity", r) + sctx, ok, err := s.securityCustom(ctx, CustomSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -115,7 +115,7 @@ func (s *Server) handleCustomSecurityRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "CustomSecurity", + OperationName: CustomSecurityOperation, OperationSummary: "", OperationID: "customSecurity", Body: nil, @@ -170,7 +170,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "DisjointSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), DisjointSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -201,7 +201,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "DisjointSecurity", + Name: DisjointSecurityOperation, ID: "disjointSecurity", } ) @@ -209,7 +209,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBasicAuth(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityBasicAuth(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -226,7 +226,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityQueryKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityQueryKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -243,7 +243,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityCookieKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityCookieKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -260,7 +260,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, } } { - sctx, ok, err := s.securityHeaderKey(ctx, "DisjointSecurity", r) + sctx, ok, err := s.securityHeaderKey(ctx, DisjointSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -306,7 +306,7 @@ func (s *Server) handleDisjointSecurityRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "DisjointSecurity", + OperationName: DisjointSecurityOperation, OperationSummary: "", OperationID: "disjointSecurity", Body: nil, @@ -361,7 +361,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "IntersectSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), IntersectSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -392,7 +392,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } err error opErrContext = ogenerrors.OperationContext{ - Name: "IntersectSecurity", + Name: IntersectSecurityOperation, ID: "intersectSecurity", } ) @@ -400,7 +400,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityBasicAuth(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityBasicAuth(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -417,7 +417,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } } { - sctx, ok, err := s.securityHeaderKey(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityHeaderKey(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -434,7 +434,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool } } { - sctx, ok, err := s.securityBearerToken(ctx, "IntersectSecurity", r) + sctx, ok, err := s.securityBearerToken(ctx, IntersectSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -480,7 +480,7 @@ func (s *Server) handleIntersectSecurityRequest(args [0]string, argsEscaped bool if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "IntersectSecurity", + OperationName: IntersectSecurityOperation, OperationSummary: "", OperationID: "intersectSecurity", Body: nil, @@ -535,7 +535,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "OptionalSecurity", + ctx, span := s.cfg.Tracer.Start(r.Context(), OptionalSecurityOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -566,7 +566,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, } err error opErrContext = ogenerrors.OperationContext{ - Name: "OptionalSecurity", + Name: OptionalSecurityOperation, ID: "optionalSecurity", } ) @@ -574,7 +574,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, type bitset = [1]uint8 var satisfied bitset { - sctx, ok, err := s.securityQueryKey(ctx, "OptionalSecurity", r) + sctx, ok, err := s.securityQueryKey(ctx, OptionalSecurityOperation, r) if err != nil { err = &ogenerrors.SecurityError{ OperationContext: opErrContext, @@ -620,7 +620,7 @@ func (s *Server) handleOptionalSecurityRequest(args [0]string, argsEscaped bool, if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "OptionalSecurity", + OperationName: OptionalSecurityOperation, OperationSummary: "", OperationID: "optionalSecurity", Body: nil, diff --git a/internal/integration/test_security/oas_operations_gen.go b/internal/integration/test_security/oas_operations_gen.go new file mode 100644 index 000000000..eabe13ca4 --- /dev/null +++ b/internal/integration/test_security/oas_operations_gen.go @@ -0,0 +1,13 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + CustomSecurityOperation OperationName = "CustomSecurity" + DisjointSecurityOperation OperationName = "DisjointSecurity" + IntersectSecurityOperation OperationName = "IntersectSecurity" + OptionalSecurityOperation OperationName = "OptionalSecurity" +) diff --git a/internal/integration/test_security/oas_router_gen.go b/internal/integration/test_security/oas_router_gen.go index ba6c5d233..d24242a6b 100644 --- a/internal/integration/test_security/oas_router_gen.go +++ b/internal/integration/test_security/oas_router_gen.go @@ -251,7 +251,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "CustomSecurity" + r.name = CustomSecurityOperation r.summary = "" r.operationID = "customSecurity" r.pathPattern = "/customSecurity" @@ -276,7 +276,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "DisjointSecurity" + r.name = DisjointSecurityOperation r.summary = "" r.operationID = "disjointSecurity" r.pathPattern = "/disjointSecurity" @@ -301,7 +301,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "IntersectSecurity" + r.name = IntersectSecurityOperation r.summary = "" r.operationID = "intersectSecurity" r.pathPattern = "/intersectSecurity" @@ -326,7 +326,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "OptionalSecurity" + r.name = OptionalSecurityOperation r.summary = "" r.operationID = "optionalSecurity" r.pathPattern = "/optionalSecurity" diff --git a/internal/integration/test_security/oas_security_gen.go b/internal/integration/test_security/oas_security_gen.go index 38a674429..802c14810 100644 --- a/internal/integration/test_security/oas_security_gen.go +++ b/internal/integration/test_security/oas_security_gen.go @@ -15,17 +15,17 @@ import ( // SecurityHandler is handler for security parameters. type SecurityHandler interface { // HandleBasicAuth handles basicAuth security. - HandleBasicAuth(ctx context.Context, operationName string, t BasicAuth) (context.Context, error) + HandleBasicAuth(ctx context.Context, operationName OperationName, t BasicAuth) (context.Context, error) // HandleBearerToken handles bearerToken security. - HandleBearerToken(ctx context.Context, operationName string, t BearerToken) (context.Context, error) + HandleBearerToken(ctx context.Context, operationName OperationName, t BearerToken) (context.Context, error) // HandleCookieKey handles cookieKey security. - HandleCookieKey(ctx context.Context, operationName string, t CookieKey) (context.Context, error) + HandleCookieKey(ctx context.Context, operationName OperationName, t CookieKey) (context.Context, error) // HandleCustom handles custom security. - HandleCustom(ctx context.Context, operationName string, req *http.Request) (context.Context, error) + HandleCustom(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, error) // HandleHeaderKey handles headerKey security. - HandleHeaderKey(ctx context.Context, operationName string, t HeaderKey) (context.Context, error) + HandleHeaderKey(ctx context.Context, operationName OperationName, t HeaderKey) (context.Context, error) // HandleQueryKey handles queryKey security. - HandleQueryKey(ctx context.Context, operationName string, t QueryKey) (context.Context, error) + HandleQueryKey(ctx context.Context, operationName OperationName, t QueryKey) (context.Context, error) } func findAuthorization(h http.Header, prefix string) (string, bool) { @@ -43,7 +43,7 @@ func findAuthorization(h http.Header, prefix string) (string, bool) { return "", false } -func (s *Server) securityBasicAuth(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityBasicAuth(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t BasicAuth if _, ok := findAuthorization(req.Header, "Basic"); !ok { return ctx, false, nil @@ -62,7 +62,7 @@ func (s *Server) securityBasicAuth(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityBearerToken(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t BearerToken token, ok := findAuthorization(req.Header, "Bearer") if !ok { @@ -77,7 +77,7 @@ func (s *Server) securityBearerToken(ctx context.Context, operationName string, } return rctx, true, err } -func (s *Server) securityCookieKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityCookieKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t CookieKey const parameterName = "api_key" var value string @@ -98,7 +98,7 @@ func (s *Server) securityCookieKey(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityCustom(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityCustom(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { t := req rctx, err := s.sec.HandleCustom(ctx, operationName, t) if errors.Is(err, ogenerrors.ErrSkipServerSecurity) { @@ -108,7 +108,7 @@ func (s *Server) securityCustom(ctx context.Context, operationName string, req * } return rctx, true, err } -func (s *Server) securityHeaderKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityHeaderKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t HeaderKey const parameterName = "X-Api-Key" value := req.Header.Get(parameterName) @@ -124,7 +124,7 @@ func (s *Server) securityHeaderKey(ctx context.Context, operationName string, re } return rctx, true, err } -func (s *Server) securityQueryKey(ctx context.Context, operationName string, req *http.Request) (context.Context, bool, error) { +func (s *Server) securityQueryKey(ctx context.Context, operationName OperationName, req *http.Request) (context.Context, bool, error) { var t QueryKey const parameterName = "api_key" q := req.URL.Query() @@ -145,20 +145,20 @@ func (s *Server) securityQueryKey(ctx context.Context, operationName string, req // SecuritySource is provider of security values (tokens, passwords, etc.). type SecuritySource interface { // BasicAuth provides basicAuth security value. - BasicAuth(ctx context.Context, operationName string) (BasicAuth, error) + BasicAuth(ctx context.Context, operationName OperationName) (BasicAuth, error) // BearerToken provides bearerToken security value. - BearerToken(ctx context.Context, operationName string) (BearerToken, error) + BearerToken(ctx context.Context, operationName OperationName) (BearerToken, error) // CookieKey provides cookieKey security value. - CookieKey(ctx context.Context, operationName string) (CookieKey, error) + CookieKey(ctx context.Context, operationName OperationName) (CookieKey, error) // Custom provides custom security value. - Custom(ctx context.Context, operationName string, req *http.Request) error + Custom(ctx context.Context, operationName OperationName, req *http.Request) error // HeaderKey provides headerKey security value. - HeaderKey(ctx context.Context, operationName string) (HeaderKey, error) + HeaderKey(ctx context.Context, operationName OperationName) (HeaderKey, error) // QueryKey provides queryKey security value. - QueryKey(ctx context.Context, operationName string) (QueryKey, error) + QueryKey(ctx context.Context, operationName OperationName) (QueryKey, error) } -func (s *Client) securityBasicAuth(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityBasicAuth(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.BasicAuth(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"BasicAuth\"") @@ -166,7 +166,7 @@ func (s *Client) securityBasicAuth(ctx context.Context, operationName string, re req.SetBasicAuth(t.Username, t.Password) return nil } -func (s *Client) securityBearerToken(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityBearerToken(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.BearerToken(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"BearerToken\"") @@ -174,7 +174,7 @@ func (s *Client) securityBearerToken(ctx context.Context, operationName string, req.Header.Set("Authorization", "Bearer "+t.Token) return nil } -func (s *Client) securityCookieKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityCookieKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.CookieKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"CookieKey\"") @@ -185,13 +185,13 @@ func (s *Client) securityCookieKey(ctx context.Context, operationName string, re }) return nil } -func (s *Client) securityCustom(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityCustom(ctx context.Context, operationName OperationName, req *http.Request) error { if err := s.sec.Custom(ctx, operationName, req); err != nil { return errors.Wrap(err, "security source \"Custom\"") } return nil } -func (s *Client) securityHeaderKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityHeaderKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.HeaderKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"HeaderKey\"") @@ -199,7 +199,7 @@ func (s *Client) securityHeaderKey(ctx context.Context, operationName string, re req.Header.Set("X-Api-Key", t.APIKey) return nil } -func (s *Client) securityQueryKey(ctx context.Context, operationName string, req *http.Request) error { +func (s *Client) securityQueryKey(ctx context.Context, operationName OperationName, req *http.Request) error { t, err := s.sec.QueryKey(ctx, operationName) if err != nil { return errors.Wrap(err, "security source \"QueryKey\"") diff --git a/internal/integration/test_servers/oas_client_gen.go b/internal/integration/test_servers/oas_client_gen.go index 1949ef7ea..61307d0bc 100644 --- a/internal/integration/test_servers/oas_client_gen.go +++ b/internal/integration/test_servers/oas_client_gen.go @@ -111,7 +111,7 @@ func (c *Client) sendProbeLiveness(ctx context.Context) (res string, err error) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProbeLiveness", + ctx, span := c.cfg.Tracer.Start(ctx, ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_servers/oas_handlers_gen.go b/internal/integration/test_servers/oas_handlers_gen.go index a3dca8bdf..9450a0207 100644 --- a/internal/integration/test_servers/oas_handlers_gen.go +++ b/internal/integration/test_servers/oas_handlers_gen.go @@ -32,7 +32,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProbeLiveness", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68,7 +68,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProbeLiveness", + OperationName: ProbeLivenessOperation, OperationSummary: "", OperationID: "probeLiveness", Body: nil, diff --git a/internal/integration/test_servers/oas_operations_gen.go b/internal/integration/test_servers/oas_operations_gen.go new file mode 100644 index 000000000..a39438061 --- /dev/null +++ b/internal/integration/test_servers/oas_operations_gen.go @@ -0,0 +1,10 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ProbeLivenessOperation OperationName = "ProbeLiveness" +) diff --git a/internal/integration/test_servers/oas_router_gen.go b/internal/integration/test_servers/oas_router_gen.go index 4cca9073d..0c2072429 100644 --- a/internal/integration/test_servers/oas_router_gen.go +++ b/internal/integration/test_servers/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProbeLiveness" + r.name = ProbeLivenessOperation r.summary = "" r.operationID = "probeLiveness" r.pathPattern = "/healthz" diff --git a/internal/integration/test_single_endpoint/oas_client_gen.go b/internal/integration/test_single_endpoint/oas_client_gen.go index 1949ef7ea..61307d0bc 100644 --- a/internal/integration/test_single_endpoint/oas_client_gen.go +++ b/internal/integration/test_single_endpoint/oas_client_gen.go @@ -111,7 +111,7 @@ func (c *Client) sendProbeLiveness(ctx context.Context) (res string, err error) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "ProbeLiveness", + ctx, span := c.cfg.Tracer.Start(ctx, ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_single_endpoint/oas_handlers_gen.go b/internal/integration/test_single_endpoint/oas_handlers_gen.go index a3dca8bdf..9450a0207 100644 --- a/internal/integration/test_single_endpoint/oas_handlers_gen.go +++ b/internal/integration/test_single_endpoint/oas_handlers_gen.go @@ -32,7 +32,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "ProbeLiveness", + ctx, span := s.cfg.Tracer.Start(r.Context(), ProbeLivenessOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -68,7 +68,7 @@ func (s *Server) handleProbeLivenessRequest(args [0]string, argsEscaped bool, w if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "ProbeLiveness", + OperationName: ProbeLivenessOperation, OperationSummary: "", OperationID: "probeLiveness", Body: nil, diff --git a/internal/integration/test_single_endpoint/oas_operations_gen.go b/internal/integration/test_single_endpoint/oas_operations_gen.go new file mode 100644 index 000000000..a39438061 --- /dev/null +++ b/internal/integration/test_single_endpoint/oas_operations_gen.go @@ -0,0 +1,10 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + ProbeLivenessOperation OperationName = "ProbeLiveness" +) diff --git a/internal/integration/test_single_endpoint/oas_router_gen.go b/internal/integration/test_single_endpoint/oas_router_gen.go index 4cca9073d..0c2072429 100644 --- a/internal/integration/test_single_endpoint/oas_router_gen.go +++ b/internal/integration/test_single_endpoint/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "ProbeLiveness" + r.name = ProbeLivenessOperation r.summary = "" r.operationID = "probeLiveness" r.pathPattern = "/healthz" diff --git a/internal/integration/test_time_extension/oas_client_gen.go b/internal/integration/test_time_extension/oas_client_gen.go index 9fda0f6c4..5a6b91db7 100644 --- a/internal/integration/test_time_extension/oas_client_gen.go +++ b/internal/integration/test_time_extension/oas_client_gen.go @@ -107,7 +107,7 @@ func (c *Client) sendDefault(ctx context.Context, params DefaultParams) (res *De c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Default", + ctx, span := c.cfg.Tracer.Start(ctx, DefaultOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -232,7 +232,7 @@ func (c *Client) sendRequired(ctx context.Context, params RequiredParams) (res * c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "Required", + ctx, span := c.cfg.Tracer.Start(ctx, RequiredOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_time_extension/oas_handlers_gen.go b/internal/integration/test_time_extension/oas_handlers_gen.go index b292f3aac..e7235ae77 100644 --- a/internal/integration/test_time_extension/oas_handlers_gen.go +++ b/internal/integration/test_time_extension/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handleDefaultRequest(args [0]string, argsEscaped bool, w http.R } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Default", + ctx, span := s.cfg.Tracer.Start(r.Context(), DefaultOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handleDefaultRequest(args [0]string, argsEscaped bool, w http.R } err error opErrContext = ogenerrors.OperationContext{ - Name: "Default", + Name: DefaultOperation, ID: "default", } ) @@ -81,7 +81,7 @@ func (s *Server) handleDefaultRequest(args [0]string, argsEscaped bool, w http.R if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Default", + OperationName: DefaultOperation, OperationSummary: "", OperationID: "default", Body: nil, @@ -149,7 +149,7 @@ func (s *Server) handleRequiredRequest(args [0]string, argsEscaped bool, w http. } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "Required", + ctx, span := s.cfg.Tracer.Start(r.Context(), RequiredOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -180,7 +180,7 @@ func (s *Server) handleRequiredRequest(args [0]string, argsEscaped bool, w http. } err error opErrContext = ogenerrors.OperationContext{ - Name: "Required", + Name: RequiredOperation, ID: "required", } ) @@ -199,7 +199,7 @@ func (s *Server) handleRequiredRequest(args [0]string, argsEscaped bool, w http. if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "Required", + OperationName: RequiredOperation, OperationSummary: "", OperationID: "required", Body: nil, diff --git a/internal/integration/test_time_extension/oas_operations_gen.go b/internal/integration/test_time_extension/oas_operations_gen.go new file mode 100644 index 000000000..2dd81b800 --- /dev/null +++ b/internal/integration/test_time_extension/oas_operations_gen.go @@ -0,0 +1,11 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + DefaultOperation OperationName = "Default" + RequiredOperation OperationName = "Required" +) diff --git a/internal/integration/test_time_extension/oas_router_gen.go b/internal/integration/test_time_extension/oas_router_gen.go index bfac21d0a..6876f48c5 100644 --- a/internal/integration/test_time_extension/oas_router_gen.go +++ b/internal/integration/test_time_extension/oas_router_gen.go @@ -209,7 +209,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Default" + r.name = DefaultOperation r.summary = "" r.operationID = "default" r.pathPattern = "/optional" @@ -234,7 +234,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "GET": - r.name = "Required" + r.name = RequiredOperation r.summary = "" r.operationID = "required" r.pathPattern = "/required" diff --git a/internal/integration/test_webhooks/oas_client_gen.go b/internal/integration/test_webhooks/oas_client_gen.go index 4ee4bbca7..7263e7ff4 100644 --- a/internal/integration/test_webhooks/oas_client_gen.go +++ b/internal/integration/test_webhooks/oas_client_gen.go @@ -108,7 +108,7 @@ func (c *Client) sendPublishEvent(ctx context.Context, request OptEvent) (res *E c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "PublishEvent", + ctx, span := c.cfg.Tracer.Start(ctx, PublishEventOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -194,7 +194,7 @@ func (c *WebhookClient) sendStatusWebhook(ctx context.Context, targetURL string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "StatusWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, StatusWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -261,7 +261,7 @@ func (c *WebhookClient) sendUpdateDelete(ctx context.Context, targetURL string) c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UpdateDelete", + ctx, span := c.cfg.Tracer.Start(ctx, UpdateDeleteOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) @@ -329,7 +329,7 @@ func (c *WebhookClient) sendUpdateWebhook(ctx context.Context, targetURL string, c.requests.Add(ctx, 1, metric.WithAttributes(otelAttrs...)) // Start a span for this request. - ctx, span := c.cfg.Tracer.Start(ctx, "UpdateWebhook", + ctx, span := c.cfg.Tracer.Start(ctx, UpdateWebhookOperation, trace.WithAttributes(otelAttrs...), clientSpanKind, ) diff --git a/internal/integration/test_webhooks/oas_handlers_gen.go b/internal/integration/test_webhooks/oas_handlers_gen.go index f4e99701c..b063c76de 100644 --- a/internal/integration/test_webhooks/oas_handlers_gen.go +++ b/internal/integration/test_webhooks/oas_handlers_gen.go @@ -31,7 +31,7 @@ func (s *Server) handlePublishEventRequest(args [0]string, argsEscaped bool, w h } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "PublishEvent", + ctx, span := s.cfg.Tracer.Start(r.Context(), PublishEventOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -62,7 +62,7 @@ func (s *Server) handlePublishEventRequest(args [0]string, argsEscaped bool, w h } err error opErrContext = ogenerrors.OperationContext{ - Name: "PublishEvent", + Name: PublishEventOperation, ID: "publishEvent", } ) @@ -86,7 +86,7 @@ func (s *Server) handlePublishEventRequest(args [0]string, argsEscaped bool, w h if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "PublishEvent", + OperationName: PublishEventOperation, OperationSummary: "", OperationID: "publishEvent", Body: request, @@ -149,7 +149,7 @@ func (s *WebhookServer) handleStatusWebhookRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "StatusWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), StatusWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -185,7 +185,7 @@ func (s *WebhookServer) handleStatusWebhookRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "StatusWebhook", + OperationName: StatusWebhookOperation, OperationSummary: "", OperationID: "statusWebhook", Body: nil, @@ -236,7 +236,7 @@ func (s *WebhookServer) handleUpdateDeleteRequest(args [0]string, argsEscaped bo } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UpdateDelete", + ctx, span := s.cfg.Tracer.Start(r.Context(), UpdateDeleteOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -272,7 +272,7 @@ func (s *WebhookServer) handleUpdateDeleteRequest(args [0]string, argsEscaped bo if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UpdateDelete", + OperationName: UpdateDeleteOperation, OperationSummary: "", OperationID: "", Body: nil, @@ -324,7 +324,7 @@ func (s *WebhookServer) handleUpdateWebhookRequest(args [0]string, argsEscaped b } // Start a span for this request. - ctx, span := s.cfg.Tracer.Start(r.Context(), "UpdateWebhook", + ctx, span := s.cfg.Tracer.Start(r.Context(), UpdateWebhookOperation, trace.WithAttributes(otelAttrs...), serverSpanKind, ) @@ -355,7 +355,7 @@ func (s *WebhookServer) handleUpdateWebhookRequest(args [0]string, argsEscaped b } err error opErrContext = ogenerrors.OperationContext{ - Name: "UpdateWebhook", + Name: UpdateWebhookOperation, ID: "updateWebhook", } ) @@ -389,7 +389,7 @@ func (s *WebhookServer) handleUpdateWebhookRequest(args [0]string, argsEscaped b if m := s.cfg.Middleware; m != nil { mreq := middleware.Request{ Context: ctx, - OperationName: "UpdateWebhook", + OperationName: UpdateWebhookOperation, OperationSummary: "", OperationID: "updateWebhook", Body: request, diff --git a/internal/integration/test_webhooks/oas_operations_gen.go b/internal/integration/test_webhooks/oas_operations_gen.go new file mode 100644 index 000000000..760f26a4d --- /dev/null +++ b/internal/integration/test_webhooks/oas_operations_gen.go @@ -0,0 +1,13 @@ +// Code generated by ogen, DO NOT EDIT. + +package api + +// OperationName is the ogen operation name +type OperationName = string + +const ( + PublishEventOperation OperationName = "PublishEvent" + StatusWebhookOperation OperationName = "StatusWebhook" + UpdateDeleteOperation OperationName = "UpdateDelete" + UpdateWebhookOperation OperationName = "UpdateWebhook" +) diff --git a/internal/integration/test_webhooks/oas_router_gen.go b/internal/integration/test_webhooks/oas_router_gen.go index 09f65cd06..5d7618e05 100644 --- a/internal/integration/test_webhooks/oas_router_gen.go +++ b/internal/integration/test_webhooks/oas_router_gen.go @@ -161,7 +161,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) { // Leaf node. switch method { case "POST": - r.name = "PublishEvent" + r.name = PublishEventOperation r.summary = "" r.operationID = "publishEvent" r.pathPattern = "/event"